@charset "UTF-8";
/* PD Static Site LESS imports */
/**
** Dependency: none;
** Content:
    > pd related style variables
**/
/* #5F285E;*/
/*@brand-tertiary:        #ad82af;    */
/*@brand-tertiary:        #833782;    */
/*@line-height-computed:    2.0rem;*/
/* nav */
/* popover and tabs */
/**
** Dependency: pd-variables
** Content:
    > PD style mixin
**/
.two-tone-grey {
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.bg-gray-dark {
  background: #3d434b;
  color: #FFFFFF;
}
.bg-gray-dark .text-info {
  color: #00ACA1;
  padding-right: 0px;
}
.bg-gray-dark .btn {
  margin-top: 10px;
}
.bg-gray-dark .btn.outline {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.bg-gray-dark .btn.outline:hover,
.bg-gray-dark .btn.outline:focus,
.bg-gray-dark .btn.outline:active,
.bg-gray-dark .btn.outline.active,
.open .dropdown-toggle .bg-gray-dark .btn.outline {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #e0e0e0;
}
.bg-gray-dark .btn.outline:active,
.bg-gray-dark .btn.outline.active,
.open .dropdown-toggle .bg-gray-dark .btn.outline {
  background-image: none;
}
.bg-gray-dark .btn.outline.disabled,
.bg-gray-dark .btn.outline[disabled],
fieldset[disabled] .bg-gray-dark .btn.outline,
.bg-gray-dark .btn.outline.disabled:hover,
.bg-gray-dark .btn.outline[disabled]:hover,
fieldset[disabled] .bg-gray-dark .btn.outline:hover,
.bg-gray-dark .btn.outline.disabled:focus,
.bg-gray-dark .btn.outline[disabled]:focus,
fieldset[disabled] .bg-gray-dark .btn.outline:focus,
.bg-gray-dark .btn.outline.disabled:active,
.bg-gray-dark .btn.outline[disabled]:active,
fieldset[disabled] .bg-gray-dark .btn.outline:active,
.bg-gray-dark .btn.outline.disabled.active,
.bg-gray-dark .btn.outline[disabled].active,
fieldset[disabled] .bg-gray-dark .btn.outline.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.bg-gray-dark .btn.outline .badge {
  color: transparent;
  background-color: #FFFFFF;
}
.bg-gray-dark .btn.outline:hover,
.bg-gray-dark .btn.outline:focus {
  color: #3d434b;
  border-color: #fff;
}
.bg-gray-dark .btn.text-info {
  letter-spacing: 0;
}
.bg-gray-dark h1,
.bg-gray-dark .h1,
.bg-gray-dark h2,
.bg-gray-dark .h2,
.bg-gray-dark h3,
.bg-gray-dark .h3,
.bg-gray-dark h4,
.bg-gray-dark .h4,
.bg-gray-dark h5,
.bg-gray-dark .h5,
.bg-gray-dark h6,
.bg-gray-dark .h6 {
  color: #FFFFFF;
}
/* figure out why this specific mixin isn't working */
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.m-0 {
  margin: 0;
}
.m-20 {
  margin: 20px;
}
.m-lr-0 {
  margin-left: 0;
  margin-right: 0;
}
.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-b-40 {
  margin-bottom: 50px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  background-color: #F2F2F1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0099AD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005561;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #F2F2F1;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #DCDBD8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4em;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b2b2b1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2.5rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.5rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 840px) {
  .lead {
    font-size: 2.25rem;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #b2b2b1;
}
.text-primary {
  color: #681d68;
}
a.text-primary:hover {
  color: #401240;
}
.text-success {
  color: #3f7a4f;
}
a.text-success:hover {
  color: #2e5839;
}
.text-info {
  color: #006057;
}
a.text-info:hover {
  color: #002d29;
}
.text-warning {
  color: #7f6e25;
}
a.text-warning:hover {
  color: #584c19;
}
.text-danger {
  color: #9b4242;
}
a.text-danger:hover {
  color: #773333;
}
.bg-primary {
  color: #fff;
  background-color: #681d68;
}
a.bg-primary:hover {
  background-color: #401240;
}
.bg-success {
  background-color: #a0e1b7;
}
a.bg-success:hover {
  background-color: #79d59a;
}
.bg-info {
  background-color: #cde1e3;
}
a.bg-info:hover {
  background-color: #accdd1;
}
.bg-warning {
  background-color: #f8e79e;
}
a.bg-warning:hover {
  background-color: #f5db6e;
}
.bg-danger {
  background-color: #f79e9d;
}
a.bg-danger:hover {
  background-color: #f36f6e;
}
.page-header {
  padding-bottom: 0rem;
  margin: 4rem 0 2rem;
  border-bottom: 1px solid #b2b2b1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 840px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #DCDBD8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  border-left: 5px solid #3d434b;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #b2b2b1;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #3d434b;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 10px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.5rem;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d434b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 840px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 840px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
** Dependency: pd-variables; pd-mixins
** Content:
    > PD rules that further customize bootstrap forms
**/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: inherit;
  color: #3d434b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DCDBD8;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #828b88;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #b2b2b1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2b2b1;
}
.form-control::-webkit-input-placeholder {
  color: #b2b2b1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #DCDBD8;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 3.5rem;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 3rem;
  padding: 5px 10px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-sm {
  height: 3rem;
  line-height: 3rem;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.input-md {
  height: 3.5rem;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 10px;
}
select.input-md {
  height: 3.5rem;
  line-height: 3.5rem;
}
textarea.input-md,
select[multiple] .input-md {
  height: auto;
}
.input-lg {
  height: 5rem;
  padding: 10px 25px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-lg {
  height: 5rem;
  line-height: 5rem;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 4.375rem;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 7rem;
  right: 0;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3f7a4f;
}
.has-success .form-control {
  border-color: #3f7a4f;
}
.has-success .form-control:focus {
  border-color: #2e5839;
}
.has-success .input-group-addon {
  color: #3f7a4f;
  border-color: #3f7a4f;
  background-color: #a0e1b7;
}
.has-success .form-control-feedback {
  color: #3f7a4f;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #7f6e25;
}
.has-warning .form-control {
  border-color: #7f6e25;
}
.has-warning .form-control:focus {
  border-color: #584c19;
}
.has-warning .input-group-addon {
  color: #7f6e25;
  border-color: #7f6e25;
  background-color: #f8e79e;
}
.has-warning .form-control-feedback {
  color: #7f6e25;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #9b4242;
}
.has-error .form-control {
  border-color: #9b4242;
}
.has-error .form-control:focus {
  border-color: #773333;
}
.has-error .input-group-addon {
  color: #9b4242;
  border-color: #9b4242;
  background-color: #f79e9d;
}
.has-error .form-control-feedback {
  color: #9b4242;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 840px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 840px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
/******** forms ************/
.form-group-sm label {
  font-size: 1.35rem;
}
.form-group.row .col-xs-6:not(:first-child) {
  padding-left: 0;
}
form.embed fieldset h1,
form.embed .panel h1,
form.embed fieldset h2,
form.embed .panel h2,
form.embed fieldset h3,
form.embed .panel h3,
form.embed fieldset h4,
form.embed .panel h4,
form.embed fieldset h5,
form.embed .panel h5,
form.embed fieldset h6,
form.embed .panel h6 {
  margin-top: 0;
}
form.embed fieldset .alert,
form.embed .panel .alert {
  border-radius: 0;
}
form.embed .form-error,
form.embed .form-success {
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
  background: #f44d4d;
  color: #FFFFFF;
  padding: 10px 30px;
  margin: -30px -30px 20px -30px;
}
form.embed .form-error.ng-hide,
form.embed .form-success.ng-hide {
  height: 0px;
}
form.embed .form-error a,
form.embed .form-success a {
  color: #FFFFFF;
}
form.embed .form-success {
  background: #08c14a;
}
.form-error,
.form-success {
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
  background: #f44d4d;
  color: #FFFFFF;
  padding: 10px 30px;
  margin: -30px -30px 20px -30px;
}
.form-error.ng-hide,
.form-success.ng-hide {
  height: 0px;
}
.form-error a,
.form-success a {
  color: #FFFFFF;
}
.form-success {
  background: #08c14a;
}
.form-group .help-block span {
  display: none;
}
.form-group.has-error .help-block span {
  display: block;
}
span[ng-message="pdAvailableLoading"] {
  color: #000000 !important;
}
.dark-loader::after {
  content: "";
  background: url("https://pokitdok.com/pd/images/loader-squirrel-run.gif") center center no-repeat;
  opacity: 0.25;
  top: 100px;
  left: 0;
  right: 0;
  height: 100px;
  position: absolute;
}
.dark-loader.loader-s::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 130px;
}
.dark-loader.loader-s::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 80px;
}
button[type="submit"],
button.pd-submit,
.img-upload-btn {
  position: relative;
}
button[type="submit"] .dark-loader,
button.pd-submit .dark-loader,
.img-upload-btn .dark-loader {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
button[type="submit"] .dark-loader::after,
button.pd-submit .dark-loader::after,
.img-upload-btn .dark-loader::after {
  height: auto;
}
button[type="submit"]:disabled .dark-loader,
button.pd-submit:disabled .dark-loader,
.img-upload-btn:disabled .dark-loader,
button[type="submit"].uploading .dark-loader,
button.pd-submit.uploading .dark-loader,
.img-upload-btn.uploading .dark-loader {
  display: block !important;
}
button[type="submit"].hide-spinner .dark-loader,
button.pd-submit.hide-spinner .dark-loader,
.img-upload-btn.hide-spinner .dark-loader {
  display: none !important;
}
.form-inline {
  margin-bottom: 10px;
}
.form-inline .form-group {
  padding: 15px 6px;
  position: relative;
}
.form-inline .form-group label {
  padding-right: 6px;
}
.form-inline .form-group span {
  position: absolute;
  left: 98px;
}
.form-inline .form-grid:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: 0;
}
.form-inline .form-grid:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.form-inline .form-grid:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
legend {
  font-size: 1.8rem;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 200;
  width: auto;
}
label {
  text-transform: capitalize;
  font-weight: 200;
}
.no-cap label {
  text-transform: none;
}
label.label-lg,
.form-lg label {
  font-size: 2rem;
}
.checkbox label {
  font-size: 1.5rem;
  text-transform: none;
}
/***** custom checkbox ************/
input[type=checkbox].custom-checkbox {
  display: none;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.custom-checkbox-label {
  padding-left: 30px;
  margin-right: 1em;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -260px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("https://pokitdok.com/pd/images/sprite-general-icons.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox].custom-checkbox:checked + label.custom-checkbox-label {
  background-position: 0 -280px;
}
/***** custom radio ************/
input[type=radio].custom-radio {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.custom-radio-label {
  padding-left: 30px;
  margin-right: 1em;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -220px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("https://pokitdok.com/pd/images/sprite-general-icons.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=radio].custom-radio:checked + label.custom-radio-label {
  background-position: 0 -240px;
}
.input-lg {
  font-size: 1.8rem;
  padding-left: 15px;
  padding-right: 15px;
}
textarea.input-lg {
  resize: vertical;
  min-height: 200px;
}
.form-actions {
  margin-top: 1em;
}
.form-actions p {
  margin: 0.5em 0;
}
.has-error .form-control,
.has-error .pd-input-container {
  border-color: #f44d4d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f44d4d;
}
.form-lg .strength {
  margin-top: 7px;
}
.select-custom select,
.select-custom select.form-control {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 40px;
  width: 147% /* hack for FF, IE9 */;
}
.select-custom {
  border-radius: 10px;
  /*height: 34px;*/
  overflow: hidden;
  background: #FFFFFF url("https://pokitdok.com/pd/images/droparrow.png") no-repeat right;
  border: 1px solid #ccc;
  padding-right: 20px;
}
.select-custom .input-sm {
  line-height: inherit;
}
.select-custom.inline {
  display: inline-block;
}
.select-custom.disabled,
.select-custom:disabled {
  background-color: #F2F2F1;
  border: none;
}
.select-custom select[disabled],
.select-custom select.form-control[disabled] {
  border: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b1;
}
:-ms-input-placeholder {
  color: #b2b2b1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
  border: none;
  color: #b2b2b1;
}
.form-error,
.form-success {
  color: #f44d4d;
  font-size: 1.35rem;
}
.form-error.inline:before,
.form-success.inline:before {
  content: "\00A0\00A0\00A0";
}
.form-error.info,
.form-success.info {
  color: #00ACA1;
}
.form-error a,
.form-success a {
  color: #f44d4d;
  text-decoration: underline;
}
.form-success {
  color: #fff;
}
.form-success a {
  color: #fff;
}
.pd-password-rules {
  position: absolute;
  top: 0;
  background: white;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 1em 1em 0;
  font-size: 10px;
  line-height: 1.2;
  color: #3d434b;
}
.pd-password-rules-container {
  position: relative;
}
/**
** Dependency: pd-variables; pd-mixins
** Content:
    > PD rules that further customize bootstrap buttons
**/
.btn {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  touch-action: manipulation;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle .btn-default {
  color: #000000;
  background-color: #cfcfcd;
  border-color: #bfbdb8;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle .btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default .badge {
  color: transparent;
  background-color: #000000;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle .btn-primary {
  color: #FFFFFF;
  background-color: #ffb53e;
  border-color: #ba7305;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle .btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-primary .badge {
  color: #F9A21D;
  background-color: #FFFFFF;
}
.btn-success {
  color: #fff;
  background-color: #08c14a;
  border-color: #07a941;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
  color: #fff;
  background-color: #09d552;
  border-color: #056e2a;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #08c14a;
  border-color: #07a941;
}
.btn-success .badge {
  color: #08c14a;
  background-color: #fff;
}
.btn-info {
  color: #006057;
  background-color: #b8d6da;
  border-color: #a7ccd1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle .btn-info {
  color: #006057;
  background-color: #c5dee1;
  border-color: #7fb5bc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle .btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #b8d6da;
  border-color: #a7ccd1;
}
.btn-info .badge {
  color: #b8d6da;
  background-color: #006057;
}
.btn-warning {
  color: #fff;
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle .btn-warning {
  color: #fff;
  background-color: #fab64f;
  border-color: #ba7305;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle .btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-warning .badge {
  color: #F9A21D;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f44d4d;
  border-color: #f33535;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle .btn-danger {
  color: #fff;
  background-color: #f77d7d;
  border-color: #dd0e0e;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle .btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f44d4d;
  border-color: #f33535;
}
.btn-danger .badge {
  color: #f44d4d;
  background-color: #fff;
}
.btn-white {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #DCDBD8;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #bfbdb8;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #FFFFFF;
  border-color: #DCDBD8;
}
.btn-white .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  color: #FFFFFF;
}
.btn-white.disabled,
.btn-white[disabled] {
  background-color: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 25px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
img.arrow {
  width: 20px;
  background-color: white;
  padding: 0;
}
@media (max-width: 479px) {
  .btn-responsive {
    padding: 5px 10px;
    font-size: 1.35rem;
    line-height: 1.33;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
/*** customized buttons **/
.btn,
button {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 3px;
  outline: 0;
  border-width: 0;
  /* most buttons should have no border */
}
.btn.btn-special,
button.btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
.btn.btn-special:hover,
button.btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
.btn.disabled,
button.disabled,
.btn[disabled],
button[disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
.btn:hover,
button:hover,
.btn:active,
button:active,
.btn:focus,
button:focus {
  outline: 0;
}
.btn.btn-sm,
button.btn-sm {
  text-transform: none;
}
.btn.btn-xs,
button.btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
.btn.btn-lg,
button.btn-lg {
  padding: 12px 30px 10px 30px;
}
.btn.btn-border,
button.btn-border {
  border-width: 1px;
  border-style: solid;
  border-color: #3d434b;
}
.btn-next.btn-default,
.btn-prev.btn-default {
  margin-right: -0.5em;
}
.btn-next .pd-arrow-right,
.btn-prev .pd-arrow-right,
.btn-next .pd-arrow-left,
.btn-prev .pd-arrow-left {
  margin-top: -4px;
  /* temp fix for icon font alignment */
  font-size: 0.8em;
}
.btn-group .btn,
.btn-group button {
  margin: 0;
}
.btn-group .btn {
  border: 1px solid #DCDBD8;
}
.btn-link {
  color: #0099AD;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-transform: none;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005561;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b2b2b1;
  text-decoration: none;
}
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  color: #b2b2b1;
}
.btn-link .icon-custom {
  margin: 0 5px;
}
.btn-link .icon-custom.icon-edit,
.btn-link .icon-custom.icon-prev {
  margin-left: 0;
}
.btn-link .icon-custom.icon-next {
  margin-right: 0;
}
.btn-link .btn-round {
  margin: 0 5px;
}
.btn-dotted-border {
  border-width: 2px;
  border-color: #681d68;
  border-style: dashed;
  border-radius: 0;
  background-color: transparent;
  color: #681d68;
  text-transform: none;
}
.btn-dotted-border:hover {
  background-color: #681d68;
  color: #fff;
}
.btn-dotted-border.btn-block {
  margin: 1em auto;
  padding: 0.5em 1em;
}
/*** custom round buttons with primary color backgrounds ***/
.btn-round {
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  font-weight: 200;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  text-align: center;
}
.btn-round.btn-lg {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  padding: 0;
  font-size: 28px;
}
.btn-round.btn-sm {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
}
.btn-round.btn-white.btn-lg {
  /** a speical class of filter button that's large round, white/purple **/
  color: #681d68;
}
.btn-round.btn-white.btn-lg:hover {
  background-color: #681d68;
  color: #fff;
}
.btn-round.btn-white.btn-lg.active {
  background-color: #681d68;
  color: #fff;
}
.btn-round.btn-white.btn-lg.active:hover {
  background-color: #681d68;
  cursor: default;
}
.btn-round.btn-white.btn-lg.disabled {
  opacity: 1;
  background-color: #fff;
}
.help-link,
.btn-help {
  display: inine-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.btn-round.btn-help {
  font-size: 1.5rem;
}
.btn-round.btn-help.btn-sm {
  font-size: 1.35rem;
}
.btn-add {
  background-image: url("https://pokitdok.com/pd/images/icon-plus.png");
}
.btn-delete {
  background-image: url("https://pokitdok.com/pd/images/icon-minus.png");
  background-position: 3px 3px;
}
.btn-collapse {
  background-image: url("https://pokitdok.com/pd/images/icon-collapse.png");
}
.btn-expand {
  background-image: url("https://pokitdok.com/pd/images/icon-expand.png");
  background-position: 6px 8px;
}
.btn.btn-provider {
  color: #fff;
  background-color: #00aea1;
  border-color: transparent;
}
.btn.btn-provider:hover,
.btn.btn-provider:focus,
.btn.btn-provider:active,
.btn.btn-provider.active,
.open .dropdown-toggle .btn.btn-provider {
  color: #fff;
  background-color: #00c8b9;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-provider:active,
.btn.btn-provider.active,
.open .dropdown-toggle .btn.btn-provider {
  background-image: none;
}
.btn.btn-provider.disabled,
.btn.btn-provider[disabled],
fieldset[disabled] .btn.btn-provider,
.btn.btn-provider.disabled:hover,
.btn.btn-provider[disabled]:hover,
fieldset[disabled] .btn.btn-provider:hover,
.btn.btn-provider.disabled:focus,
.btn.btn-provider[disabled]:focus,
fieldset[disabled] .btn.btn-provider:focus,
.btn.btn-provider.disabled:active,
.btn.btn-provider[disabled]:active,
fieldset[disabled] .btn.btn-provider:active,
.btn.btn-provider.disabled.active,
.btn.btn-provider[disabled].active,
fieldset[disabled] .btn.btn-provider.active {
  background-color: #00aea1;
  border-color: transparent;
}
.btn.btn-provider .badge {
  color: #00aea1;
  background-color: #fff;
}
.btn.outline {
  background: transparent;
  border: 2px solid #3d434b;
  color: #3d434b;
  background-color: transparent;
  border-color: #3d434b;
}
.btn.outline:hover,
.btn.outline:focus,
.btn.outline:active,
.btn.outline.active,
.open .dropdown-toggle .btn.outline {
  color: #3d434b;
  background-color: #3d434b;
  border-color: #222529;
}
.btn.outline:active,
.btn.outline.active,
.open .dropdown-toggle .btn.outline {
  background-image: none;
}
.btn.outline.disabled,
.btn.outline[disabled],
fieldset[disabled] .btn.outline,
.btn.outline.disabled:hover,
.btn.outline[disabled]:hover,
fieldset[disabled] .btn.outline:hover,
.btn.outline.disabled:focus,
.btn.outline[disabled]:focus,
fieldset[disabled] .btn.outline:focus,
.btn.outline.disabled:active,
.btn.outline[disabled]:active,
fieldset[disabled] .btn.outline:active,
.btn.outline.disabled.active,
.btn.outline[disabled].active,
fieldset[disabled] .btn.outline.active {
  background-color: transparent;
  border-color: #3d434b;
}
.btn.outline .badge {
  color: transparent;
  background-color: #3d434b;
}
.btn.outline:hover,
.btn.outline:focus {
  color: #FFFFFF;
  border-color: #3d434b;
}
.btn-facebook {
  background-color: #3b5999;
  color: #fff !important;
  font-size: 1.8rem;
  line-height: 25px;
  /*  min-height: 50px; */
  padding-left: 50px;
  text-transform: none !important;
  text-align: center;
  max-height: 49px;
  /*  max-width: 360px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
#facebook-wide {
  background: #3b5999 url("https://pokitdok.com/pd/images/btn-fb.png") no-repeat center center;
}
#facebook-narrow {
  background: #3b5999 /* url("@{pd-asset-path}images/FB-f-Logo__blue_29.png") */ no-repeat 5px 8px;
}
#facebook-narrow:before {
  font-family: 'pokit-icon';
  content: "8";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 9px 11px 11px 6px;
  border-right: 2px inset rgba(255, 255, 255, 0.3);
}
.btn.btn-dashed {
  background: none;
  border: 2px dashed #681d68;
  border-radius: 0;
  text-transform: none;
  color: #681d68;
  font-weight: normal;
  line-height: 35px;
}
.btn.btn-dashed .btn:hover,
.btn.btn-dashed .btn:active {
  box-shadow: none;
}
.btn.btn-dashed .pd-plus {
  margin-top: 0px;
}
.btn.btn-dashed .pd-plus:hover {
  color: inherit;
}
.btn.btn-dashed.larger-font {
  font-size: 1.8rem;
  padding-top: 10px;
  border-width: 3px;
}
.btn.btn-dashed.larger-font .pd-plus {
  margin-top: -1px;
}
.btn-default.btn-special {
  color: #F9A21D;
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default.btn-special:hover,
.btn-default.btn-special:focus,
.btn-default.btn-special:active,
.btn-default.btn-special.active,
.open .dropdown-toggle .btn-default.btn-special {
  color: #F9A21D;
  background-color: #cfcfcd;
  border-color: #bfbdb8;
}
.btn-default.btn-special:active,
.btn-default.btn-special.active,
.open .dropdown-toggle .btn-default.btn-special {
  background-image: none;
}
.btn-default.btn-special.disabled,
.btn-default.btn-special[disabled],
fieldset[disabled] .btn-default.btn-special,
.btn-default.btn-special.disabled:hover,
.btn-default.btn-special[disabled]:hover,
fieldset[disabled] .btn-default.btn-special:hover,
.btn-default.btn-special.disabled:focus,
.btn-default.btn-special[disabled]:focus,
fieldset[disabled] .btn-default.btn-special:focus,
.btn-default.btn-special.disabled:active,
.btn-default.btn-special[disabled]:active,
fieldset[disabled] .btn-default.btn-special:active,
.btn-default.btn-special.disabled.active,
.btn-default.btn-special[disabled].active,
fieldset[disabled] .btn-default.btn-special.active {
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default.btn-special .badge {
  color: transparent;
  background-color: #F9A21D;
}
.btn-default.btn-special.disabled,
.btn-default.btn-special[disabled] {
  color: #000000;
  background-color: #b2b2b1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../pd/fonts/glyphicons-halflings-regular.eot');
  src: url('../pd/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../pd/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../pd/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../pd/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #3d434b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #32363d;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #681d68;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b2b2b1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #b2b2b1;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 840px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 7px 7px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 7px 7px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e8e8e7;
}
.nav > li.disabled > a {
  color: #b2b2b1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #DCDBD8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e8e8e7;
  border-color: #0099AD;
}
.nav .nav-divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #DCDBD8 #DCDBD8 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #b2b2b1;
  background-color: #F2F2F1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 840px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 840px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F2F2F1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #681d68;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 840px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 840px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F2F2F1;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
@media (min-width: 840px) {
  .navbar {
    border-radius: 10px;
  }
}
@media (min-width: 840px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 840px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 840px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 840px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 840px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 24px 15px;
  font-size: 2rem;
  line-height: 2rem;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 840px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 840px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2rem;
}
@media (max-width: 839px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 2rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 840px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 840px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  margin-top: 23.25px;
  margin-bottom: 23.25px;
}
@media (min-width: 840px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group {
  padding: 15px 6px;
  position: relative;
}
.navbar-form .form-group label {
  padding-right: 6px;
}
.navbar-form .form-group span {
  position: absolute;
  left: 98px;
}
.navbar-form .form-grid:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: 0;
}
.navbar-form .form-grid:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.navbar-form .form-grid:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 840px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group {
  padding: 15px 6px;
  position: relative;
}
.navbar-form .form-group label {
  padding-right: 6px;
}
.navbar-form .form-group span {
  position: absolute;
  left: 98px;
}
.navbar-form .form-grid:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: 0;
}
.navbar-form .form-grid:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.navbar-form .form-grid:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 839px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 840px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 23.25px;
  margin-bottom: 23.25px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 840px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 839px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #b2b2b1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b2b2b1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b2b2b1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 839px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b2b2b1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b2b2b1;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #DCDBD8;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c4c2bd;
}
.label-primary {
  background-color: #681d68;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #401240;
}
.label-success {
  background-color: #08c14a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #069037;
}
.label-info {
  background-color: #00ACA1;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007971;
}
.label-warning {
  background-color: #F9A21D;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #dd8806;
}
.label-danger {
  background-color: #f44d4d;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f11d1d;
}
.alert {
  padding: 15px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #a0e1b7;
  border-color: #8ddb9b;
  color: #3f7a4f;
}
.alert-success hr {
  border-top-color: #79d58a;
}
.alert-success .alert-link {
  color: #2e5839;
}
.alert-info {
  background-color: #cde1e3;
  border-color: #b6d6d4;
  color: #006057;
}
.alert-info hr {
  border-top-color: #a6cdca;
}
.alert-info .alert-link {
  color: #002d29;
}
.alert-warning {
  background-color: #f8e79e;
  border-color: #f6ce86;
  color: #7f6e25;
}
.alert-warning hr {
  border-top-color: #f5c56e;
}
.alert-warning .alert-link {
  color: #584c19;
}
.alert-danger {
  background-color: #f79e9d;
  border-color: #f58597;
  color: #9b4242;
}
.alert-danger hr {
  border-top-color: #f36e83;
}
.alert-danger .alert-link {
  color: #773333;
}
.panel {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #DCDBD8;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 2rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #DCDBD8;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #DCDBD8;
}
.panel-default {
  border-color: #DCDBD8;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #DCDBD8;
  border-color: #DCDBD8;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #DCDBD8;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #DCDBD8;
}
.panel-primary {
  border-color: #681d68;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #681d68;
  border-color: #681d68;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #681d68;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #681d68;
}
.panel-success {
  border-color: #8ddb9b;
}
.panel-success > .panel-heading {
  color: #3f7a4f;
  background-color: #a0e1b7;
  border-color: #8ddb9b;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8ddb9b;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8ddb9b;
}
.panel-info {
  border-color: #b6d6d4;
}
.panel-info > .panel-heading {
  color: #006057;
  background-color: #cde1e3;
  border-color: #b6d6d4;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b6d6d4;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b6d6d4;
}
.panel-warning {
  border-color: #f6ce86;
}
.panel-warning > .panel-heading {
  color: #7f6e25;
  background-color: #f8e79e;
  border-color: #f6ce86;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f6ce86;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f6ce86;
}
.panel-danger {
  border-color: #f58597;
}
.panel-danger > .panel-heading {
  color: #9b4242;
  background-color: #f79e9d;
  border-color: #f58597;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f58597;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f58597;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 840px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 1.35rem;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 10px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #DCDBD8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #dcdbd8;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #dcdbd8;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #dcdbd8;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #dcdbd8;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 839px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 840px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 839px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 840px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
** Dependency: variables.less
** Content:
   > generic utility styles - common across ALL/ANY projects
**/
.visible-xxs {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
/* flexbox grid alignment
** IE9 and under will need fixes
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 840px) {
  .row.vertical-align {
    display: flex;
    align-items: center;
  }
}
/* bootstrap column grid stacking fix on mobile
*/
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 15px;
}
.row-grid + .row-grid {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
.break-all {
  word-break: break-all;
}
.preload {
  display: none;
}
.lowercase {
  text-transform: lowercase;
}
ul.no-style {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.eclipse {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tracking-pixel {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.inline {
  display: inline;
}
.no-border {
  border: none;
}
.strength {
  position: relative;
  display: block;
  float: right;
  line-height: 19px;
  margin-top: 3px;
  padding-left: 22px;
}
.strength i {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  background: url("https://pokitdok.com/pd/images/password-weak.png") no-repeat;
}
.strength i.medium {
  background: url("https://pokitdok.com/pd/images/password-medium.png") no-repeat;
}
.strength i.strong {
  background: url("https://pokitdok.com/pd/images/password-strong.png") no-repeat;
}
.ng-invisible {
  visibility: hidden;
}
.justified {
  overflow: hidden;
}
.justified .nav-tabs {
  width: 100.8%;
}
.justified .nav-tabs li {
  margin-left: 0.5%;
}
.justified .nav-tabs li:first-child {
  margin-left: 0;
}
.justified .nav-tabs a {
  text-align: center;
}
@media (min-width: 840px) {
  .justified .nav-tabs li {
    display: table-cell;
  }
  .justified .nav-tabs li.split-2 {
    width: 49.6%;
  }
  .justified .nav-tabs li.split-3 {
    width: 33%;
  }
}
/**  add this class for div to middle align its content  **/
.valign-middle {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.valign-middle.text-center {
  width: 100%;
}
.valign-middle .valign-middle-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/** removing chrome yellow bg for autofill **/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/**** common animations ******/
.animate-collapsed {
  -webkit-transition: all 0.2s ease-out;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.animate-expanded {
  -webkit-transition: all 0.2s ease-out;
  opacity: 1;
  max-height: 500px;
  /* arbitrary height so animation works */
  overflow: auto;
}
.animate-fade {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-fade.ng-hide {
  opacity: 0;
}
.animate-box {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  cursor: pointer;
}
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/**
** Dependency: pd-variables; pd-mixins
** Content:
    > PD rules that further customize bootstrap forms
**/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: inherit;
  color: #3d434b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DCDBD8;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #828b88;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #b2b2b1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2b2b1;
}
.form-control::-webkit-input-placeholder {
  color: #b2b2b1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #DCDBD8;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 3.5rem;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 3rem;
  padding: 5px 10px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-sm {
  height: 3rem;
  line-height: 3rem;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.input-md {
  height: 3.5rem;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 10px;
}
select.input-md {
  height: 3.5rem;
  line-height: 3.5rem;
}
textarea.input-md,
select[multiple] .input-md {
  height: auto;
}
.input-lg {
  height: 5rem;
  padding: 10px 25px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-lg {
  height: 5rem;
  line-height: 5rem;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 4.375rem;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 7rem;
  right: 0;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3f7a4f;
}
.has-success .form-control {
  border-color: #3f7a4f;
}
.has-success .form-control:focus {
  border-color: #2e5839;
}
.has-success .input-group-addon {
  color: #3f7a4f;
  border-color: #3f7a4f;
  background-color: #a0e1b7;
}
.has-success .form-control-feedback {
  color: #3f7a4f;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #7f6e25;
}
.has-warning .form-control {
  border-color: #7f6e25;
}
.has-warning .form-control:focus {
  border-color: #584c19;
}
.has-warning .input-group-addon {
  color: #7f6e25;
  border-color: #7f6e25;
  background-color: #f8e79e;
}
.has-warning .form-control-feedback {
  color: #7f6e25;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #9b4242;
}
.has-error .form-control {
  border-color: #9b4242;
}
.has-error .form-control:focus {
  border-color: #773333;
}
.has-error .input-group-addon {
  color: #9b4242;
  border-color: #9b4242;
  background-color: #f79e9d;
}
.has-error .form-control-feedback {
  color: #9b4242;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 840px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 840px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
/******** forms ************/
.form-group-sm label {
  font-size: 1.35rem;
}
.form-group.row .col-xs-6:not(:first-child) {
  padding-left: 0;
}
form.embed fieldset h1,
form.embed .panel h1,
form.embed fieldset h2,
form.embed .panel h2,
form.embed fieldset h3,
form.embed .panel h3,
form.embed fieldset h4,
form.embed .panel h4,
form.embed fieldset h5,
form.embed .panel h5,
form.embed fieldset h6,
form.embed .panel h6 {
  margin-top: 0;
}
form.embed fieldset .alert,
form.embed .panel .alert {
  border-radius: 0;
}
form.embed div.form-error,
form.embed div.form-success {
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
  padding: 10px 30px;
  margin: -30px -30px 20px -30px;
}
div.form-error,
div.form-success {
  padding: 6px 15px;
  margin-bottom: 15px;
}
div.form-error.ng-hide,
div.form-success.ng-hide {
  height: 0px;
}
div.form-success {
  background: #a0e1b7;
  color: #3f7a4f;
}
div.form-success a {
  color: #3f7a4f;
  text-decoration: underline;
}
div.form-error {
  background: #f79e9d;
  color: #9b4242;
}
div.form-error a {
  color: #9b4242;
  text-decoration: underline;
}
.form-error.inline,
.form-success.inline {
  font-size: 1.35rem;
}
.form-error.inline:before,
.form-success.inline:before {
  content: "\00A0\00A0\00A0";
}
.form-error.inline.info,
.form-success.inline.info {
  color: #00ACA1;
}
.form-error.inline {
  color: #f44d4d;
}
.form-error.inline a {
  color: #f44d4d;
  text-decoration: underline;
}
.form-success.inline {
  color: #08c14a;
}
.form-success.inline a {
  color: #08c14a;
  text-decoration: underline;
}
.form-group .help-block span {
  display: none;
}
.form-group.has-error .help-block span {
  display: block;
}
span[ng-message="pdAvailableLoading"] {
  color: #000000 !important;
}
.dark-loader::after {
  content: "";
  background: url("https://pokitdok.com/pd/images/loader-squirrel-run.gif") center center no-repeat;
  opacity: 0.25;
  top: 100px;
  left: 0;
  right: 0;
  height: 100px;
  position: absolute;
}
.dark-loader.loader-s::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 130px;
}
.dark-loader.loader-s::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 80px;
}
button[type="submit"],
button.pd-submit,
.img-upload-btn {
  position: relative;
}
button[type="submit"] .dark-loader,
button.pd-submit .dark-loader,
.img-upload-btn .dark-loader {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
button[type="submit"] .dark-loader::after,
button.pd-submit .dark-loader::after,
.img-upload-btn .dark-loader::after {
  height: auto;
}
button[type="submit"]:disabled .dark-loader,
button.pd-submit:disabled .dark-loader,
.img-upload-btn:disabled .dark-loader,
button[type="submit"].uploading .dark-loader,
button.pd-submit.uploading .dark-loader,
.img-upload-btn.uploading .dark-loader {
  display: block !important;
}
button[type="submit"].hide-spinner .dark-loader,
button.pd-submit.hide-spinner .dark-loader,
.img-upload-btn.hide-spinner .dark-loader {
  display: none !important;
}
.form-inline {
  margin-bottom: 10px;
}
.form-inline .form-group {
  padding: 15px 6px;
  position: relative;
}
.form-inline .form-group label {
  padding-right: 6px;
}
.form-inline .form-group span {
  position: absolute;
  left: 98px;
}
.form-inline .form-grid:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: 0;
}
.form-inline .form-grid:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.form-inline .form-grid:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
legend {
  font-size: 1.8rem;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 200;
  width: auto;
}
label {
  text-transform: capitalize;
  font-weight: 200;
}
.no-cap label {
  text-transform: none;
}
label.label-lg,
.form-lg label {
  font-size: 2rem;
}
.checkbox label {
  font-size: 1.5rem;
  text-transform: none;
}
/***** custom checkbox ************/
input[type=checkbox].custom-checkbox {
  display: none;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.custom-checkbox-label {
  padding-left: 30px;
  margin-right: 1em;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -260px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("https://pokitdok.com/pd/images/sprite-general-icons.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox].custom-checkbox:checked + label.custom-checkbox-label {
  background-position: 0 -280px;
}
/***** custom radio ************/
input[type=radio].custom-radio {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.custom-radio-label {
  padding-left: 30px;
  margin-right: 1em;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -220px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("https://pokitdok.com/pd/images/sprite-general-icons.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=radio].custom-radio:checked + label.custom-radio-label {
  background-position: 0 -240px;
}
.input-lg {
  font-size: 1.8rem;
  padding-left: 15px;
  padding-right: 15px;
}
textarea.input-lg {
  resize: vertical;
  min-height: 200px;
}
.form-actions {
  margin-top: 1em;
}
.form-actions p {
  margin: 0.5em 0;
}
.has-error .form-control,
.has-error .pd-input-container {
  border-color: #f44d4d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f44d4d;
}
.form-lg .strength {
  margin-top: 7px;
}
.select-custom select,
.select-custom select.form-control {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 40px;
  width: 147% /* hack for FF, IE9 */;
}
.select-custom {
  border-radius: 10px;
  /*height: 34px;*/
  overflow: hidden;
  background: #FFFFFF url("https://pokitdok.com/pd/images/droparrow.png") no-repeat right;
  border: 1px solid #ccc;
  padding-right: 20px;
}
.select-custom .input-sm {
  line-height: inherit;
}
.select-custom.inline {
  display: inline-block;
}
.select-custom.disabled,
.select-custom:disabled {
  background-color: #F2F2F1;
  border: none;
}
.select-custom select[disabled],
.select-custom select.form-control[disabled] {
  border: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b1;
}
:-ms-input-placeholder {
  color: #b2b2b1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
  border: none;
  color: #b2b2b1;
}
.pd-password-rules {
  position: absolute;
  top: 0;
  background: white;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 1em 1em 0;
  font-size: 10px;
  line-height: 1.2;
  color: #3d434b;
}
.pd-password-rules-container {
  position: relative;
}
/**
** Dependency: pd-variables; pd-mixins
** Content:
    > PD rules that further customize bootstrap buttons
**/
.btn {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  touch-action: manipulation;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle .btn-default {
  color: #000000;
  background-color: #cfcfcd;
  border-color: #bfbdb8;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle .btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default .badge {
  color: transparent;
  background-color: #000000;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle .btn-primary {
  color: #FFFFFF;
  background-color: #ffb53e;
  border-color: #ba7305;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle .btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-primary .badge {
  color: #F9A21D;
  background-color: #FFFFFF;
}
.btn-success {
  color: #fff;
  background-color: #08c14a;
  border-color: #07a941;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
  color: #fff;
  background-color: #09d552;
  border-color: #056e2a;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #08c14a;
  border-color: #07a941;
}
.btn-success .badge {
  color: #08c14a;
  background-color: #fff;
}
.btn-info {
  color: #006057;
  background-color: #b8d6da;
  border-color: #a7ccd1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle .btn-info {
  color: #006057;
  background-color: #c5dee1;
  border-color: #7fb5bc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle .btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #b8d6da;
  border-color: #a7ccd1;
}
.btn-info .badge {
  color: #b8d6da;
  background-color: #006057;
}
.btn-warning {
  color: #fff;
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle .btn-warning {
  color: #fff;
  background-color: #fab64f;
  border-color: #ba7305;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle .btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F9A21D;
  border-color: #f69707;
}
.btn-warning .badge {
  color: #F9A21D;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f44d4d;
  border-color: #f33535;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle .btn-danger {
  color: #fff;
  background-color: #f77d7d;
  border-color: #dd0e0e;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle .btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f44d4d;
  border-color: #f33535;
}
.btn-danger .badge {
  color: #f44d4d;
  background-color: #fff;
}
.btn-white {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #DCDBD8;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #bfbdb8;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #FFFFFF;
  border-color: #DCDBD8;
}
.btn-white .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle .btn-white {
  color: #FFFFFF;
}
.btn-white.disabled,
.btn-white[disabled] {
  background-color: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 25px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 1.35rem;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
img.arrow {
  width: 20px;
  background-color: white;
  padding: 0;
}
@media (max-width: 479px) {
  .btn-responsive {
    padding: 5px 10px;
    font-size: 1.35rem;
    line-height: 1.33;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
/*** customized buttons **/
.btn,
button {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 3px;
  outline: 0;
  border-width: 0;
  /* most buttons should have no border */
}
.btn.btn-special,
button.btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
.btn.btn-special:hover,
button.btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
.btn.disabled,
button.disabled,
.btn[disabled],
button[disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
.btn:hover,
button:hover,
.btn:active,
button:active,
.btn:focus,
button:focus {
  outline: 0;
}
.btn.btn-sm,
button.btn-sm {
  text-transform: none;
}
.btn.btn-xs,
button.btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
.btn.btn-lg,
button.btn-lg {
  padding: 12px 30px 10px 30px;
}
.btn.btn-border,
button.btn-border {
  border-width: 1px;
  border-style: solid;
}
.btn-next.btn-default,
.btn-prev.btn-default {
  margin-right: -0.5em;
}
.btn-next .pd-arrow-right,
.btn-prev .pd-arrow-right,
.btn-next .pd-arrow-left,
.btn-prev .pd-arrow-left {
  margin-top: -4px;
  /* temp fix for icon font alignment */
  font-size: 0.8em;
}
.btn-group .btn,
.btn-group button {
  margin: 0;
}
.btn-group .btn {
  border: 1px solid #DCDBD8;
}
.btn-link {
  color: #0099AD;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-transform: none;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005561;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b2b2b1;
  text-decoration: none;
}
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  color: #b2b2b1;
}
.btn-link .icon-custom {
  margin: 0 5px;
}
.btn-link .icon-custom.icon-edit,
.btn-link .icon-custom.icon-prev {
  margin-left: 0;
}
.btn-link .icon-custom.icon-next {
  margin-right: 0;
}
.btn-link .btn-round {
  margin: 0 5px;
}
.btn-dotted-border {
  border-width: 2px;
  border-color: #681d68;
  border-style: dashed;
  border-radius: 0;
  background-color: transparent;
  color: #681d68;
  text-transform: none;
}
.btn-dotted-border:hover {
  background-color: #681d68;
  color: #fff;
}
.btn-dotted-border.btn-block {
  margin: 1em auto;
  padding: 0.5em 1em;
}
/*** custom round buttons with primary color backgrounds ***/
.btn-round {
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  font-weight: 200;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  text-align: center;
}
.btn-round.btn-lg {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  padding: 0;
  font-size: 28px;
}
.btn-round.btn-sm {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
}
.btn-round.btn-white.btn-lg {
  /** a speical class of filter button that's large round, white/purple **/
  color: #681d68;
}
.btn-round.btn-white.btn-lg:hover {
  background-color: #681d68;
  color: #fff;
}
.btn-round.btn-white.btn-lg.active {
  background-color: #681d68;
  color: #fff;
}
.btn-round.btn-white.btn-lg.active:hover {
  background-color: #681d68;
  cursor: default;
}
.btn-round.btn-white.btn-lg.disabled {
  opacity: 1;
  background-color: #fff;
}
.help-link,
.btn-help {
  display: inine-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.btn-round.btn-help {
  font-size: 1.5rem;
}
.btn-round.btn-help.btn-sm {
  font-size: 1.35rem;
}
.btn-add {
  background-image: url("https://pokitdok.com/pd/images/icon-plus.png");
}
.btn-delete {
  background-image: url("https://pokitdok.com/pd/images/icon-minus.png");
  background-position: 3px 3px;
}
.btn-collapse {
  background-image: url("https://pokitdok.com/pd/images/icon-collapse.png");
}
.btn-expand {
  background-image: url("https://pokitdok.com/pd/images/icon-expand.png");
  background-position: 6px 8px;
}
.btn.btn-provider {
  color: #fff;
  background-color: #00aea1;
  border-color: transparent;
}
.btn.btn-provider:hover,
.btn.btn-provider:focus,
.btn.btn-provider:active,
.btn.btn-provider.active,
.open .dropdown-toggle .btn.btn-provider {
  color: #fff;
  background-color: #00c8b9;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-provider:active,
.btn.btn-provider.active,
.open .dropdown-toggle .btn.btn-provider {
  background-image: none;
}
.btn.btn-provider.disabled,
.btn.btn-provider[disabled],
fieldset[disabled] .btn.btn-provider,
.btn.btn-provider.disabled:hover,
.btn.btn-provider[disabled]:hover,
fieldset[disabled] .btn.btn-provider:hover,
.btn.btn-provider.disabled:focus,
.btn.btn-provider[disabled]:focus,
fieldset[disabled] .btn.btn-provider:focus,
.btn.btn-provider.disabled:active,
.btn.btn-provider[disabled]:active,
fieldset[disabled] .btn.btn-provider:active,
.btn.btn-provider.disabled.active,
.btn.btn-provider[disabled].active,
fieldset[disabled] .btn.btn-provider.active {
  background-color: #00aea1;
  border-color: transparent;
}
.btn.btn-provider .badge {
  color: #00aea1;
  background-color: #fff;
}
.btn.outline {
  background: transparent;
  border: 2px solid #3d434b;
  color: #3d434b;
  background-color: transparent;
  border-color: #3d434b;
}
.btn.outline:hover,
.btn.outline:focus,
.btn.outline:active,
.btn.outline.active,
.open .dropdown-toggle .btn.outline {
  color: #3d434b;
  background-color: #3d434b;
  border-color: #222529;
}
.btn.outline:active,
.btn.outline.active,
.open .dropdown-toggle .btn.outline {
  background-image: none;
}
.btn.outline.disabled,
.btn.outline[disabled],
fieldset[disabled] .btn.outline,
.btn.outline.disabled:hover,
.btn.outline[disabled]:hover,
fieldset[disabled] .btn.outline:hover,
.btn.outline.disabled:focus,
.btn.outline[disabled]:focus,
fieldset[disabled] .btn.outline:focus,
.btn.outline.disabled:active,
.btn.outline[disabled]:active,
fieldset[disabled] .btn.outline:active,
.btn.outline.disabled.active,
.btn.outline[disabled].active,
fieldset[disabled] .btn.outline.active {
  background-color: transparent;
  border-color: #3d434b;
}
.btn.outline .badge {
  color: transparent;
  background-color: #3d434b;
}
.btn.outline:hover,
.btn.outline:focus {
  color: #FFFFFF;
  border-color: #3d434b;
}
.btn-facebook {
  background-color: #3b5999;
  color: #fff !important;
  font-size: 1.8rem;
  line-height: 25px;
  /*  min-height: 50px; */
  padding-left: 50px;
  text-transform: none !important;
  text-align: center;
  max-height: 49px;
  /*  max-width: 360px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
#facebook-wide {
  background: #3b5999 url("https://pokitdok.com/pd/images/btn-fb.png") no-repeat center center;
}
#facebook-narrow {
  background: #3b5999 /* url("@{pd-asset-path}images/FB-f-Logo__blue_29.png") */ no-repeat 5px 8px;
}
#facebook-narrow:before {
  font-family: 'pokit-icon';
  content: "8";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 9px 11px 11px 6px;
  border-right: 2px inset rgba(255, 255, 255, 0.3);
}
.btn.btn-dashed {
  background: none;
  border: 2px dashed #681d68;
  border-radius: 0;
  text-transform: none;
  color: #681d68;
  font-weight: normal;
  line-height: 35px;
}
.btn.btn-dashed .btn:hover,
.btn.btn-dashed .btn:active {
  box-shadow: none;
}
.btn.btn-dashed .pd-plus {
  margin-top: 0px;
}
.btn.btn-dashed .pd-plus:hover {
  color: inherit;
}
.btn.btn-dashed.larger-font {
  font-size: 1.8rem;
  padding-top: 10px;
  border-width: 3px;
}
.btn.btn-dashed.larger-font .pd-plus {
  margin-top: -1px;
}
.btn-default.btn-special {
  color: #F9A21D;
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default.btn-special:hover,
.btn-default.btn-special:focus,
.btn-default.btn-special:active,
.btn-default.btn-special.active,
.open .dropdown-toggle .btn-default.btn-special {
  color: #F9A21D;
  background-color: #cfcfcd;
  border-color: #bfbdb8;
}
.btn-default.btn-special:active,
.btn-default.btn-special.active,
.open .dropdown-toggle .btn-default.btn-special {
  background-image: none;
}
.btn-default.btn-special.disabled,
.btn-default.btn-special[disabled],
fieldset[disabled] .btn-default.btn-special,
.btn-default.btn-special.disabled:hover,
.btn-default.btn-special[disabled]:hover,
fieldset[disabled] .btn-default.btn-special:hover,
.btn-default.btn-special.disabled:focus,
.btn-default.btn-special[disabled]:focus,
fieldset[disabled] .btn-default.btn-special:focus,
.btn-default.btn-special.disabled:active,
.btn-default.btn-special[disabled]:active,
fieldset[disabled] .btn-default.btn-special:active,
.btn-default.btn-special.disabled.active,
.btn-default.btn-special[disabled].active,
fieldset[disabled] .btn-default.btn-special.active {
  background-color: transparent;
  border-color: #DCDBD8;
}
.btn-default.btn-special .badge {
  color: transparent;
  background-color: #F9A21D;
}
.btn-default.btn-special.disabled,
.btn-default.btn-special[disabled] {
  color: #000000;
  background-color: #b2b2b1;
}
/**
** Dependency: variables.less
** Content:
   > generic utility styles - common across ALL/ANY projects
**/
.visible-xxs {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
/* flexbox grid alignment
** IE9 and under will need fixes
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 840px) {
  .row.vertical-align {
    display: flex;
    align-items: center;
  }
}
/* bootstrap column grid stacking fix on mobile
*/
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 15px;
}
.row-grid + .row-grid {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
.break-all {
  word-break: break-all;
}
.preload {
  display: none;
}
.lowercase {
  text-transform: lowercase;
}
ul.no-style {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.eclipse {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tracking-pixel {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.inline {
  display: inline;
}
.no-border {
  border: none;
}
.strength {
  position: relative;
  display: block;
  float: right;
  line-height: 19px;
  margin-top: 3px;
  padding-left: 22px;
}
.strength i {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  background: url("https://pokitdok.com/pd/images/password-weak.png") no-repeat;
}
.strength i.medium {
  background: url("https://pokitdok.com/pd/images/password-medium.png") no-repeat;
}
.strength i.strong {
  background: url("https://pokitdok.com/pd/images/password-strong.png") no-repeat;
}
.ng-invisible {
  visibility: hidden;
}
.justified {
  overflow: hidden;
}
.justified .nav-tabs {
  width: 100.8%;
}
.justified .nav-tabs li {
  margin-left: 0.5%;
}
.justified .nav-tabs li:first-child {
  margin-left: 0;
}
.justified .nav-tabs a {
  text-align: center;
}
@media (min-width: 840px) {
  .justified .nav-tabs li {
    display: table-cell;
  }
  .justified .nav-tabs li.split-2 {
    width: 49.6%;
  }
  .justified .nav-tabs li.split-3 {
    width: 33%;
  }
}
html,
body {
  background: #F2F2F1;
  height: auto !important;
}
body.post-type-archive-trading-partner-req {
  background: #ffffff !important;
}
/**  add this class for div to middle align its content  **/
.valign-middle {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.valign-middle.text-center {
  width: 100%;
}
.valign-middle .valign-middle-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/** removing chrome yellow bg for autofill **/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/**** common animations ******/
.animate-collapsed {
  -webkit-transition: all 0.2s ease-out;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.animate-expanded {
  -webkit-transition: all 0.2s ease-out;
  opacity: 1;
  max-height: 500px;
  /* arbitrary height so animation works */
  overflow: auto;
}
.animate-fade {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-fade.ng-hide {
  opacity: 0;
}
.animate-box {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  cursor: pointer;
}
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/**
** Dependency: angular bootstrap; pd-variables; pd-mixins
** Content:
    > PD rules that further customize bootstrap or angular-bootstrap elements
**/
/** alert styles for pd ***/
.alert {
  position: relative;
  padding: 6px 15px;
}
.alert-default {
  background-color: #3d434b;
  color: #fff;
}
.alert-default .close {
  color: #fff;
  opacity: 0.5;
  text-shadow: none;
}
.alert-default .close:hover {
  opacity: 0.8;
}
.alert .overlay-close {
  position: absolute;
  right: 1em;
  top: 0.5em;
  color: #8b8e93;
  font-size: 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
}
.alert .overlay-close:hover {
  color: #3d434b;
}
.alert-danger a {
  color: #9b4242;
  font-weight: bold;
  text-decoration: underline;
}
.alert-danger a:hover {
  color: #7e3636;
  text-decoration: underline;
}
.alert-danger a.btn {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.alert-info a {
  color: #006057;
  text-decoration: underline;
}
.alert-info a:hover {
  color: #003732;
  text-decoration: underline;
}
.alert-warning a {
  color: #7f6e25;
  text-decoration: underline;
}
.alert-warning a:hover {
  color: #5f531c;
  text-decoration: underline;
}
/**** table ***/
.table.no-border-top tr > th {
  border-top: 0;
}
table.table-fixed {
  table-layout: fixed;
}
table.table thead td,
table.table thead th {
  background: #DCDBD8;
  border-bottom: 0;
}
/** all things panel **/
.panel {
  margin-bottom: 2em;
}
.panel table {
  clear: both;
}
.panel .list-group-item {
  border: 1px solid #e8e8e7;
}
.panel-default .panel-heading .btn-white {
  background-color: #F2F2F1;
}
.panel-default .panel-heading .btn-white:hover {
  background-color: #e8e8e7;
}
.panel-default .panel-heading .btn-white.btn-border {
  border-color: #3d434b;
  border-width: 1px;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.panel-list .panel-heading {
  padding: 5px 10px;
}
.panel-list .panel-body {
  padding: 5px 15px;
}
.panel-body-border {
  border-top: 1px solid #cfcfcd;
}
.panel > .table-bordered thead:first-child > tr:first-child > td {
  background: #eaeaea;
  border-bottom: 1px solid #cfcfcd;
}
.panel.panel-rounded {
  border-radius: 10px;
}
.panel.panel-bordered {
  border-color: #DCDBD8;
}
.panel.panel-bordered .panel-body {
  border-top: 1px solid #DCDBD8;
}
.panel table thead {
  background-color: #DCDBD8;
}
.panel-body dd {
  word-break: break-all;
}
.panel-body.list-group {
  padding: 0 15px;
}
.panel-heading.pad-0 {
  background-color: none;
  padding: 0;
}
.panel-heading.pad-0 .alert {
  margin-bottom: 0;
}
.panel-default .panel-heading.pad-0 .alert {
  border-radius: 0;
}
.panel-rounded .panel-heading.pad-0 .alert {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group .anchor,
.list-group .link {
  color: #0099AD;
}
.list-group.no-border .list-group-item {
  border-left: none;
  border-right: none;
  /* border-bottom: none; */
  overflow: hidden;
}
.list-group.no-border .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}
.list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
  border-radius: 0;
}
.tab-content {
  background-color: #FFFFFF;
  border: 1px solid #DCDBD8;
  border-top: 0;
  padding: 30px;
}
.dropdown-menu {
  border-color: #cfcfcd;
  -webkit-box-shadow: 0 2px 2px rgba(194, 168, 140, 0.4);
  box-shadow: 0 2px 2px rgba(194, 168, 140, 0.4);
}
.dropdown-menu li > a {
  padding: 10px 20px;
}
.dropdown-menu li > a:hover {
  background-color: #e8e8e7;
}
.dropdown-menu .divider {
  background-color: #e8e8e7;
}
.dropdown {
  display: inline-block;
  margin-left: 32px;
}
.dropdown .dropdown-toggle b {
  font-size: 12px;
  height: auto;
  display: inline-block;
}
.popover {
  padding: 10px;
}
.popover .popover-title {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.popover-content {
  padding: 1em;
}
.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #e8e8e7;
  color: #000000;
  padding: 1em;
  text-align: left;
  font-size: 1.35rem;
  border-radius: 4px;
}
.tooltip.right {
  margin-right: -10px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e8e8e7 !important;
  left: -10px;
  margin-top: -5px;
  border-width: 5px 15px 5px 0;
}
.tooltip.left {
  margin-left: -10px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e8e8e7 !important;
  right: -10px;
  margin-top: -5px;
  border-width: 5px 0 5px 15px;
}
.tooltip.bottom {
  margin-bottom: -10px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e8e8e7 !important;
  top: -10px;
  margin-left: -10px;
  border-width: 0px 10px 15px 10px;
}
.tooltip.top {
  margin-top: -10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #e8e8e7 !important;
  bottom: -10px;
  margin-left: -10px;
  border-width: 15px 10px 0 10px;
}
.tooltip .tooltip-left-arrow {
  border-left-color: #e8e8e7 !important;
}
.tooltip .tooltip-right-arrow {
  border-right-color: #e8e8e7 !important;
}
.tooltip .tooltip-top-arrow {
  border-top-color: #e8e8e7 !important;
}
.tooltip .tooltip-bottom-arrow {
  border-bottom-color: #e8e8e7 !important;
}
/** fix for bootstrap scrollspy content accuracy **/
.scroll-target .anchor {
  padding-top: 2em;
  margin-top: 0;
}
.scroll-target h1.anchor {
  margin-top: 0;
  padding-top: 1em;
}
.jumbotron {
  background-color: #3d434b;
  color: white;
}
.jumbotron h1 {
  color: white;
}
div.hljs {
  margin: 20px 0px;
}
div.hljs pre {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  font-size: 1.35rem;
}
/** overlay **/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 67, 75, 0.7);
  z-index: 1000;
  overflow-y: scroll;
}
#overlay.open {
  display: block;
}
#overlay-inner {
  background: #FFFFFF;
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 10px;
  padding: 10px;
}
#overlay-inner h2 {
  margin-top: 0.5em;
}
#overlay-inner form {
  margin-top: 1.5em;
}
#overlay-content {
  padding: 20px;
}
#overlay-close,
.overlay-close {
  float: right;
  background: url("https://pokitdok.com/pd/images/overlay-close.png");
  display: block;
  width: 32px;
  height: 32px;
}
/** all things carousel **/
.carousel.carousel-fade .item {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.carousel-control {
  /** user our custom carousel arrow controls */
  background: none;
  width: 5%;
  min-width: 20px;
  opacity: 1;
}
.carousel-control:hover {
  opacity: 0.5;
}
.carousel-control.left {
  background: none;
}
.carousel-control.left .glyphicon {
  color: #681d68;
  text-shadow: none;
}
.carousel-control.left .glyphicon:before {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: 'f';
}
.carousel-control.right {
  background: none;
}
.carousel-control.right .glyphicon {
  color: #681d68;
  text-shadow: none;
  margin-left: 0;
  margin-right: -15px;
}
.carousel-control.right .glyphicon:before {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: 'g';
}
.carousel-indicators li,
.carousel-indicators .active {
  margin: 0 0.5em;
  width: 10px;
  height: 10px;
}
/**
** Dependency: pd-variables
** Content:
    > PD specific fonts
**/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ url("../fonts/Montserrat-Regular.ttf") format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-weight: normal;
}
/*@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
    font-weight: bold;
}*/
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Light.woff") format('woff'), url("../fonts/Muli-Light.ttf") format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Regular.woff") format('woff'), url("../fonts/Muli-Regular.ttf") format('truetype');
  font-weight: normal;
  font-stretch: semi-expanded;
}
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Italic.woff") format('woff'), url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/fonts/Avenir-Italic.ttf") format('truetype');
  font-style: italic;
}
/*@font-face {
    font-family: 'Muli';
    src: url("../fonts/Muli-LightItalic.ttf") format('truetype');
    font-weight: 200;
    font-style: italic;
}*/
/** Custom font related rules defined by PD style guide */
h1,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  /* be sure to do letter-spacing reset for any text using secondary font */
}
h1.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
  font-weight: 200;
}
h1 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5em;
  font-weight: normal;
}
.h1.font-light,
.h2.font-light,
.h3.font-light,
.h4.font-light,
.h5.font-light,
.h6.font-light {
  font-weight: 200;
}
/** h2 style default: thin and upper case
    used on all modal box heading
    as well as home page section header
**/
p,
body {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
h2 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  text-transform: uppercase;
}
/* for all content header title */
.h-title,
h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1em;
  text-transform: capitalize;
}
/* for all content subject title */
.h-subtitle,
h4 {
  font-size: 2rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1em;
}
/* another content subject title */
.h-subtitle2 {
  color: #000000;
  font-size: 1.8rem;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
b,
th,
strong,
thead td {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
p.lead {
  font-weight: normal;
  font-size: 2rem;
}
pre code {
  font-size: 1.2rem;
}
.page-header,
h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 3.6rem;
  border-bottom: none;
  margin: 0 0 20px 0;
}
h1.banner {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
}
h1.banner2 {
  font-size: 3rem;
}
/**
** Dependency: pd-variables
** Content:
    > PD specific icons
**/
@font-face {
  font-family: 'pokit-icon';
  src: url("../fonts/pokit-icon.woff") format('woff'), url("../fonts/pokit-icon.ttf") format('truetype'), url("../fonts/pokit-icon.eot") format('truetype');
}
.pokit-icon {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
[data-icon]:before {
  font-family: "pokit-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*** Insert Icon CSS from Fontastic here ***/
.pd-activity:before {
  content: "\61";
}
.pd-add-prices:before {
  content: "\62";
}
.pd-adjust:before {
  content: "\63";
}
.pd-ar-down:before {
  content: "\64";
}
.pd-ar-up:before {
  content: "\65";
}
.pd-arrow-left:before {
  content: "\66";
}
.pd-arrow-right:before {
  content: "\67";
}
.pd-brackets-bubble:before {
  content: "\68";
}
.pd-business:before {
  content: "\69";
}
.pd-caduceus:before {
  content: "\6a";
}
.pd-calendar:before {
  content: "\6b";
}
.pd-check:before {
  content: "\6c";
}
.pd-doc-card:before {
  content: "\6d";
}
.pd-dollar:before {
  content: "\6e";
}
.pd-down:before {
  content: "\70";
}
.pd-down-tri:before {
  content: "\71";
}
.pd-edit-pencil:before {
  content: "\72";
}
.pd-eligibility:before {
  content: "\73";
}
.pd-eye:before {
  content: "\74";
}
.pd-eye-cross:before {
  content: "\75";
}
.pd-face-happy:before {
  content: "\76";
}
.pd-face-neutral:before {
  content: "\77";
}
.pd-face-sad:before {
  content: "\78";
}
.pd-knob:before {
  content: "\7a";
}
.pd-magnify-search:before {
  content: "\41";
}
.pd-md-user1:before {
  content: "\42";
}
.pd-md-user1-sm:before {
  content: "\43";
}
.pd-md-user2:before {
  content: "\44";
}
.pd-md-user2-sm:before {
  content: "\45";
}
.pd-more-arrow:before {
  content: "\46";
}
.pd-next-arrow:before {
  content: "\47";
}
.pd-nobrackets-bubble:before {
  content: "\48";
}
.pd-pd-dollar-inv:before {
  content: "\49";
}
.pd-pd-download:before {
  content: "\4a";
}
.pd-pd-location:before {
  content: "\4b";
}
.pd-pd-mail:before {
  content: "\4c";
}
.pd-phone:before {
  content: "\4d";
}
.pd-play:before {
  content: "\4e";
}
.pd-plus-inv:before {
  content: "\50";
}
.pd-profile:before {
  content: "\53";
}
.pd-prov-search:before {
  content: "\54";
}
.pd-question:before {
  content: "\55";
}
.pd-question-inv:before {
  content: "\56";
}
.pd-quote:before {
  content: "\57";
}
.pd-quote-round:before {
  content: "\58";
}
.pd-respond-quotes:before {
  content: "\59";
}
.pd-round-check:before {
  content: "\5a";
}
.pd-sandbox:before {
  content: "\32";
}
.pd-save-for-later:before {
  content: "\33";
}
.pd-search-home:before {
  content: "\35";
}
.pd-share:before {
  content: "\36";
}
.pd-signup-free:before {
  content: "\37";
}
.pd-social-fb:before {
  content: "\38";
}
.pd-social-fb-inv:before {
  content: "\39";
}
.pd-social-gogl:before {
  content: "\21";
}
.pd-social-gogl-inv:before {
  content: "\22";
}
.pd-social-linkd:before {
  content: "\23";
}
.pd-social-lnkd-inv:before {
  content: "\24";
}
.pd-social-tw:before {
  content: "\25";
}
.pd-user:before {
  content: "\29";
}
.pd-user-sm:before {
  content: "\2a";
}
.pd-worry-free:before {
  content: "\2b";
}
.pd-x-thin:before {
  content: "\2c";
}
.pd-get-quotes:before {
  content: "\79";
}
.pd-round-neutral:before {
  content: "\30";
}
.pd-round-neutral:before {
  content: "\30";
}
.pd-reply:before {
  content: "\2d";
}
.pd-dashboard:before {
  content: "\2e";
}
.pd-gear:before {
  content: "\3a";
}
.pd-pokit5:before {
  content: "\52";
}
.pd-pokit6:before {
  content: "\51";
}
.pd-pokit7:before {
  content: "\5c";
}
.pd-search:before {
  content: "\34";
}
.pd-bars:before {
  content: "\5f";
}
.pd-calendar2:before {
  content: "\3e";
}
.pd-dollar-inv:before {
  content: "\6f";
}
.pd-play-1:before {
  content: "\3f";
}
.pd-rarr:before {
  content: "\5b";
}
.pd-larr:before {
  content: "\5d";
}
.pd-at:before {
  content: "\5e";
}
.pd-businessman:before {
  content: "\60";
}
.pd-cart:before {
  content: "\7b";
}
.pd-doctor-bottom:before {
  content: "\7c";
}
.pd-doctor-top:before {
  content: "\7d";
}
.pd-expand-down:before {
  content: "\7e";
}
.pd-heart:before {
  content: "\e000";
}
.pd-newtab:before {
  content: "\e001";
}
.pd-scuba:before {
  content: "\e003";
}
.pd-userman:before {
  content: "\e004";
}
.pd-command:before {
  content: "\26";
}
.pd-fwd-back:before {
  content: "\27";
}
.pd-proserv:before {
  content: "\3c";
}
.pd-up:before {
  content: "\e002";
}
.pd-tracking:before {
  content: "\e005";
}
.pd-social-tw-inv:before {
  content: "\e007";
}
.pd-hco:before {
  content: "\e008";
}
.pd-time2:before {
  content: "\e006";
}
.pd-round-empty-1:before {
  content: "\31";
}
.pd-filter:before {
  content: "\28";
}
.pd-plus:before {
  content: "\4f";
}
.pd-github:before {
  content: "\2f";
}
.pd-round-x:before {
  content: "\3b";
}
.pd-targetblank:before {
  content: "\E038";
}
/*** Variables for stacked icons ***/
/*** Icon Stacks ***/
.pd-md-user1 {
  color: #F0F0EF;
  font-size: 52px;
}
.pd-md-user1:before {
  content: "\42";
  position: absolute;
  bottom: 21px;
  right: 35px;
}
.pd-md-user1:after {
  content: "\44";
  position: absolute;
  bottom: 21px;
  right: 35px;
  color: #E6E6E4;
}
.pd-md-user1-sm {
  color: #3e434b;
  font-size: 17px;
  position: relative;
  top: 1px;
}
.pd-md-user1-sm:before {
  content: "\43";
  position: absolute;
}
.pd-md-user1-sm:after {
  content: "\45";
  position: absolute;
  color: #b2b2b1;
}
.pd-md-user1-sm:hover,
.pd-md-user1-sm:focus {
  opacity: 0.5;
}
/* PD POKIT OVERWRITE */
.pd-pokit {
  font-size: 29px;
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.pd-pokit:before {
  content: "\52";
  color: #b2b2b1;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.pd-pokit:hover:before {
  content: "\52";
  color: #681d68;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.pd-pokit.icon-pokited:before {
  content: "\51";
  color: #681d68;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.pd-pokit.icon-pokited:before:hover,
.pd-pokit.icon-pokited:before:focus,
.pd-pokit.icon-pokited:before:active {
  text-decoration: none;
}
/*** Other Custom Rules ***/
.how-it-works {
  color: #681d68;
  padding: 0;
  margin: 0;
}
.ht-80 .pd-doc-card:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 112px;
}
.ht-80 .pd-respond-quotes:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 92px;
}
.ht-80 .pd-add-prices:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 106px;
}
.ht-80 .pd-eligibility:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 137px;
  line-height: 0.7;
}
.ht-80 .pd-get-quotes:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 76px;
}
.ht-80 .pd-prov-search:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 76px;
}
.ht-80 .pd-save-for-later:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 70px;
}
.ht-80 .pd-signup-free:before {
  color: #681d68;
  padding: 0;
  margin: 0;
  font-size: 77px;
}
.overlay-icon {
  position: absolute;
}
.overlay-icon2 {
  position: absolute;
  bottom: 21px;
  right: 35px;
}
.provname {
  margin-left: 26px;
}
.pd-pd-download:before {
  font-size: 17px;
}
.pd-pd-download {
  float: right;
  margin-left: 7px;
}
.pd-social {
  font-size: 22px;
  margin-left: 6px;
  margin-right: 6px;
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/*** Face Stuff for old password UI ***/
.allface {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  font-size: 1.6em;
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.pd-face-happy {
  color: #08c14a;
}
.pd-face-neutral {
  color: #ffd939;
}
.pd-face-sad {
  color: #ff0000;
}
/* Dropdown arrow/caret customized */
.caret {
  border-top: 7px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/****** Don't think these are used anymore... keeping in case it's on the blogs or something **************************/
.icon-social {
  background-repeat: no-repeat;
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/sprite-social-icons.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 5px;
}
#icon-fb2 {
  background-position: -25px 0;
}
#icon-lk2 {
  background-position: -25px -50px;
}
#icon-tw2 {
  background-position: -25px -75px;
}
.icon-custom {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-custom:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.icon-consumer:before {
  font-size: 17px;
  position: relative;
  bottom: -2px;
}
.icon-business:before {
  font-size: 17px;
  position: relative;
  bottom: -2px;
}
.icon-edit {
  font-size: 19px;
  position: relative;
  top: -1px;
  right: -4px;
}
.icon-edit:before {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #681d68;
}
.icon-edit:hover {
  text-decoration: none;
}
.icon-settings {
  font-size: 19px;
  position: relative;
  top: -1px;
  right: -4px;
}
.icon-settings:before {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-settings:hover {
  text-decoration: none;
}
/*** TODO: use sprite ***/
.icon-warning {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-warning.png");
}
.icon-check {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-check.png");
}
.icon-show {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-show.png");
}
.icon-hide {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-hide.png");
}
.icon-prev {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-arrow-left.png");
}
.disabled .icon-prev {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-arrow-left-disabled.png");
}
.icon-next {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-arrow-right.png");
}
.disabled .icon-next {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-arrow-right-disabled.png");
}
.icon-sort-up {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-sort-up.png");
  width: 20px;
}
.icon-sort-down {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/icon-sort-down.png");
  width: 20px;
}
/*** END-TODO: use sprite ***/
.icon-provider {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/sprite-general-icons.png");
  background-position: -25px -160px;
}
.icon-pin {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/sprite-general-icons.png");
  background-position: -5px -180px;
  margin-top: -3px;
  width: 15px;
}
.icon-download {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/images/sprite-general-icons.png");
  background-position: 0 -300px;
}
/**
** Dependency: pd-variables
** Content:
    > PD rules that defines anything color
**/
.font-secondary {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
/* for any text needing the secondary brand color */
.color-primary {
  color: #681d68;
}
.color-tertiary {
  color: #97579b;
}
.text-color,
small.text-color {
  color: #000000;
}
a,
.link {
  cursor: pointer;
  color: #0099AD;
}
a:hover,
.link:hover {
  text-decoration: none;
}
a.link2 {
  color: #000000;
  text-decoration: underline;
}
a.link2:hover {
  color: #8b8e93;
}
a.link3 {
  color: #97579b;
}
a.link3:hover {
  color: #97579b;
  text-decoration: underline;
}
a.no-link {
  cursor: default !important;
}
.breadcrumb a {
  color: #0099AD;
}
.breadcrumb a:hover {
  color: #005561;
}
.label {
  color: #FFFFFF;
}
.code {
  width: 100%;
}
.code pre {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  line-height: inherit;
}
.text-error {
  color: #f44d4d;
}
.bg-gray-lightest .carousel-indicators li {
  border: 1px solid #DCDBD8;
  background-color: #DCDBD8;
}
.bg-gray-lightest .carousel-indicators .active {
  background-color: #b2b2b1;
  border: 1px solid #b2b2b1;
}
.bg-gray-dark .carousel-indicators li {
  border: 1px solid #8b8e93;
  background-color: #8b8e93;
}
.bg-gray-dark .carousel-indicators .active {
  border: 1px solid #F2F2F1;
  background-color: #F2F2F1;
}
.bg-gray-dark .popover {
  color: #000000;
  padding: 0;
}
.bg-white {
  background: #FFFFFF;
}
.bg-white .btn.outline {
  background: #FFFFFF;
  border: 2px solid #3d434b;
  color: #3d434b;
}
.bg-white .btn.outline:hover,
.bg-white .btn.outline:focus {
  background: #3d434b;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-color: #3d434b;
}
.bg-secondary {
  background: #F9A21D;
  color: #FFFFFF;
}
.bg-gray-light {
  background: #DCDBD8;
}
.bg-gray-light .btn.outline {
  background: #DCDBD8;
  border: 2px solid #3d434b;
  color: #3d434b;
}
.bg-gray-lighter {
  background: #e8e8e7;
}
.bg-gray-lightest {
  background: #F2F2F1;
}
.bg-gray-dark2 {
  background: #8b8e93;
  color: #FFFFFF;
}
.bg-gray-dark2 h1,
.bg-gray-dark2 .h1,
.bg-gray-dark2 h2,
.bg-gray-dark2 .h2,
.bg-gray-dark2 h3,
.bg-gray-dark2 .h3,
.bg-gray-dark2 h4,
.bg-gray-dark2 .h4,
.bg-gray-dark2 h5,
.bg-gray-dark2 .h5,
.bg-gray-dark2 h6,
.bg-gray-dark2 .h6 {
  color: #FFFFFF;
}
.bg-purple {
  background-color: #b372b3;
  color: #fff;
}
.bg-purple h3 {
  color: #fff;
}
/**
** Dependency: pd-mixins ;
** Content:
    > PD template structure (header, footer, nav, etc...)
    > PD custom classes according to PD style guide
**/
/********************************** pd body *********************************************************************/
html,
body {
  position: relative;
  height: 100%;
  /* to "expand" the footer in short pages */
  background: #fff;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
body {
  overflow-y: scroll;
  font-weight: normal;
  letter-spacing: 0.5px;
  min-height: 100vh;
}
body small {
  letter-spacing: 0.25px;
}
body.body-tall .footer .link-jump {
  display: block;
}
.wrapper {
  min-height: 100%;
  height: 100%;
  margin: 0 auto -200px;
  background-color: #F2F2F1;
}
.wrapper iframe {
  max-width: 100%;
}
.content {
  padding: 2em 1em;
}
.content-static h3 {
  margin: 2em 0 1em 0;
}
/********************************** pd footer *********************************************************************/
.push,
.footer {
  height: 200px;
}
.footer .link-jump {
  display: none;
}
.article-content {
  min-height: calc(100vh - 158px);
}
.footer {
  font-size: 1.35rem;
  font-weight: 200;
  padding: 20px 40px;
  line-height: 2.7rem;
  background: #DCDBD8;
  width: 100%;
  position: relative;
  display: table;
  clear: both;
}
.footer .col-xs-4 {
  display: table-cell;
  padding: 0;
  vertical-align: bottom;
  float: none;
}
.footer .col-xs-4 p {
  margin: 0;
}
.footer .footer-links {
  display: inline-block;
}
.footer .footer-links ul {
  list-style: none;
  display: inline-block;
  min-width: 120px;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer .footer-nav {
  min-width: 300px;
}
.footer .footer-nav .footer-links {
  width: 100%;
}
.footer .footer-nav .footer-links ul {
  width: 48%;
}
.footer .social-links {
  max-width: none;
  margin: 0;
}
.footer .social-links a.pd-social {
  color: #3d434b;
}
.footer a {
  color: #000000;
}
.footer .link-jump {
  position: absolute;
  top: 0px;
  bottom: auto;
}
@media (max-width: 991px) {
  .footer {
    display: block;
  }
  .footer .col-xs-4 {
    display: block;
    width: 100%;
    margin: 1em auto 2em auto;
    overflow: hidden;
  }
  .footer .footer-links {
    display: block;
    width: auto;
    text-align: center;
  }
  .footer .footer-links ul {
    text-align: left;
  }
  .footer .footer-nav {
    margin-top: 2em;
  }
  .footer .footer-nav .footer-links {
    width: auto;
  }
  .footer .footer-nav .footer-links ul {
    width: auto;
  }
  .footer .footer-copy {
    text-align: center;
  }
}
/********************************** pd nav *********************************************************************/
/** top nav bar  ***/
#brand-nav {
  -webkit-transition: line-height 0.15s;
  transition: line-height 0.15s;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 70px;
}
#brand-nav img {
  -webkit-transition: height 0.15s;
  transition: height 0.15s;
  height: 50px;
}
.main-nav {
  /******** xs version of top menu items ********/
}
.main-nav .navbar-default {
  transition: height 0.15s, transform 0.2s;
  -webkit-transition: height 0.15s, transform 0.2s;
  -moz-transition: height 0.15s, transform 0.2s;
  height: 74px;
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 900;
  top: 0px;
  right: 0px;
}
.main-nav .navbar-default.collapse {
  background: transparent;
}
.main-nav .navbar-default.nav-affix {
  height: 40px;
  box-shadow: 0px 1px 2px #DCDBD8;
}
.main-nav .navbar-default.nav-affix .navbar-toggle {
  margin-top: 0;
}
.main-nav .navbar-default.nav-affix .menu-links {
  padding-top: 3px;
}
.main-nav .navbar-default.nav-affix #brand-nav {
  line-height: 40px;
}
.main-nav .navbar-default.nav-affix #brand-nav img {
  height: 30px;
}
.main-nav .navbar-default.nav-affix .dropdown {
  margin-top: 10px;
}
.main-nav .navbar-default.nav-affix .collapse {
  margin-top: -16px;
}
.main-nav .navbar-default.nav-affix .nav-item {
  padding-top: 12px;
}
.main-nav .navbar-default.nav-affix .nav-item:before {
  height: 2px;
}
.main-nav .navbar-default.nav-affix .nav-icon i {
  display: none;
}
.main-nav .navbar-default.nav-affix .badge {
  top: 10px;
  right: -26px;
}
.main-nav .navbar-default.nav-affix .navbar-nav {
  line-height: 1;
  height: 100%;
}
.main-nav .navbar-default .nav-icon i {
  display: block;
  margin: 0 auto 3px auto;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
}
.main-nav .navbar-nav > li > a.btn-warning,
.main-nav .nav li a.btn-warning {
  color: #fff;
}
.main-nav .navbar-nav > li > a.btn-warning:hover,
.main-nav .nav li a.btn-warning:hover {
  background-color: #fab64f;
}
.main-nav .navbar-toggle {
  margin: 22px 20px 10px 20px;
  border: none;
  background: none !important;
  -webkit-transition: margin-top 0.15s ease-in-out;
  transition: margin-top 0.15s ease-in-out;
}
.main-nav .navbar-toggle:hover {
  background: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #681d68;
  height: 2px;
  margin: 4px auto;
}
.main-nav .menu-links {
  height: 100%;
  -webkit-transition: padding-top 0.15s ease-in-out;
  transition: padding-top 0.15s ease-in-out;
  padding-top: 25px;
}
.main-nav .menu-links .btn {
  margin: 3px 10px;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .nav-item,
.main-nav .dropdown {
  line-height: 2rem;
}
.main-nav a.nav-item,
.main-nav a.dropdown-toggle-link,
.main-nav .menu-links a.btn-link {
  color: #3d434b;
}
.main-nav a.nav-item:hover,
.main-nav a.dropdown-toggle-link:hover,
.main-nav .menu-links a.btn-link:hover {
  color: #8b8e93;
}
.main-nav a.nav-item.nav-icon i,
.main-nav a.dropdown-toggle-link.nav-icon i,
.main-nav .menu-links a.btn-link.nav-icon i {
  color: #681d68;
}
.main-nav .badge {
  background-color: #F9A21D;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1;
  border: 2px solid #fff;
  border-radius: 24px;
  line-height: 20px;
  height: 24px;
  width: 24px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: -10px;
  text-align: center;
}
.main-nav .nav .open > a {
  background: transparent;
}
.main-nav .nav-portrait {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.main-nav .dropdown {
  text-align: right;
  margin: 40px 30px auto 20px;
}
.main-nav .dropdown .dropdown-toggle {
  cursor: pointer;
  display: table;
  vertical-align: middle;
  color: #3d434b;
  width: 100%;
}
.main-nav .dropdown .dropdown-toggle * {
  vertical-align: middle;
  display: inline-block;
}
.main-nav .dropdown .dropdown-toggle i {
  height: 100%;
  color: #0099AD;
}
.main-nav .dropdown .dropdown-toggle i.pokit-icon {
  color: #3d434b;
  font-size: 1.2em;
  margin-top: 5px;
}
.main-nav .dropdown .dropdown-toggle i.pokit-icon.pd-user {
  font-size: 17px;
}
.main-nav .dropdown .dropdown-toggle span {
  height: 100%;
  margin: 4px 10px 0 5px;
}
.main-nav .dropdown .dropdown-menu {
  padding: 10px 0;
  left: auto;
  right: 0;
  min-width: 180px;
}
.main-nav .dropdown .dropdown-menu.hover-menu {
  left: -23px;
  top: 96%;
  right: auto;
}
.main-nav .dropdown .dropdown-menu li {
  text-align: left;
}
.main-nav .dropdown .dropdown-menu li a:hover {
  color: #3d434b;
}
.main-nav .eclipse {
  display: inline-block;
  max-width: 140px;
}
.main-nav .collapse {
  background: #fff;
}
.main-nav .collapse a {
  outline: none;
  text-decoration: none;
}
.main-nav .collapse a.btn {
  display: inline-block;
  padding: 5px 10px;
}
.main-nav .visible-xs.collapse {
  height: 0;
  float: right;
  right: 0;
  padding: 1em;
  margin: -10px 0 0 0;
  border: none;
  box-shadow: none;
  text-align: right;
}
.main-nav .visible-xs.collapse .nav-icon {
  width: 100%;
}
.main-nav .visible-xs.collapse .nav-icon i {
  float: right;
  margin-top: -0.5em;
  margin-left: 0.5em;
}
.main-nav .visible-xs.collapse .badge {
  top: 0px;
  right: -20px;
}
.main-nav .visible-xs.collapse .nav {
  display: block;
  background-color: inherit;
}
.main-nav .visible-xs.collapse .nav li {
  margin: 0.5em 0;
  display: inline-block;
}
.main-nav .visible-xs.collapse .nav li.dropdown-header,
.main-nav .visible-xs.collapse .nav li.divider {
  display: block;
}
.main-nav .visible-xs.collapse .nav li a.btn,
.main-nav .visible-xs.collapse .nav li a.nav-item {
  margin: 0 0.5em;
}
.main-nav .visible-xs.collapse .nav li a.nav-item {
  padding: 0;
}
.main-nav .visible-xs.collapse .nav li a.nav-item.nav-icon {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
}
.main-nav .visible-xs.collapse .nav li.visible-xs {
  display: inline-block !important;
}
.main-nav .visible-xs.collapse .nav li.menu {
  margin: 1.5em 0;
  text-align: right;
  display: block;
  margin: 20px;
}
.main-nav .visible-xs.collapse .nav li.menu.menu-icon {
  display: inline-block;
  float: none;
}
.main-nav .visible-xs.collapse .dropdown-menu.hover-menu {
  display: block;
  position: relative;
  border: none;
  box-shadow: none;
  left: auto;
  top: auto;
  bottom: auto;
  right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #DCDBD8;
}
.main-nav .visible-xs.collapse .dropdown-menu.hover-menu li.divider {
  display: none;
}
.main-nav .visible-xs.collapse .dropdown {
  display: block;
  padding-top: 12px;
  margin: 0;
}
.main-nav .visible-xs.collapse .dropdown-menu,
.main-nav .visible-xs.collapse .dropdown-menu.hover-menu {
  display: block;
  float: none;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  left: auto;
  top: auto;
  bottom: auto;
  right: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px solid #DCDBD8;
}
.main-nav .visible-xs.collapse .dropdown-menu li,
.main-nav .visible-xs.collapse .dropdown-menu.hover-menu li {
  margin: 0;
}
.main-nav .visible-xs.collapse .dropdown-menu li a,
.main-nav .visible-xs.collapse .dropdown-menu.hover-menu li a {
  font-size: 1.35rem;
}
.nav-affix {
  position: fixed;
  z-index: 900;
}
.nav-tabs li > a {
  color: #681d68;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: #e8e8e7;
}
.nav-tabs li > a:hover {
  background-color: #FFFFFF;
}
.nav-tabs li.active > a {
  background-color: #FFFFFF;
  color: #681d68;
}
.nav-tabs li.active > a:hover {
  color: #681d68;
  background-color: #FFFFFF;
}
.nav-tabs > li > a {
  padding: 10px 30px;
  margin-right: 5px;
}
/** side nav bar ***/
.side-nav {
  -webkit-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
  margin-top: 20px;
}
.side-nav .btn.btn-link {
  font-size: 2em;
}
.side-nav.affix,
.side-nav.affix-top {
  margin-top: 50px;
  z-index: 800;
}
.side-nav > .nav > li > a,
.side-nav > .nav > li > b {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.side-nav .nav > li > a,
.side-nav > .nav > li > b {
  display: block;
  color: #000000;
  padding: 4px 4px;
}
.side-nav .nav > li > a:hover,
.side-nav .nav > li > a:focus,
.side-nav .nav > li.active > a,
.side-nav .nav > li > a.active {
  text-decoration: none;
  color: #0099AD;
}
.side-nav .nav .nav {
  padding-top: 7px;
  padding-bottom: 10px;
}
.side-nav .nav .nav li {
  margin-bottom: 3px;
}
.side-nav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  font-size: 1.35rem;
  text-transform: capitalize;
}
/***** side nav bar and its responsive styling ***/
@media (max-width: 839px) {
  .side-nav.affix,
  .side-nav.affix-top {
    margin-top: 40px;
    width: 100%;
  }
  .sub-nav {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .sub-nav .nav .nav {
    padding: 0;
    margin: 0;
  }
  .sub-nav .nav .nav > li,
  .sub-nav .nav li.nav-item-xxs {
    /* display: inline-block;
             padding: 0 .5em;
             margin: 0 0 .5em 0;
             border-left: 1px solid @gray;*/
    /* most buttons should have no border */
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    touch-action: manipulation;
    border: 1px solid transparent;
    padding: 6px 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 3px;
    outline: 0;
    border-width: 0;
    /* most buttons should have no border */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all ease-in-out 0.2s;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #DCDBD8;
    text-transform: none;
    color: inherit;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    padding: 5px;
  }
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active:focus,
  .sub-nav .nav li.nav-item-xxs:active:focus,
  .sub-nav .nav .nav > li.active:focus,
  .sub-nav .nav li.nav-item-xxs.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li.focus,
  .sub-nav .nav li.nav-item-xxs.focus {
    color: #000000;
    text-decoration: none;
  }
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled],
  fieldset[disabled] .sub-nav .nav .nav > li,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.sub-nav .nav .nav > li.disabled,
  a.sub-nav .nav li.nav-item-xxs.disabled,
  fieldset[disabled] a.sub-nav .nav .nav > li,
  fieldset[disabled] a.sub-nav .nav li.nav-item-xxs {
    pointer-events: none;
  }
  .sub-nav .nav .nav > li.btn-special,
  .sub-nav .nav li.nav-item-xxs.btn-special {
    /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
    color: #F9A21D;
  }
  .sub-nav .nav .nav > li.btn-special:hover,
  .sub-nav .nav li.nav-item-xxs.btn-special:hover {
    color: #ffb53e;
    background: transparent;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled] {
    background-color: #DCDBD8;
    color: #3d434b;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus {
    outline: 0;
  }
  .sub-nav .nav .nav > li.btn-sm,
  .sub-nav .nav li.nav-item-xxs.btn-sm {
    text-transform: none;
  }
  .sub-nav .nav .nav > li.btn-xs,
  .sub-nav .nav li.nav-item-xxs.btn-xs {
    text-transform: none;
    padding: 3px 8px;
    font-size: 1.1rem;
  }
  .sub-nav .nav .nav > li.btn-lg,
  .sub-nav .nav li.nav-item-xxs.btn-lg {
    padding: 12px 30px 10px 30px;
  }
  .sub-nav .nav .nav > li.btn-border,
  .sub-nav .nav li.nav-item-xxs.btn-border {
    border-width: 1px;
    border-style: solid;
    border-color: #3d434b;
  }
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active:focus,
  .sub-nav .nav li.nav-item-xxs:active:focus,
  .sub-nav .nav .nav > li.active:focus,
  .sub-nav .nav li.nav-item-xxs.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li.focus,
  .sub-nav .nav li.nav-item-xxs.focus {
    color: #000000;
    text-decoration: none;
  }
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled],
  fieldset[disabled] .sub-nav .nav .nav > li,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.sub-nav .nav .nav > li.disabled,
  a.sub-nav .nav li.nav-item-xxs.disabled,
  fieldset[disabled] a.sub-nav .nav .nav > li,
  fieldset[disabled] a.sub-nav .nav li.nav-item-xxs {
    pointer-events: none;
  }
  .sub-nav .nav .nav > li.btn-special,
  .sub-nav .nav li.nav-item-xxs.btn-special {
    /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
    color: #F9A21D;
  }
  .sub-nav .nav .nav > li.btn-special:hover,
  .sub-nav .nav li.nav-item-xxs.btn-special:hover {
    color: #ffb53e;
    background: transparent;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled] {
    background-color: #DCDBD8;
    color: #3d434b;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus {
    outline: 0;
  }
  .sub-nav .nav .nav > li.btn-sm,
  .sub-nav .nav li.nav-item-xxs.btn-sm {
    text-transform: none;
  }
  .sub-nav .nav .nav > li.btn-xs,
  .sub-nav .nav li.nav-item-xxs.btn-xs {
    text-transform: none;
    padding: 3px 8px;
    font-size: 1.1rem;
  }
  .sub-nav .nav .nav > li.btn-lg,
  .sub-nav .nav li.nav-item-xxs.btn-lg {
    padding: 12px 30px 10px 30px;
  }
  .sub-nav .nav .nav > li.btn-border,
  .sub-nav .nav li.nav-item-xxs.btn-border {
    border-width: 1px;
    border-style: solid;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover {
    transition: all ease-in-out 0.2s;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #bfbdb8;
  }
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    background-image: none;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled],
  fieldset[disabled] .sub-nav .nav .nav > li,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs,
  .sub-nav .nav .nav > li.disabled:hover,
  .sub-nav .nav li.nav-item-xxs.disabled:hover,
  .sub-nav .nav .nav > li[disabled]:hover,
  .sub-nav .nav li.nav-item-xxs[disabled]:hover,
  fieldset[disabled] .sub-nav .nav .nav > li:hover,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li.disabled:focus,
  .sub-nav .nav li.nav-item-xxs.disabled:focus,
  .sub-nav .nav .nav > li[disabled]:focus,
  .sub-nav .nav li.nav-item-xxs[disabled]:focus,
  fieldset[disabled] .sub-nav .nav .nav > li:focus,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li.disabled:active,
  .sub-nav .nav li.nav-item-xxs.disabled:active,
  .sub-nav .nav .nav > li[disabled]:active,
  .sub-nav .nav li.nav-item-xxs[disabled]:active,
  fieldset[disabled] .sub-nav .nav .nav > li:active,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.disabled.active,
  .sub-nav .nav li.nav-item-xxs.disabled.active,
  .sub-nav .nav .nav > li[disabled].active,
  .sub-nav .nav li.nav-item-xxs[disabled].active,
  fieldset[disabled] .sub-nav .nav .nav > li.active,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs.active {
    background-color: #FFFFFF;
    border-color: #DCDBD8;
  }
  .sub-nav .nav .nav > li .badge,
  .sub-nav .nav li.nav-item-xxs .badge {
    color: #FFFFFF;
    background-color: #000000;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    color: #FFFFFF;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled] {
    background-color: transparent;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #bfbdb8;
  }
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    background-image: none;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled],
  fieldset[disabled] .sub-nav .nav .nav > li,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs,
  .sub-nav .nav .nav > li.disabled:hover,
  .sub-nav .nav li.nav-item-xxs.disabled:hover,
  .sub-nav .nav .nav > li[disabled]:hover,
  .sub-nav .nav li.nav-item-xxs[disabled]:hover,
  fieldset[disabled] .sub-nav .nav .nav > li:hover,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li.disabled:focus,
  .sub-nav .nav li.nav-item-xxs.disabled:focus,
  .sub-nav .nav .nav > li[disabled]:focus,
  .sub-nav .nav li.nav-item-xxs[disabled]:focus,
  fieldset[disabled] .sub-nav .nav .nav > li:focus,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li.disabled:active,
  .sub-nav .nav li.nav-item-xxs.disabled:active,
  .sub-nav .nav .nav > li[disabled]:active,
  .sub-nav .nav li.nav-item-xxs[disabled]:active,
  fieldset[disabled] .sub-nav .nav .nav > li:active,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.disabled.active,
  .sub-nav .nav li.nav-item-xxs.disabled.active,
  .sub-nav .nav .nav > li[disabled].active,
  .sub-nav .nav li.nav-item-xxs[disabled].active,
  fieldset[disabled] .sub-nav .nav .nav > li.active,
  fieldset[disabled] .sub-nav .nav li.nav-item-xxs.active {
    background-color: #FFFFFF;
    border-color: #DCDBD8;
  }
  .sub-nav .nav .nav > li .badge,
  .sub-nav .nav li.nav-item-xxs .badge {
    color: #FFFFFF;
    background-color: #000000;
  }
  .sub-nav .nav .nav > li:hover,
  .sub-nav .nav li.nav-item-xxs:hover,
  .sub-nav .nav .nav > li:focus,
  .sub-nav .nav li.nav-item-xxs:focus,
  .sub-nav .nav .nav > li:active,
  .sub-nav .nav li.nav-item-xxs:active,
  .sub-nav .nav .nav > li.active,
  .sub-nav .nav li.nav-item-xxs.active,
  .open .dropdown-toggle .sub-nav .nav .nav > li,
  .open .dropdown-toggle .sub-nav .nav li.nav-item-xxs {
    color: #FFFFFF;
  }
  .sub-nav .nav .nav > li.disabled,
  .sub-nav .nav li.nav-item-xxs.disabled,
  .sub-nav .nav .nav > li[disabled],
  .sub-nav .nav li.nav-item-xxs[disabled] {
    background-color: transparent;
  }
  .side-nav .nav .nav > li > a {
    padding-left: 4px;
  }
  .side-nav .nav .nav > li > a:hover {
    background-color: transparent;
  }
}
/********************************** pd style override to html elements ***********************************************/
dl {
  margin: 0.5em 0;
}
hr {
  border-top: 2px solid #DCDBD8;
}
address {
  line-height: 1.2;
  font-size: 1.35rem;
}
pre {
  font-size: 1.35rem;
  background-color: black;
  color: white;
}
/********************************** pd custom class definitions  ***********************************************/
hr.dotted {
  background: 0;
  border-top: 3px dotted #DCDBD8;
}
hr.dotted.dark {
  border-top-color: #681d68;
}
hr.thin {
  border-top: 1px solid #DCDBD8;
}
.text-bigger {
  font-size: 2rem;
}
.text-smaller {
  font-size: 1.35rem;
}
.cursor {
  cursor: pointer;
}
.max-800 {
  max-width: 800px !important;
}
.max-800.text-center {
  margin-left: auto;
  margin-right: auto;
}
.btn-hover:hover,
a.icon:hover,
.icon-custom:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.help-info {
  overflow: hidden;
}
.help-info .tooltip {
  opacity: 1;
}
.help-info .tooltip .tooltip-inner {
  background-color: #cde1e3;
  color: #006057;
  box-shadow: 0px 1px 1px #b2b2b1;
  padding: 1em;
  text-align: left;
  font-size: 1.35rem;
  text-transform: none;
}
.help-info .tooltip.right .tooltip-arrow {
  border-right-color: #cde1e3 !important;
}
.help-info .tooltip.left .tooltip-arrow {
  border-left-color: #cde1e3 !important;
}
.help-info .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cde1e3 !important;
}
.help-info .tooltip.top .tooltip-arrow {
  border-top-color: #cde1e3 !important;
}
.help-info .tooltip .tooltip-left-arrow {
  border-left-color: #cde1e3 !important;
}
.help-info .tooltip .tooltip-right-arrow {
  border-right-color: #cde1e3 !important;
}
.help-info .tooltip .tooltip-top-arrow {
  border-top-color: #cde1e3 !important;
}
.help-info .tooltip .tooltip-bottom-arrow {
  border-bottom-color: #cde1e3 !important;
}
.price {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #681d68;
}
.price.h3 {
  font-size: 3rem;
}
.price.h3 small {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1;
}
.name {
  font-size: 1.8rem;
}
dt.text-left {
  text-align: left;
}
.external-link {
  overflow: hidden;
}
.external-link a {
  padding-right: 20px;
  position: relative;
}
.external-link a i.pd-newtab {
  position: absolute;
  right: 0;
  visibility: hidden;
  font-size: 9px;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.external-link a:hover i.pd-newtab {
  display: block;
  visibility: visible;
  color: #b2b2b1;
  right: 0;
}
.external-link2 i {
  font-size: 9px;
  color: #DCDBD8;
  visibility: hidden;
}
.external-link2:hover i {
  color: #b2b2b1;
  visibility: visible;
}
.pagination {
  border: 0;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.pagination.pagination-full {
  display: block;
  overflow: hidden;
}
.pagination.pagination-full li > a,
.pagination.pagination-full li > span {
  padding: 0 !important;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li > span {
  color: #000000;
  min-width: 180px;
  display: block;
  height: 100%;
  line-height: 1;
}
.pagination li > a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border-radius: 3px;
}
.pagination li > a,
.pagination li > span,
.pagination li > a:hover,
.pagination li > span:hover {
  border: none;
}
.pagination .icon-next,
.pagination .icon-prev {
  background-position: center center;
  min-height: 3rem;
}
.pagination .prev,
.pagination .next,
.pagination .btn-hover {
  color: #681d68;
  padding: 10px 5px 4px 5px;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .btn-hover:hover {
  background: none;
  color: #681d68;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.grid-ctrls {
  margin: -10px 0 1em 0;
}
.grid-ctrls .pagination {
  margin: 0;
  padding: 0;
}
.grid-ctrls .pagination li > a,
.grid-ctrls .pagination li > span {
  padding: 0 15px;
  height: 100%;
}
.grid-ctrls .form-inline {
  height: 3.5rem;
}
.grid-ctrls .form-inline label,
.grid-ctrls .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
}
.grid-ctrls .form-inline label {
  margin-bottom: 0;
}
/*** eligibility progress bar ***/
.eligibility-info {
  margin: 0 auto 2em auto;
}
.eligibility-info .panel-heading .alert {
  padding: 6px 35px;
}
.eligibility-info .panel-body {
  padding: 20px 30px;
}
.eligibility-info #insurance-delete-button {
  margin-left: 10px;
}
.eligibility-info table {
  width: 100%;
}
.eligibility-info table td {
  padding: 0.5em;
  vertical-align: bottom;
}
.eligibility-info table td.h4 {
  line-height: inherit;
  padding-bottom: 5px;
}
.eligibility-info .progress {
  height: 5px;
  position: relative;
  overflow: visible;
  background-color: #e8e8e7;
  color: #000;
  margin: 1em 10px;
  text-align: center;
}
.eligibility-info .progress i {
  display: inline-block;
  margin: 1em auto 2em auto;
}
.eligibility-info .progress-bar {
  background-color: #000;
  min-width: 1%;
  /* show a bit of bar width even if the calculated percentage is less than 1% */
}
.eligibility-info .progress:before,
.eligibility-info .progress:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: -3px;
  border-radius: 10px;
  border: 1px solid inherit;
  height: 10px;
  width: 10px;
  background-color: #000;
}
.eligibility-info .progress:after {
  left: auto;
  right: -8px;
  background-color: #e8e8e7;
}
.eligibility-info .progress.zero-bar:before {
  background-color: #e8e8e7;
}
.eligibility-info .progress.full-bar:after {
  background-color: #000;
}
/**** nav-steps used in some multi-step flows *****/
.nav-steps.horizontal {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.nav-steps.horizontal li {
  margin: 0;
  padding: 0;
  color: #DCDBD8;
  font-size: 1.35rem;
  position: relative;
}
.nav-steps.horizontal li.active {
  color: #681d68;
}
.nav-steps.horizontal li.active span {
  border-bottom: 4px solid #681d68;
}
.nav-steps.horizontal li.active span:after {
  background-color: #681d68;
}
.nav-steps.horizontal li span {
  display: block;
  border-bottom: 4px solid #DCDBD8;
}
.nav-steps.horizontal li span:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: 4px;
  background-color: #DCDBD8;
}
.nav-steps.horizontal li i {
  display: inline-block;
  font-size: 2em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 0 0.2em 0 0.2em;
  font-style: normal;
}
.nav-steps.horizontal li b {
  display: inline-block;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.nav-steps.vertical {
  list-style: none;
  margin: 0 0 1em 1em;
  padding: 0;
  border-left: 1px solid #681d68;
}
.nav-steps.vertical a {
  color: #000000;
  text-decoration: none;
}
.nav-steps.vertical a:hover {
  color: #0099AD;
}
.nav-steps.vertical li {
  margin: 2em 0;
  padding: 0;
  position: relative;
}
.nav-steps.vertical li.active {
  color: #0099AD;
}
.nav-steps.vertical li i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  margin: 0px 10px 0px -11px;
  height: 22px;
  width: 22px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  font-style: normal;
  background-color: #fff;
  color: #fff;
  border: 1px solid #681d68;
}
.nav-steps.vertical li i.filled {
  background-color: #681d68;
  color: #fff;
}
.section {
  padding: 40px 0;
  position: relative;
}
.section h2 {
  margin-top: 0;
  margin-bottom: 2em;
}
.hero {
  display: table;
  width: 100%;
  vertical-align: center;
  min-height: 525px;
}
.hero .hero-inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.note {
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #8b8e93;
}
em.note {
  font-size: 1.35rem;
  font-style: normal;
}
.dl-horizontal {
  margin-bottom: 0;
}
.dl-horizontal dt.text-left {
  text-align: left;
}
.dl-horizontal dt {
  line-height: 1.5;
}
.dl-horizontal dd {
  line-height: 1.5;
}
.stats-row {
  overflow: hidden;
}
.stats-row .stats-item {
  display: inline-block;
  min-width: 50px;
  border-right: 2px solid #fff;
  padding: 0 0.5em;
}
.stats-row .stats-item:last-child {
  border-right: none;
}
.hover-box {
  position: relative;
}
.hover-box .hover-btns {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.hover-box .hover-btns .hover-btn,
.hover-box .hover-btns .btn {
  display: inline-block;
  margin: 0 0 0 5px;
}
.hover-box:hover .hover-btns {
  visibility: visible;
}
.horizontal-divider {
  text-align: center;
  margin: 1em auto;
  border: 1px solid transparent;
}
.horizontal-divider hr {
  border-top: 0;
  border-bottom: 1px solid #DCDBD8;
  margin-bottom: 0;
}
.horizontal-divider .or {
  padding: 0 15px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: -24px;
}
.show-more:after {
  content: ' MORE';
}
.show-more.shown:after {
  content: ' LESS';
}
.carousel-custom {
  position: relative;
  width: 100%;
}
.carousel-custom .carousel-control {
  display: none;
}
.carousel-custom .carousel-indicators {
  text-align: center;
  margin-left: 0;
  width: 250px;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-custom .carousel-indicators li {
  display: inline-block;
  float: none;
}
.link-jump-bg {
  z-index: 2;
}
.link-jump {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 24px;
  text-align: center;
  z-index: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.link-jump:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.link-jump span.arrow {
  display: inline-block;
  margin: 0 auto;
  width: 42px;
  height: 24px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}
.link-jump.go-down span.arrow {
  /* background-image: url("@{pd-asset-path}images/welcome-down-caret.png"); */
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.link-jump.go-down span.arrow:before {
  font-family: "pokit-icon" !important;
  content: "d";
  color: #B5B5B4;
  font-size: 13px;
  margin: auto;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
}
.link-jump.go-up span.arrow {
  /* background-image: url("@{pd-asset-path}images/footer-up-caret.png"); */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.link-jump.go-up span.arrow:before {
  font-family: "pokit-icon" !important;
  content: "e";
  color: #B5B5B4;
  font-size: 13px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.welcome {
  height: 100%;
  width: 100%;
  clear: both;
  display: table;
  text-align: center;
  position: relative;
  min-height: 600px;
  max-height: 900px;
}
.welcome .welcome-inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 2em 0;
}
.profile-img {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.profile-img.img-sm,
.profile-img.small {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}
.profile-img.img-md,
.profile-img.medium {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
}
.profile-img.img-xs,
.profile-img.xsmall {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
}
.profile-img.img-xxs,
.profile-img.xxsmall {
  width: 38px;
  height: 38px;
  max-height: 38px;
  max-width: 38px;
  border: 0;
}
.profile-img.img-lg,
.profile-img.large {
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
}
.profile-img.default {
  background-color: #DCDBD8;
}
.profile-img.business {
  background-size: contain;
}
.profile-img.business.default {
  background-image: url("https://pokitdok.com/pd/images/ico-bus-lg.png");
  background-size: 64% 64%;
}
.profile-img.procedure.default,
.profile-img.service.default {
  background-image: url("https://pokitdok.com/pd/images/ico-proc-lg.png");
  /* background-size: 64% 64%; */
  background-size: 60% 90%;
}
.profile-img.procedure.img-responsive,
.profile-img.service.img-responsive {
  width: 100%;
}
.profile-img.provider {
  background-position: center center;
}
.profile-img.provider.default {
  background-image: url("https://pokitdok.com/pd/images/ico-prov-lg.png");
  background-size: 64% 64%;
  background-position: center center;
}
.profile-img.provider.default:after {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #F0F0EF;
  font-size: 52px;
}
.profile-img.provider.default:after:before {
  content: "\42";
  position: absolute;
  bottom: 21px;
  right: 35px;
}
.profile-img.provider.default:after:after {
  content: "\44";
  position: absolute;
  bottom: 21px;
  right: 35px;
  color: #E6E6E4;
}
.profile-img.consumer.default,
.profile-img.account.default {
  background-image: url("https://pokitdok.com/pd/images/img-consumer.png");
}
.profile-img.cover {
  background-size: cover;
  background-position: top center;
}
.profile-img.contain {
  background-size: contain;
}
.profile-img.rounded {
  border-radius: 60px;
}
.profile-img.rounded.img-responsive {
  max-width: inherit;
  max-height: inherit;
}
.profile-img.rounded.xsmall {
  box-shadown: none;
  border: 0;
}
.profile-img.consumer.default.rounded,
.profile-img.account.default.rounded {
  background-position: center bottom;
  background-size: 84% auto;
}
.profile-img.x75 {
  height: 75px;
  width: 75px;
  max-width: 75px;
  max-height: 75px;
  background-color: #DCDBD8;
}
#ui-view-main {
  height: 100%;
  width: 100%;
}
.video-overlay {
  width: 100%;
  height: 100%;
}
.video-overlay #overlay-inner {
  width: auto;
  background-color: transparent;
}
.video-overlay #overlay-close {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 1001;
  background: none;
}
.video-overlay #overlay-content iframe {
  position: fixed;
  left: 2%;
  right: 2%;
  top: 2%;
  bottom: 2%;
  width: auto;
  min-width: 96%;
  height: auto;
  min-height: 96%;
  z-index: 1000;
}
/*** featured videos module ***/
.feature-video-container {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
  text-align: center;
}
.feature-video-container .open-video {
  width: 111px;
  height: 111px;
  background: url("https://pokitdok.com/pd/images/icon-play-video.png") center center no-repeat;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.feature-video-container .close-video {
  display: block;
  background: url("https://pokitdok.com/pd/images/icon-close-video.png") center center no-repeat;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.feature-video-container iframe,
.feature-video-container embed,
.feature-video-container object {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.feature-video-container .video {
  height: 100%;
  width: 100%;
}
/** justified inline-block items inside a wrapper **/
.wrapper-justify {
  text-align: justify;
  font-size: 0;
  font-size: 12 px\9;
  /* IE6-9 only fix */
}
.wrapper-justify .item-justify {
  display: inline-block;
  font-size: 1.8rem;
  zoom: 1;
  *display: inline;
  /* IE stuff again */
  min-width: 100px;
  vertical-align: top;
}
.wrapper-justify:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/**  row that behave like table: middle align, might have vertical dividers, use bootstrap columns for width  **/
.list-group-item.row-table-cell {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 840px) {
  .row-table-cell {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
  }
  .row-table-cell div[class*='col-'] {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: middle;
  }
  .row-table-cell div[class*='col-'].divider-cell {
    padding-left: 15px;
    border-left: 1px solid #DCDBD8;
  }
  .row-table-cell div[class*='col-'].align-top {
    vertical-align: top;
  }
  .panel-body .row-table-cell {
    padding: 10px 5px;
  }
}
/***** top nav bar and its responsive styling ***/
@media (max-width: 839px) {
  .main-nav .navbar-default .navbar-toggle {
    margin: 22px 5px 10px 5px;
  }
  .main-nav .navbar-default .visible-xs.collapse .nav li.menu {
    margin: 10px 5px;
  }
  .main-nav .navbar-default .visible-xs.collapse .nav li.menu-icon {
    margin: 5px;
  }
  .main-nav .navbar-default .visible-xs.collapse .nav li.menu-icon a.nav-item.nav-icon {
    padding: 0;
    margin: 0 0.5em 0 0;
  }
  .main-nav .navbar-default .visible-xs.collapse.in .navbar-nav {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
  }
  .main-nav.nav-affix.affix .nav-item {
    display: none;
  }
  #main-nav.nav-affix.affix .nav-item {
    display: none;
  }
}
@media (max-width: 991px) {
  .body {
    min-height: 600px;
  }
  .main-nav .navbar-default {
    padding-right: 0;
  }
  .main-nav .navbar-default .nav-item {
    display: inline-block;
  }
  .main-nav .navbar-default.nav-affix .nav-item {
    display: block;
  }
  .main-nav .navbar-default.nav-affix .badge {
    right: 20px;
    left: auto;
    top: auto;
  }
  .main-nav .navbar-default .navbar-nav {
    margin: 0;
  }
  .main-nav .navbar-default .visible-xs.collapse {
    display: none !important;
  }
  .main-nav .navbar-default .visible-xs.collapse.in {
    display: block !important;
    border: 1px solid #e8e8e7;
    min-width: 280px;
    min-height: 160px;
    width: 100%;
    box-shadow: 2px 2px 2px #DCDBD8;
  }
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu li,
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu.hover-menu li {
    display: inline-block;
    padding: 0.3em;
    margin: 0;
    text-align: center !important;
  }
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu li a,
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu.hover-menu li a {
    display: inline !important;
    padding: 0;
  }
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu li.divider,
  .main-nav .navbar-default .visible-xs.collapse.in .dropdown-menu.hover-menu li.divider {
    padding: 0;
  }
}
/*** main nav - when expanded  **/
@media (min-width: 840px) {
  .main-nav .navbar-default .collapse {
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .main-nav .navbar-default .collapse .btn {
    width: auto;
  }
  .main-nav .navbar-default .navbar-collapse {
    height: 40px;
  }
  .main-nav .navbar-default .navbar-collapse.collapse {
    height: 100% !important;
  }
  .main-nav .navbar-default .navbar-nav {
    height: 100%;
  }
  .main-nav .navbar-default .navbar-nav li {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  .main-nav .navbar-default .navbar-nav li.divider {
    height: 1px;
    margin: 1em 0;
  }
  .main-nav .navbar-default .nav-item {
    margin: 0 12px;
    padding: 30px 0 0 0;
    height: 100%;
    -webkit-transition: padding-top 0.15s ease-in-out;
    transition: padding-top 0.15s ease-in-out;
    position: relative;
    display: inline-block;
    color: #3d434b;
  }
  .main-nav .navbar-default .nav-item.nav-icon {
    text-align: center;
  }
  .main-nav .navbar-default .nav-item:hover {
    text-decoration: none;
  }
  .main-nav .navbar-default .nav-item:hover:before {
    top: 0px;
  }
  .main-nav .navbar-default .nav-item.active:before {
    top: 0px;
  }
  .main-nav .navbar-default .nav-item:before {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #F9A21D;
    top: -5px;
    left: 0px;
  }
  .main-nav .navbar-default a.nav-item:hover {
    color: #3d434b;
  }
  .main-nav .navbar-default a.nav-item.nav-icon {
    padding-top: 16px;
  }
  .main-nav .navbar-default a.nav-item.nav-icon:hover {
    color: #3d434b;
  }
  .main-nav .navbar-default .dropdown ul li {
    text-align: left;
  }
  .main-nav .navbar-default.nav-affix .collapse {
    margin: 0;
  }
  .main-nav .navbar-default.nav-affix .nav-item.nav-icon {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .main-nav .navbar-default .navbar-nav li {
    font-size: 1.35rem;
  }
  .main-nav .navbar-default .nav-item {
    margin: 0 25px;
  }
  .main-nav .navbar-default li a.btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/********************************** pd for angular  *****************************************************************/
/* what angular displays until the page loads */
[ng-cloak].ng-cloak {
  display: block !important;
}
.ng-cloak {
  background-color: #e8e8e7;
  display: none;
}
.dark-loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.dark-loader.loader-xs {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  margin: 1px 5px 0 0;
}
.dark-loader.loader-s {
  /*      width: 100%; */
  /*      height: 17px; */
  background-size: 17px 17px;
  margin: 6px 5px 0 0;
}
.loader-box {
  text-align: center;
  position: relative;
  min-height: 100px;
}
.loader-box p {
  color: #b2b2b1;
}
.loader-box .dark-loader:after {
  top: 20px;
}
.ng-scope .dark-loader {
  display: block;
  margin: 0 auto;
}
/********************************** pd for widgets  *****************************************************************/
.selectize-dropdown,
.selectize-dropdown.form-control {
  padding: 5px 0 !important;
  border-radius: 10px !important;
}
.selectize-dropdown .option:hover,
.selectize-dropdown.form-control .option:hover,
.selectize-dropdown .option:active,
.selectize-dropdown.form-control .option:active,
.selectize-dropdown .option.selected,
.selectize-dropdown.form-control .option.selected {
  background-color: #e8e8e7;
}
.selectize-control.input-lg {
  height: auto !important;
  min-height: 35px;
}
.datepicker,
.datepicker-input {
  border-radius: 0px;
}
.datepicker .btn,
.datepicker-input .btn {
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
.datepicker .btn-info,
.datepicker-input .btn-info {
  background-color: #cde1e3;
  color: #006057;
}
.datepicker .btn-success,
.datepicker-input .btn-success {
  background-color: transparent;
  color: #08c14a;
}
.datepicker .btn-danger,
.datepicker-input .btn-danger {
  background-color: transparent;
  color: #f44d4d;
}
/***** pd responsive styling *********/
@media (min-width: 992px) {
  .container,
  .container-fluid {
    min-width: 768px !important;
  }
  .welcome {
    height: 100vh;
    max-height: 1200px;
  }
}
@media (min-width: 840px) {
  .hero {
    height: 525px;
  }
}
/* pad - 839px */
@media (max-width: 839px) {
  h1.banner,
  .page-header,
  h1 {
    font-size: 3rem;
  }
  #brand-nav {
    left: 10px;
  }
  .footer {
    padding: 20px 10px;
  }
  .section {
    padding: 20px 0px;
  }
  .content {
    padding: 2em 15px;
  }
  .container .content {
    padding: 1em 0;
  }
}
/* phone - 479px */
@media (max-width: 479px) {
  .welcome .welcome-inner {
    padding: 2em 5px;
  }
  #overlay-inner {
    width: 100%;
  }
  #brand-nav img {
    height: 40px;
  }
  .main-nav .navbar-default.nav-affix #brand-nav img {
    height: 30px;
  }
  .home-video iframe {
    width: 100%;
    height: auto;
  }
  .profile-img.default {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }
  .profile-img.default.procedure,
  .profile-img.default.service {
    background-size: 80% 80%;
  }
  .profile-img.img-md,
  .profile-img.medium,
  .profile-img.default.img-md,
  .profile-img.default.medium {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }
  .profile-img.img-sm,
  .profile-img.small .profile-img.default.img-sm,
  .profile-img.default.small {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
  }
  .nav-steps.horizontal li span b {
    display: none;
  }
  .nav-tabs li {
    float: none;
    text-align: center;
    margin: 0.5em 0;
  }
  .nav-tabs li a {
    border-bottom-color: #ddd !important;
    border-radius: 11px;
  }
  .nav-tabs li.active > a {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
input[type="submit"] {
  /* most buttons should have no border */
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  touch-action: manipulation;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 3px;
  outline: 0;
  border-width: 0;
  /* most buttons should have no border */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
}
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #000000;
  text-decoration: none;
}
input[type="submit"]:active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
ainput[type="submit"].disabled,
fieldset[disabled] ainput[type="submit"] {
  pointer-events: none;
}
input[type="submit"].btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
input[type="submit"].btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
input[type="submit"].disabled,
input[type="submit"][disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: 0;
}
input[type="submit"].btn-sm {
  text-transform: none;
}
input[type="submit"].btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
input[type="submit"].btn-lg {
  padding: 12px 30px 10px 30px;
}
input[type="submit"].btn-border {
  border-width: 1px;
  border-style: solid;
  border-color: #3d434b;
}
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #000000;
  text-decoration: none;
}
input[type="submit"]:active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
ainput[type="submit"].disabled,
fieldset[disabled] ainput[type="submit"] {
  pointer-events: none;
}
input[type="submit"].btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
input[type="submit"].btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
input[type="submit"].disabled,
input[type="submit"][disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: 0;
}
input[type="submit"].btn-sm {
  text-transform: none;
}
input[type="submit"].btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
input[type="submit"].btn-lg {
  padding: 12px 30px 10px 30px;
}
input[type="submit"].btn-border {
  border-width: 1px;
  border-style: solid;
}
input[type="submit"]:hover {
  transition: all ease-in-out 0.2s;
}
#wpadminbar {
  position: static !important;
}
html {
  margin-top: 0 !important;
}
/****************************  global html elements ****************************/
html {
  font-size: 62.5%;
  background: #FFFFFF;
}
body {
  font-size: 1.5rem;
  background: #FFFFFF;
  position: relative;
}
body small {
  letter-spacing: 0.25px;
}
.content-wrapper {
  overflow-x: hidden;
}
::selection {
  background-color: #97579b;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #97579b;
  color: #FFFFFF;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
html,
li,
p,
span,
ul {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-xs,
.btn-group-xs > .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-md {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-lg,
.btn-group-lg > .btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.h1,
h1 {
  font-size: 4rem;
}
h2 {
  font-weight: 200;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.h3,
h3 {
  color: #000000;
  font-size: 2.5rem;
  text-transform: none;
  line-height: 4rem;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5em;
  font-weight: normal;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.h4,
h4 {
  font-size: 2rem;
}
.h4.white,
h4.white {
  color: #FFFFFF;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.h5,
h5 {
  font-size: 1.8rem;
}
h1.banner {
  text-transform: uppercase;
}
h1.banner2 {
  font-size: 3rem;
}
h1.page-header {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
h1 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
h1.banner,
h1.banner2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
}
.hero h1 {
  padding-top: 20px;
}
p {
  margin: 0 0 1rem;
}
p.h5pad {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
p.h3.larger {
  line-height: 1;
}
/* for all content subject title */
.h-subtitle,
h4 {
  font-size: 2rem;
  color: #000000;
  line-height: 1em;
}
/* another content subject title */
.h-subtitle2 {
  color: #000000;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}
b,
strong,
th,
thead td {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
p.lead {
  font-weight: normal;
  font-size: 2rem;
}
p.h3.larger {
  line-height: 1;
}
p.h3.larger small {
  font-size: 1.8rem;
  color: #8b8e93;
}
p.h1 {
  padding-top: 20px;
  font-size: 4rem;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}
p.h3 {
  padding-top: 20px;
  font-size: 2.7rem;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}
pre code {
  font-size: 1.2rem;
}
.popover {
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.popover .popover-content {
  padding: 1em;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #676d72;
}
dt {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 7px;
}
a.brand-primary {
  font-weight: normal;
  color: #a645a6;
  text-decoration: none;
}
a.brand-primary:hover {
  color: #cf69cf;
}
.btn {
  transition: all ease-in-out 0.2s;
}
.btn:hover {
  transition: all ease-in-out 0.2s;
}
.btn-outline {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.btn-outline:hover {
  background: #FFFFFF;
  color: #3d434b;
}
.btn-outline.black {
  color: #3d434b;
  border-color: #3d434b;
}
.btn-outline.black:hover {
  background: #3d434b;
  color: #FFFFFF;
}
.btn-outline.orange {
  color: #F9A21D;
  border-color: #F9A21D;
}
.btn-outline.orange:hover {
  background: #F9A21D;
  color: #FFFFFF;
}
.btn-no-pad {
  padding: 0;
}
.btn-special:hover {
  background-color: transparent;
  color: #ffb53e;
}
.btn-special .pd-arrow-right {
  font-size: 8px;
  position: relative;
  top: -1px;
}
.btn-special .pd-play-1 {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.icon-sm {
  font-size: 1rem !important;
}
.color-tertiary.section h4.uppercase {
  padding-bottom: 10px;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #FFFFFF;
  font-size: 2rem;
}
.text-color {
  color: #000000 !important;
}
.text-gray {
  color: #b2b2b1;
}
.text-capitalize {
  text-transform: capitalize;
}
.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.max-1080 {
  max-width: 1080px;
}
small.extra-small {
  font-size: 1rem;
}
.no-top-pad {
  padding-top: 0;
}
.no-top-pad.h3 {
  padding-top: 0;
}
.bg-white {
  background: #FFFFFF;
}
.bg-gray-lightest {
  width: 100%;
  background: #F2F2F1;
}
.bg-gray-lighter {
  background: #e8e8e7;
}
.bg-gray-light {
  background: #DCDBD8;
}
.bg-white h1,
.bg-gray-light h1,
.bg-gray-lightest h1,
.bg-gray-lighter h1,
.bg-white h1.banner,
.bg-gray-light h1.banner,
.bg-gray-lightest h1.banner,
.bg-gray-lighter h1.banner,
.bg-white h1.banner2,
.bg-gray-light h1.banner2,
.bg-gray-lightest h1.banner2,
.bg-gray-lighter h1.banner2 {
  color: #000000;
}
.bg-gray-dark.hero .h3 {
  font-size: 3rem;
  line-height: 1;
}
.bg-gray-dark.hero .h3 small {
  color: #FFFFFF;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.bg-gray-dark.hero .h3 small a.link {
  position: relative;
  top: -15px;
}
.bg-gray.hero {
  background-color: #F1F0F0;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.bg-gray.hero h1 {
  color: #000 !important;
}
.bg-gray.hero .h3 small,
.bg-gray.hero h3 small {
  color: #000 !important;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.bg-gray.hero .h3 small a.link,
.bg-gray.hero h3 small a.link {
  position: relative;
  top: -15px;
}
.bg-gray.hero .banner2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bg-gray.hero h3 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #3d434b;
}
.bg-gray.hero p.h3,
.bg-gray-dark2.hero p.h3,
.bg-white.hero p.h3 {
  font-size: 3rem;
  line-height: 1;
}
.bg-gray2 {
  background: #51555D;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
}
.bg-gray2 p.h3.larger small {
  color: #FFFFFF;
}
.bg-gray-dark2.hero p.h3 small {
  color: #FFFFFF;
}
.bg-gray3 {
  background: #676d72;
  color: #FFFFFF;
}
.bg-purple {
  background-color: #b372b3;
  color: #fff;
}
.bg-primary {
  padding-top: 12px;
  padding-bottom: 15px;
  background: #681d68;
  color: #FFFFFF;
}
.bg-primary h3 {
  margin-top: 0;
  font-size: 3rem;
  color: #FFFFFF;
}
.bg-primary a {
  font-size: 2rem;
}
.bg-case1 {
  background-color: #6F80B2;
  border: 1px solid #6F80B2;
}
.bg-case2 {
  background-color: #028F80;
  border: 1px solid #028F80;
}
.bg-case3 {
  background-color: #8A4F8E;
  border: 1px solid #8A4F8E;
}
.border-right {
  border-right: 1px solid #DCDBD8;
}
.border-bottom {
  border-bottom: 1px solid #DCDBD8;
}
.content {
  width: 100%;
  max-width: 1020px !important;
  margin: 80px auto;
  padding: 20px 20px 40px;
}
.content h2 {
  margin-bottom: 3rem;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.section-divider p.h2 {
  position: relative;
  z-index: 1;
  background: #F2F2F1;
  top: -15px;
  max-width: 320px;
  /*min-width: 320px;*/
  margin: 0 auto;
  font-size: 2rem;
}
.section-divider hr {
  margin-top: 30px;
  margin-bottom: 0;
}
.section-bottom p.h3.larger {
  padding-top: 0;
}
.section-bottom a.btn {
  margin-bottom: 1em;
  min-width: 200px;
}
.container.section {
  padding-left: 15px;
  padding-right: 15px;
}
.tab-content {
  background-color: #fff;
  border: 1px solid #DCDBD8;
  border-top: 0;
  padding: 30px;
}
.tab-content.no-nav {
  border-top: 1px solid #DCDBD8;
}
.tab-content h3 {
  margin-top: 0;
}
.panel-body {
  padding: 30px;
}
.shrink #nav-top-right {
  display: none;
}
.valign-middle {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.valign-middle .valign-middle-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.modal .modal-header .close,
.modal button.close {
  background-color: transparent !important;
  margin-right: -5px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 67, 75, 0.7);
  z-index: 1000;
  overflow-y: scroll;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
html {
  background: #F2F2F1;
}
/* special homepage stuff */
body {
  /* this fixes the footer problems --- not sure when this started */
}
body.push-body-menu-open-overlay footer#footer.footer {
  position: relative;
}
body.push-body-menu-open-overlay footer#footer.footer:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  width: 100%;
  display: inline-block;
  content: '';
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
body footer#footer.footer {
  z-index: 0 !important;
}
.body-dark .dropdown .specialitem {
  background: #3d434b;
}
.body-dark .dropdown .specialitem span {
  color: #b2b2b1;
}
.body-generic .dropdown .specialitem {
  background: #e8e8e7;
}
.body-generic .dropdown .specialitem span {
  color: #7f7f7e;
}
.specialitem span {
  position: relative;
  left: 20px;
  top: 4px;
}
#use-cases .frame {
  width: 80%;
}
#use-cases .frame .picture {
  display: block;
  max-width: 80px;
  margin-bottom: 10px;
}
#use-cases .frame .title {
  display: block;
  height: 50px;
}
#use-cases .frame .title h4 {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
#white-section .left .lead {
  margin-bottom: 3.5rem;
}
#white-section .right .img-responsive {
  margin-bottom: 3.5rem;
}
#white-section p.lead {
  line-height: 3.5rem;
  font-size: 1.8rem;
}
#white-section .img-responsive {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#white-section .caption {
  margin-top: 10px;
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px dashed #b2b2b1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#little-mystery-area {
  border-top: 1px solid #DCDBD8;
}
#little-mystery-area .container.section {
  padding-top: 15px;
}
#little-mystery-area .caption {
  margin-top: 20px;
  margin-left: auto;
  position: relative;
  padding: 10px;
  max-width: 60%;
  max-width: 570px;
  cursor: pointer;
  text-align: left;
  border: 1px dashed #b2b2b1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#little-mystery-area .caption.active {
  border: 0px solid #b2b2b1;
  background-color: #F1F1F1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  font-weight: bolder;
}
#little-mystery-area .img-responsive {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#little-mystery-area h3 {
  margin-top: 0;
  margin-bottom: 50px;
}
#little-mystery-area .col-sm-3.text-center {
  padding-top: 20px;
}
#little-mystery-area a {
  font-size: 1.7rem;
}
#little-mystery-area .active a {
  color: #b2b2b1;
}
#clickable-title-section h3 {
  font-size: 2rem;
  cursor: pointer;
  color: black;
  font-weight: bolder;
  display: inline;
  margin-right: 30px;
}
#clickable-title-section h3.active {
  border-bottom: 55px solid #F9A21D;
  border-bottom-width: 3px;
  padding-bottom: 4px;
}
#clickable-title-section p.lead {
  font-size: 1.8rem;
  padding-top: 65px;
  padding-bottom: 50px;
  max-width: 850px;
  line-height: 3.5rem;
  margin: 0 auto;
}
#clickable-title-section .caption {
  margin-top: 20px;
  margin-left: auto;
  max-width: 510px;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  border: 1px dashed #b2b2b1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 20px;
}
#clickable-title-section .caption.active {
  border: 0px solid #b2b2b1;
  background-color: #F1F1F1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  font-weight: bolder;
}
#clickable-title-section .img-responsive {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#tab-list-container {
  padding-top: 20px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: inherit;
}
#how-it-works-text {
  font-size: 1.8rem;
  line-height: 3.8rem;
}
#how-it-works-text-bottom {
  font-size: 1.8rem;
  line-height: 3.8rem;
  max-width: 600px;
}
.page-template-page-special .content.gray {
  margin-bottom: 0;
}
.body-dark {
  /* end special homepage stuff */
}
.body-dark .btn.btn-md.btn-primary {
  color: #000000 !important;
}
.body-dark #header,
.body-dark header {
  background: #131114;
  border-color: #131114;
}
.body-dark #header .btn-outline.btn-sm,
.body-dark header .btn-outline.btn-sm {
  border-color: #131114;
}
.body-dark #header .dropdown-toggle,
.body-dark header .dropdown-toggle {
  color: #FFFFFF;
}
.body-dark .hamburger span {
  background: #FFFFFF;
}
.body-dark .hamburger span::after,
.body-dark .hamburger span::before {
  background-color: #FFFFFF;
}
.body-dark .menu-active .hamburger span::after,
.body-dark .menu-active .hamburger span::before {
  background-color: #000000;
}
.body-dark ul.dropdown-menu {
  background-color: #131114;
}
.body-dark ul.dropdown-menu li a {
  color: #FFFFFF;
}
.body-dark ul.dropdown-menu li a:hover {
  background: #fff;
  color: #000000;
}
.body-dark #nav-right a,
.body-dark #nav-top-right a {
  color: #FFFFFF !important;
}
.body-dark #nav-right #navSignup a.btn-outline.btn-sm,
.body-dark #nav-top-right #navSignup a.btn-outline.btn-sm {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.body-dark #nav-right #navSignup a.btn-outline.btn-sm:hover,
.body-dark #nav-top-right #navSignup a.btn-outline.btn-sm:hover {
  border-color: #F9A21D;
}
.body-dark #what-we-offer .col-xs-10 {
  text-align: center;
}
.body-dark #what-we-offer .col-xs-10 img {
  margin: 0 auto;
  width: 170px;
  height: 170px;
}
.body-dark #what-we-offer .col-xs-10 p {
  text-align: left;
  font-size: 1.8rem;
  padding: 0 20px;
}
.body-dark #what-we-offer .col-xs-10 p.uppercase {
  text-align: center;
}
.body-dark .bg-gray-special {
  background-color: #787C81;
  color: #FFFFFF;
}
.body-dark .bg-gray-special h2 {
  color: #FFFFFF;
}
.body-dark .hold-it {
  padding-top: 100%;
  margin-bottom: -30%;
}
.body-dark .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.body-dark .img-container img {
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
  display: inline-block;
}
.body-dark .img-container#caqh img {
  max-width: 120px;
}
.body-dark .p-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.body-dark .img-container:before,
.body-dark .p-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.body-dark .legend-row {
  margin-bottom: 35px;
  padding-top: 10px;
}
.body-dark p.h3 {
  text-align: center;
}
.body-dark p.sig-title {
  margin-left: -18%;
  margin-top: 1em;
  margin-bottom: 3em;
}
.body-dark .bg-white p.h3 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.body-dark .bg-white .col-sm-5 {
  padding: 5px 50px 20px;
}
.body-dark .bg-white .text-outer {
  display: table;
  height: 250px;
  overflow: hidden;
}
.body-dark .bg-white .text-inner {
  display: table-cell;
  vertical-align: middle;
}
.body-dark .bg-white .btn-special {
  border: 0;
  margin: 0;
  padding: 6px 0;
}
.body-dark .bg-white .btn-special .pokit-icon {
  font-size: 8px;
  position: relative;
  top: -1px;
}
.body-dark .pd-icon {
  display: inline-block;
  height: 30px;
  width: 26px;
  background-image: url("https://pokitdok.com/img/icons-3men.png");
  background-repeat: no-repeat;
  line-height: 1;
  margin-bottom: -10px;
  margin-right: 3px;
}
.body-dark .pd-icon.pd-icon-payer {
  background-position: 0 0;
}
.body-dark .pd-icon.pd-icon-provider {
  background-position: -26px 0;
}
.body-dark .pd-icon.pd-icon-consumer {
  background-position: -52px 0;
}
.body-dark #whats-new {
  background-color: #681d68;
  background-image: url('../img/homepage-special/whats-new-bg-tile.png');
}
.body-dark #whats-new h3 {
  margin-bottom: 50px;
  margin-top: 0;
}
.body-dark #whats-new h4,
.body-dark #whats-new p {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  padding-right: 10px;
}
.body-dark #whats-new #left-item:after {
  position: absolute;
  right: 0;
  top: 30%;
  display: inline-block;
  content: '';
  height: 80px;
  width: 1px;
  background: #FFFFFF;
}
.body-dark #whats-new img {
  margin-left: auto;
  margin-right: 0;
  width: 80px;
  max-width: 80%;
  height: auto;
}
.body-dark #whats-new .btn-special {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.body-dark #home-security h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.body-dark #home-security img {
  height: 130px;
  width: auto;
}
.body-dark #home-security .col-xs-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body-dark #home-security .btn-special {
  margin-top: 20px;
}
.body-dark .home-5.bg-white {
  text-align: center;
}
.body-dark .home-5.bg-white p {
  font-size: 1.8rem;
  margin-bottom: 1.7rem;
}
.body-dark .home-5.bg-white#home-apis2 .container.section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.body-dark .home-5.bg-white#pokitdok-overview {
  padding-bottom: 0;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.7rem;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .btn-md.btn-outline {
  border-color: #F9A21D;
  transition: None;
  color: #F9A21D;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .btn-md.btn-outline:hover {
  background-color: #F9A21D;
  color: white;
  cursor: pointer;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product {
  position: relative;
  padding-top: 50px;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product .contents {
  height: 145px;
  overflow-y: hidden;
  min-height: 120px;
  margin-bottom: 0;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  height: auto;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product p.linked {
  margin-top: 0;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product:before {
  /* arrows */
  content: '';
  position: absolute;
  left: -26px;
  top: 90px;
  background-image: url(../img/imagemin/homepage-special/vc-icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product:after {
  /* tha bears. wait no the lines. */
  content: '';
  position: absolute;
  top: -150px;
  background: #b2b2b1;
  width: 2px;
  height: 200px;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product.col-lg-offset-1:before {
  background-image: none;
  display: none;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product.col-lg-offset-1:after {
  left: 44%;
  border-left: 10px solid #FFFFFF;
  background: #FFFFFF;
  border-right: 2px solid #b2b2b1;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section .product#overview5:after {
  right: 44%;
  border-right: 10px solid #FFFFFF;
  background: #FFFFFF;
  border-left: 2px solid #b2b2b1;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore {
  border-bottom: 2px solid #b2b2b1;
  top: -20px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore h3 {
  margin-bottom: -20px;
  font-weight: bold;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore h3:after,
.body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore h3:before {
  display: none;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore img {
  position: relative;
  bottom: -30px;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #purple-mountain-majesties {
  background: #681d68;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
  border: 10px solid #FFFFFF;
  border-radius: 16px;
  top: 35px;
}
.body-dark .home-5.bg-white#pokitdok-overview .container.section #purple-mountain-majesties p {
  color: #FFFFFF;
  margin: 0;
  font-weight: bold;
}
.body-dark .home-5.bg-white#pokitdok-overview .all-videos {
  padding-top: 25px;
}
.body-dark .home-5.bg-white#pokitdok-overview .all-videos .pd-arrow-right {
  font-size: 11px;
}
.body-dark .home-5.bg-white#pokitdok-overview #marketplace-icon {
  width: 70px;
  height: auto;
}
.body-dark .home-5.bg-white#pokitdok-overview h4 {
  font-size: 1.6rem;
}
.body-dark .home-5.bg-white h3 {
  font-size: 3rem;
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /* The following is needed because border is shorter than item per design */
}
.body-dark .home-5.bg-white h3:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 100px;
  border-bottom: 1px solid #DCDBD8;
}
.body-dark .home-5.bg-white .product {
  margin-top: 30px;
  margin-bottom: 20px;
}
.body-dark .home-5.bg-white .product img {
  width: 90px;
  height: auto;
}
.body-dark .home-5.bg-white .product p {
  margin: 12px 0 24px;
  color: #681d68;
  height: 25px;
  /* height coded to fix small line break issue on lg
                 * due to it being 5-wide now
                 */
}
.body-dark .home-5.bg-purple {
  border-top: 2px solid #F9A21D;
}
.body-dark .home-5.bg-gray-dark {
  border-top: 2px solid #F9A21D;
  border-bottom: 2px solid #F9A21D;
  background: #3d434b;
}
.body-dark .home-5.bg-gray-dark p.text-top {
  font-size: 2.3rem;
  margin-bottom: 0;
}
.body-dark .home-5.bg-gray-dark p.text-bottom {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 0;
}
.body-dark .home-5 h2 {
  margin-bottom: 1em;
  margin-top: 0;
}
.body-dark .home-5 .content {
  margin: 0 auto;
  padding: 1.4em 1em 0;
}
.body-dark p.h2 {
  margin-top: 0;
}
/* resources */
.resources-section {
  padding-top: 79px;
  margin-top: 0;
  background: #FFFFFF;
}
.resources-section .req-height {
  min-height: 50px;
}
.resources-section h3 {
  padding-top: 20px;
}
.resources-section .btn-special {
  padding-top: 25px;
  padding-bottom: 80px;
}
.resources-section hr {
  border-top: 1px solid #e8e8e7;
}
.resources-section span.pokit-icon.pd-arrow-right {
  font-size: 12px;
}
.resources-section .container {
  max-width: 1000px;
}
.resources-section .container .hero {
  margin-bottom: 30px;
}
.resources-section .container.resources_video-single {
  max-width: 780px;
}
.resources-section .container.resources_video-single h1 {
  padding-bottom: 45px !important;
}
.resources-section .container.resources_video-single .hero .hero-inner p {
  padding-top: 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.resources-section .container.resources_video-single .video-area-rug {
  width: 100%;
  text-align: center;
  background-color: #896488;
}
.resources-section .container.resources_video-single .video-area-rug .div2play {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.resources-section .container.resources_video-single .video-area-rug .div2play .span2playcontainer {
  width: 100%;
  max-width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.resources-section .container.resources_video-single .video-area-rug .div2play .span2playcontainer:hover {
  background: rgba(0, 0, 0, 0.6);
}
.resources-section .container.resources_video-single .video-area-rug .div2play img.img-responsive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  max-width: 100%;
}
.resources-section .container.resources_video-single .transcript {
  padding-top: 20px;
  padding-bottom: 20px;
}
.resources-section .container.resources_video-single .transcript p {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.resources-section .hero {
  height: auto;
  min-height: auto;
}
.resources-section .hero h1 {
  margin-top: 0;
  padding-top: 40px;
  border-bottom: 0;
  margin-bottom: 0;
}
.resources-section .hero h1:before {
  display: none;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 0;
}
.resources-section .hero h3 {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 2.4rem;
}
.resources-section .resources-content {
  border-top: 1px solid #e8e8e7;
  padding-top: 20px;
}
.resources-section .resources-content .resources-row {
  margin-top: 10px;
  margin-bottom: 20px;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard {
  border: 1px solid #e8e8e7;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardhead {
  display: block;
  background: #e8e8e7;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e8e8e7;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardhead img {
  width: 70%;
  height: auto;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardhead.video {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: top center;
  background-repeat: no-repeat;
  transition: opacity ease-in-out 0.2s;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardhead.video:hover {
  opacity: 0.7;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardbody {
  background: transparent;
  display: block;
  padding: 20px;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardbody h3 {
  margin: 0;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardbody .linkcard {
  border-top: 1px solid #e8e8e7;
  padding-top: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardbody .linkcard a {
  color: #F9A21D;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.resources-section .resources-content .thecalliscomingfrominsidethecard .cardbody .linkcard a .pd-pd-download {
  float: none;
}
.outage-status {
  padding-bottom: 15px;
}
.ongoing-outage {
  text-transform: uppercase;
}
.about-story {
  padding: 20px 0;
}
.about-story .about2 {
  min-height: 520px;
  position: relative;
}
.about-story #aboutIcon2L {
  position: absolute;
  width: 440px;
  right: -50px;
  top: 60px;
}
.about-story .about-icon {
  display: block;
  margin: 1em auto;
}
.body-apis-in-healthcare h2.notcaps {
  text-transform: none;
}
.body-apis-in-healthcare blockquote {
  font-size: 1.4rem;
}
.body-apis-in-healthcare blockquote span.attr {
  display: block;
  margin-top: 15px;
  font-style: italic;
}
.scrollable-wrapper {
  position: relative;
}
.scrollable-wrapper .scrollable-container {
  overflow-x: scroll;
}
.scrollable-wrapper .scrollable-container .scrollable {
  width: 100%;
}
#video-section {
  padding-top: 40px;
  background: -webkit-repeating-linear-gradient(45deg, #393d44, #393d44 0.25em /* dark grey */, #3E434B 0, #3E434B 0.75em /* light grey */);
  background: repeating-linear-gradient(45deg, #393d44, #393d44 0.25em /* dark grey */, #3E434B 0, #3E434B 0.75em /* light grey */);
}
@media (min-width: 992px) {
  #video-section .video-transcript {
    font-size: 1.2rem;
    padding-left: 110px;
  }
}
#video-section .videobackgroundcontainer {
  max-width: 1100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/imagemin/products/bgvideogroup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#video-section img.img-responsive {
  width: 100%;
  height: auto;
}
#videooverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  /* to be over mobile hamburger icons */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#videooverlay #closevideo {
  text-align: center;
  position: absolute;
  z-index: 999;
  height: 30px;
  width: 30px;
  line-height: 30px;
  top: 30px;
  right: 30px;
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
#videooverlay #closevideo::after {
  position: relative;
  top: -2px;
  font-size: 1.2rem;
  font-family: 'pokit-icon';
  content: '\E037';
  display: block;
  z-index: 999;
}
#videooverlay #closevideo:hover {
  cursor: pointer;
}
.div2play {
  max-width: 420px;
  text-align: center;
  position: relative;
}
.div2play img.img-responsive {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.div2play .span2playcontainer {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  content: '';
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  transition: background ease-in-out 0.2s;
}
.div2play .span2playcontainer::after {
  font-family: 'pokit-icon';
  content: 'N';
  color: #F9A21D;
  font-size: 6rem;
  position: absolute;
  width: 80px;
  margin-left: -40px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  left: 50%;
}
.div2play .span2playcontainer::before {
  font-family: 'pokit-icon';
  content: 'z';
  color: #FFFFFF;
  font-size: 5rem;
  width: 80px;
  margin-left: -40px;
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.div2play .span2playcontainer:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.btn-primary:visited {
  color: #fff;
}
#content-apis-in-healthcare {
  padding-top: 30px;
}
#content-apis-in-healthcare img {
  max-width: 100%;
}
#content-apis-in-healthcare #pokitdok-platform-image {
  width: 500px;
  max-width: 80%;
  margin-bottom: 20px;
}
#content-apis-in-healthcare #about-chilmark-and-pokitdok {
  background: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-apis-in-healthcare #about-chilmark-and-pokitdok h3 {
  text-align: center;
}
#content-apis-in-healthcare #about-chilmark-and-pokitdok h3:first-child {
  margin-top: 0;
}
#content-apis-in-healthcare #brian-murphy {
  margin-right: 20px;
  height: 190px;
  margin-bottom: 15px;
  width: auto;
  float: left;
}
#content-apis-in-healthcare h2 {
  margin-bottom: 10px;
}
#content-apis-in-healthcare h3 {
  margin-top: 3rem;
}
#content-apis-in-healthcare .imagearea {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e8e8e7;
  color: #000000;
}
#content-apis-in-healthcare .imagearea img {
  width: 520px;
}
#content-apis-in-healthcare h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
#content-apis-in-healthcare table {
  font-size: 1.4rem;
  border: 2px solid #97579b;
  background: #FFFFFF;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
#content-apis-in-healthcare table.scrollable {
  overflow-x: scroll;
}
#content-apis-in-healthcare table.table-special {
  margin-left: 20px;
  margin-top: 0;
  width: 400px;
  float: right;
  margin-bottom: 20px;
}
#content-apis-in-healthcare table p {
  margin: 0;
}
#content-apis-in-healthcare table tr {
  border-bottom: 1px dotted #97579b;
}
#content-apis-in-healthcare table tr td {
  text-align: left;
  padding: 20px;
}
#content-apis-in-healthcare table tr td:first-child {
  width: 20%;
}
#content-apis-in-healthcare table tr td:last-child {
  width: 30%;
}
#content-apis-in-healthcare table tr td ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content-apis-in-healthcare table tr td ul li {
  margin-bottom: 10px;
}
#content-apis-in-healthcare table tr td ul li:last-child {
  margin-bottom: 0;
}
#content-apis-in-healthcare table tr th {
  text-align: left;
  padding: 20px;
  background: #97579b;
  color: #FFFFFF;
}
#content-apis-in-healthcare table tr:last-child {
  border-bottom: none;
}
#pdf-section {
  padding-bottom: 0;
  margin-bottom: 0;
}
#pdf-section .section {
  padding-bottom: 0;
  margin-bottom: 0;
}
#pdf-section h2.notransform {
  margin-bottom: 20px;
}
#pdf-section img.pdf-image {
  width: 300px;
  max-width: 90%;
}
#pdf-section .pokit-icon {
  position: relative;
  top: 2px;
  font-size: 2rem;
  padding: 0 5px;
}
.about-featured img {
  display: inline-block;
  margin-bottom: 1em;
}
.about-featured #logoTechCrunch {
  width: 180px;
}
.about-featured #logoModernHealthcare {
  width: 180px;
}
.about-featured #logoWSJ {
  width: 200px;
}
.about-featured #logoMedCity {
  width: 200px;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #F9A21D;
  border-color: #F9A21D;
}
h2.notransform {
  text-transform: none;
}
.why-dont-you-slide h2.notransform {
  margin-bottom: 0;
}
/* global monserrat uppercase orange link */
a.uppercase.btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #F9A21D;
  text-transform: uppercase;
}
a.uppercase.btn:hover,
a.uppercase.btn:active,
a.uppercase.btn:focus {
  color: #dd8806;
}
/* end global link */
.special-footer-buttons {
  padding: 40px 0;
}
.special-footer-buttons .btn-primary.btn-md {
  font-size: 1.7rem;
  color: #000000 !important;
}
/* buttons */
.ctabuttonsproduct {
  padding: 40px 0;
}
.ctabuttonsproduct .btn-md {
  font-size: 1.7rem;
}
.page-template-z-products {
  /* new section stylin' */
}
.page-template-z-products #productextra2 {
  padding: 30px 10px 10px;
}
.page-template-z-products #productextra2 .row {
  margin-bottom: 30px;
}
.page-template-z-products #productextra2 h3 {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: inherit !Important;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.page-template-z-products #productextra2 img {
  width: 100%;
  height: auto;
}
.page-template-z-products #productextra2 p {
  line-height: 2.3rem;
}
.page-template-z-products #clicknshow-parent {
  border-top: 2px solid #DCDBD8;
}
.page-template-z-products #clicknshow-parent #shownhide-maincontent {
  padding-left: 100px;
}
.page-template-z-products #clicknshow-parent #shownhide-maincontent h2 {
  margin-bottom: 10px;
}
.page-template-z-products #clicknshow-parent #shownhide-maincontent p {
  line-height: 2.3rem;
}
.page-template-z-products #clicknshow-parent .hot-tomatoes {
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-template-z-products #clicknshow-parent .clicknshow-section {
  width: 95%;
  position: relative;
  padding-bottom: 20px;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-img img {
  position: relative;
  z-index: 3;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container {
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  transition: all ease-in-out 0.2s;
  background: transparent;
  border: 1px solid #b2b2b1;
  padding: 20px;
  z-index: 2;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container .only-sm {
  max-width: 400px;
  margin: 5px auto;
  display: none;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container h3 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: inherit !Important;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  color: #3d434b;
  font-size: 1.7rem;
  margin: 0;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container p {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container.active {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  background: #f3ecf3;
  border-color: #f3ecf3;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container.active:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container.active:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: -200px;
  top: 50%;
  width: 40%;
  height: 2px;
  border-bottom: 2px dotted #f3ecf3;
}
.page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container.active h3 {
  color: #97579b;
}
.page-template-z-products .above-apiref {
  position: relative;
  z-index: 4;
}
.page-template-z-products .how-it-works-image {
  max-width: 90%;
}
.page-template-z-products .line-height-special {
  line-height: 3rem;
  font-size: 2rem;
}
.page-template-z-products .line-item-container {
  position: relative;
}
.page-template-z-products .line-item {
  margin-bottom: 20px;
  padding-bottom: 5px;
  /* The following is needed because border is shorter than item per design */
}
.page-template-z-products .line-item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page-template-z-products #api-ref {
  background: #681d68;
  overflow: hidden;
}
.page-template-z-products #api-ref a.uppercase.btn .pokit-icon {
  position: relative;
  top: -1px;
  font-size: 1.1rem;
}
.page-template-z-products #api-ref .inner-api-ref::before {
  background: url('../img/imagemin/products/api-ref-bg.png');
  background-repeat: repeat;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  display: block;
  top: -300px;
  left: 0;
  right: 0;
  bottom: -300px;
}
.page-template-z-products .title-area h3 {
  margin-top: 16px;
  margin-bottom: 64px;
}
.page-template-z-products #advantages .row {
  margin-bottom: 20px;
}
.page-template-z-products #advantages img.benefits-img {
  max-width: 100px;
  width: 100%;
  margin-top: 10px;
}
.page-template-z-products #advantages .benefits-description h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 8px;
}
.page-template-z-about #boardContainer {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.page-template-z-about #boardContainer .boardmember {
  min-height: 94px;
}
.page-template-z-about #boardContainer .boardmember strong {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
}
.page-template-z-about .bg-gray-lightest .h5 {
  margin: 0;
}
.page-template-z-about .bg-gray-lightest .btn-border {
  border-color: #000000;
  color: #000000;
}
.page-template-z-about .bg-gray-lightest .btn-border:hover {
  background: #000000;
  color: #FFFFFF;
}
.page-template-z-about a.btn-lg {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-template-z-about a.btn-block {
  padding-left: 10px;
  padding-right: 10px;
}
.page-template-z-about .leader {
  margin-bottom: 2em;
}
.page-template-z-about .leader .profile-img {
  display: block;
  margin: 0 auto 0.5em;
  background-position: top center;
  border: 4px solid #FFFFFF;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-template-z-about .leader .profile-img:hover {
  -webkit-box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.3);
}
.page-template-z-about .leader .h5 {
  margin: 0;
}
.page-template-z-about .leader small {
  display: block;
  margin: 0 auto 1em;
  color: #b2b2b1;
}
.page-template-z-about .carousel-inner {
  height: 100%;
  min-height: 450px;
  overflow-y: hidden;
}
.page-template-z-about .carousel-indicators {
  bottom: 25px;
  top: auto;
}
.page-template-z-about .popover {
  min-width: 300px;
  max-width: 320px;
}
.page-template-z-about .about-investor img {
  height: 60px;
  display: inline-block;
  margin-bottom: 1em;
}
.page-template-z-about .about-investor #logoSC {
  height: 50px;
}
.body-apps .app-section {
  min-height: 200px;
}
.body-apps .app-section h3 {
  margin-bottom: 1em;
}
.body-apps .app-section h3 small {
  margin-left: 1em;
}
.body-apps #app-eligibility img {
  margin-bottom: 10px;
}
.page-template-z-api h1 {
  margin-top: 2.2em;
  margin-bottom: 0.5em;
}
.page-template-z-api h2 {
  margin-bottom: 1em;
}
.page-template-z-api #claims-status-content .img-responsive {
  margin: 0 auto;
  padding-top: 0;
}
.page-template-z-api .img-responsive {
  margin: 10px auto;
  padding-bottom: 20px;
  padding-top: 10px;
}
.page-template-z-api .scroll-content .tab-content a {
  text-align: left;
  max-width: 100%;
  white-space: normal;
}
.page-template-z-api i.anchor {
  height: 20px;
  width: 100%;
  margin-bottom: 40px;
}
.page-template-z-api i.anchor:first-child {
  height: 0;
}
.page-template-z-api .endpoints {
  margin-bottom: 4em;
}
.page-template-z-api .endpoints h3 {
  line-height: 1.5;
  margin-top: 5px;
}
.page-template-z-api .endpoint p.lead {
  margin-top: 1em;
}
.page-template-z-careers-list .site-wrapper {
  background-color: #fff;
}
.page-template-z-careers-list h2.header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 3rem;
  text-transform: capitalize;
  border-bottom: 1px solid #DCDBD8;
}
.page-template-z-careers-list .whr-item {
  padding: 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #F2F2F1;
}
.page-template-z-careers-list .whr-item:first-child {
  margin-top: 10px;
}
.page-template-z-careers-list .whr-item:last-child {
  border-bottom-color: transparent;
}
.page-template-z-careers-list .whr-date span {
  display: none;
}
.page-template-z-careers-list .whr-date:before {
  content: 'Posted: ';
}
.page-template-z-careers-list h2.whr-group {
  text-transform: capitalize;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin-top: 1em;
}
.page-template-z-careers-list ul.whr-info,
.page-template-z-careers-list ul.whr-items {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
}
.page-template-z-careers-list ul.whr-info h3.whr-title,
.page-template-z-careers-list ul.whr-items h3.whr-title {
  font-size: 2rem;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
}
.page-template-z-careers-list .list-group-item {
  padding: 0;
}
.page-template-z-careers-list .list-group-item a.anchor {
  display: block;
  color: #0099AD;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  text-decoration: none;
}
.page-template-z-careers-list .list-group-item a.anchor:hover {
  background-color: #F2F2F1;
}
.page-template-z-careers-list .list-group-item small {
  display: block;
  float: right;
  color: #000000;
}
.page-template-z-careers-list .list-group-item ul {
  margin: 1em 0;
}
.page-template-z-careers-list .list-group-item .bg-white {
  min-height: 500px;
}
.page-template-z-careers-list .list-group-item .content {
  display: none;
  /*background-color: @gray-lightest;*/
  padding: 1em 2em 3em;
}
.page-template-z-careers-list .list-group-item .content h3 {
  line-height: 2;
}
.page-template-z-careers-list .list-group-item .content .h4 {
  margin-top: 1.5em;
  line-height: 1.5;
}
a:visited {
  color: #0099AD;
}
label.special {
  padding-left: 2px;
}
input[type="submit"].btn.btn-lg {
  border-radius: 3px;
  background: #F9A21D;
  border: 1px solid #F9A21D;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
input[type="submit"].btn.btn-md {
  border-radius: 3px;
  background: #F9A21D;
  border: 1px solid #F9A21D;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  transition: border ease-in-out 0.2s;
}
input[type="submit"].btn.btn-md:hover {
  border-color: #000000;
}
.content {
  background: #FFFFFF;
}
.page-template-z-careers .section {
  z-index: 4;
}
.page-template-z-careers #work-with-us h3 {
  margin-top: 0;
}
.page-template-z-careers .slides-container {
  position: relative;
}
.page-template-z-careers .slides-container .bottom {
  position: absolute;
  width: 60%;
  right: 0;
  z-index: 4;
  font-size: 1.9rem;
  color: #FFFFFF;
  bottom: 30px;
  text-align: left;
}
.page-template-z-careers .slides-container .bottom a {
  padding: 30px 20px;
  color: #FFFFFF;
  transition: background ease-in-out 0.2s;
}
.page-template-z-careers .slides-container .bottom a:hover,
.page-template-z-careers .slides-container .bottom a:active,
.page-template-z-careers .slides-container .bottom a:focus {
  text-decoration: none;
  transition: background ease-in-out 0.3s;
}
.page-template-z-careers .slides-container .bottom a:hover img,
.page-template-z-careers .slides-container .bottom a:active img,
.page-template-z-careers .slides-container .bottom a:focus img {
  opacity: 0.8;
}
.page-template-z-careers .slides-container .bottom img {
  border-radius: 5px;
  width: 150px;
  margin-left: 10px;
  height: auto;
}
.page-template-z-careers .slides {
  width: 100%;
}
.page-template-z-careers .slides .slick-slide {
  height: 450px;
  padding: 40px 80px;
  background-size: cover;
  background-position: 40% left;
  background-color: #67B7D8;
}
.page-template-z-careers .slides .slick-slide .quote {
  float: right;
  width: 60%;
  color: #FFFFFF;
}
.page-template-z-careers .slides .slick-slide .quote h3 {
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.page-template-z-careers .slides .slick-slide .quote p {
  font-size: 1.8rem;
}
.page-template-z-careers .slides .slick-slide#brian_corbin {
  background-image: url(../img/imagemin/career_brian.jpg);
  background-position: left 70%;
}
.page-template-z-careers .slides .slick-slide#mallory_nelson {
  background-image: url(../img/imagemin/career_mallory.jpg);
  background-position: 10% 30%;
}
.page-template-z-careers .slides .slick-slide#ghadi_shayban {
  background-image: url(../img/imagemin/career_ghadi.jpg);
}
.page-template-z-careers .slides button {
  color: #FFFFFF;
  z-index: 100;
  background: transparent;
  border: none;
}
.page-template-z-careers .slides button.slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
}
.page-template-z-careers .slides button.slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
}
.page-template-z-careers .dept * {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-z-careers .dept img.round {
  width: 180px;
  max-width: 180px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 2em auto;
}
.page-template-z-careers img.col-sm-6 {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
.page-template-z-careers #benefits .round {
  width: 100px;
  height: 100px;
  background: #e8e8e7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}
.page-template-z-careers #benefits .round#vacation {
  background-image: url(../img/career-icon/vacation.png);
}
.page-template-z-careers #benefits .round#health {
  background-image: url(../img/career-icon/health.png);
}
.page-template-z-careers #benefits .round#family {
  background-image: url(../img/career-icon/family.png);
}
.page-template-z-careers #benefits .round#financial {
  background-image: url(../img/career-icon/financial.png);
}
.page-template-z-careers #benefits .round#fun {
  background-image: url(../img/career-icon/fun.png);
}
.page-template-z-careers #benefits .round#food {
  background-image: url(../img/career-icon/food.png);
}
.page-template-z-careers #theresmore hr {
  width: 200px;
  border-top: 2px solid #e8e8e7;
  margin-bottom: 40px;
}
.page-template-z-careers #theresmore ul {
  max-width: 300px;
  margin: 0 auto;
  padding-left: 1em;
  list-style-type: none;
}
.page-template-z-careers #theresmore ul li {
  text-indent: -5px;
}
.page-template-z-careers #theresmore ul li:before {
  content: '- ';
  text-indent: -5px;
}
.page-template-z-contact-success ul.list-unstyled,
.page-template-z-contact ul.list-unstyled {
  margin-left: 0;
}
.body-contact-confirm {
  min-height: 0;
  overflow: hidden;
}
.page-template-z-customers .hero h1 {
  margin-top: 3em;
}
.page-template-z-customers .hero .quotes {
  margin: 4em auto 0 auto;
  padding-bottom: 3em;
}
.page-template-z-customers .hero .quotes .more i {
  margin-left: 0.5em;
}
.page-template-z-customers .hero .quotes .row {
  margin-bottom: 2em;
}
.page-template-z-customers .hero .quote {
  padding: 0 3em 0 4em;
}
.page-template-z-customers .hero .quote-box {
  padding: 8px 15px 1em 5px;
  background: url(../img/imagemin/customers/quote.png) no-repeat top left;
}
.page-template-z-customers .hero .quote-box .valign-middle-cell {
  min-width: 115px;
}
.page-template-z-customers .hero .quote-box img {
  height: 80px;
  width: 80px;
  border-radius: 40px;
  display: block;
  margin-left: 1em;
  margin-right: 20px;
}
.page-template-z-customers .hero .quote-box p.h5.quote-text {
  margin: 0 auto 15px 0.5em;
  line-height: 1.5;
}
.page-template-z-customers .hero .quote-box p.h5.name {
  margin-bottom: 0;
  font-weight: bold;
}
.page-template-z-customers .hero .quote-box p.title {
  margin-top: 0;
}
.page-template-z-customers button.more {
  color: #0099AD;
  background: transparent;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  border: none;
}
.page-template-z-customers .case a {
  display: block;
  color: transparent;
}
.page-template-z-customers .case a:hover,
.page-template-z-customers .case a:active,
.page-template-z-customers .case a:visited {
  text-decoration: none !important;
}
.page-template-z-customers .case a:hover p.h6,
.page-template-z-customers .case a:active p.h6,
.page-template-z-customers .case a:visited p.h6 {
  text-decoration: none !important;
}
.page-template-z-customers .case .panel {
  border: 1px solid #F2F2F1;
  margin: 0.5em auto 2em auto;
  border-radius: 5px;
  max-width: 300px;
}
.page-template-z-customers .case .panel:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}
.page-template-z-customers .case .panel .panel-heading {
  padding: 10px 0;
  min-height: 70px;
}
.page-template-z-customers .case .panel img {
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
.page-template-z-customers .case .panel .panel-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  color: #FFFFFF;
}
.page-template-z-customers .case .panel .panel-body em {
  font-style: normal;
}
.page-template-z-customers .case .panel .panel-body em:hover {
  text-decoration: underline;
}
.page-template-z-customers .case .panel .panel-body p.h6 {
  min-height: 200px;
}
.page-template-z-customers .trusted p.h3 {
  padding-top: 0;
}
.page-template-z-customers .trusted img {
  max-height: 70px;
  margin: 0 auto;
}
.body-ecomm .feature-block .img-responsive {
  width: 100%;
  margin: 40px auto;
}
.body-ecomm .feature-block:after {
  display: block;
  border-bottom: 1px solid #DCDBD8;
  margin: 2em 15px 0;
  clear: both;
  height: 1px;
}
.body-ecomm .feature-block:last-child:after {
  border-bottom: none;
}
.body-ecomm .feature-block .col-xs-12 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.body-ecomm .feature-block h4 {
  color: #000000;
}
.body-ecomm .feature-block .valign-middle {
  height: 500px;
}
.body-ecomm .feature-block .valign-middle-cell {
  height: 100%;
}
.body-ecomm .feature-block .valign-middle-cell img,
.body-ecomm .feature-block .valign-middle-cell p {
  display: block;
}
.body-ecomm .feature-block .valign-middle-cell.left {
  padding-right: 2em;
}
.body-ecomm .feature-block .valign-middle-cell.right {
  padding-left: 2em;
}
.generic-single {
  padding: 100px 50px 50px;
}
.page-template-z-bizidm blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 4px solid #97579b;
}
.page-template-z-bizidm .content-cases img {
  margin: 20px auto;
}
.page-template-z-news .nav-tabs-container {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.page-template-z-news .nav-tabs-container ul.nav.nav-tabs {
  margin-left: 0;
}
.page-template-z-news .nav-tabs-container ul.nav.nav-tabs li {
  float: left;
  margin-bottom: -1px;
  display: block;
}
.page-template-z-news .nav-tabs-container .gray-section {
  margin-top: 0;
  margin-bottom: 15px;
  background: #e8e8e7;
  padding: 20px;
}
.page-template-z-news .nav-tabs-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.page-template-z-news .content {
  background: transparent;
}
.page-template-z-news .panel {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #DCDBD8;
}
.page-template-z-news .quote {
  display: block;
  line-height: 1.8;
  font-size: 2rem;
}
.page-template-z-news .assets-row .item-justify {
  float: left;
}
.page-template-z-news .press-inquiries {
  position: relative;
  top: 40px !important;
}
.page-template-z-news .tab-content {
  border: 0;
  padding: 0 0 30px;
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.page-template-z-news .tab-content .table-row span {
  width: 25%;
}
.page-template-z-news .tab-content .table-row span.press-title {
  width: 30%;
}
.page-template-z-news .tab-content .table-row span.press-date {
  width: 15%;
}
.page-template-z-news .hero-inner .container {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 1em auto;
}
.page-template-z-news .hero-inner .container .container-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
.page-template-z-news #events .tab-content {
  padding-top: 0;
}
.page-template-z-news #events table.event {
  margin-bottom: 0;
  border-bottom: 1px solid #DCDBD8;
}
.page-template-z-news #events table.event tr.toprow td,
.page-template-z-news #events table.event tr.toprow th {
  text-align: left;
  padding: 20px 0;
  overflow: hidden;
  white-space: pre-line;
}
.page-template-z-news #events table.event tr.toprow td.date,
.page-template-z-news #events table.event tr.toprow th.date {
  width: 50%;
}
.page-template-z-news #events table.event tr.toprow td.eventname,
.page-template-z-news #events table.event tr.toprow th.eventname {
  width: 30%;
}
.page-template-z-news #events table.event tr.toprow td.more,
.page-template-z-news #events table.event tr.toprow th.more {
  max-width: auto;
  overflow: auto;
  white-space: normal;
  width: 20%;
  text-align: right;
}
.page-template-z-news #events #past-events p.link {
  display: none;
}
.page-template-z-news #events .moreinfo {
  padding: 5px 10px;
  color: #000000;
  transition: color ease-in-out 0.2s;
}
.page-template-z-news #events .moreinfo:hover {
  color: #000000;
  cursor: pointer !important;
}
.page-template-z-news #events .eventinfomorearea {
  text-align: left;
  padding: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.page-template-z-news #events .eventinfomorearea div {
  margin: 0 !important;
  padding: 0 !important;
  /* to make things copied with bunch of div classes not look godawful */
}
.page-template-z-news #events .eventinfomorearea .btn i.pokit-icon {
  font-size: 1.6rem;
  position: relative;
  top: 4px;
}
.page-template-z-news #events .eventinfomorearea .eventcontent {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-z-news .list-group-item {
  padding: 0;
  border: none;
}
.page-template-z-news .list-group-item a {
  color: #0099AD;
  width: 100%;
  height: 100%;
  min-height: 60px;
  text-decoration: none;
  display: table;
}
.page-template-z-news .list-group-item a:hover {
  background-color: #F2F2F1;
}
.page-template-z-news .list-group-item span {
  display: table-cell;
  vertical-align: middle;
  padding: 1.5em 1em;
  border-bottom: 1px solid #DCDBD8;
}
.page-template-z-news .list-group-item span.press-type {
  color: #000;
  width: 15%;
  border-bottom: 0;
  letter-spacing: 1px;
}
.page-template-z-news .list-group-item span.press-date {
  width: 20%;
  text-align: right;
  color: #000000;
}
.page-template-z-news .list-group-item .publisher {
  font-size: 1.8rem;
}
.page-template-z-news .list-group-item em {
  color: #8b8e93;
  font-style: normal;
  display: inline-block;
}
.page-template-z-news .list-group {
  margin-left: 0;
  padding-left: 0;
  min-height: 200px;
}
.page-template-z-news .list-group .row:hover .list-group-item,
.page-template-z-news .list-group .row:hover div,
.page-template-z-news .list-group .row:hover li {
  background-color: #F2F2F1;
}
.page-template-z-news .assets-row small {
  font-size: 1.2rem;
}
.page-template-z-news .assets-row .wrapper-justify {
  text-align: left;
}
.page-template-z-news .assets-row .item-justify {
  width: 24.6%;
  padding: 0;
}
.page-template-z-news .assets-row .item-justify:hover {
  background-color: #F2F2F1;
}
.page-template-z-news .assets-row .item-justify.twice-big {
  width: 49.2%;
}
.page-template-z-news .assets-row .item-justify.twice-big:hover {
  background-color: #e8e8e7;
}
.page-template-z-news .assets-row .asset-img {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 90%;
  height: 120px;
  margin: 1em auto;
}
.page-template-z-news .assets-row .image-box {
  color: #000000;
  display: block;
  width: 80%;
  height: 170px;
  padding: 0.5em;
  margin: 0 auto;
  position: relative;
}
.page-template-z-news .assets-row .image-box.bg {
  background-color: #681d68;
}
.page-template-z-news .assets-row .image-box.person {
  width: 80%;
  height: 100%;
  padding: 1em;
}
.page-template-z-news .assets-row .image-box.product {
  width: 100%;
  height: 300px;
  padding: 1em;
}
.page-template-z-news .assets-row .image-box.product img {
  max-height: 90%;
  height: auto;
  width: auto;
  padding: 0.5em;
}
.page-template-z-news .assets-row .image-box.small .asset-img {
  width: 60%;
}
.page-template-z-news .assets-row .image-box.screenshot {
  width: 100%;
  padding: 0;
}
.page-template-z-news .assets-row .image-box.screenshot .asset-img {
  width: 100%;
  height: 250px;
}
.page-template-z-news .assets-row .download-link {
  display: block;
  width: 60%;
  margin: 1.5em auto;
  font-size: 1.2rem;
  overflow: hidden;
  color: #000000;
}
.page-template-z-news .assets-row a {
  color: #000000;
  text-decoration: none;
}
.page-template-z-news .assets-row .asset-name {
  display: inline-block;
  margin-top: 0.5em;
  width: 100%;
  text-align: left;
}
.page-template-z-news .assets-row img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.page-template-z-news .product-assets .asset-name {
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-wrapper,
.footer-wrapper {
  min-height: 100%;
  min-width: 100%;
  background-color: #f2f2f1;
  position: relative;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: 1;
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: auto;
}
.page-template-z-partners p.lead {
  font-size: 1.9rem;
  line-height: 3rem;
  padding-bottom: 20px;
}
.page-template-z-partners hr {
  margin-top: 0;
}
.page-template-z-partners #first-section {
  padding-top: 40px;
}
.page-template-z-partners #second-section ul {
  margin: 0 0 1.5em 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 1.2em;
}
.page-template-z-partners #second-section .row {
  padding-top: 40px;
}
.page-template-z-partners #second-section .row h3 {
  margin-top: 0;
}
.page-template-z-partners #partners-partners .col-xs-10 {
  border-top: 1px solid #DCDBD8;
  padding-top: 40px;
}
.page-template-z-partners #partners-partners a {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.page-template-z-partners #partners-partners a:hover {
  opacity: 0.7;
}
.page-template-z-partners .btn-md {
  font-size: 1.7rem;
  padding: 10px;
}
.page-template-z-partners #cta-btns.bg-specialblack h2.notransform.noborder {
  border-color: transparent;
}
.page-template-z-partners .site-wrapper {
  background: #FFFFFF;
}
.page-template-z-bizpharma .btn-outline.orange {
  margin-bottom: 30px;
}
.page-template-z-bizpharma p.lead {
  font-size: 1.9rem;
}
.page-template-z-bizpharma .bg-white p.lead.max-700 {
  margin-bottom: 40px;
}
.page-template-z-bizpharma .bg-gray-dark ul {
  margin-top: 20px;
  padding-left: 17px;
}
.page-template-z-bizpharma .bg-gray-dark ul li {
  margin-bottom: 10px;
}
.page-template-z-pricing .content {
  margin-bottom: 2em;
}
.page-template-z-pricing h1.page-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-z-pricing .note-trial {
  margin-bottom: 50px;
}
.page-template-z-pricing .note-more-price {
  margin-bottom: 40px;
}
.page-template-z-pricing .note-more-price a.btn-outline {
  margin-top: 1em;
}
.page-template-z-pricing .note-fees small {
  color: #8b8e93;
}
.page-template-z-pricing .note-fees i {
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #0099AD;
}
.page-template-z-pricing .section-divider p.h2 {
  background: #FFFFFF;
}
.page-template-z-pricing .bundle {
  margin: 2em auto;
}
.page-template-z-pricing .bundle .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
}
.page-template-z-pricing .bundle div.col-md-3 {
  padding: 1px;
}
.page-template-z-pricing .bundle small.note {
  line-height: 1.5;
  display: block;
  color: #8b8e93;
}
.page-template-z-pricing .bundle p.h5 {
  margin-top: 0;
}
.page-template-z-pricing .bundle p.h4 {
  margin-bottom: 5px;
}
.page-template-z-pricing .bundle p.h4 a {
  font-size: 1.35rem;
  line-height: 1;
}
.page-template-z-pricing .bundle .panel-body {
  padding: 15px;
}
.page-template-z-pricing p.h4 small {
  margin-top: 0.3em;
  display: block;
  font-size: 1.2rem;
}
.page-template-z-pricing .popover {
  border-radius: 0;
}
.page-template-z-pricing .popover-content {
  padding: 0.5em;
}
.page-template-z-status {
  background: #F2F2F1;
  /* overwrite current outages color depending if current future or past */
}
.page-template-z-status .bg-gray {
  background: #F2F2F1;
}
.page-template-z-status .outages-links a {
  display: inline-block;
  margin: 15px 30px 15px 0px;
}
.page-template-z-status strong {
  font-weight: normal;
}
.page-template-z-status h3 {
  color: #000000;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
.page-template-z-status .nav.nav-tabs {
  margin: 0 !Important;
  border-color: #e8e8e7;
}
.page-template-z-status .nav.nav-tabs li a {
  color: #000000;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background: #e8e8e7;
  border: 1px solid #e8e8e7;
  border-bottom: 1px solid transparent;
  padding: 10px 30px;
  margin-right: 5px;
  transition: all ease-in-out 0.2s;
}
.page-template-z-status .nav.nav-tabs li a:hover {
  transition: all ease-in-out 0.2s;
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #e8e8e7;
}
.page-template-z-status .nav.nav-tabs li.active a {
  background: #fff;
}
.page-template-z-status .nav.nav-tabs li.active a:hover {
  background: #fff;
  border-bottom: 1px solid transparent;
}
.page-template-z-status .content {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.page-template-z-status .text-success {
  color: #08c14a;
}
.page-template-z-status .text-warning {
  color: #F9A21D;
}
.page-template-z-status .text-danger {
  color: #f44d4d;
}
.page-template-z-status .all-systems-alert {
  padding: 10px;
  font-size: 16px;
  margin: 0px;
  border-radius: 0;
  padding-left: 15px;
}
.page-template-z-status .all-systems-alert .pokit-icon {
  display: block;
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
.page-template-z-status .all-systems-alert small {
  font-size: 12px;
  margin-top: 6px;
  float: right;
}
.page-template-z-status .panel {
  padding: 20px 30px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.page-template-z-status .panel.statuses {
  padding: 10px 30px 20px;
}
.page-template-z-status .error-message {
  margin-top: 1em;
  font-size: 0.8em;
}
.page-template-z-status .status-message {
  padding: 5px 11px;
  font-size: 72%;
  color: #3d434b;
  border-left: 2px solid #3d434b;
  white-space: pre-line;
}
.page-template-z-status .status-message.contracted {
  max-height: 190px;
  overflow: hidden;
  box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.1);
}
.page-template-z-status #notice-message-expand {
  display: block;
  text-align: center;
  color: #3d434b;
  margin-bottom: 5px;
  margin-top: -8px;
}
.page-template-z-status .transactions {
  color: #8b8e93;
}
.page-template-z-status #current-outages .status-message {
  border-color: #f44d4d;
}
.page-template-z-status #future-outages .status-message,
.page-template-z-status #recurring-outages .status-message {
  border-color: #f6ce86;
}
.page-template-z-status #past-outages .status-message {
  border-color: #08c14a;
}
.page-template-z-status .padding-top p {
  padding-top: 20px;
}
.page-template-z-status .topMessage {
  border-bottom: 1px solid #DCDBD8;
}
.page-template-z-status .topMessage.row {
  padding-top: 4px;
}
.page-template-z-status .topMessage p {
  margin: 15px 0;
  color: #8b8e93;
}
.page-template-z-status .glyphicon-link {
  font-size: 1.2rem;
  color: #b2b2b1;
  position: absolute;
  top: 14px;
  left: -1px;
  width: 25px;
}
.page-template-z-status .glyphicon-link:hover {
  text-decoration: none;
  color: #3d434b;
}
.page-template-z-status .statuses {
  font-size: 16px;
}
.page-template-z-status .statuses.pokitdok-systems {
  line-height: 1.3em;
}
.page-template-z-status .statuses.pokitdok-systems .subtitle .category:first-child {
  padding-top: 3px;
}
.page-template-z-status .statuses #view-all-tp {
  margin-top: 1em;
  font-size: 0.8em;
}
.page-template-z-status .statuses .row {
  border-bottom: 1px solid #DCDBD8;
  padding-top: 4px;
  padding-bottom: 0px;
  transition: all ease 0.5s;
}
.page-template-z-status .statuses .row.last-item {
  border-bottom: 0px solid transparent;
}
.page-template-z-status .statuses .row.highlight {
  background-color: #cde1e3;
  background-color: rgba(205, 225, 227, 0.3);
  transition: all ease 0.5s;
}
.page-template-z-status .statuses .row .category {
  padding-top: 10px;
}
.page-template-z-status .statuses .row .category small {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 9px;
}
.page-template-z-status .statuses .row .category small.pdAPIs {
  font-size: 1.1rem;
}
.page-template-z-status .statuses .row .status {
  position: relative;
  font-size: inherit;
  display: block;
  margin-top: 5px;
  font-size: 13px;
  text-align: right;
}
.page-template-z-status .statuses .row .status a:hover {
  text-decoration: none;
}
.page-template-z-status .statuses .row .status .label {
  padding: 0.3em 0.6em 0.3em;
}
.page-template-z-status .statuses .row .status .label-warning {
  background-color: #f8e79e;
  color: #7f6e25;
  border: 1px solid #f6ce86;
}
.page-template-z-status .statuses .row.subtitle .status {
  margin-top: 8px;
}
.page-template-z-status .statuses .row.subtitle .issue-title {
  margin-top: 4px;
}
.page-template-z-status .statuses.trading-partners .tp-title {
  font-size: 2rem;
  margin: 0px;
}
.page-template-z-status .statuses.trading-partners .connection-statuses {
  margin-top: 3px;
}
.page-template-z-status .statuses.trading-partners .connection-statuses .connection {
  border: 1px solid #8ddb9b;
  background-color: #a0e1b7;
  display: inline-block;
  padding: 2px 5px 1px 4px;
  border-radius: 2px;
  margin-right: 5px;
  text-transform: capitalize;
  color: #3f7a4f;
}
.page-template-z-status .statuses.trading-partners .connection-statuses .connection p {
  display: block;
  font-size: 1rem;
  margin: 0px;
  float: left;
  letter-spacing: 0px;
}
.page-template-z-status .statuses.trading-partners .connection-statuses .connection .pokit-icon {
  margin-right: 2px;
  display: block;
  float: left;
  margin-top: 0px;
  font-size: 1.2rem;
  margin-left: 0px;
}
.page-template-z-status .statuses.trading-partners .response-time {
  margin-top: 19px;
}
.page-template-z-status .tab-content {
  padding: 10px 30px;
  border-color: #e8e8e7;
}
.page-template-z-status .panel {
  border: 1px solid #e8e8e7;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page-template-z-status .bottom-link {
  padding-bottom: 20px;
}
.page-template-z-status .pd-time2 {
  display: block;
  float: left;
  margin: 2px 4px 0px 0px;
}
.page-template-z-status .history .h2 {
  margin-bottom: 20px;
}
.page-template-z-status .history .date-entry {
  border-bottom: 1px solid #DCDBD8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-template-z-status .history .date-entry:nth-last-child(1) {
  border-bottom: none;
}
.page-template-z-status .history .date-entry .h4 {
  margin-bottom: 5px;
  color: #b2b2b1;
}
.page-template-z-status .history .date-entry .disruption-report {
  margin-top: 10px;
  margin-bottom: 15px;
}
.page-template-z-status .history .date-entry .disruption-report .title {
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.page-template-z-status .history .date-entry .disruption-report .update {
  margin-left: 20px;
  margin-top: 5px;
}
.page-template-z-status .history .date-entry .disruption-report .update b {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}
.page-template-z-status .history .date-entry .disruption-report .update p {
  margin-bottom: 0px;
}
.page-template-z-status .history .date-entry .disruption-report .update small {
  color: #b2b2b1;
}
.page-template-z-status .relative {
  position: relative;
}
.page-template-z-status #search-clear {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #b2b2b1;
}
.page-template-z-status #payer-statuses-h3 {
  display: inline-block;
}
.page-template-z-status #view-outages-btn {
  font-size: 0.8em;
}
@media (min-width: 840px) {
  .page-template-z-status #view-outages-btn {
    margin-top: 30px;
    float: right;
  }
}
.page-template-z-status .filterSearch {
  margin-top: 10px;
  margin-bottom: 18px;
}
.page-template-z-status .filterSearch::-ms-clear {
  display: none;
}
.page-template-z-status .table {
  width: 100%;
  max-width: none;
  text-align: center;
  overflow-x: scroll;
  margin: 20px 0;
  display: block;
}
.page-template-z-status .table th {
  text-transform: capitalize;
}
.page-template-z-status .table td,
.page-template-z-status .table th {
  padding: 7px 10px;
  border-bottom: 2px solid #FFFFFF;
  font-size: 1.3rem;
  border-right: 2px solid #FFFFFF;
}
.page-template-z-status .table tbody tr:nth-child(odd) > td,
.page-template-z-status .table tbody tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.page-template-z-status .table td:nth-child(1),
.page-template-z-status .table th:nth-child(1) {
  text-align: left;
}
.page-template-z-status .table td:nth-last-child(1),
.page-template-z-status .table th:nth-last-child(1) {
  text-align: right;
}
.page-template-z-status .table .pokit-icon {
  display: block;
}
.page-template-z-status .table .pokit-icon.pd-check {
  color: #559d6c;
}
.page-template-z-status .table .pokit-icon.pd-x-thin {
  color: #cc5a5a;
}
.modal-header button.close {
  color: grey !important;
}
.modal-header button.close:hover {
  color: black !important;
}
.modal-body {
  overflow-y: auto;
  max-height: 250px;
}
.api-info .docs-link {
  float: right !important;
  text-align: right !important;
}
@media (max-width: 480px) {
  .api-info .docs-link {
    float: none !important;
    text-align: left !important;
  }
}
.page-template-z-security .max-970 {
  max-width: 970px;
}
.page-template-z-security .icon-desc img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.page-template-z-security .icon-desc h5 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.page-template-z-security .btn.orange .lowercase {
  text-transform: lowercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.page-template-z-security .img-responsive.special {
  margin: 0 auto;
}
.page-template-z-security h5 {
  margin-top: 0;
}
.page-template-z-security .security-certified .row.row-grid .col-sm-9 {
  padding: 1em 1em 2em 0;
  border-bottom: 1px solid #b2b2b1;
  min-height: 200px;
}
.page-template-z-security .security-certified .row.row-grid .col-sm-9.last {
  min-height: 0;
  border-bottom: none;
}
.page-template-z-security .security-certified .img-responsive {
  display: block;
  max-width: 130px;
}
.page-template-z-security #row-ehnac img {
  margin-left: 15px;
}
.body-faq,
.page-template-z-security {
  position: relative;
}
.body-faq h1.banner2,
.page-template-z-security h1.banner2 {
  margin-bottom: 0;
}
.body-faq h1.banner2:before,
.page-template-z-security h1.banner2:before {
  border-bottom: 0 solid transparent;
}
.body-faq h3,
.page-template-z-security h3 {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-top: 1.5em;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.body-faq h3:first-child,
.page-template-z-security h3:first-child {
  margin-top: 0;
}
.body-subscribe-iframe {
  min-height: 0;
  overflow: hidden;
}
.body-scheduler .bg-purple {
  padding-top: 15px;
  padding-bottom: 15px;
}
.body-scheduler .bg-purple img {
  display: block;
  margin: 0 auto;
}
.body-scheduler .schedule-how .container {
  padding-top: 2em;
  padding-bottom: 3em;
}
.page-template-z-bizpatientaccess .bg-purple .container {
  margin: 1em auto;
}
.page-template-z-bizpatientaccess .dotted-div {
  display: inline-block;
  list-style: none;
  width: 10px;
  margin: 10px auto;
  padding: 0;
}
.page-template-z-bizpatientaccess .dotted-div li {
  margin: 7px 0;
  padding: 0;
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.page-template-z-bizpatientaccess h1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-template-z-bizpatientaccess h3 {
  margin-top: 0;
}
.page-template-z-bizpatientaccess .pd-proserv {
  display: inline-block;
  font-size: 90px;
  color: #3d434b;
}
.page-template-z-bizpatientaccess .pd-cart {
  color: #b372b3;
  font-size: 60px;
}
.page-template-z-bizpatientaccess .pd-calendar {
  font-size: 60px;
  color: #3d434b;
}
.page-template-z-bizpatientaccess .valign-middle {
  min-height: 120px;
}
.page-template-z-bizpatientaccess .whitelabel-features {
  margin-bottom: 1em;
}
.page-template-z-bizpatientaccess .whitelabel-features .row h4 {
  margin-top: 1.5em;
}
.page-template-z-bizpatientaccess .whitelabel-features .h5.max-800 {
  margin: 2em auto;
  color: #b2b2b1;
}
.page-template-z-bizpatientaccess .whitelabel-features .dotted-div {
  margin-top: -50px;
}
.page-template-z-bizpatientaccess .whitelabel-dash .container {
  margin: 2em auto 1em;
}
.page-template-z-bizpatientaccess .whitelabel-dash .row {
  margin-bottom: 2em;
}
.page-template-z-bizpatientaccess .whitelabel-dash .img-dash {
  display: block;
  margin: 60px auto 20px;
}
.page-template-z-bizpatientaccess .hero {
  padding: 60px auto;
  min-height: 750px;
}
.page-template-z-bizx12 .feature-block {
  min-height: 250px;
}
.page-template-z-bizx12 .feature-block.bg-gray-lightest {
  padding: 0;
}
.page-template-z-bizx12 .feature-block div[class*="col-"] {
  position: relative;
}
.page-template-z-bizx12 .feature-block img {
  max-height: 250px;
  display: block;
}
.page-template-z-bizx12 .feature-block img.img-arrow {
  max-height: 100px;
}
.page-template-z-bizx12 .feature-block img.imgWidthFix {
  width: auto;
}
.page-template-z-bizx12 .box {
  border-radius: 5px;
  background-color: #b2b2b1;
  display: inline-block;
  padding: 5px 10px;
}
.page-template-z-bizx12 .box p {
  margin: 0;
  padding: 0;
}
.page-template-z-bizx12 .box i {
  color: white;
  margin-right: 0.5em;
}
.page-template-z-bizx12 .box i {
  color: white;
  margin-right: 0.5em;
}
.x12-history {
  padding-bottom: 30px;
}
.x12-history img {
  margin: 3em 0 5em;
}
.x12-history p {
  margin-bottom: 2em;
}
.x12-history .dotted-div {
  margin: 105px auto 0;
  width: 1em;
}
.x12-history .dotted-div li {
  margin-top: -10px;
}
div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}
.sched-graphic {
  background-image: url('../img/sched-graphic.png');
  width: 100%;
  height: 0;
  padding-top: 37.52%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  perspective: 250px;
  -webkit-perspective: 250px;
}
#browserUpdate {
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-size: 14px !important;
}
#home-banner {
  background-color: #681d68;
  color: #fff;
}
#home-banner h4 {
  color: inherit;
  line-height: 1.2;
}
.hcobox {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-top: 80px;
}
.hcobox {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-top: 80px;
}
.hcobox h1 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.hcobox p.small {
  font-size: 1em;
}
.hcobox p.source-link {
  margin-top: 20px;
}
.hco-features div {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.hco-features h3 {
  font-weight: normal;
  text-transform: none;
}
.hco-features p {
  margin-top: 30px;
}
.hco-features img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hco-features .h5 {
  margin: 2em auto;
  color: #b2b2b1;
}
.hco-how {
  text-align: center;
  padding-bottom: 210px;
}
.hco-how h3 {
  color: #3d434b;
}
.hco-how .bubble {
  position: relative;
  text-align: left;
  width: 100%;
}
.hco-how .bubble h4 {
  color: #3d434b;
}
.hco-how .b1 {
  left: -80px;
}
.hco-how .b2 {
  top: 420px;
  left: 110px;
}
.hco-how .b3 {
  top: 190px;
  left: -80px;
}
.row-1 .wow {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.row-1 .wow:first-child {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.row-1 .wow:last-child {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
.row-1-mobile {
  display: none;
}
#enterprise-api {
  padding-top: 40px;
}
#bundle-data-price .section-divider p.h2 {
  width: 160px;
}
#bundle-data-price .bg-gray3 {
  margin-bottom: 2em;
}
h2.whr-group {
  margin-bottom: 0;
  margin-top: 15px;
}
h3.openings {
  font-size: 3.6rem;
  font-weight: normal;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
}
#subscribeFrame {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 200px;
}
#subscribeFrame body {
  overflow: hidden;
  margin: 0;
}
#videoContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 67, 75, 0.7);
  z-index: 1000;
  overflow-y: scroll;
  display: none;
}
#videoContainer.visible {
  display: block;
}
#videoContainer #videoContainerInner {
  position: relative;
  padding: 10px;
  width: auto;
  margin: 0 auto;
}
#videoContainer #videoContainerInner iframe {
  position: fixed;
  left: 2%;
  right: 2%;
  top: 2%;
  bottom: 2%;
  width: auto;
  min-width: 96%;
  height: auto;
  min-height: 96%;
  z-index: 1000;
}
#videoContainer #closeVideo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100001;
}
#contactAddress {
  padding: 0;
  position: relative;
}
#contactAddress .map {
  margin: 0;
  padding: 0;
  position: relative;
}
#contactAddress .map#mapSanM {
  border-right: 2px solid #fff;
}
#contactAddress .map#mapChas {
  border-left: 2px solid #fff;
}
#contactAddress .map .mapG {
  width: 100%;
  height: 480px;
}
#contactAddress address {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.3em 5em 1em;
  background: #60295E;
  color: #FFFFFF;
  min-height: 140px;
  margin-bottom: 0;
}
#contactAddress h3 {
  margin-top: 1em;
  color: #FFFFFF;
}
#contactAddress p.lead {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
/* Hero Stuff */
#customersHero {
  background-image: url(../img/customers/hero_bg.png);
  background-repeat: repeat-x;
  background-position: top center;
}
#scheduleHero {
  background-image: url(../img/hero-schedule.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding-left: 10%;
  padding-right: 10%;
}
#scheduleHero img {
  display: block;
  margin-top: 100px;
}
#ecomHero {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/img/hero-ecomm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 900px;
}
#ecomHero h1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
#ecomHero p.h3 {
  margin: 0 auto;
}
#marketHero {
  background-image: url("../img/hero-market.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
#contactHero {
  background: #FFFFFF;
  color: #000000;
}
#contactHero h1 {
  margin-top: 1em;
  margin-bottom: 10px;
}
#contactHero #helpfulLinks {
  color: #000000;
  padding: 35px 0;
  margin-top: 4em;
}
#contactHero h3 {
  color: #000000;
  margin-top: 0;
}
#contactHero h1.banner2 {
  color: #000000;
}
#contactHero ul.list-unstyled li {
  margin-bottom: 10px;
}
#contactHero form button {
  margin-top: 15px;
}
#contactHero .contact-frame {
  background: url('../img/loader-squirrel-run.gif');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
}
#contactHero .section {
  padding: 0;
}
#home-press .press-logos {
  margin: 1em auto;
}
#home-press .press-logos div {
  min-width: 180px;
  margin: 1em auto;
  text-align: center;
  height: 60px;
}
#home-press .press-logos img {
  margin: 0 auto;
  max-width: 200px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press .press-logos img:hover {
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press a {
  display: block;
  margin: 0 auto;
}
#x12Hero {
  min-height: 400px;
  background-image: url("../img/hero-x12.jpg");
  background-size: cover;
  background-position: center top;
}
#pharmacyHero {
  background-image: url("../img/hero-pharma.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
#pharmacyHero small.line-height-pharma {
  font-size: 2.2rem;
  display: block;
  line-height: 3rem;
}
#pharmacySVG {
  text-align: center;
  align-items: center;
  justify-content: center;
}
#pharmacySVG #pharma-plan-number img {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  margin-top: 10px;
  height: auto;
}
#pharmacySVG .pharma-img-single {
  width: 250px;
}
#pharmacySVG .pharma-img-single p {
  position: absolute;
  text-align: left;
}
#pharmacySVG .pharma-img-single#pharma-in-network {
  position: absolute;
  top: 320px;
  left: 0px;
}
#pharmacySVG .pharma-img-single#pharma-in-network img {
  width: 170px;
  height: auto;
}
#pharmacySVG .pharma-img-single#pharma-plans {
  position: absolute;
  top: 320px;
  right: -20px;
}
#pharmacySVG .pharma-img-single#pharma-plans img {
  width: 180px;
  height: auto;
}
#pharmacySVG .pharma-img-single#pharma-formulary {
  position: relative;
  top: -250px;
  margin-bottom: -250px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  max-width: 100%;
}
#pharmacySVG .pharma-img-single#pharma-formulary img {
  width: 180px;
  height: auto;
}
#pharmacySVG .pharma-img-single#pharma-formulary p {
  position: relative;
}
#pharmacySVG .inner {
  margin-top: -160px;
}
#pharmacyImage {
  padding-top: 20px;
}
#pharmacyImage .img-container {
  height: 231px;
  display: table-cell;
  vertical-align: bottom;
}
#pharmacyImage img {
  overflow: visible;
  max-width: 100%;
  vertical-align: bottom;
}
#pharmacyImage .pharma-1 .text-left {
  position: relative;
  left: -20px;
  margin-right: -80px;
}
#pharmacyImage .pharma-2 img {
  position: relative;
  left: -18px;
  max-width: 162px;
}
#pharmacyImage .pharma-3 .text-left {
  position: relative;
  left: -10px;
  margin-left: 45px;
  margin-right: 13px;
}
#home-press .press-logos {
  margin: 1em auto;
}
#home-press .press-logos div {
  min-width: 180px;
  margin: 1em auto;
  text-align: center;
  height: 60px;
}
#home-press .press-logos img {
  margin: 0 auto;
  max-width: 200px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press .press-logos img:hover {
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press a {
  display: block;
  margin: 0 auto;
}
#mc_embed_signup {
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
#mc_embed_signup h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
  padding-top: 15px;
}
#mc_embed_signup p.intro {
  font-size: 1.9rem;
  padding-bottom: 10px;
  text-transform: none !important;
}
#mc_embed_signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b8e93;
}
#mc_embed_signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b8e93;
}
#mc_embed_signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #8b8e93;
}
#mc_embed_signup :-moz-placeholder {
  /* Firefox 18- */
  color: #8b8e93;
}
#mc_embed_signup .form-group input {
  padding: 1px 10px;
}
#mc_embed_signup .form-group button {
  margin-top: 40px;
}
#mc_embed_signup .select-style {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #FFFFFF;
}
#mc_embed_signup .select-style:after {
  content: "\25BE";
  font-size: 2rem;
  position: absolute;
  z-index: 0;
  top: 2px;
  right: 30px;
}
#mc_embed_signup .select-style select {
  padding: 8px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  position: relative;
  z-index: 1;
  background-image: none;
  -webkit-appearance: none;
}
#mc_embed_signup .select-style select:focus {
  outline: none;
}
#enterprise-cta .btn-outline.black {
  margin-bottom: 30px;
}
.enterprise-buttons .btn.btn-outline {
  background: transparent;
  margin: 1em 0.5em;
  padding: 10px 15px 8px;
  color: #3d434b;
  border-color: #3d434b;
  border-width: 2px;
}
.enterprise-buttons .btn.btn-outline:hover {
  background: #3d434b;
  color: #FFFFFF;
}
.hcoimage {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hcoimage img {
  display: block;
  margin: 0 auto;
}
#marketVideo {
  text-align: center;
}
#marketVideo iframe {
  border: 20px solid black;
  border-radius: 20px;
  background-color: #000;
  padding: 0 20px;
  display: inline-block;
  margin: 40px auto;
  min-height: 300px;
  width: 100%;
}
.more-features {
  margin: 1em auto;
}
.more-features .pokit-icon {
  color: #3d434b;
  font-size: 4rem;
}
.more-features .pd-proserv {
  display: inline-block;
  font-size: 7.5rem;
}
.more-features .pd-calendar {
  font-size: 5rem;
}
.more-features .pd-cart {
  font-size: 4.5rem;
}
.more-features .pd-calendar {
  font-size: 4.5rem;
}
.more-features .pd-dollar-inv {
  font-size: 4.5rem;
}
.whitelabel-features .more-features .pd-cart {
  color: #b372b3;
  font-size: 5rem;
}
.section-enterprise-quote p.h3 {
  margin-bottom: 2em;
}
#apiHero {
  background-image: url("https://pokitdok.com/wp-content/themes/pokitdok2017/static/img/hero-api.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
  height: auto;
}
#appsHero {
  min-height: 500px;
}
#appsHero h3 {
  margin: 1em auto 2em;
  text-transform: none;
}
#appsHero h3 small {
  font-size: 2rem;
}
#appsHero .app-images img {
  margin: 0 auto 1em;
  width: 300px;
}
#whitelabel-dash {
  background-image: url("../img/wl-dash-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 800px;
}
#hcoHero {
  background-image: url('../img/hco_tophero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  margin-bottom: 0;
}
#hcoQuote {
  background-image: url('../img/hco_quote.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 500px;
}
#hcoQuote p {
  color: #fff;
  text-transform: none;
}
#hcoQuote .sig-title {
  margin-left: -18%;
  margin-top: 1em;
}
#ecommHomeImg {
  margin-top: -600px;
  margin-bottom: 2em;
}
#ecom-whitelabel img {
  display: block;
  margin: 2em auto -142px;
}
#ecom-whitelabel p {
  max-width: 480px;
  margin: 1em auto;
}
/* End Hero Stuff */
#lektor-edit-link {
  right: auto !important;
  left: 10px;
  top: 90px !important;
}
.hco-how {
  padding-bottom: 210px !important;
}
#hcoQuote .content {
  background: transparent;
}
#network-img {
  margin: 15px auto 5px;
  max-width: 90%;
}
iframe.hellobar {
  position: absolute !important;
  top: 0px !important;
  max-height: 0px !important;
  z-index: 0 !important;
  margin-bottom: 0 !important;
}
#enterprise-companies h2 {
  margin-bottom: 1em;
}
#enterprise-companies img {
  height: auto;
  display: inline-block;
  margin: 1em auto;
  width: 180px;
  max-width: 180px;
}
#enterprise-companies img#logo-silverstreet {
  width: 190px;
}
#enterprise-companies img#logo-dod {
  width: 170px;
}
.crispen {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
#enterprise-quote {
  background-image: url("../img/hero-quote.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.announcement {
  color: #FFFFFF;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  min-height: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #681d68;
  font-size: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.announcement a {
  /* most buttons should have no border */
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  touch-action: manipulation;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  margin: 3px;
  outline: 0;
  border-width: 0;
  /* most buttons should have no border */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.announcement a:focus,
.announcement a:active:focus,
.announcement a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.announcement a:hover,
.announcement a:focus,
.announcement a.focus {
  color: #000000;
  text-decoration: none;
}
.announcement a:active,
.announcement a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.announcement a.disabled,
.announcement a[disabled],
fieldset[disabled] .announcement a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.announcement a.disabled,
fieldset[disabled] a.announcement a {
  pointer-events: none;
}
.announcement a.btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
.announcement a.btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
.announcement a.disabled,
.announcement a[disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
.announcement a:hover,
.announcement a:active,
.announcement a:focus {
  outline: 0;
}
.announcement a.btn-sm {
  text-transform: none;
}
.announcement a.btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
.announcement a.btn-lg {
  padding: 12px 30px 10px 30px;
}
.announcement a.btn-border {
  border-width: 1px;
  border-style: solid;
  border-color: #3d434b;
}
.announcement a:focus,
.announcement a:active:focus,
.announcement a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.announcement a:hover,
.announcement a:focus,
.announcement a.focus {
  color: #000000;
  text-decoration: none;
}
.announcement a:active,
.announcement a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.announcement a.disabled,
.announcement a[disabled],
fieldset[disabled] .announcement a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.announcement a.disabled,
fieldset[disabled] a.announcement a {
  pointer-events: none;
}
.announcement a.btn-special {
  /* global link color now blue, but for link looking buttons/btn, still orange, use the following class  */
  color: #F9A21D;
}
.announcement a.btn-special:hover {
  color: #ffb53e;
  background: transparent;
}
.announcement a.disabled,
.announcement a[disabled] {
  background-color: #DCDBD8;
  color: #3d434b;
}
.announcement a:hover,
.announcement a:active,
.announcement a:focus {
  outline: 0;
}
.announcement a.btn-sm {
  text-transform: none;
}
.announcement a.btn-xs {
  text-transform: none;
  padding: 3px 8px;
  font-size: 1.1rem;
}
.announcement a.btn-lg {
  padding: 12px 30px 10px 30px;
}
.announcement a.btn-border {
  border-width: 1px;
  border-style: solid;
}
.announcement a:hover {
  transition: all ease-in-out 0.2s;
}
.announcement a:hover {
  background: #FFFFFF;
  color: #3d434b;
}
.announcement a.black {
  color: #3d434b;
  border-color: #3d434b;
}
.announcement a.black:hover {
  background: #3d434b;
  color: #FFFFFF;
}
.announcement a.orange {
  color: #F9A21D;
  border-color: #F9A21D;
}
.announcement a.orange:hover {
  background: #F9A21D;
  color: #FFFFFF;
}
.darr-explore {
  position: relative;
  top: 30px;
}
.image404 {
  width: 80%;
  max-width: 600px;
  height: auto;
}
.search-results {
  padding-top: 50px;
}
.error404 .welcome {
  background: #F2F2F1;
}
.landing-children .content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-children .col-sm-6 {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 314px;
}
.landing-children .col-sm-6:nth-child(odd) {
  border-right-color: #DCDBD8;
}
.landing-children .col-sm-6:nth-child(even) {
  border-left-color: #DCDBD8;
}
.landing-children .col-sm-6:nth-child(even) .col-xs-2,
.landing-children .col-sm-6:nth-child(even) .buttontime {
  margin-left: 8.33333333%;
}
.landing-children .col-sm-6 img {
  position: relative;
  top: 5px;
}
.landing-children .col-sm-6 h3 {
  margin-top: 0;
  font-size: 2rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.landing-children .col-sm-6 p.button-parent {
  padding-top: 20px;
  text-align: center;
}
#who-we-help-hero {
  background: #3E434C;
  height: auto;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-top: 0px;
  min-height: auto;
}
#who-we-help-hero p.title {
  padding-top: 40px;
}
#who-we-help-hero .section {
  padding-bottom: 0px;
  padding-top: 0px;
}
#who-we-help-hero img {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  width: 400px;
}
#who-we-help-examples {
  padding-top: 70px;
  padding-bottom: 70px;
}
#who-we-help-examples p.lead {
  line-height: 3.5rem;
  font-size: 2rem;
}
#who-we-help-examples h2 {
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-top: 80px;
  margin-bottom: 40px;
}
#who-we-help-stories p {
  text-align: left;
  padding-right: 30px;
  line-height: 2.3rem;
}
#who-we-help-stories h4 {
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 2.5rem;
  max-width: 310px;
}
#who-we-help-stories img {
  max-width: 44px;
  max-height: 44px;
  margin-bottom: 30px;
  margin-top: 70px;
}
#who-we-help-stories .four-stories h4 {
  max-width: 500px;
}
#who-we-help-more-use-cases {
  padding-top: 55px;
  padding-bottom: 70px;
}
#who-we-help-more-use-cases .col-xs-12 {
  padding-bottom: 20px;
}
#who-we-help-more-use-cases .active a {
  color: #b2b2b1;
}
#who-we-help-more-use-cases h3 {
  padding-bottom: 20px;
}
.new-dashboard-page .col-sm-5 {
  padding: 0px;
}
.new-dashboard-page .bottom-bg-white {
  padding-bottom: 50px !important;
}
.new-dashboard-page p {
  line-height: 1.9;
  font-size: 1.6rem;
}
.new-dashboard-page h2 {
  text-transform: none;
}
.new-dashboard-page img.hero-image {
  padding-top: 20px;
  padding-bottom: 20px;
}
.new-dashboard-page .panel {
  margin-top: 50px;
  margin-bottom: 50px;
  color: black;
  border: none;
}
.new-dashboard-page .panel p {
  display: inline;
}
.new-dashboard-page .panel h2 {
  color: black;
  display: inline;
}
.new-dashboard-page .panel .panel-heading {
  background-color: #787C81;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.new-dashboard-page .panel .panel-body {
  padding: 10px;
  padding-bottom: 30px;
}
.new-dashboard-page ul {
  list-style-image: url('../pd-assets/images/icon-check.png');
  margin: 0;
}
.new-dashboard-page li {
  margin: 10px 0;
  text-align: left;
}
.hero {
  display: table;
  width: 100%;
  vertical-align: middle;
  min-height: 525px;
}
.hero h1 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  margin-top: 2em;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  /* The following is needed because border is shorter than item per design */
}
.hero h1:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 140px;
  border-bottom: 1px solid #000000;
}
.hero .max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero.productsHero {
  margin-top: 40px;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat !important;
  /* position fix for products */
  background-position: center top;
  background: #60295E;
  color: #FFFFFF;
}
.hero.productsHero.dokchainHero {
  background: linear-gradient(-86deg, #350D37, #252066);
}
.hero.productsHero.dokchainHero .hero-inner {
  background-repeat: repeat-y;
  background-position: right;
}
.hero.productsHero#identity-management {
  background-position: right;
}
.hero.productsHero#insurance-eligibility-verification {
  background-repeat: repeat !important;
}
.hero.productsHero#pharmacy {
  background-repeat: repeat !important;
}
.hero.productsHero#benefits-management {
  background-position: left bottom;
}
.hero.productsHero#payment-risk {
  background-position: left;
}
.hero.productsHero#patient-access-solutions {
  background-position: right;
}
@media (max-width: 840px) {
  .hero.productsHero#patient-access-solutions {
    background-image: none !important;
  }
}
.hero.productsHero#claims-management {
  background-position: right;
}
@media (max-width: 840px) {
  .hero.productsHero#claims-management {
    background-image: none !important;
  }
}
.hero.productsHero p.title {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  margin-top: 2em;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 5px;
  font-size: 2.2rem;
  text-transform: uppercase;
  /* The following is needed because border is shorter than item per design */
}
.hero.productsHero p.title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.hero.productsHero h1 {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.hero.productsHero h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 0;
}
.hero.productsHero p {
  text-align: left;
  font-size: 2rem;
  line-height: 3.5rem;
}
.hero#hero-home {
  height: auto;
  min-height: 400px;
  max-height: none;
  margin-top: 80px;
  line-height: 3.5rem;
  font-size: 3rem;
  color: #FFFFFF;
  background-color: #350D37;
  background: linear-gradient(90deg, #350D37, #252066);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero#hero-home:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../img/homepage-special/hero-image-final-12062017.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 480px) {
  .hero#hero-home:after {
    background-color: linear-gradient(-86deg, #350D37, #252066);
    background-image: none;
  }
}
.hero#hero-home .hero-inner {
  position: relative;
  z-index: 2;
  padding: 80px 1em;
}
.hero#hero-home img {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
.hero#hero-home p br {
  line-height: 150%;
}
.hero#hero-home p.noborder {
  width: 100%;
  text-align: center;
  padding: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
  bottom: -20px;
  margin-bottom: 0;
}
.hero#hero-home p.noborder a.btn.btn-md.btn-primary {
  color: #000000;
}
.hero#hero-home p.noborder:before {
  display: none;
}
.hero#hero-home small {
  margin-top: 50px;
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
}
.hero#hero-home a {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.hero.bg-gray-dark h1:before {
  border-bottom: 1px solid #FFFFFF;
}
.hero.bg-gray-dark h1.new-dashboard-title {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.hero.bg-gray-dark h1.new-dashboard-title:before {
  border-bottom: none !important;
}
.hero .text-left h1:before {
  display: none;
}
.hero .hero-inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.hero .max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.hero .max-800 p.smaller-section-inside {
  max-width: 650px;
  margin: 0 auto;
}
.hero#career {
  background-image: url("../img/hero-careers.jpg");
  color: #FFFFFF;
  height: auto;
  margin-bottom: 0;
  margin-top: 40px;
  background-size: cover;
  background-position: top center;
  min-height: 320px;
}
.hero#career h1.banner2:before {
  border-bottom: 0;
}
.hero#career-splash {
  margin-top: 80px;
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  height: 400px;
  min-height: 400px;
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
  background-position: top center;
  padding-left: 0;
  padding-right: 0;
}
.hero#career-splash:after {
  content: '';
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3d434b;
  z-index: 2;
  opacity: 0.6;
}
.hero#career-splash .text-white {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero#career-splash .text-white p {
  color: #FFFFFF;
  font-size: 3rem;
  margin-top: 10px;
}
.hero#career-splash video {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background-color: #501753;
  background-image: url('../img/pd-bgvideo.jpg') no-repeat;
  background-size: cover;
  transition: background ease-in-out 0.2s;
  -webkit-backface-visibility: hidden;
}
.hero.full {
  height: 100vh;
}
.hero#aboutHero {
  background-image: url("../img/hero-image_AboutUs_page.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
  min-height: 440px;
  height: 440px;
}
.hero#aboutHero h3 {
  line-height: 4rem;
}
.hero.page {
  height: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #3d434b;
}
.hero.page#securityHero,
.hero.page#securityHero2 {
  min-height: 0;
  height: auto;
}
.hero.page#securityHero h1:before,
.hero.page#securityHero2 h1:before {
  display: none;
  border-bottom: 0;
}
.hero.page#securityHero2 {
  background-color: #F2F2F1;
  background-image: url("../img/security-data-bg.png");
  repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-top: 0;
  position: relative;
}
.hero.page#securityHero2 .hero-inner:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(242, 242, 241, 0), #f2f2f1);
  -webkit-background-image: linear-gradient(rgba(242, 242, 241, 0), #f2f2f1);
  -moz-background-image: linear-gradient(rgba(242, 242, 241, 0), #f2f2f1);
  -o-background-image: linear-gradient(rgba(242, 242, 241, 0), #f2f2f1);
  background: linear-gradient(rgba(242, 242, 241, 0), #f2f2f1);
}
.hero.page#securityHero2 h1.banner2 {
  margin-top: 1em;
  color: #000000;
}
.hero.page#partner h1.banner2 {
  padding-bottom: 0;
}
.hero.page#partner h1.banner2:before {
  display: none;
  border-bottom: 0;
}
.hero.page#partner p {
  text-align: center;
  font-size: 2rem;
  line-height: 3.5rem;
  padding-bottom: 20px;
}
.hero.page#partner a {
  margin-bottom: 25px;
}
.hero.page#newsHero {
  background-image: url("../img/newsHero.png");
  background-position: right center;
  background-size: cover;
  min-height: 525px;
  padding-bottom: 20px;
  height: auto;
}
.hero.page#newsHero a {
  transition: color ease-in-out 0.2s;
}
.hero.page#newsHero a:hover {
  color: #00b0c7;
}
.hero.page#newsHero span {
  font-size: 1.8rem;
}
#change-bg {
  color: #FFFFFF;
}
#change-bg .nav-spacer {
  height: 80px;
}
#change-bg .change-bg-inner {
  background: #312E30 url('../img/homepage-special/change-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  #change-bg .change-bg-inner .container {
    max-width: 1300px;
    width: auto;
  }
}
#change-bg .btn-outline {
  color: #FFFFFF;
  text-transform: none;
  padding: 18px;
}
#change-bg .btn-outline:hover {
  background: #312E30;
}
#change-bg .change-logo {
  margin-top: 34px;
  text-align: right;
}
@media (max-width: 840px) {
  #change-bg .change-logo {
    text-align: center;
  }
}
.big-ol-buttons {
  position: relative;
  top: -60px;
}
@media (max-width: 840px) {
  .big-ol-buttons {
    top: -37px;
  }
}
/* special home */
#go-west,
#go-east {
  cursor: pointer;
}
#go-west:hover,
#go-east:hover {
  opacity: 0.8;
}
iframe.hellobar {
  position: absolute !important;
  top: 0px !important;
  max-height: 0px !important;
  z-index: 0 !important;
  margin-bottom: 0 !important;
}
@-webkit-keyframes fadeInSpecial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInSpecial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInSpecial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSpecial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#enterprise-companies h2 {
  margin-bottom: 1em;
  text-transform: capitalize;
}
#enterprise-companies .col-sm-3 {
  height: 85px;
}
#enterprise-companies .col-sm-3 img {
  height: auto;
  display: inline-block;
  margin: 1em auto;
  width: 180px;
  max-width: 180px;
}
#enterprise-companies .col-sm-3 img.fadeInSpecial {
  -webkit-animation: fadeInSpecial 400ms 1;
  /* Safari 4+ */
  -moz-animation: fadeInSpecial 400ms 1;
  /* Fx 5+ */
  -o-animation: fadeInSpecial 400ms 1;
  /* Opera 12+ */
  animation: fadeInSpecial 400ms 1;
  /* IE 10+, Fx 29+ */
}
#enterprise-companies .col-sm-3 img[data-id="evicore"] {
  margin-top: 0.4em;
}
#enterprise-slide {
  width: 100%;
  height: 85px;
}
#preloadimages {
  height: 0;
  width: 0;
}
#preloadimages img {
  height: 1px;
  width: 1px;
  position: absolute;
  opacity: 0;
}
.bg-specialblack {
  background: #141115;
  color: #FFFFFF;
}
.bg-specialblack .section {
  max-width: 900px;
}
.bg-specialblack .dot-bottom h2.notransform {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #F9A21D;
}
.bg-specialblack .buttonbutton {
  padding-top: 4%;
}
.bg-specialblack.off-the-chain h2 {
  text-transform: none;
  line-height: 4rem;
  margin-bottom: 0;
}
#alliance-form-container {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
#alliance-form-container .content {
  margin-top: 30px;
}
#alliance-form-container h1 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  margin-top: 0;
}
#alliance-form-container .section {
  padding-bottom: 0;
}
#alliance-form-container .section-side#alliance-text {
  padding-top: 70px;
  padding-bottom: 40px;
}
#alliance-form-container .section-side#alliance-form {
  padding-top: 90px;
  padding-bottom: 0;
}
#alliance-form-container .section-side#alliance-form .content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.bg-white p.text-left.lead {
  margin-bottom: 2em;
}
#dokchain-news {
  background: #787C81;
  background-image: url('../img/pd_dokchain_img_line.png');
  background-repeat: repeat;
}
#dokchain-news h2 {
  color: #FFFFFF;
}
#customer-quote {
  background-color: #343940;
}
#customer-quote.bg-purple {
  background-color: #681d68;
}
#customer-quote.bg-purple #quo-cont {
  background-image: url('../img/products/img-eligibility-07.png');
  padding-left: 80px;
  text-align: left;
}
#customer-quote.bg-purple #quo-cont p {
  font-size: 2rem;
  line-height: 3.2rem;
}
#customer-quote.bg-purple #quo-cont p.sig-sm {
  margin-bottom: 0;
}
#customer-quote.bg-purple .container.section {
  padding: 20px 0;
}
#customer-quote.bg-white {
  background-color: #FFFFFF;
  color: #000000;
}
#customer-quote.bg-white img {
  padding-top: 20px;
  margin-bottom: 20px;
}
#customer-quote.bg-white #quo-cont {
  background-image: url('../img/products/img-eligibility-07.png');
}
#customer-quote.bg-white #quo-cont p.quote {
  padding-left: 50px;
  padding-top: 15px;
  font-size: 2.8rem;
}
#customer-quote.bg-white #quo-cont p.sig {
  color: #8b8e93;
  padding-left: 50px;
  font-size: 2rem;
}
#customer-quote.bg-white #quo-cont p.sig strong {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
#customer-quote .container.section {
  padding: 0px 0 16px;
}
#customer-quote img {
  max-width: 200px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
#customer-quote #quo-cont {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  background-image: url(../img/homepage-special/mark-quotation.png);
  background-position: left 5px;
  background-size: 60px;
  background-repeat: no-repeat;
}
#customer-quote #quo-cont p.quote {
  padding-left: 90px;
  font-size: 2.8rem;
}
#customer-quote #quo-cont p.sig {
  padding-left: 90px;
  font-size: 2rem;
}
#customer-quote #quo-cont p.sig strong {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}
#navPlatform {
  display: none;
}
#leadershipContainer .col-sm-3.leader small.note {
  color: #b2b2b1;
  line-height: 2rem;
  margin-bottom: 0;
}
#section-values {
  background: #681d68;
  color: #FFFFFF;
}
#section-values .type-container {
  min-height: 160px;
  width: 100%;
  display: table;
}
#section-values .type-container h3,
#section-values .type-container p.h3,
#section-values .type-container span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #FFFFFF;
}
#section-values .type-container h3 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#identityHero img {
  margin: 1em auto 40px;
}
#identityHero h3 {
  line-height: 1.2 !important;
  margin: 1em auto 2em;
}
#identityHero h3 small {
  font-size: 20px;
  color: #fff;
  line-height: 1.2 !important;
  text-transform: none !important;
}
.content-faq h4 {
  margin-top: 30px;
}
.content-faq h2 {
  margin-top: 60px;
  margin-bottom: 15px;
}
.content-faq h2:first-child {
  margin-top: 0;
}
.content {
  background: transparent;
}
.headshot-sm {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 4px solid #fff;
}
.hcobox h1 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  color: #681d68;
  font-size: 4rem;
  border-bottom: none;
  margin: 0 0 20px;
  padding-bottom: 0;
}
.hcobox h1:before {
  display: none;
}
.hcobox p.small {
  font-size: 1em;
}
.hcobox p.source-link {
  margin-top: 20px;
}
.social-container {
  margin-bottom: 10px;
}
.social-container a.social-links {
  text-decoration: none;
  margin-left: 10px;
}
.social-container a.social-links:hover {
  text-decoration: none;
  opacity: 0.9;
  cursor: pointer;
}
.social-container a.social-links i.pd-social {
  font-size: 2rem;
}
#home-press .press-logos {
  margin: 1em auto;
}
#home-press .press-logos div {
  min-width: 180px;
  margin: 1em auto;
  text-align: center;
  height: 60px;
}
#home-press .press-logos img {
  margin: 0 auto;
  max-width: 200px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press .press-logos img:hover {
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
#home-press a {
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes fadeInLeftPd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftPd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftPd {
  -webkit-animation-name: fadeInLeftPd;
  animation-name: fadeInLeftPd;
}
@-webkit-keyframes fadeInRightPd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightPd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightPd {
  -webkit-animation-name: fadeInRightPd;
  animation-name: fadeInRightPd;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  /* Chrome, Safari, Opera */
  animation-delay: 1s;
}
.hide-spinner input[type=number]::-webkit-inner-spin-button,
.hide-spinner input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* typing animation */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#typed-strings {
  position: absolute;
  z-index: -6;
  color: #FFFFFF;
  opacity: 0;
}
/* end typing animation */
.footer {
  font-size: 1.35rem;
  font-weight: 200;
  padding: 20px 35px;
  overflow-x: hidden;
  position: relative;
  height: auto !important;
  background: #DCDBD8;
  color: #3d434b;
}
.footer .vertical-align {
  min-height: 150px;
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-nav {
  height: 100%;
  display: table;
  min-width: 200px;
}
.footer a {
  color: #3d434b;
}
.footer a:hover {
  color: #000000;
}
.footer ul {
  list-style-type: none;
  display: table-cell;
  margin: 0;
  padding-left: 0;
  vertical-align: top;
}
.footer li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 150px;
}
.footer .footer-copy {
  display: table-cell;
  vertical-align: bottom;
}
.footer .footer-copy p {
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 840px) {
  .footer .footer-copy {
    text-align: right;
  }
  .footer .vertical-align .col-sm-7.footer-nav,
  .footer .vertical-align .pull-right.footer-nav {
    margin-top: 20px;
  }
  .special-foot .vertical-align {
    min-height: auto !important;
  }
}
@media (max-width: 1199px) and (min-width: 839px) {
  .footer .footer-copy {
    text-align: right;
  }
}
@media (max-width: 839px) {
  .footer {
    height: auto !important;
    padding: 40px 0 20px;
    text-align: center;
  }
  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .row .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-nav {
    display: inline-block;
    height: auto;
    width: 100%;
  }
  .footer .footer-nav ul {
    display: inline-block;
    text-align: left;
    min-width: 100px;
  }
  .footer .footer-nav ul:first-child {
    padding-right: 25px;
  }
  .footer .footer-nav ul:last-child {
    padding-left: 19px;
  }
  .footer .footer-copy {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .footer-copy {
    text-align: center;
  }
  .footer .footer-nav {
    min-height: auto;
  }
  .footer {
    height: auto;
  }
}
/**
 header, nav, dropdown menu, scrollspy, subnav...
**/
.icon-sm {
  font-size: 1rem !important;
}
.overlay {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -99;
  transition: background ease-in-out 0.2s;
}
.push-body-menu-open-overlay {
  margin-top: -80px;
  padding-top: 80px;
}
.push-body-menu-open-overlay footer.footer#footer {
  z-index: 4 !important;
}
.push-body-menu-open-overlay .overlay {
  z-index: 6;
  background: rgba(0, 0, 0, 0.4);
  transition: background ease-in-out 0.2s;
}
.site-wrapper {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: #F2F2F1;
  /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: 1;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  height: auto;
}
.site-wrapper .fixed {
  right: 0;
}
.site-wrapper .content .nav-affix,
.site-wrapper form .nav-affix {
  visibility: visible;
}
#header,
header {
  background: #FFFFFF;
  height: 80px;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
  padding-left: 200px;
  padding-right: 0;
  border-bottom: 1px solid #e8e8e7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header #top-nav,
header #top-nav {
  -webkit-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
  height: 100%;
  padding-right: 26px;
}
#header .logo,
header .logo {
  position: absolute;
  left: 26px;
  top: 19px;
  width: 160px;
  height: 48px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}
#header #IE10-plus-logo,
header #IE10-plus-logo {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header,
  header {
    /* IE10+ specific styles go here */
  }
  #header html,
  header html,
  #header #top-nav,
  header #top-nav,
  #header #mainMenu,
  header #mainMenu {
    padding-right: 30px;
  }
  #header #mainMenu #bars,
  header #mainMenu #bars {
    right: 20px;
  }
  #header .cbp-spmenu-right.menu-open,
  header .cbp-spmenu-right.menu-open {
    right: 0px;
  }
  #header #logo,
  header #logo {
    display: none;
  }
  #header #IE10-plus-logo,
  header #IE10-plus-logo {
    display: block;
  }
}
#header a.dropdown-toggle,
header a.dropdown-toggle {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 18px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#header .dropdown,
header .dropdown {
  margin-left: 0px;
}
#header .dropdown#business-solutions,
header .dropdown#business-solutions {
  margin-left: 0;
}
#header .dropdown#business-solutions .dropdown-menu li,
header .dropdown#business-solutions .dropdown-menu li {
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}
#header .dropdown#business-solutions .dropdown-menu li:last-child,
header .dropdown#business-solutions .dropdown-menu li:last-child {
  border-bottom: none;
}
#header .dropdown#business-solutions .dropdown-menu li.parent,
header .dropdown#business-solutions .dropdown-menu li.parent {
  padding: 0;
}
#header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist,
header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist {
  margin-left: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
#header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li,
header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li {
  position: relative;
  border-bottom: none;
  margin-left: 0;
  list-style: none;
  width: 100%;
  padding: 0;
}
#header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a,
header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a {
  padding: 10px 0 10px 40px;
  display: block;
}
#header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a::before,
header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a::before {
  font-family: "pokit-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\E027";
  display: block;
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 1.1rem;
  color: #FFFFFF;
}
#header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a:hover::before,
header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a:hover::before {
  color: #000000;
}
#header .dropdown .dropdown-menu,
header .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 0;
  width: auto;
  min-width: 190px;
}
#header .dropdown .dropdown-menu.business-dropdown,
header .dropdown .dropdown-menu.business-dropdown {
  min-width: 310px;
}
#header .dropdown .dropdown-menu li,
header .dropdown .dropdown-menu li {
  margin-left: -3px;
}
#header .dropdown.open .dropdown-menu,
header .dropdown.open .dropdown-menu {
  padding: 2px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav > li > a:hover,
header .nav > li > a:hover,
#header .nav > li > a:focus,
header .nav > li > a:focus,
#header .nav > li > a:active,
header .nav > li > a:active,
#header .nav .open > a,
header .nav .open > a,
#header .nav .open > a:hover,
header .nav .open > a:hover,
#header .nav .open > a:focus,
header .nav .open > a:focus {
  background-color: transparent;
}
#header .navbar-nav,
header .navbar-nav {
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
#header .navbar-nav > li > .dropdown-menu,
header .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: none;
}
#header #nav-top-right.nav,
header #nav-top-right.nav {
  position: absolute;
  font-size: 13px;
  top: 7px;
  right: 23px;
}
#header #nav-top-right.nav li,
header #nav-top-right.nav li {
  display: inline-block;
}
#header #nav-top-right.nav li a,
header #nav-top-right.nav li a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #F9A21D;
  padding: 0 20px;
  font-size: 12px;
}
#header #nav-top-right.nav li a:last-child,
header #nav-top-right.nav li a:last-child {
  padding-right: 0;
}
#header #nav-right,
header #nav-right,
#header .nav-right,
header .nav-right {
  float: right;
  margin-left: 20px;
  -webkit-padding-start: 0 !important;
  height: 100%;
}
#header #nav-right li,
header #nav-right li,
#header .nav-right li,
header .nav-right li {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
  float: left;
  margin-top: 21px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  font-size: 1.35rem;
  cursor: pointer;
  position: relative;
}
#header #nav-right li:first-child,
header #nav-right li:first-child,
#header .nav-right li:first-child,
header .nav-right li:first-child {
  padding-left: 0;
}
#header #nav-right li:last-child,
header #nav-right li:last-child,
#header .nav-right li:last-child,
header .nav-right li:last-child {
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
}
#header #nav-right a,
header #nav-right a,
#header .nav-right a,
header .nav-right a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #F9A21D;
  padding: 5px;
  margin-top: 15px;
}
#header #nav-right a:hover,
header #nav-right a:hover,
#header .nav-right a:hover,
header .nav-right a:hover {
  color: #F9A21D;
  background: transparent !important;
  text-decoration: underline;
}
#header #nav-right a.btn-outline,
header #nav-right a.btn-outline,
#header .nav-right a.btn-outline,
header .nav-right a.btn-outline {
  border-color: #F9A21D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  transition: all ease-in-out 0.2s;
}
#header #nav-right a.btn-outline:hover,
header #nav-right a.btn-outline:hover,
#header .nav-right a.btn-outline:hover,
header .nav-right a.btn-outline:hover {
  color: #FFFFFF;
  background: #F9A21D !important;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
#header #top-mobile,
header #top-mobile {
  display: none;
}
#header #top-mobile i.pokit-icon-large,
header #top-mobile i.pokit-icon-large {
  font-size: 4rem;
}
#header.shrink,
header.shrink {
  height: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.shrink #top-nav,
header.shrink #top-nav {
  -webkit-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
  padding-top: 0;
}
#header.shrink .logo,
header.shrink .logo {
  top: 5px;
  width: auto;
  height: 30px;
}
#header.shrink .navbar-nav,
header.shrink .navbar-nav {
  margin-top: 5px;
  margin-left: -50px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
#header.shrink .navbar-nav > li > a,
header.shrink .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
#header.shrink #nav-right li,
header.shrink #nav-right li {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
  margin-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
#header.shrink #nav-right li a,
header.shrink #nav-right li a {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
  margin-top: 5px;
  font-size: 1.4rem;
}
#header.shrink .dropdown,
header.shrink .dropdown {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
  margin-top: 0;
  font-size: 1.4rem;
}
#header.shrink .dropdown .dropdown-menu,
header.shrink .dropdown .dropdown-menu {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  top: 34px;
  padding: 0;
}
.shrunk #mainMenu #bars {
  padding: 2px 0;
}
.shrunk #mainMenu #bars.menu-active {
  padding: 20px 0;
}
.body-generic #header .dropdown#business-solutions .dropdown-menu li.parent ul.childlist li a::before {
  color: #000000;
  /* override for white nav */
}
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  border-left: 0px solid transparent;
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.35);
}
.cbp-spmenu .dropdown {
  margin-left: 0;
}
.cbp-spmenu .dropdown-menu {
  margin: 0;
  padding: 0;
  position: static;
  border: 0;
  box-shadow: none;
}
.cbp-spmenu li.dropdown {
  margin-bottom: 12px;
}
.cbp-spmenu li.dropdown:first-child {
  margin-top: 20px;
}
.cbp-spmenu li.dropdown:last-child {
  margin-bottom: 20px;
}
.cbp-spmenu #dokchain-nav-item {
  display: none;
}
.cbp-spmenu a {
  color: #3e434b;
  word-break: break-all;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  line-height: 40px;
  padding: 3px 5px;
}
.cbp-spmenu a.dropdown-toggle {
  color: #333;
  text-transform: uppercase;
}
.cbp-spmenu a.navItemDrawer {
  color: #F9A21D;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.cbp-spmenu a.navItemDrawer:hover {
  background: transparent;
}
.cbp-spmenu a#navSignupDrawer {
  line-height: 25px;
  width: auto;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #F9A21D;
  margin-left: 30px;
  padding: 4px 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cbp-spmenu a#navSignupDrawer:hover {
  background: #F9A21D;
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cbp-spmenu a#navPlatformDrawer {
  margin-top: 20px;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
}
.cbp-spmenu-vertical #business-solutions-links li {
  border-bottom: 1px solid #DCDBD8;
}
.cbp-spmenu-vertical #business-solutions-links li:last-child {
  border-bottom: none;
}
.cbp-spmenu-vertical #business-solutions-links li.parent ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cbp-spmenu-vertical #business-solutions-links li.parent ul li {
  border: none;
  padding-left: 10px;
  color: black;
}
.cbp-spmenu-vertical .panel-group {
  margin-top: 25px;
}
.cbp-spmenu-vertical .panel-group .panel {
  padding: 0;
}
.cbp-spmenu-vertical .panel-group .panel hr {
  margin: 0;
}
.cbp-spmenu-vertical .panel-group .panel-default {
  border: 0;
  box-shadow: none;
}
.cbp-spmenu-vertical .panel-group .panel-heading {
  padding: 5px 0;
  background-color: transparent;
}
.cbp-spmenu-vertical .panel-group .panel-heading a {
  text-transform: uppercase;
}
.cbp-spmenu-vertical .panel-group .list-group li:hover {
  background-color: #F2F2F1;
}
.cbp-spmenu-vertical .panel-group .list-group li.parent:hover,
.cbp-spmenu-vertical .panel-group .list-group li.parent:active {
  background-color: transparent;
}
.cbp-spmenu-vertical .panel-group .list-group li.parent ul li:hover,
.cbp-spmenu-vertical .panel-group .list-group li.parent ul li:active {
  background-color: #F2F2F1;
}
.cbp-spmenu-vertical a {
  width: 240px;
  margin-left: 20px;
  padding: 2px 15px;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #DCDBD8;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px;
}
.cbp-spmenu-right {
  right: -300px;
}
.cbp-spmenu-left.menu-open {
  left: 0;
}
.cbp-spmenu-right.menu-open {
  right: -20px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.menu-open {
  top: 0;
}
.cbp-spmenu-bottom.menu-open {
  bottom: 0;
}
/* Push classes applied to the body */
.push-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.push-body-toright {
  left: 100px;
}
.push-body-toleft {
  left: -100px;
}
.push-body-toleft #header,
.push-body-toleft header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Transitions */
.cbp-spmenu,
.push-body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.dropdown .dropdown-menu li a {
  color: #000000;
}
.dropdown.open .dropdown-menu {
  max-height: inherit;
  opacity: 1;
}
.side-nav .nav > li > a {
  display: block;
  color: #000;
  padding: 4px;
  font-weight: 200;
  font-size: 1.5rem;
  text-transform: uppercase;
}
/* Mobile Menu */
#mainMenu {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 8;
}
#mainMenu #bars {
  display: block;
  position: fixed;
  cursor: pointer;
  font-size: 4rem;
  padding: 20px 0;
  top: 0;
  right: 10px;
  left: auto;
  z-index: 9999;
}
.hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #000000;
}
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
}
.hamburger span::before {
  top: -6px;
}
.hamburger span::after {
  bottom: -6px;
}
.hamburger--htx span {
  transition: background 0s 0.1s;
}
.menu-active .hamburger span {
  background: transparent;
}
.menu-active .hamburger span::before {
  transition-duration: 0.3s, 0.1s;
  transition-delay: 0s, 0s;
}
.hamburger--htx span::after,
.hamburger--htx span::before {
  transition-duration: 0.3s, 0.1s;
  transition-delay: 0s, 0s;
}
.hamburger--htx span::before {
  transition-property: top, transform;
}
.hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.menu-active .hamburger--htx span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-active .hamburger--htx span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-active .hamburger--htx span::after,
.menu-active .hamburger--htx span::before {
  transition-delay: 0s, 0.1s;
}
.nav-tabs li > a {
  color: #0099AD;
}
.scrollspy .affix-top {
  position: relative;
}
.scrollspy .affix {
  top: 50px;
}
.scrollspy .affix,
.scrollspy .affix-top,
.scrollspy .affix-bottom {
  width: 210px;
}
.scrollspy .affix-bottom {
  position: absolute;
}
.scrollspy .nav-tabs {
  border: none;
  padding-left: 1em;
}
.scrollspy .nav-tabs > li {
  float: none;
  font-size: 1.1em;
  margin-left: 0;
}
.scrollspy .nav-tabs > li .nav {
  margin-left: 0.5em;
}
.scrollspy .nav-tabs > li .nav li {
  margin-left: 1em;
  font-size: 1em;
}
.scrollspy .nav-tabs > li .nav li a {
  text-transform: none;
}
.scrollspy .nav-tabs > li > a,
.scrollspy .nav-tabs li a {
  color: #000000;
  background: none;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  border: none;
  padding: 6px 0;
}
.scrollspy .nav-tabs > li > a:hover,
.scrollspy .nav-tabs li a:hover {
  border: none;
  color: #0099AD;
  background-color: #e8e8e7;
}
.scrollspy .nav-tabs li.active > a {
  color: #0099AD;
}
#scrollNav {
  background: transparent;
  margin-left: 0;
}
.page-template-z-api .scrollspy .nav {
  margin-top: 20px;
}
.page-template-z-api #scrollNav {
  background: #F2F2F1;
}
.page-template-z-api .scroll-content .nav.nav-tabs li a {
  color: #000000;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background: #DCDBD8;
  border: 1px solid #DCDBD8;
  border-bottom: 1px solid transparent;
  padding: 10px 30px;
  margin-right: 5px;
}
.page-template-z-api .scroll-content .nav.nav-tabs li a:hover {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #DCDBD8;
}
.page-template-z-api .scroll-content .nav.nav-tabs li.active a {
  background: #fff;
}
.page-template-z-api .scroll-content .nav.nav-tabs li.active a:hover {
  background: #fff;
  border-bottom: 1px solid transparent;
}
.page-template-z-news .nav-tabs {
  border: none;
  text-align: center;
}
.page-template-z-news .nav.nav-tabs li {
  float: none;
  display: inline-block;
}
.page-template-z-news .nav.nav-tabs li a {
  color: #000000;
  text-transform: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background: #FFFFFF;
  border: 1px solid #b2b2b1;
  padding: 5px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-template-z-news .nav.nav-tabs li a:hover {
  background: #DCDBD8;
  color: #000000;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-template-z-news .nav.nav-tabs li.active a {
  background: #DCDBD8;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.12);
}
.page-template-z-news .nav.nav-tabs li.active a:hover {
  background: #DCDBD8;
}
/* responsive */
@media (max-width: 1250px) and (min-width: 1060px) {
  #top-nav #nav-right li {
    margin-right: 3px !important;
    padding-right: 0 !important;
  }
  #top-nav li {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1221px) {
  #top-nav {
    display: none !important;
  }
  #mainMenu {
    display: block !important;
    position: relative;
    float: right;
  }
}
@media (max-width: 991px) {
  #main-nav .visible-xs.collapse.in li.menu {
    margin: 20px 5px;
  }
  #main-nav .visible-xs.collapse.in li.menu.menu-icon {
    margin: 5px;
  }
}
/*************************************** responsive styles ************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #aboutHero2 {
    background-position: 20% top !important;
    background-size: 160% !important;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1199px) {
  #use-cases .frame .title {
    height: 70px;
  }
  #use-cases .frame .title h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section #mount-rushmore {
    top: 0;
    margin-bottom: 30px;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product {
    margin-bottom: 60px;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product .contents {
    height: auto;
    min-height: auto;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product p {
    text-align: center;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product:before {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: -84px;
    background-image: url("../img/imagemin/homepage-special/vc-icon-arrow.png");
    transform: rotate(90deg);
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product:after {
    display: none;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product.col-lg-offset-1#overview1:before {
    display: inline;
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: -84px;
    background-image: url("../img/imagemin/homepage-special/vc-icon-arrow.png");
    transform: rotate(90deg);
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product.col-lg-offset-1#overview1:after {
    display: none;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product#overview5 {
    margin-bottom: 20px;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product#overview5:before {
    background-image: none;
    display: none;
  }
  .body-dark .home-5.bg-white#pokitdok-overview .container.section .product#overview5:after {
    display: none;
  }
  #aboutHero2 {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #pharmacySVG .inner,
  #pharmacySVG #pharma-plan-number {
    display: none;
  }
  #pharmacySVG .pharma-img-single {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
    padding-bottom: 20px;
  }
  #pharmacySVG .pharma-img-single p {
    position: static;
    font-size: 90%;
  }
  #pharmacySVG .pharma-img-single#pharma-in-network {
    margin-top: 20px;
    position: static;
  }
  #pharmacySVG .pharma-img-single#pharma-plans {
    position: static;
  }
  #pharmacySVG .pharma-img-single#pharma-formulary {
    position: static;
    top: 0;
    margin-bottom: 0;
  }
  .hero#career .text-white p {
    font-size: 1.8rem !important;
    margin-top: 5px !important;
  }
  .page-template-z-about .carousel-indicators {
    display: none;
  }
  .graph-curves {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hco-how img {
    position: relative;
    top: 70px;
  }
  #slide-intro {
    background-position: center right;
  }
  #enterprise-cta .col-sm-6 {
    padding-top: 20px;
  }
  #enterprise-cta .col-sm-6:last-child {
    margin-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) and (min-width: 839px) {
  .body-home .container-fluid.section#enterprise-companies img {
    max-width: 120px;
  }
  .body-home .container-fluid.section#enterprise-companies img#logo-dod {
    max-width: 120px;
  }
}
@media (max-width: 991px) and (min-width: 839px) {
  .body-home .img-container {
    height: 175px;
  }
}
@media (max-width: 991px) {
  #use-cases .frame {
    text-align: center;
    margin: 0 auto 50px;
    width: 340px;
    max-width: 80%;
  }
  #use-cases .frame .picture {
    margin: 0 auto 10px;
  }
  #use-cases .frame .title {
    height: auto;
  }
  .body-dark #home-security .security {
    margin-bottom: 30px;
  }
  .body-dark #home-security .security:first-child {
    margin-bottom: 0;
  }
  .body-dark #home-security .security:nth-child(4) {
    margin-bottom: 5px;
  }
  .page-template-z-products .hidden-sm {
    display: none !important;
    height: 0;
    width: 0;
  }
  .page-template-z-products #clicknshow-parent #shownhide-maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-z-products #clicknshow-parent #shownhide-mainimage {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .page-template-z-products #clicknshow-parent #shownhide-mainimage img.pull-right {
    float: none !important;
  }
  .page-template-z-products #clicknshow-parent .clicknshow-section {
    margin: 0 auto;
  }
  .page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container .only-sm {
    display: block;
  }
  .page-template-z-products #clicknshow-parent .clicknshow-section .clicknshow-container.active:after {
    display: none;
  }
  /* special homepage stuff */
  .body-dark .home-5.bg-gray-dark p.text-top {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
  .body-dark .home-5.bg-gray-dark p.text-bottom {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .body-dark #what-we-offer .col-xs-10.col-xs-offset-1 {
    text-align: left;
    margin-bottom: 25px;
  }
  .body-dark #what-we-offer .col-xs-10.col-xs-offset-1 p {
    text-align: left;
    padding: 0 !important;
  }
  .body-dark #what-we-offer .col-xs-10.col-xs-offset-1 p.uppercase {
    text-align: left !important;
  }
  .body-dark #what-we-offer #left-item:after {
    background: transparent;
  }
  .hero#hero-home .hero-inner {
    padding: 120px 15px 120px;
    font-size: 2.8rem;
  }
  /* special home */
  #go-west {
    z-index: 9999;
    position: absolute;
    left: 20px;
    bottom: 72px;
  }
  #go-east {
    z-index: 9999;
    position: absolute;
    right: 20px;
    bottom: 72px;
  }
  /* end special homepage stuff */
  .body-support #knowledge-content {
    padding-top: 94px !important;
  }
  #content-apis-in-healthcare table.table-special {
    margin-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    width: 100%;
    float: none;
  }
  .page-template-z-pricing .bundle small.note br {
    display: none;
  }
  #mc_embed_signup .row .col-sm-6:last-child input {
    margin-top: 15px;
  }
  #mc_embed_signup .col-sm-6 .select-style {
    margin-top: 15px;
  }
  #mc_embed_signup .col-sm-6 .select-style:after {
    top: 17px;
  }
  .tier .box {
    min-height: 220px;
  }
  #enterprise-companies .row2 {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #enterprise-companies .col-sm-3.offset-1-sm {
    margin-left: 0 !important;
  }
  #career-splash {
    background-image: url(../img/imagemin/pd-bgvideo-gray.jpg);
  }
  #career-splash video {
    display: none;
  }
  #career-splash:after {
    display: none;
  }
  .page-template-z-careers .slides-container .bottom {
    background: #3d434b;
    text-align: center;
    position: static;
    width: 100%;
    padding: 20px;
  }
  .page-template-z-careers .slides-container .bottom a {
    padding: 0;
    color: #FFFFFF;
    transition: background ease-in-out 0.2s;
  }
  .page-template-z-careers .slides-container .bottom a:hover,
  .page-template-z-careers .slides-container .bottom a:active,
  .page-template-z-careers .slides-container .bottom a:focus {
    text-decoration: none;
    transition: background ease-in-out 0.3s;
  }
  .page-template-z-careers .slides-container .bottom a:hover img,
  .page-template-z-careers .slides-container .bottom a:active img,
  .page-template-z-careers .slides-container .bottom a:focus img {
    opacity: 0.8;
  }
  .page-template-z-careers .slides .slick-slide {
    position: relative;
    margin-bottom: 60px;
  }
  .page-template-z-careers .slides .slick-slide#brian_corbin {
    background-position: 0 -60px;
  }
  .page-template-z-careers .slides .slick-slide .quote {
    position: absolute;
    bottom: -60px;
    background: #3d434b;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0.5em 1em;
    float: none;
    width: 100%;
    font-size: 1.2rem !important;
  }
  .page-template-z-careers .slides .slick-slide .quote h3,
  .page-template-z-careers .slides .slick-slide .quote p {
    font-size: 1.4rem;
    width: 100%;
    margin: 1em auto;
  }
  .page-template-z-careers .section .btn.btn-lg {
    font-size: 1.7rem;
    padding: 6px 15px 5px 15px;
  }
  #section-values .type-container {
    min-height: 300px;
  }
  #pharmacyImage .pharma-1 .text-left,
  #pharmacyImage .pharma-3 .text-left {
    margin-left: 0;
  }
  #pharmacyImage .pharma-2 img {
    max-width: 130px;
    top: -10px;
    left: -22px;
  }
  #contactAddress .map .mapG {
    width: 100%;
    height: 400px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .hco-how .b1 {
    width: 120%;
  }
  .hco-how .b2 {
    top: 300px;
    right: -50px;
  }
  .hco-how .b3 {
    top: 80px;
  }
  .provider-detail-header .profile-img.provider {
    background-size: contain;
    background-position: center center;
  }
  .pd-face-happy {
    display: none;
  }
  #home-preview {
    height: auto;
  }
  #home-preview .carousel-indicators {
    top: 20px;
  }
  .price-carousel {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .home-video .feature-video-container iframe {
    width: 100%;
    height: 100%;
  }
  .body-about .carousel-indicators {
    display: none;
  }
  .body-about .team-feature .carousel {
    height: auto;
  }
  .body-about .team-feature .carousel h3 small {
    text-align: left;
  }
  .body-about .team-member-quote {
    text-align: left;
    margin-bottom: 3em;
    width: 60%;
  }
  #contactAddress .map {
    margin-bottom: -20px;
    /* fix a weird border box issue */
  }
  .consumer-slides.carousel {
    height: auto;
  }
  a.purple-link {
    float: none !important;
    font-size: 0.7em;
    color: #b2b2b1;
    margin-left: 10px;
  }
  .intro {
    margin-top: 0;
    text-transform: capitalize;
  }
  .intro ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background: #F2F2F1;
    height: 40px;
  }
  .intro li {
    float: left;
    text-align: center;
    padding-top: 12px;
    width: 25%;
    height: 40px;
    background: #F2F2F1;
    margin-bottom: 0;
    border-top: 1px solid #e8e8e7;
    border-right: 1px solid #e8e8e7;
  }
  .intro li:last-child {
    border-bottom: none;
    border-right: none;
    bottom: 0 !important;
  }
  .intro li a {
    color: #681d68;
    font-weight: normal;
    font-size: 0.7em;
    padding: 0;
    line-height: 40px;
  }
  .intro li.active {
    background: #FFFFFF;
    border-bottom: none;
  }
  .intro li:after {
    display: none;
  }
  .intro li.complete a {
    padding-bottom: 0;
  }
  .intro li.complete a:after {
    content: "l";
    font-size: 0.5em;
    color: #08c14a;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -25px;
    width: 100%;
  }
  .intro-side {
    height: auto;
    display: block;
    width: 100%;
  }
  .shadowed {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #e8e8e7;
    border-right: 1px solid #e8e8e7;
    border-bottom: 1px solid #e8e8e7;
    padding-bottom: 20px;
  }
  .shadowed .btn-md.btn-warning {
    max-width: 100%;
  }
  .body-enterprise-home .hero {
    min-height: 480px;
  }
  .home-carousel .carousel-home-feature {
    min-height: 480px;
  }
  .home-carousel .carousel-home-feature .carousel-indicators {
    top: 20px;
    bottom: auto;
  }
  .home-carousel .carousel-home-feature .carousel-control {
    top: 60px;
    bottom: auto;
  }
  .home-carousel .carousel-home-feature .carousel-inner {
    min-height: 480px;
  }
  .home-carousel .carousel-home-feature div.item {
    min-height: 480px;
  }
}
/* xs-max is 839px */
@media (max-width: 839px) {
  .landing-children .col-sm-6:nth-child(odd) {
    border-color: transparent;
  }
  .landing-children .col-sm-6:nth-child(even) {
    border-color: transparent;
  }
  .landing-children .col-sm-6:nth-child(even) .col-xs-2,
  .landing-children .col-sm-6:nth-child(even) .buttontime {
    margin-left: 0;
  }
  .page-template-z-news #events table.event tr.toprow td.date,
  .page-template-z-news #events table.event tr.toprow th.date {
    width: 40%;
  }
  .page-template-z-news #events table.event tr.toprow td.eventname,
  .page-template-z-news #events table.event tr.toprow th.eventname {
    width: 40%;
    padding-left: 0.5em;
  }
  .page-template-z-news #events .eventinfomorearea .eventcontent .location-mobile {
    display: block;
  }
  #pdf-section .text-left {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #pdf-section h2 {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
  /*******************start global elements *****************/
  .page-template-z-products .ctabuttonsproduct {
    padding: 25px 0;
  }
  .page-template-z-products .ctabuttonsproduct .btn-md {
    font-size: 1.5rem;
  }
  .page-template-z-products .hero#productsHero h1 {
    font-size: 2.4rem;
  }
  .page-template-z-products .hero#productsHero p.title {
    margin-top: 1.5rem;
  }
  .page-template-z-products .hero#productsHero p {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .page-template-z-products .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-z-products .section h2 {
    margin-bottom: 20px;
  }
  .page-template-z-products #customer-quote.bg-white img {
    margin-top: 0;
    padding-top: 0;
  }
  .page-template-z-products #customer-quote.bg-white #quo-cont p.quote {
    font-size: 2.2rem;
  }
  #video-section.section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #video-section p.lead {
    text-align: center;
  }
  #video-section .videobackgroundcontainer {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
  #video-section .div2play {
    max-width: 80%;
    margin: 0 auto;
  }
  .comeondown {
    display: none !important;
  }
  .container-fluid {
    padding: 15px;
  }
  .footer .trends-footer {
    overflow-x: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .footer .trends-footer ul {
    width: 100%;
  }
  .footer .trends-footer ul li {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  .section-bottom a.btn-block {
    max-width: 300px;
    margin: 0.5em auto 1em auto;
  }
  .max-1080 {
    margin-top: 15px;
    text-align: center;
    padding: 10px 30px 0;
  }
  .carousel-control.left .glyphicon,
  .carousel-control.right .glyphicon {
    opacity: 1;
    bottom: 40px;
    top: auto;
  }
  .welcome .welcome-inner {
    vertical-align: top;
    padding-top: 120px;
  }
  .row-table-cell div.col-xs-12 {
    display: block;
    width: 100%;
    clear: both;
  }
  .section-divider h2 {
    width: 250px;
  }
  .page-template-z-products #advantages {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    text-align: center !important;
  }
  .page-template-z-products #advantages .row {
    margin-bottom: 0;
  }
  .page-template-z-products #advantages .col-sm-9 {
    margin-bottom: 30px;
  }
  .page-template-z-products #advantages .benefits-description h3 {
    margin-top: 10px;
  }
  .page-template-z-products #advantages img.benefits-img {
    margin: 0 auto;
  }
  /* mobile hero bg */
  .hero h1 {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .hero#career {
    background-image: url("../img/imagemin/hero-careers-sm.jpg");
  }
  h1.banner {
    font-size: 2.2em;
  }
  h1.banner2 {
    padding-top: 5px !important;
  }
  h1.banner2 hr {
    display: none;
  }
  h1,
  h1.banner2 {
    font-size: 3rem;
  }
  h1.page-header {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0;
  }
  .hero#hero-home p,
  p.lead {
    text-size: 1.7rem;
  }
  .pd-confirm-box {
    width: 80%;
  }
  /********* start body elements for xs-max *******/
  .body-api h2 {
    text-align: center;
  }
  .body-api .container-fluid {
    padding: 40px 0 10px;
  }
  .body-api .tab-content {
    padding: 15px;
  }
  .page-template-z-careers-list p.h3 {
    font-size: 1.1em;
  }
  .page-template-z-careers-list .btn-lg {
    font-size: 1.2em;
    padding: 12px 20px 10px;
  }
  .page-template-z-careers-list .list-group-item small {
    float: left;
  }
  .page-template-z-customers .hero .quotes {
    margin: 2em auto;
  }
  .page-template-z-customers .hero .quote {
    padding: 0;
  }
  .page-template-z-customers .hero .quote-box {
    min-height: 100px;
  }
  .page-template-z-customers .hero .quote-box img {
    margin-top: 1em;
  }
  .body-enterprise-home .carousel-control {
    /* have to be adjusted for centering */
    width: auto;
    padding: 20px;
    margin-top: -40px;
  }
  .body-enterprise-home .carousel-control.left {
    left: 15%;
  }
  .body-enterprise-home .carousel-control.right {
    right: 17%;
  }
  .body-enterprise-home .welcome {
    min-height: auto;
  }
  .body-enterprise-home .section-enterprise-quote .valign-middle {
    width: 100%;
    text-align: center;
  }
  .body-enterprise-home .section-enterprise-quote p.sig-title {
    margin-left: auto;
  }
  .body-enterprise-home .section-enterprise-more p.h3 {
    margin-bottom: 2em;
  }
  .body-ecomm .feature-block {
    margin-top: 4em;
    margin-bottom: 2em;
    clear: both;
  }
  .body-ecomm .feature-block .img-responsive {
    max-width: 400px;
  }
  .body-ecomm .feature-block .valign-middle {
    height: auto;
    min-height: 200px;
  }
  .body-ecomm .feature-block .valign-middle .valign-middle-cell {
    padding-top: 2em;
  }
  .body-ecomm .feature-block .valign-middle .valign-middle-cell.left,
  .body-ecomm .feature-block .valign-middle .valign-middle-cell.right {
    padding-left: 0;
    padding-right: 0;
  }
  .body-home .bg-white .text-outer {
    display: block;
    height: auto;
    overflow: visible;
  }
  .body-home .bg-white .fadeInLeftPd,
  .body-home .bg-white .fadeInRightPd {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .body-home .bg-white .fadeInRightPd {
    margin-bottom: 10px;
  }
  .body-home .section-enterprise-quote .valign-middle {
    width: 100%;
    text-align: center;
  }
  .body-home .section-enterprise-quote .valign-middle p.sig-title {
    margin-left: 0;
  }
  .body-hero .site-wrapper .welcome-inner #teamBanner,
  .body-about #teamBanner {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .body-hero .site-wrapper .welcome-inner .team-member-quote,
  .body-about .team-member-quote {
    width: auto;
  }
  .body-hero .site-wrapper .welcome-inner p.h3,
  .body-about p.h3 {
    font-size: 1.1em;
  }
  .page-template-z-bizhco .row-1 {
    display: none;
  }
  .page-template-z-bizhco .row-1-mobile {
    display: block;
  }
  .page-template-z-bizhco .row-1-mobile img.img-responsive {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-z-bizhco .col-xs-6 {
    min-height: 300px;
  }
  .page-template-z-bizhco .bubble {
    padding: 10px 30px 0 0;
  }
  .page-template-z-news .assets-row .wrapper-justify {
    text-align: center;
  }
  .page-template-z-news .assets-row .item-justify {
    width: 48%;
  }
  .page-template-z-news .assets-row .item-justify.twice-big {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  .page-template-z-news .assets-row .item-justify.twice-big .image-box.product {
    height: auto;
  }
  .page-template-z-news .assets-row .item-justify.twice-big .image-box.product img {
    padding: 0;
  }
  .page-template-z-news .quote {
    font-size: 1.5rem;
  }
  .page-template-z-security .img-responsive.special {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-template-z-security .max-970.container {
    width: 500px;
    max-width: 95% !important;
  }
  .page-template-z-security .row.row-grid img {
    margin: 1em auto;
  }
  .page-template-z-security #row-ehnac img {
    margin-left: auto;
  }
  .page-template-z-bizx12 .feature-block {
    padding: 2em 0;
  }
  .page-template-z-bizx12 .feature-block div[class*="col-"] {
    width: 100%;
  }
  .page-template-z-bizx12 .feature-block div[class*="col-"] img {
    margin: 0 auto;
  }
  .page-template-z-bizx12 .feature-block .visible-xs img.img-arrow {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .page-template-z-bizx12 .feature-block .bubble {
    margin-top: 20px;
  }
  .page-template-z-about #boardContainer {
    max-width: 90%;
  }
  .page-template-z-about #boardContainer .boardmember {
    min-height: auto;
    margin-bottom: 20px;
  }
  /********* start special elements for xs-max *******/
  #pharmacyHero {
    background-position: 45% center;
    padding: 0;
    min-height: 400px;
  }
  #pharmacyHero .hero-inner {
    background: rgba(241, 240, 240, 0.3);
    padding: 50px 30px 0;
  }
  #pharmacyHero .hero-inner h1 {
    margin-top: 0;
  }
  #pharmacyImage .img-container {
    margin-top: 20px;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  #pharmacyImage .img-container img {
    margin: 0 auto;
  }
  #pharmacyImage .pharma-1 .text-left,
  #pharmacyImage .pharma-3 .text-left {
    margin: 10px auto 0;
    width: 100%;
  }
  #pharmacyImage .pharma-2 {
    display: none;
  }
  #enterprise-cta {
    padding-bottom: 30px;
  }
  #network-img {
    display: block;
  }
  #network-canvas {
    display: none;
  }
  #x12Hero {
    background-position: 95% center;
  }
  #home-purple-banner p.h3 {
    font-size: 1.8rem;
    line-height: 30px;
    padding: 30px;
  }
  .hco-how {
    padding-bottom: 20px;
  }
  .hco-how h1.banner2 {
    padding: 25px 0;
  }
  .hco-how img {
    top: 0;
  }
  #helpfulLinks {
    border-top: 1px solid #FFFFFF;
    margin-top: 35px;
    padding-top: 5px;
  }
  #helpfulLinks hr {
    display: none;
  }
  .hcobox h1 {
    margin-top: 1em;
  }
  .carousel-home-feature .carousel-inner div.item p,
  .carousel-home-feature .carousel-inner div.item ul {
    font-size: 1.8rem;
  }
  .carousel-home-feature .carousel-header {
    overflow: hidden;
  }
  .carousel-home-feature .carousel-header span {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .contact-form label {
    font-size: 1.3rem;
  }
  .contact-form .btn-lg {
    font-size: 1.2em;
    padding: 12px 20px 10px;
  }
  .filter-btns {
    margin: 0 auto;
  }
  .filter-btns .btn {
    display: block;
    margin: 0.5em auto;
  }
  #contactAddress address {
    height: 100%;
  }
  #contactAddress .map {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  #contactAddress .map:nth-child(2) {
    border-top: 2px solid #681d68;
  }
  .graph-curves {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    max-height: 100px;
  }
  .content-activity {
    margin: 0 auto;
    text-align: center;
  }
  .content-activity .pull-right {
    margin-top: 30px;
    text-align: center !important;
  }
  #hcoQuote .valign-middle {
    width: 100%;
    text-align: center;
  }
  #hcoQuote p.sig-title {
    margin-left: auto !important;
    margin-top: 1em !important;
  }
  #ecomHero {
    min-height: 0;
  }
  #ecomHero p.h3 {
    margin-bottom: 0;
  }
  #ecomHero .content {
    padding-bottom: 0;
  }
  #ecommHomeImg {
    margin-top: 2em;
    margin-bottom: 0;
  }
  #ecom-whitelabel img {
    margin-bottom: 2em;
  }
  /********* end special elements *******/
}
@media (max-width: 639px) {
  .provider-detail .row-table-cell {
    padding: 0 20px 10px;
  }
  .provider-detail .row-table-cell li:first-child {
    font-size: 1.3em;
    font-weight: bold;
  }
  #contactAddress address {
    position: relative;
  }
  .body-press .assets-row .wrapper-justify {
    text-align: center;
  }
  .body-press .assets-row .item-justify {
    width: 48%;
  }
  .body-press .assets-row .item-justify.twice-big {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  .body-press .assets-row .item-justify.twice-big .image-box.product {
    height: auto;
  }
  .body-press .assets-row .item-justify.twice-big .image-box.product img {
    padding: 0;
  }
  .body-whitelabel .video-container {
    background-image: none;
    width: 100%;
    height: 360px;
    padding: 0;
    margin-bottom: 40px;
  }
  #slide-intro .valign-middle .valign-middle-cell {
    vertical-align: top;
  }
  #slide-intro .valign-middle .valign-middle-cell p.h3 {
    margin-top: 4em;
  }
  #slide-intro .valign-middle .valign-middle-cell a.btn-lg {
    padding: 12px 5px;
  }
}
@media (max-width: 567px) {
  .graph-curves {
    width: 170px;
    height: auto;
    overflow: hidden;
  }
}
/* anything smaller than small phone width: 479px */
@media (max-width: 479px) {
  .page-template-z-news .content-news .nav-tabs {
    margin: 0;
    padding: 0;
  }
  .page-template-z-news .content-news .list-group {
    margin: 0;
    padding: 0;
  }
  .page-template-z-news .content-news .list-group .list-group-item span {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom-color: transparent;
  }
  .page-template-z-news .content-news .list-group .list-group-item span.press-publication {
    padding-bottom: 5px;
  }
  .page-template-z-news .content-news .list-group .list-group-item span.press-title {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-template-z-news .content-news .list-group .list-group-item span.press-date {
    padding-top: 5px;
    text-align: left;
    border-bottom-color: #DCDBD8;
  }
  .page-template-z-news td.date,
  .page-template-z-news td.location {
    font-size: 1.2rem;
  }
  .cbp-spmenu-vertical {
    visibility: visible;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
  }
  .site-wrapper .overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    z-index: -99;
    transition: background ease-in-out 0.2s;
  }
  .push-body-menu-open-overlay .site-wrapper .overlay {
    z-index: 6;
    background: #ffffff;
    transition: background ease-in-out 0.2s;
  }
  .cbp-spmenu-right {
    display: none;
  }
  .cbp-spmenu-right.menu-open {
    display: inline-block;
  }
  code.break-all,
  a.break-all {
    white-space: normal;
    display: inline-block;
  }
  .panel-body pre {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-12 .pull-right.xxs-left {
    float: none !important;
    text-align: left;
  }
  .page-template-z-news .item-justify {
    width: 100% !important;
  }
  .graph-curve-cont {
    width: 100%;
  }
  #home-purple-banner p.h3 {
    line-height: 20px;
    padding: 20px;
  }
  #home-purple-banner p.h3 span {
    display: block;
    margin-top: 15px;
  }
  .body-enterprise-home .carousel-control.left {
    left: 0;
  }
  .body-enterprise-home .carousel-control.right {
    right: 10px;
  }
  .body-enterprise-home #slide-intro .open-video {
    background-size: contain;
    height: 70px;
    width: 100%;
  }
  .body-enterprise-home #home-purple-banner {
    display: none;
  }
  .body-enterprise-home #home-purple-banner-mob {
    display: block;
  }
  .sched-graphic {
    background-image: url("../img/imagemin/sched-graphic2.png");
    width: 100%;
    height: 0;
    padding-top: 150%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .row-1-mobile {
    display: block;
  }
  .row-1-mobile img.img-responsive {
    margin-top: 20px;
    width: 65%;
  }
  .row-1-mobile .col-xs-6 {
    min-height: 50px;
    width: 100%;
  }
  .row-1-mobile .bubble {
    padding: 20px;
  }
  .body-press .assets-row .wrapper-justify {
    text-align: center;
  }
  .body-press .assets-row .item-justify {
    width: 100%;
  }
  #marketVideo iframe {
    padding: 0;
    border-left: 5px;
    border-right: 5px;
  }
  .body-faq .filter-btns .btn {
    display: block;
  }
  .body-trends #first-section .myhero2 .box {
    padding: 2em 1em;
  }
}
/* anything larger than small phone width: 480px */
@media (min-width: 640px) {
  #body {
    min-width: 640px;
  }
  #x12Hero {
    height: 550px !important;
  }
  #pokitTeam .members {
    padding: 0;
  }
  #marketVideo {
    min-height: 500px;
  }
  #marketVideo iframe {
    height: 400px;
    margin-bottom: 40px;
  }
}
@media ("max-width:870px") {
  .hero {
    padding: 20px;
    line-height: 4rem;
    font-size: 2.4rem;
  }
  .hero .announcement {
    height: 100px;
    font-size: 1.5rem;
    line-height: 40px;
    padding-top: 5px;
  }
}
@media (min-width: 840px) {
  .container {
    max-width: 100%;
  }
  #network-img {
    display: none;
  }
  #network-canvas {
    position: relative;
    height: 684px;
    width: 795px;
    margin: 40px auto;
  }
  #network-canvas svg {
    z-index: 2;
    position: absolute;
  }
  #network-canvas .img-stack {
    margin-top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #network-canvas .img-stack#img-auth-ref {
    z-index: 4;
  }
  #network-canvas .img-stack.fade-in {
    opacity: 1;
  }
  #network-canvas .link {
    fill: none;
    stroke: #FFF;
    stroke-width: 1.5px;
  }
  .positioned {
    position: absolute;
  }
  .body-home .welcome .container {
    width: 100%;
  }
  .body-faq .filter-btns .col-xs-6:first-child {
    border-right: 1px solid #DCDBD8;
  }
  .price-carousel {
    height: 418px;
    overflow: hidden;
  }
  .price-carousel .carousel-inner {
    text-align: center;
  }
  .price-carousel .carousel-inner .row > div {
    display: inline-block;
  }
  .body-whitelabel .whitelabel-features .dotted-div {
    margin-top: -10px;
  }
  #home-preview {
    height: 520px;
  }
  #home-preview .carousel-indicators {
    top: 460px;
  }
  .content-pokit .price {
    margin-left: 1em;
  }
  #marketVideo iframe {
    height: 500px;
    margin-bottom: -80px;
  }
  .whitelabel-dash .row img {
    max-width: 400px;
  }
  .body-scheduler .bubble {
    position: relative;
  }
  .body-scheduler .bg-purple {
    position: relative;
  }
  .body-scheduler .bg-purple .line {
    content: '';
    display: block;
    border-bottom: 2px solid #d4abd7;
    height: 2px;
    width: 90px;
    position: absolute;
  }
  .body-scheduler .bg-purple .line:after {
    content: "";
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #d4abd7;
    margin-top: -3.5px;
  }
  .body-scheduler .bg-purple .line.left {
    left: -50px;
    top: 100px;
  }
  .body-scheduler .bg-purple .line.left:after {
    float: right;
  }
  .body-scheduler .bg-purple .line.right {
    right: -50px;
    top: 270px;
  }
  .body-scheduler .bg-purple .line.right:after {
    float: left;
  }
  .body-scheduler .b1,
  .body-scheduler .b3 {
    margin-top: 80px;
    margin-right: 40px;
  }
  .body-scheduler .b2,
  .body-scheduler .b4 {
    margin-top: 250px;
    margin-left: 40px;
  }
  .page-template-z-bizx12 .bubble {
    max-width: 200px;
  }
  .page-template-z-bizx12 .feature-block img {
    margin-top: 30px;
  }
  .page-template-z-bizx12 .valign-middle {
    height: 300px;
  }
  #feature1 img {
    bottom: 0;
    right: -30px;
  }
  #feature1 .bubble {
    top: 200px;
    left: 0;
  }
  #feature2 .bubble {
    top: 20px;
    right: 0;
  }
  #feature3 .row {
    padding: 30px;
    background: url("../img/imagemin/x12_graphic3.png") center center no-repeat;
    background-size: 750px 251px;
  }
  #feature3 .bubble {
    margin: 60px auto 0 45%;
  }
  #feature3 img.img-arrow {
    top: -100px;
    left: 90px;
  }
  #feature4 img.img-arrow {
    top: -50px;
    left: 30px;
    height: 60px;
  }
  #feature5 img {
    right: 0;
    top: -50px;
  }
  #feature5 img.img-arrow {
    right: 20px;
    top: -100px;
  }
  .home-carousel .carousel-home-feature div.item p {
    margin: 1em 2em;
  }
  .body-about #logoSC {
    display: block;
    float: right;
  }
  .body-about #logoHV {
    display: block;
    float: left;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid {
    min-width: 768px!important;
  }
  .body-scheduler .row-1 .bg-purple {
    padding-bottom: 0;
  }
  .body-whitelabel .whitelabel-features .dotted-div {
    margin-top: -80px;
  }
  #bundle-data-price .section-divider,
  #bundle-data-price .bg-gray3 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  #pharmacyImage .pharma-2 img {
    max-width: 130px;
    left: -16px;
  }
  #pharmacyImage .pharma-3 .text-left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .scheduling-preferences-provider ul {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .scheduling-preferences-provider li {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .scheduling-preferences-provider li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-right: none;
    width: 100%;
    padding-bottom: 0;
  }
  .carousel-home-feature img {
    margin-top: 2.1em;
    display: inline-block;
  }
  .carousel-home-feature img.img-responsive {
    max-height: 600px;
    width: auto;
  }
  .carousel-home-feature p {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .carousel-home-feature .btn.outline {
    margin: 1em 0.5em;
    padding: 10px 15px 8px;
  }
}
@media (min-width: 1200px) {
  .affix,
  .affix-bottom {
    width: 263px;
  }
  .body-about .team-feature .carousel {
    height: 450px;
  }
  .body-about .carousel-inner {
    overflow: visible !important;
  }
  .body-about .carousel {
    overflow: visible;
  }
  .body-press .carousel .carousel-inner {
    max-width: 800px;
  }
  .body-press .list-group {
    max-height: 800px;
    padding-right: 1em;
  }
  #home-preview .carousel-indicators {
    top: 400px;
  }
  #marketVideo iframe {
    height: 720px;
    margin-bottom: -106px;
  }
  #identityHero img {
    max-width: 1170px;
  }
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(../../../../../s/oswald/v16/TK3hWkUHHAIjg75-sh0Tus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(../../../../../s/oswald/v16/TK3iWkUHHAIjg752GT8D.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(../../../../../s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../../../../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../../../s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../../../../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../../../../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* exclusve mixins */
.body-trends {
  overflow-x: hidden;
  max-width: 100vw;
}
.body-trends #header,
.body-trends header {
  background: transparent;
  border-bottom-color: transparent;
  transition: all ease-in-out 0.4s;
  border-bottom: none;
  padding-left: 0;
}
.body-trends #header a,
.body-trends header a {
  transition: opacity ease-in-out 0.3s;
}
.body-trends #header a.initial,
.body-trends header a.initial {
  opacity: 1;
}
.body-trends #header a.scrolled,
.body-trends header a.scrolled {
  opacity: 0;
}
.body-trends #header.shrink,
.body-trends header.shrink {
  background: #FFFFFF;
}
.body-trends #header.shrink a.initial,
.body-trends header.shrink a.initial {
  opacity: 0;
}
.body-trends #header.shrink a.scrolled,
.body-trends header.shrink a.scrolled {
  opacity: 1;
}
.body-trends #first-section {
  position: relative;
  z-index: 3;
}
.body-trends #first-section .very_handy img {
  height: auto;
  width: 300px;
  position: fixed;
  left: 0;
  top: 20%;
  transition: all ease-in-out 0.4s;
}
.body-trends #first-section .very_handy img#special-hand {
  opacity: 1;
}
.body-trends #first-section .very_handy img#normal-hand {
  opacity: 0;
  z-index: 9;
}
.body-trends #first-section a {
  font-family: Roboto, sans-serif;
}
.body-trends #first-section .myhero {
  background-color: #030002;
  background-image: url('../img/imagemin/trends/Img_Hero_Bg1.jpg');
  background-position: bottom;
  background-size: contain;
  height: 100vh;
  color: #FFFFFF;
  text-align: center;
  max-height: 1400px;
}
.body-trends #first-section .myhero .words2 {
  position: relative;
  top: 45%;
  transform: perspective(1px) translateY(-50%);
}
.body-trends #first-section .myhero .words {
  position: relative;
  top: 30%;
}
.body-trends #first-section .myhero h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 80px;
}
.body-trends #first-section .da-thing {
  height: 100vh;
  width: 100%;
  position: absolute;
  background: transparent;
}
.body-trends #first-section .da-thing a.comeondown {
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.body-trends #first-section .myhero2 {
  background-color: #030002;
  height: auto;
  background-image: url('../img/imagemin/trends/Img_Hero_Bg2.jpg');
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: -5px;
}
.body-trends #first-section .myhero2 .box {
  background: rgba(255, 255, 255, 0.93);
  color: #000000;
  text-align: left;
  padding: 50px;
  margin-right: 60px;
}
.body-trends #first-section .myhero2 .box img.lm_sig {
  max-width: calc(100% - 100px);
  width: 250px;
}
.body-trends #first-section .myhero2 .box p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.body-trends #second-section {
  position: relative;
  z-index: 4;
}
.body-trends #second-section .update2017 {
  background: #f6f6f7;
  border-left: 5px solid #3ad650;
  padding: 20px;
  margin-bottom: 20px;
}
.body-trends #second-section .update2017.lookinggood {
  border-color: #e2c329;
}
.body-trends #second-section .update2017.toosoon {
  border-color: #e57841;
}
.body-trends #second-section .update2017 h5 {
  margin-top: 0;
}
.body-trends #second-section .update2017 img {
  padding-bottom: 10px;
  padding-right: 20px;
  max-width: 100%;
  width: 210px;
}
.body-trends #second-section .update2017 p:last-child {
  margin-bottom: 0 !Important;
}
.body-trends #second-section a {
  font-family: Roboto, sans-serif;
}
.body-trends #second-section .special-image {
  max-width: calc(100% - 40px);
  width: 400px;
  padding: 2px 0 40px 40px;
}
.body-trends #second-section .special-image img {
  width: 100%;
}
.body-trends #second-section b,
.body-trends #second-section blockquote,
.body-trends #second-section h4,
.body-trends #second-section li,
.body-trends #second-section p,
.body-trends #second-section span,
.body-trends #second-section strong,
.body-trends #second-section ul {
  font-family: Roboto, sans-serif;
}
.body-trends #second-section li,
.body-trends #second-section p,
.body-trends #second-section span,
.body-trends #second-section ul {
  font-size: 16px;
  font-weight: 300;
}
.body-trends #second-section p {
  margin-bottom: 30px;
}
.body-trends #second-section span.nobr {
  white-space: nowrap;
}
.body-trends #second-section b,
.body-trends #second-section blockquote,
.body-trends #second-section h4,
.body-trends #second-section strong {
  font-weight: 500;
}
.body-trends #second-section blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 700px;
  margin-left: 60px;
  margin-right: 0;
  border-left: 5px solid #c1afcc;
  color: #66377d;
  font-weight: 400;
  font-size: 22px;
}
.body-trends #second-section blockquote a {
  color: #66377d;
}
.body-trends #second-section blockquote a:hover {
  color: #49275a;
}
.body-trends #second-section blockquote span {
  font-size: 24px;
  display: block;
  margin-top: 15px;
  font-weight: 400;
}
.body-trends #second-section h4 {
  font-size: 24px;
  margin: 40px 0 20px;
}
.body-trends #second-section h3 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 300;
  font-family: 'Oswald', sans-serif !important;
}
.body-trends #second-section .other-heroic-acts {
  background-color: #333;
  height: 400px;
  width: 100%;
  background-size: cover;
}
.body-trends #second-section p.tweet {
  margin-top: 20px !important;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
}
.body-trends #second-section p.tweet .fa {
  font-size: 1.6rem !important;
}
.body-trends #second-section p.tweet a {
  transition: opacity ease-in-out 0.2s !important;
  color: #55ACEE !important;
  opacity: 0.7 !important;
}
.body-trends #second-section p.tweet a:hover {
  opacity: 1 !important;
}
.body-trends #second-section #trend1 .other-heroic-acts {
  background-image: url('../img/imagemin/trends/trend1-bg.jpg');
}
.body-trends #second-section #trend1 .headerarea {
  background-color: #653A7C;
}
.body-trends #second-section #trend1 blockquote {
  border-left-color: #C2B1CB;
  color: #653A7C;
}
.body-trends #second-section #trend1 blockquote a {
  color: #653A7C;
}
.body-trends #second-section #trend1 blockquote a:hover {
  color: #492a59;
}
.body-trends #second-section #trend2 .other-heroic-acts {
  background-image: url('../img/imagemin/trends/trend2-bg.jpg');
}
.body-trends #second-section #trend2 .headerarea {
  background-color: #DB5205;
}
.body-trends #second-section #trend2 blockquote {
  border-left-color: #F1BA9B;
  color: #DB5205;
}
.body-trends #second-section #trend2 blockquote a {
  color: #DB5205;
}
.body-trends #second-section #trend2 blockquote a:hover {
  color: #a93f04;
}
.body-trends #second-section #trend3 .other-heroic-acts {
  background-image: url('../img/imagemin/trends/trend3-bg.jpg');
}
.body-trends #second-section #trend3 .headerarea {
  background-color: #A5A500;
}
.body-trends #second-section #trend3 blockquote {
  border-left-color: #DBDB99;
  color: #A5A500;
}
.body-trends #second-section #trend3 blockquote a {
  color: #A5A500;
}
.body-trends #second-section #trend3 blockquote a:hover {
  color: #727200;
}
.body-trends #second-section #trend4 .other-heroic-acts {
  background-image: url('../img/imagemin/trends/trend4-bg.jpg');
}
.body-trends #second-section #trend4 .headerarea {
  background-color: #631F0D;
}
.body-trends #second-section #trend4 blockquote {
  border-left-color: #C1A69F;
  color: #631F0D;
}
.body-trends #second-section #trend4 blockquote a {
  color: #631F0D;
}
.body-trends #second-section #trend4 blockquote a:hover {
  color: #361107;
}
.body-trends #second-section #trend5 .other-heroic-acts {
  background-image: url('../img/imagemin/trends/trend5-bg.jpg');
}
.body-trends #second-section #trend5 .headerarea {
  background-color: #157389;
}
.body-trends #second-section #trend5 blockquote {
  border-left-color: #A2C7D0;
  color: #157389;
}
.body-trends #second-section #trend5 blockquote a {
  color: #157389;
}
.body-trends #second-section #trend5 blockquote a:hover {
  color: #0e4e5d;
}
.body-trends #second-section .headerarea {
  height: auto;
  width: 100%;
  padding: 50px 0;
  text-align: left;
}
.body-trends #second-section .contentarea {
  background: #FFFFFF;
  padding: 40px 0;
  color: #000000;
}
.body-trends #second-section .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
.body-trends.shrunk #first-section .very_handy img#special-hand {
  opacity: 0;
}
.body-trends.shrunk #first-section .very_handy img#normal-hand {
  opacity: 1;
}
.body-trends.shrunk #first-section .very_handy img#normal-hand.uskrolltho {
  /* todo who knows */
}
.body-trends.shrunk #subscribeBtn {
  opacity: 1;
}
.body-trends #subscribeBtn {
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  margin-top: 5px !important;
  margin-right: 1em !important;
}
.body-trends .tweet {
  position: relative;
  padding-left: 20px;
}
.body-trends .tweet .pd-social.pd-social-tw {
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
#footer {
  z-index: 6;
}
.iframed {
  min-height: auto !important;
  height: 40px !important;
  overflow: hidden !important;
}
.iframed #mc_embed_signup {
  position: absolute;
  top: 2px;
  padding-top: 0;
  right: 2px;
  width: auto;
}
.iframed #mc_embed_signup .form-group button,
.iframed #mc_embed_signup .form-group input {
  margin: 0;
  padding: 0 15px;
  height: 35px;
  display: inline-block;
}
.iframed #mc_embed_signup .form-group input {
  border: 1px solid #b2b2b1;
  width: 370px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 35px;
}
.iframed #mc_embed_signup .form-group button {
  line-height: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: -6px;
  top: -1px;
  border: 1px solid #F9A21D;
}
#anchors {
  position: fixed;
  right: 15px;
  z-index: 99999;
  top: 40%;
}
#anchors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#anchors ul.nav-tabs {
  border: none;
}
#anchors ul li {
  display: block;
  float: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 5px;
}
#anchors ul li a {
  text-transform: capitalize;
  border: none;
  padding: 5px 35px 5px 15px;
  position: relative;
  color: #FFFFFF;
  display: block;
  background: transparent;
  transition: all ease-in-out 0.2s;
  border-radius: 25px;
}
#anchors ul li a span {
  opacity: 0;
  font-family: Roboto, sans-serif;
}
#anchors ul li i {
  display: block;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border: 1px solid #DCDBD8;
  border-radius: 10px;
}
#anchors ul li span {
  margin-right: 1px;
  display: inline-block;
}
#anchors ul li.active span,
#anchors ul li:hover span {
  opacity: 1;
}
#anchors ul li.active a#trend1link i,
#anchors ul li:hover a#trend1link i {
  background-color: #C2B1CB;
}
#anchors ul li.active a#trend2link i,
#anchors ul li:hover a#trend2link i {
  background: #F1BA9B;
}
#anchors ul li.active a#trend3link i,
#anchors ul li:hover a#trend3link i {
  background: #DBDB99;
}
#anchors ul li.active a#trend4link i,
#anchors ul li:hover a#trend4link i {
  background: #C1A69F;
}
#anchors ul li.active a#trend5link i,
#anchors ul li:hover a#trend5link i {
  background: #A2C7D0;
}
#anchors ul li.active a#trend1link {
  background: rgba(101, 58, 124, 0.9);
}
#anchors ul li.active a#trend2link {
  background: rgba(219, 82, 5, 0.9);
}
#anchors ul li.active a#trend3link {
  background: rgba(165, 165, 0, 0.9);
}
#anchors ul li.active a#trend4link {
  background: rgba(99, 31, 13, 0.9);
}
#anchors ul li.active a#trend5link {
  background: rgba(21, 115, 137, 0.9);
}
#anchors ul li:hover a {
  cursor: pointer;
}
#anchors ul li:hover a#trend1link {
  background: rgba(101, 58, 124, 0.7);
}
#anchors ul li:hover a#trend2link {
  background: rgba(219, 82, 5, 0.7);
}
#anchors ul li:hover a#trend3link {
  background: rgba(165, 165, 0, 0.7);
}
#anchors ul li:hover a#trend4link {
  background: rgba(99, 31, 13, 0.7);
}
#anchors ul li:hover a#trend5link {
  background: rgba(21, 115, 137, 0.7);
}
.circle-nav2 li a {
  position: relative;
  text-transform: capitalize;
  border: none;
  padding: 3px 30px 3px 15px;
  color: #FFFFFF;
  display: block;
  background: transparent;
  transition: all ease-in-out 0.2s;
  border-radius: 25px;
}
@media (max-width: 839px) {
  .body-trends .header,
  .body-trends header {
    overflow-x: hidden;
  }
  .body-trends .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  .body-trends #anchors {
    position: fixed;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
  }
  .body-trends #anchors .nav-tabs {
    border: none !important;
  }
  .body-trends #anchors ul {
    width: 100vw;
  }
  .body-trends #anchors ul li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    width: 20%;
  }
  .body-trends #anchors ul li a {
    text-transform: capitalize;
    border: none;
    font-size: 12px;
    padding: 7px 0;
    color: #000000;
    display: block;
    margin-right: 0;
    background: transparent;
    transition: all ease-in-out 0.2s;
    border-radius: 0;
  }
  .body-trends #anchors ul li a#trend1link {
    background: rgba(255, 255, 255, 0.8);
  }
  .body-trends #anchors ul li a#trend2link {
    background: rgba(255, 255, 255, 0.8);
  }
  .body-trends #anchors ul li a#trend3link {
    background: rgba(255, 255, 255, 0.8);
  }
  .body-trends #anchors ul li a#trend4link {
    background: rgba(255, 255, 255, 0.8);
  }
  .body-trends #anchors ul li a#trend5link {
    background: rgba(255, 255, 255, 0.8);
  }
  .body-trends #anchors ul li a .fa {
    display: none;
  }
  .body-trends #anchors ul li a span {
    opacity: 1;
  }
  .body-trends #anchors ul li.active a {
    color: #FFFFFF;
    border: none;
  }
  .body-trends #anchors ul li.active a#trend1link {
    background: #653A7C;
  }
  .body-trends #anchors ul li.active a#trend2link {
    background: #DB5205;
  }
  .body-trends #anchors ul li.active a#trend3link {
    background: #A5A500;
  }
  .body-trends #anchors ul li.active a#trend4link {
    background: #631F0D;
  }
  .body-trends #anchors ul li.active a#trend5link {
    background: #157389;
  }
  .body-trends #anchors ul li.active a span {
    opacity: 1;
  }
  .body-trends #anchors ul li:hover a {
    color: #FFFFFF;
    border: none;
  }
  .body-trends #anchors ul li:hover a#trend1link {
    background: rgba(101, 58, 124, 0.8);
  }
  .body-trends #anchors ul li:hover a#trend2link {
    background: rgba(219, 82, 5, 0.8);
  }
  .body-trends #anchors ul li:hover a#trend3link {
    background: rgba(165, 165, 0, 0.8);
  }
  .body-trends #anchors ul li:hover a#trend4link {
    background: rgba(99, 31, 13, 0.8);
  }
  .body-trends #anchors ul li:hover a#trend5link {
    background: rgba(21, 115, 137, 0.8);
  }
  .body-trends #anchors ul li:hover a span {
    opacity: 1;
  }
  .body-trends #first-section .myhero {
    height: auto;
    padding-top: 80px;
    text-align: left;
  }
  .body-trends #first-section .myhero h2 {
    font-size: 42px;
  }
  .body-trends #first-section .myhero .words {
    position: static;
    transform: none;
    top: 0;
    padding: 0;
    margin-top: 10px;
  }
  .body-trends #first-section .very_handy img {
    display: none;
  }
  .body-trends #first-section .myhero2 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body-trends #first-section .myhero2 .box {
    margin-right: 0;
  }
  .body-trends #second-section .update2017 img {
    float: none !important;
    width: 180px;
  }
  .body-trends #second-section .special-image {
    padding: 2px 0 10px;
    max-width: 100%;
    width: 100%;
  }
  .body-trends #second-section .other-heroic-acts {
    height: 170px;
    background-size: 150%;
  }
  .body-trends #second-section blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: auto;
    margin-left: 0;
    margin-right: 0;
    border-left: 5px solid #c1afcc;
    color: #66377d;
    font-weight: 400;
    font-size: 19px;
  }
}
/* slider CSS */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  padding: 20px;
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: transparent;
  border: 4px solid transparent;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #000000;
}
.flex-direction-nav a:before {
  font-family: "pokit-icon";
  font-size: 24px;
  display: inline-block;
  content: '\E017';
  color: #3d434b;
}
.flex-direction-nav a.flex-next:before {
  content: '\E027';
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "pokit-icon";
  font-size: 20px;
  display: inline-block;
  content: 'f';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: 'f';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  bottom: -20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.6);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.table {
  display: table;
  min-height: 240px;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
.table-cell-image {
  width: 46%;
}
.table-cell-6 {
  width: 50%;
}
.table-cell-words {
  width: 54%;
}
.table-cell-words p {
  margin: 0;
}
.rounded-dotted {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  border: 2px dotted #f5a623;
  position: relative;
}
.rounded-dotted h4 {
  display: block;
  text-align: center;
  margin: 0;
  line-height: 180px;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.rounded-dotted:before {
  content: '';
  width: 150px;
  height: 150px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  position: absolute;
  border: 2px dotted rgba(245, 166, 35, 0.3);
}
.cool-card-table {
  display: table;
  height: 160px;
  vertical-align: middle;
}
.cool-card {
  display: table-row;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: box-shadow ease-in-out 0.2s;
}
.cool-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}
.cool-card .cool-card-img {
  display: table-cell;
  height: 150px;
  width: 150px;
  border-radius: 6px 0 0 6px;
  background-size: cover;
  background-repeat: no-repeat;
}
.cool-card .cool-card-content {
  display: table-cell;
  width: calc(100% - 150px);
  vertical-align: middle;
  height: 150px;
}
.cool-card .cool-card-content .cool-card-content-container {
  border-radius: 0 6px 6px 0;
  background: #FFFFFF;
  height: 150px;
  position: relative;
  padding: 20px;
}
.cool-card .cool-card-content .cool-card-content-container p.title {
  color: #000000;
  font-size: 1.8rem;
}
.cool-card .cool-card-content .cool-card-content-container p.title .title-content {
  position: relative;
  top: 25px;
  height: 100%;
}
.cool-card .cool-card-content .cool-card-content-container .btn-primary {
  color: #F9A21D;
  background: transparent;
  border-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cool-card .cool-card-content .cool-card-content-container h6 {
  position: absolute;
  top: 0;
  left: 20px;
}
.cool-card .cool-card-content .cool-card-content-container h6 small {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .table {
    min-height: 200px;
  }
  .table-cell-image {
    width: 37%;
  }
  .table-cell-words {
    width: 63%;
  }
  .rounded-dotted {
    height: 110px;
    width: 110px;
  }
  .rounded-dotted h4 {
    line-height: 110px;
    font-size: 1.5rem;
  }
  .rounded-dotted:before {
    width: 100px;
    height: 100px;
    top: 3px;
    left: 3px;
  }
  .cool-card .cool-card-content .cool-card-content-container p.title {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .table {
    min-height: 0;
    width: 600px;
    margin: 0 auto 40px;
  }
  .table-cell-image {
    width: 30%;
  }
  .table-cell-words {
    width: 70%;
  }
  .cool-card .cool-card-content .cool-card-content-container {
    width: 160px;
  }
  .cool-card .cool-card-content .cool-card-content-container p.title {
    font-size: 1.2rem;
  }
  .cool-card .cool-card-content .cool-card-content-container p.title .title-content {
    top: 20px;
  }
  .cool-card .cool-card-content .cool-card-content-container .btn-primary {
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 839px) {
  .table {
    display: block;
    width: auto;
    max-width: 300px;
    margin-bottom: 70px;
  }
  .table-row {
    display: block;
  }
  .table-cell-image {
    margin: 0 auto 30px;
    width: auto;
    display: block;
  }
  .rounded-dotted {
    margin: 0 auto;
  }
  .table-cell-words {
    width: auto;
    display: block;
    text-align: center;
  }
}