.async-hide {
  opacity: 0 !important;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button {
  color: #fff;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit;
}
.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(
    --wp-block-core-button--color--background,
    var(--wp-color--primary, #32373c)
  );
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
}
.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: none;
  margin-left: 8px;
}
.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 20px 30px;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column[style] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff;
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper:before {
  padding-top: 177.78%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px) / 3 - 1px);
    }
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px) / 4 - 1px);
    }
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px) / 5 - 1px);
    }
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px) / 6 - 1px);
    }
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px) / 7 - 1px);
    }
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px) / 8 - 1px);
    }
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.wp-block-navigation > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 600px) {
  .wp-block-navigation > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.wp-block-navigation > ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.wp-block-navigation > ul ul li {
  margin: 0;
}
.wp-block-navigation > ul li {
  z-index: 1;
}
.wp-block-navigation > ul li:focus-within,
.wp-block-navigation > ul li:hover {
  cursor: pointer;
  z-index: 99999;
}
.wp-block-navigation > ul li:focus-within > ul,
.wp-block-navigation > ul li:hover > ul,
.wp-block-navigation > ul li ul:focus,
.wp-block-navigation > ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-navigation > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-navigation
  .block-editor-block-list__layout
  .block-editor-block-list__layout {
  width: 200px;
}
.wp-block-navigation
  .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > .wp-block {
  margin: 0;
  width: auto;
}
.wp-block-navigation,
.wp-block-navigation > .wp-block-navigation__container {
  align-items: center;
  width: 100%;
}
.wp-block-navigation > .wp-block-navigation-link,
.wp-block-navigation
  > .wp-block-navigation__container
  > .wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4;
}
.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block
  .wp-block-navigation-link {
  margin: 0;
}
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
  display: none;
}
.wp-block-navigation
  .wp-block-navigation-link.has-child
  > .wp-block-navigation__container,
.wp-block-navigation
  .wp-block-navigation-link.is-editing.has-child
  > .block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.wp-block-navigation
  .wp-block-navigation-link.has-child
  > .wp-block-navigation__container
  .block-editor-inner-blocks,
.wp-block-navigation
  .wp-block-navigation-link.has-child
  > .wp-block-navigation__container
  .wp-block-navigation__container,
.wp-block-navigation
  .wp-block-navigation-link.is-editing.has-child
  > .block-editor-inner-blocks
  .block-editor-inner-blocks,
.wp-block-navigation
  .wp-block-navigation-link.is-editing.has-child
  > .block-editor-inner-blocks
  .wp-block-navigation__container {
  left: 100%;
  top: -1px;
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 16px;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link:first-child:not(:only-child)
  .wp-block-navigation-link__content {
  padding-top: 8px;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link:last-child
  .wp-block-navigation-link__content {
  padding-bottom: 8px;
}
.wp-block-navigation
  .wp-block-navigation-link.has-child
  .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__submenu-icon
  svg {
  fill: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0);
}
.wp-block-navigation
  .wp-block-navigation-link.has-text-color
  .wp-block-navigation-link__content {
  color: inherit;
}
.wp-block-navigation.is-style-light
  .wp-block-navigation-link:not(.has-text-color)
  > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light
  .wp-block-navigation-link:not(.has-text-color)
  > .wp-block-navigation__container,
.wp-block-navigation
  .wp-block-navigation-link:not(.has-text-color)
  > .block-editor-inner-blocks,
.wp-block-navigation
  .wp-block-navigation-link:not(.has-text-color)
  > .wp-block-navigation__container {
  color: #111;
}
.wp-block-navigation.is-style-light
  .wp-block-navigation-link:not(.has-background)
  > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light
  .wp-block-navigation-link:not(.has-background)
  > .wp-block-navigation__container,
.wp-block-navigation
  .wp-block-navigation-link:not(.has-background)
  > .block-editor-inner-blocks,
.wp-block-navigation
  .wp-block-navigation-link:not(.has-background)
  > .wp-block-navigation__container {
  background-color: #fff;
}
.wp-block-navigation.is-style-dark
  .wp-block-navigation-link:not(.has-text-color)
  > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark
  .wp-block-navigation-link:not(.has-text-color)
  > .wp-block-navigation__container {
  color: #fff;
}
.wp-block-navigation.is-style-dark
  .wp-block-navigation-link:not(.has-background)
  > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark
  .wp-block-navigation-link:not(.has-background)
  > .wp-block-navigation__container {
  background-color: #333;
}
.wp-block-navigation
  .wp-block-navigation-link.has-child
  > .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.wp-block-navigation > ul > li > a {
  display: flex;
  align-items: center;
}
.wp-block-navigation > ul > li:first-of-type > a {
  padding-left: 0;
}
.wp-block-navigation > ul > li:last-of-type > a {
  padding-right: 0;
}
.wp-block-navigation.items-justified-left > ul {
  justify-content: flex-start;
}
.wp-block-navigation.items-justified-center > ul {
  justify-content: center;
}
.wp-block-navigation.items-justified-right > ul {
  justify-content: flex-end;
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    transition-duration: 0s;
  }
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(
    135deg,
    #4aeadc,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c
  );
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
  font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-justify {
  text-align: justify;
}
@charset "UTF-8";
#pmpro_payment_method .pmpro_checkout-fields {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #pmpro_payment_method span.gateway_paypalstandard {
    display: block;
    margin: 1em 0 0;
  }
}
@media only screen and (max-width: 991px) {
  #pmpro_payment_method span.gateway_stripe {
    width: 100%;
    display: block;
  }
  #pmpro_payment_method span.gateway_paypalstandard {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
.entry-share-btns {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.entry-share-btns li {
  display: inline-block;
  margin: 0 6px 6px 0;
  border-radius: 6px;
  background: #666;
}
.entry-share-btns li:hover,
.entry-share-btns li:focus {
  background: #555;
}
.entry-share-btns a,
.entry-content .entry-share-btns a {
  line-height: 25px;
  display: block;
  padding-right: 6px;
  padding-left: 6px;
  text-decoration: none;
  color: #fff;
  border: none;
}
.entry-share-btns a:hover,
.entry-share-btns a:focus {
  text-decoration: none;
  color: #fff;
}
.entry-share-btns b {
  font-weight: 400;
  display: none;
  padding-left: 3px;
}
.entry-share-btns .count {
  display: inline-block;
  margin-left: 2px;
  padding-left: 5px;
  border-left: 1px solid #555;
}
.entry-share-btns li:hover .count {
  border-left: 1px solid #444;
}
.entry-share-btns svg {
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
}
@media (min-width: 600px) {
  .entry-share-btns b {
    display: inline-block;
  }
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
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 {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  #pmpro_account table,
  .pmpro_form table,
  .table {
    border-collapse: collapse !important;
  }
  #pmpro_account table td,
  #pmpro_account table th,
  .pmpro_form table td,
  .pmpro_form table th,
  .table td,
  .table th {
    background-color: #fff !important;
  }
  #pmpro_account table td,
  #pmpro_account table th,
  .pmpro_form table td,
  .pmpro_form table th,
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.eot);
  src: url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1d81ae;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #12506c;
  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;
}
.aligncenter,
.img-responsive,
.latest-posts .posts .post .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded,
.latest-posts .posts .post .image img {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#footer-features .widgets .widget.about img,
.img-circle {
  border-radius: 50%;
}
hr {
  border: 0;
  border-top: 1px solid #e8eef2;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #40464a;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #bcc4c9;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.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,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.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: 50px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 22px;
}
.h4,
h4 {
  font-size: 20px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
.small,
small {
  font-size: 90%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.gform_wrapper,
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bcc4c9;
}
.text-primary {
  color: #1d81ae;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #166182;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #1d81ae;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #166182;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #e8eef2;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 15px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
#pmpro_account ul,
.complete-archive .lcp_catlist,
.content-info .widgets .widget ul,
.gform_wrapper ul,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
#footer-navigation .widgets .widget.colophon ul,
.blog .nav-blog,
.entry-meta,
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#footer-navigation .widgets .widget.colophon ul > li,
.blog .nav-blog > li,
.entry-meta > li,
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dd,
dt {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .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[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #bcc4c9;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 25px;
  border-left: 5px solid #e8eef2;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #bcc4c9;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e8eef2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #40464a;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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: 20px;
  padding-right: 20px;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bcc4c9;
}
caption,
th {
  text-align: left;
}
#pmpro_account table,
.pmpro_form table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#pmpro_account table > tbody > tr > td,
#pmpro_account table > tbody > tr > th,
#pmpro_account table > tfoot > tr > td,
#pmpro_account table > tfoot > tr > th,
#pmpro_account table > thead > tr > td,
#pmpro_account table > thead > tr > th,
.pmpro_form table > tbody > tr > td,
.pmpro_form table > tbody > tr > th,
.pmpro_form table > tfoot > tr > td,
.pmpro_form table > tfoot > tr > th,
.pmpro_form table > thead > tr > td,
.pmpro_form table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#pmpro_account table > thead > tr > th,
.pmpro_form table > thead > tr > th,
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#pmpro_account table > caption + thead > tr:first-child > td,
#pmpro_account table > caption + thead > tr:first-child > th,
#pmpro_account table > colgroup + thead > tr:first-child > td,
#pmpro_account table > colgroup + thead > tr:first-child > th,
#pmpro_account table > thead:first-child > tr:first-child > td,
#pmpro_account table > thead:first-child > tr:first-child > th,
.pmpro_form table > caption + thead > tr:first-child > td,
.pmpro_form table > caption + thead > tr:first-child > th,
.pmpro_form table > colgroup + thead > tr:first-child > td,
.pmpro_form table > colgroup + thead > tr:first-child > th,
.pmpro_form table > thead:first-child > tr:first-child > td,
.pmpro_form table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
#pmpro_account table > tbody + tbody,
.pmpro_form table > tbody + tbody,
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#pmpro_account .table table,
#pmpro_account table .table,
#pmpro_account table table,
.pmpro_form .table table,
.pmpro_form table #pmpro_account table,
.pmpro_form table .table,
.pmpro_form table table,
.table #pmpro_account table,
.table .pmpro_form table,
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
#pmpro_account table,
#pmpro_account table > tbody > tr > td,
#pmpro_account table > tbody > tr > th,
#pmpro_account table > tfoot > tr > td,
#pmpro_account table > tfoot > tr > th,
#pmpro_account table > thead > tr > td,
#pmpro_account table > thead > tr > th,
.pmpro_form table,
.pmpro_form table > tbody > tr > td,
.pmpro_form table > tbody > tr > th,
.pmpro_form table > tfoot > tr > td,
.pmpro_form table > tfoot > tr > th,
.pmpro_form table > thead > tr > td,
.pmpro_form table > thead > tr > th,
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
#pmpro_account table > thead > tr > td,
#pmpro_account table > thead > tr > th,
.pmpro_form table > thead > tr > td,
.pmpro_form table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
#pmpro_account table > tbody > tr.active > td,
#pmpro_account table > tbody > tr.active > th,
#pmpro_account table > tbody > tr > td.active,
#pmpro_account table > tbody > tr > th.active,
#pmpro_account table > tfoot > tr.active > td,
#pmpro_account table > tfoot > tr.active > th,
#pmpro_account table > tfoot > tr > td.active,
#pmpro_account table > tfoot > tr > th.active,
#pmpro_account table > thead > tr.active > td,
#pmpro_account table > thead > tr.active > th,
#pmpro_account table > thead > tr > td.active,
#pmpro_account table > thead > tr > th.active,
.pmpro_form table > tbody > tr.active > td,
.pmpro_form table > tbody > tr.active > th,
.pmpro_form table > tbody > tr > td.active,
.pmpro_form table > tbody > tr > th.active,
.pmpro_form table > tfoot > tr.active > td,
.pmpro_form table > tfoot > tr.active > th,
.pmpro_form table > tfoot > tr > td.active,
.pmpro_form table > tfoot > tr > th.active,
.pmpro_form table > thead > tr.active > td,
.pmpro_form table > thead > tr.active > th,
.pmpro_form table > thead > tr > td.active,
.pmpro_form table > thead > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
#pmpro_account table > tbody > tr.success > td,
#pmpro_account table > tbody > tr.success > th,
#pmpro_account table > tbody > tr > td.success,
#pmpro_account table > tbody > tr > th.success,
#pmpro_account table > tfoot > tr.success > td,
#pmpro_account table > tfoot > tr.success > th,
#pmpro_account table > tfoot > tr > td.success,
#pmpro_account table > tfoot > tr > th.success,
#pmpro_account table > thead > tr.success > td,
#pmpro_account table > thead > tr.success > th,
#pmpro_account table > thead > tr > td.success,
#pmpro_account table > thead > tr > th.success,
.pmpro_form table > tbody > tr.success > td,
.pmpro_form table > tbody > tr.success > th,
.pmpro_form table > tbody > tr > td.success,
.pmpro_form table > tbody > tr > th.success,
.pmpro_form table > tfoot > tr.success > td,
.pmpro_form table > tfoot > tr.success > th,
.pmpro_form table > tfoot > tr > td.success,
.pmpro_form table > tfoot > tr > th.success,
.pmpro_form table > thead > tr.success > td,
.pmpro_form table > thead > tr.success > th,
.pmpro_form table > thead > tr > td.success,
.pmpro_form table > thead > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
#pmpro_account table > tbody > tr.info > td,
#pmpro_account table > tbody > tr.info > th,
#pmpro_account table > tbody > tr > td.info,
#pmpro_account table > tbody > tr > th.info,
#pmpro_account table > tfoot > tr.info > td,
#pmpro_account table > tfoot > tr.info > th,
#pmpro_account table > tfoot > tr > td.info,
#pmpro_account table > tfoot > tr > th.info,
#pmpro_account table > thead > tr.info > td,
#pmpro_account table > thead > tr.info > th,
#pmpro_account table > thead > tr > td.info,
#pmpro_account table > thead > tr > th.info,
.pmpro_form table > tbody > tr.info > td,
.pmpro_form table > tbody > tr.info > th,
.pmpro_form table > tbody > tr > td.info,
.pmpro_form table > tbody > tr > th.info,
.pmpro_form table > tfoot > tr.info > td,
.pmpro_form table > tfoot > tr.info > th,
.pmpro_form table > tfoot > tr > td.info,
.pmpro_form table > tfoot > tr > th.info,
.pmpro_form table > thead > tr.info > td,
.pmpro_form table > thead > tr.info > th,
.pmpro_form table > thead > tr > td.info,
.pmpro_form table > thead > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
#pmpro_account table > tbody > tr.warning > td,
#pmpro_account table > tbody > tr.warning > th,
#pmpro_account table > tbody > tr > td.warning,
#pmpro_account table > tbody > tr > th.warning,
#pmpro_account table > tfoot > tr.warning > td,
#pmpro_account table > tfoot > tr.warning > th,
#pmpro_account table > tfoot > tr > td.warning,
#pmpro_account table > tfoot > tr > th.warning,
#pmpro_account table > thead > tr.warning > td,
#pmpro_account table > thead > tr.warning > th,
#pmpro_account table > thead > tr > td.warning,
#pmpro_account table > thead > tr > th.warning,
.pmpro_form table > tbody > tr.warning > td,
.pmpro_form table > tbody > tr.warning > th,
.pmpro_form table > tbody > tr > td.warning,
.pmpro_form table > tbody > tr > th.warning,
.pmpro_form table > tfoot > tr.warning > td,
.pmpro_form table > tfoot > tr.warning > th,
.pmpro_form table > tfoot > tr > td.warning,
.pmpro_form table > tfoot > tr > th.warning,
.pmpro_form table > thead > tr.warning > td,
.pmpro_form table > thead > tr.warning > th,
.pmpro_form table > thead > tr > td.warning,
.pmpro_form table > thead > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
#pmpro_account table > tbody > tr.danger > td,
#pmpro_account table > tbody > tr.danger > th,
#pmpro_account table > tbody > tr > td.danger,
#pmpro_account table > tbody > tr > th.danger,
#pmpro_account table > tfoot > tr.danger > td,
#pmpro_account table > tfoot > tr.danger > th,
#pmpro_account table > tfoot > tr > td.danger,
#pmpro_account table > tfoot > tr > th.danger,
#pmpro_account table > thead > tr.danger > td,
#pmpro_account table > thead > tr.danger > th,
#pmpro_account table > thead > tr > td.danger,
#pmpro_account table > thead > tr > th.danger,
.pmpro_form table > tbody > tr.danger > td,
.pmpro_form table > tbody > tr.danger > th,
.pmpro_form table > tbody > tr > td.danger,
.pmpro_form table > tbody > tr > th.danger,
.pmpro_form table > tfoot > tr.danger > td,
.pmpro_form table > tfoot > tr.danger > th,
.pmpro_form table > tfoot > tr > td.danger,
.pmpro_form table > tfoot > tr > th.danger,
.pmpro_form table > thead > tr.danger > td,
.pmpro_form table > thead > tr.danger > th,
.pmpro_form table > thead > tr > td.danger,
.pmpro_form table > thead > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #pmpro_account .table-responsive > table,
  .pmpro_form .table-responsive > table,
  .table-responsive > .table {
    margin-bottom: 0;
  }
  #pmpro_account .table-responsive > table > tbody > tr > td,
  #pmpro_account .table-responsive > table > tbody > tr > th,
  #pmpro_account .table-responsive > table > tfoot > tr > td,
  #pmpro_account .table-responsive > table > tfoot > tr > th,
  #pmpro_account .table-responsive > table > thead > tr > td,
  #pmpro_account .table-responsive > table > thead > tr > th,
  .pmpro_form .table-responsive > table > tbody > tr > td,
  .pmpro_form .table-responsive > table > tbody > tr > th,
  .pmpro_form .table-responsive > table > tfoot > tr > td,
  .pmpro_form .table-responsive > table > tfoot > tr > th,
  .pmpro_form .table-responsive > table > thead > tr > td,
  .pmpro_form .table-responsive > table > thead > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  #pmpro_account .table-responsive > table,
  .pmpro_form .table-responsive > table,
  .table-responsive > .table-bordered {
    border: 0;
  }
  #pmpro_account .table-responsive > table > tbody > tr > td:first-child,
  #pmpro_account .table-responsive > table > tbody > tr > th:first-child,
  #pmpro_account .table-responsive > table > tfoot > tr > td:first-child,
  #pmpro_account .table-responsive > table > tfoot > tr > th:first-child,
  #pmpro_account .table-responsive > table > thead > tr > td:first-child,
  #pmpro_account .table-responsive > table > thead > tr > th:first-child,
  .pmpro_form .table-responsive > table > tbody > tr > td:first-child,
  .pmpro_form .table-responsive > table > tbody > tr > th:first-child,
  .pmpro_form .table-responsive > table > tfoot > tr > td:first-child,
  .pmpro_form .table-responsive > table > tfoot > tr > th:first-child,
  .pmpro_form .table-responsive > table > thead > tr > td:first-child,
  .pmpro_form .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  #pmpro_account .table-responsive > table > tbody > tr > td:last-child,
  #pmpro_account .table-responsive > table > tbody > tr > th:last-child,
  #pmpro_account .table-responsive > table > tfoot > tr > td:last-child,
  #pmpro_account .table-responsive > table > tfoot > tr > th:last-child,
  #pmpro_account .table-responsive > table > thead > tr > td:last-child,
  #pmpro_account .table-responsive > table > thead > tr > th:last-child,
  .pmpro_form .table-responsive > table > tbody > tr > td:last-child,
  .pmpro_form .table-responsive > table > tbody > tr > th:last-child,
  .pmpro_form .table-responsive > table > tfoot > tr > td:last-child,
  .pmpro_form .table-responsive > table > tfoot > tr > th:last-child,
  .pmpro_form .table-responsive > table > thead > tr > td:last-child,
  .pmpro_form .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  #pmpro_account .table-responsive > table > tbody > tr:last-child > td,
  #pmpro_account .table-responsive > table > tbody > tr:last-child > th,
  #pmpro_account .table-responsive > table > tfoot > tr:last-child > td,
  #pmpro_account .table-responsive > table > tfoot > tr:last-child > th,
  .pmpro_form .table-responsive > table > tbody > tr:last-child > td,
  .pmpro_form .table-responsive > table > tbody > tr:last-child > th,
  .pmpro_form .table-responsive > table > tfoot > tr:last-child > td,
  .pmpro_form .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #40464a;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  color: #757c80;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea,
.form-control,
.gform_wrapper .ginput_container input:not([type="file"]),
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea,
.input,
form.pmpro_form .input,
form.pmpro_form .pmpro_checkout div input:not([type="file"]),
form.pmpro_form .pmpro_checkout div select,
form.pmpro_form .pmpro_checkout div textarea,
form.pmpro_form select,
form.pmpro_form textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #757c80;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.form-control:focus,
.gform_wrapper .ginput_container input:focus:not([type="file"]),
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container textarea:focus,
.input:focus,
form.pmpro_form .input:focus,
form.pmpro_form .pmpro_checkout div input:focus:not([type="file"]),
form.pmpro_form .pmpro_checkout div select:focus,
form.pmpro_form .pmpro_checkout div textarea:focus,
form.pmpro_form select:focus,
form.pmpro_form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.form-control::-moz-placeholder,
.gform_wrapper .ginput_container input:not([type="file"])::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder,
.input::-moz-placeholder,
form.pmpro_form .input::-moz-placeholder,
form.pmpro_form .pmpro_checkout div input:not([type="file"])::-moz-placeholder,
form.pmpro_form .pmpro_checkout div select::-moz-placeholder,
form.pmpro_form .pmpro_checkout div textarea::-moz-placeholder,
form.pmpro_form select::-moz-placeholder,
form.pmpro_form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.gform_wrapper .ginput_container input:-ms-input-placeholder:not([type="file"]),
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea:-ms-input-placeholder,
.input:-ms-input-placeholder,
form.pmpro_form .input:-ms-input-placeholder,
form.pmpro_form
  .pmpro_checkout
  div
  input:-ms-input-placeholder:not([type="file"]),
form.pmpro_form .pmpro_checkout div select:-ms-input-placeholder,
form.pmpro_form .pmpro_checkout div textarea:-ms-input-placeholder,
form.pmpro_form select:-ms-input-placeholder,
form.pmpro_form textarea:-ms-input-placeholder {
  color: #999;
}
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.gform_wrapper
  .ginput_container
  input:not([type="file"])::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder,
form.pmpro_form .input::-webkit-input-placeholder,
form.pmpro_form
  .pmpro_checkout
  div
  input:not([type="file"])::-webkit-input-placeholder,
form.pmpro_form .pmpro_checkout div select::-webkit-input-placeholder,
form.pmpro_form .pmpro_checkout div textarea::-webkit-input-placeholder,
form.pmpro_form select::-webkit-input-placeholder,
form.pmpro_form textarea::-webkit-input-placeholder {
  color: #999;
}
.comment-form fieldset[disabled] input[type="email"],
.comment-form fieldset[disabled] input[type="text"],
.comment-form fieldset[disabled] input[type="url"],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="url"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
.form-control[disabled],
.form-control[readonly],
.gform_wrapper .ginput_container fieldset[disabled] input:not([type="file"]),
.gform_wrapper .ginput_container fieldset[disabled] select,
.gform_wrapper .ginput_container fieldset[disabled] textarea,
.gform_wrapper .ginput_container input[disabled]:not([type="file"]),
.gform_wrapper .ginput_container input[readonly]:not([type="file"]),
.gform_wrapper .ginput_container select[disabled],
.gform_wrapper .ginput_container select[readonly],
.gform_wrapper .ginput_container textarea[disabled],
.gform_wrapper .ginput_container textarea[readonly],
[disabled].input,
[readonly].input,
fieldset[disabled] .comment-form input[type="email"],
fieldset[disabled] .comment-form input[type="text"],
fieldset[disabled] .comment-form input[type="url"],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control,
fieldset[disabled] .gform_wrapper .ginput_container input:not([type="file"]),
fieldset[disabled] .gform_wrapper .ginput_container select,
fieldset[disabled] .gform_wrapper .ginput_container textarea,
fieldset[disabled] .input,
fieldset[disabled] form.pmpro_form .pmpro_checkout div input:not([type="file"]),
fieldset[disabled] form.pmpro_form select,
fieldset[disabled] form.pmpro_form textarea,
form.pmpro_form .pmpro_checkout div fieldset[disabled] input:not([type="file"]),
form.pmpro_form .pmpro_checkout div input[disabled]:not([type="file"]),
form.pmpro_form .pmpro_checkout div input[readonly]:not([type="file"]),
form.pmpro_form .pmpro_checkout div select[disabled],
form.pmpro_form .pmpro_checkout div select[readonly],
form.pmpro_form .pmpro_checkout div textarea[disabled],
form.pmpro_form .pmpro_checkout div textarea[readonly],
form.pmpro_form [disabled].input,
form.pmpro_form [readonly].input,
form.pmpro_form fieldset[disabled] select,
form.pmpro_form fieldset[disabled] textarea,
form.pmpro_form select[disabled],
form.pmpro_form select[readonly],
form.pmpro_form textarea[disabled],
form.pmpro_form textarea[readonly] {
  background-color: #e8eef2;
  opacity: 1;
}
.comment-form fieldset[disabled] input[type="email"],
.comment-form fieldset[disabled] input[type="text"],
.comment-form fieldset[disabled] input[type="url"],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled],
.form-control[disabled],
.gform_wrapper .ginput_container fieldset[disabled] input:not([type="file"]),
.gform_wrapper .ginput_container fieldset[disabled] select,
.gform_wrapper .ginput_container fieldset[disabled] textarea,
.gform_wrapper .ginput_container input[disabled]:not([type="file"]),
.gform_wrapper .ginput_container select[disabled],
.gform_wrapper .ginput_container textarea[disabled],
[disabled].input,
fieldset[disabled] .comment-form input[type="email"],
fieldset[disabled] .comment-form input[type="text"],
fieldset[disabled] .comment-form input[type="url"],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control,
fieldset[disabled] .gform_wrapper .ginput_container input:not([type="file"]),
fieldset[disabled] .gform_wrapper .ginput_container select,
fieldset[disabled] .gform_wrapper .ginput_container textarea,
fieldset[disabled] .input,
fieldset[disabled] form.pmpro_form .pmpro_checkout div input:not([type="file"]),
fieldset[disabled] form.pmpro_form select,
fieldset[disabled] form.pmpro_form textarea,
form.pmpro_form .pmpro_checkout div fieldset[disabled] input:not([type="file"]),
form.pmpro_form .pmpro_checkout div input[disabled]:not([type="file"]),
form.pmpro_form .pmpro_checkout div select[disabled],
form.pmpro_form .pmpro_checkout div textarea[disabled],
form.pmpro_form [disabled].input,
form.pmpro_form fieldset[disabled] select,
form.pmpro_form fieldset[disabled] textarea,
form.pmpro_form select[disabled],
form.pmpro_form textarea[disabled] {
  cursor: not-allowed;
}
.comment-form textarea,
.gform_wrapper .ginput_container textarea,
form.pmpro_form .pmpro_checkout div textarea,
form.pmpro_form textarea,
form.pmpro_form textarea.input,
textarea.form-control,
textarea.input {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comment-form input[type="date"][type="email"],
  .comment-form input[type="date"][type="text"],
  .comment-form input[type="date"][type="url"],
  .comment-form input[type="datetime-local"][type="email"],
  .comment-form input[type="datetime-local"][type="text"],
  .comment-form input[type="datetime-local"][type="url"],
  .comment-form input[type="month"][type="email"],
  .comment-form input[type="month"][type="text"],
  .comment-form input[type="month"][type="url"],
  .comment-form input[type="time"][type="email"],
  .comment-form input[type="time"][type="text"],
  .comment-form input[type="time"][type="url"],
  .gform_wrapper .ginput_container input[type="date"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    input[type="datetime-local"]:not([type="file"]),
  .gform_wrapper .ginput_container input[type="month"]:not([type="file"]),
  .gform_wrapper .ginput_container input[type="time"]:not([type="file"]),
  form.pmpro_form .pmpro_checkout div input[type="date"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    input[type="datetime-local"]:not([type="file"]),
  form.pmpro_form .pmpro_checkout div input[type="month"]:not([type="file"]),
  form.pmpro_form .pmpro_checkout div input[type="time"]:not([type="file"]),
  input[type="date"].form-control,
  input[type="date"].input,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].input,
  input[type="month"].form-control,
  input[type="month"].input,
  input[type="time"].form-control,
  input[type="time"].input {
    line-height: 44px;
  }
  .comment-form .input-group-sm > input[type="date"][type="email"],
  .comment-form .input-group-sm > input[type="date"][type="text"],
  .comment-form .input-group-sm > input[type="date"][type="url"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="email"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="text"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="url"],
  .comment-form .input-group-sm > input[type="month"][type="email"],
  .comment-form .input-group-sm > input[type="month"][type="text"],
  .comment-form .input-group-sm > input[type="month"][type="url"],
  .comment-form .input-group-sm > input[type="time"][type="email"],
  .comment-form .input-group-sm > input[type="time"][type="text"],
  .comment-form .input-group-sm > input[type="time"][type="url"],
  .gform_wrapper
    .ginput_container
    .input-group-sm
    > input[type="date"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-sm
    > input[type="datetime-local"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-sm
    > input[type="month"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-sm
    > input[type="time"]:not([type="file"]),
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  form.pmpro_form .input-group-sm > input[type="date"].input,
  form.pmpro_form .input-group-sm > input[type="datetime-local"].input,
  form.pmpro_form .input-group-sm > input[type="month"].input,
  form.pmpro_form .input-group-sm > input[type="time"].input,
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-sm
    > input[type="date"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-sm
    > input[type="datetime-local"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-sm
    > input[type="month"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-sm
    > input[type="time"]:not([type="file"]),
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 39px;
  }
  .comment-form .input-group-lg > input[type="date"][type="email"],
  .comment-form .input-group-lg > input[type="date"][type="text"],
  .comment-form .input-group-lg > input[type="date"][type="url"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="email"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="text"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="url"],
  .comment-form .input-group-lg > input[type="month"][type="email"],
  .comment-form .input-group-lg > input[type="month"][type="text"],
  .comment-form .input-group-lg > input[type="month"][type="url"],
  .comment-form .input-group-lg > input[type="time"][type="email"],
  .comment-form .input-group-lg > input[type="time"][type="text"],
  .comment-form .input-group-lg > input[type="time"][type="url"],
  .gform_wrapper
    .ginput_container
    .input-group-lg
    > input[type="date"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-lg
    > input[type="datetime-local"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-lg
    > input[type="month"]:not([type="file"]),
  .gform_wrapper
    .ginput_container
    .input-group-lg
    > input[type="time"]:not([type="file"]),
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  form.pmpro_form .input-group-lg > input[type="date"].input,
  form.pmpro_form .input-group-lg > input[type="datetime-local"].input,
  form.pmpro_form .input-group-lg > input[type="month"].input,
  form.pmpro_form .input-group-lg > input[type="time"].input,
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-lg
    > input[type="date"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-lg
    > input[type="datetime-local"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-lg
    > input[type="month"]:not([type="file"]),
  form.pmpro_form
    .pmpro_checkout
    div
    .input-group-lg
    > input[type="time"]:not([type="file"]),
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 52px;
  }
}
.comment-form p,
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static,
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static,
.form-control-static.input-lg,
.form-control-static.input-sm,
.gform_wrapper
  .ginput_container
  .input-group-lg
  > input.form-control-static:not([type="file"]),
.gform_wrapper .ginput_container .input-group-lg > select.form-control-static,
.gform_wrapper .ginput_container .input-group-lg > textarea.form-control-static,
.gform_wrapper
  .ginput_container
  .input-group-sm
  > input.form-control-static:not([type="file"]),
.gform_wrapper .ginput_container .input-group-sm > select.form-control-static,
.gform_wrapper .ginput_container .input-group-sm > textarea.form-control-static,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
form.pmpro_form .input-group-lg > .form-control-static.input,
form.pmpro_form .input-group-lg > select.form-control-static,
form.pmpro_form .input-group-lg > textarea.form-control-static,
form.pmpro_form .input-group-sm > .form-control-static.input,
form.pmpro_form .input-group-sm > select.form-control-static,
form.pmpro_form .input-group-sm > textarea.form-control-static,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > input.form-control-static:not([type="file"]),
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > select.form-control-static,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > textarea.form-control-static,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > input.form-control-static:not([type="file"]),
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > select.form-control-static,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > textarea.form-control-static {
  padding-left: 0;
  padding-right: 0;
}
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.gform_wrapper .ginput_container .input-group-sm > input:not([type="file"]),
.gform_wrapper .ginput_container .input-group-sm > select,
.gform_wrapper .ginput_container .input-group-sm > textarea,
.input-group-sm > .form-control,
.input-group-sm > .input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm,
form.pmpro_form .input-group-sm > .input,
form.pmpro_form .input-group-sm > select,
form.pmpro_form .input-group-sm > textarea,
form.pmpro_form .pmpro_checkout div .input-group-sm > input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group-sm > select,
form.pmpro_form .pmpro_checkout div .input-group-sm > textarea {
  height: 39px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
.gform_wrapper .ginput_container .input-group-sm > select,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input,
.input-group-sm > select.input-group-addon,
form.pmpro_form .input-group-sm > select,
form.pmpro_form .pmpro_checkout div .input-group-sm > select,
select.input-sm {
  height: 39px;
  line-height: 39px;
}
.comment-form .input-group-sm > textarea,
.gform_wrapper .ginput_container .input-group-sm > select[multiple],
.gform_wrapper .ginput_container .input-group-sm > textarea,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input,
.input-group-sm > textarea.input-group-addon,
form.pmpro_form .input-group-sm > select[multiple],
form.pmpro_form .input-group-sm > textarea,
form.pmpro_form .pmpro_checkout div .input-group-sm > select[multiple],
form.pmpro_form .pmpro_checkout div .input-group-sm > textarea,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.comment-form .form-group-sm input[type="email"],
.comment-form .form-group-sm input[type="text"],
.comment-form .form-group-sm input[type="url"],
.comment-form .form-group-sm textarea,
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea,
.form-group-sm .form-control,
.form-group-sm .gform_wrapper .ginput_container input:not([type="file"]),
.form-group-sm .gform_wrapper .ginput_container select,
.form-group-sm .gform_wrapper .ginput_container textarea,
.form-group-sm .input,
.form-group-sm form.pmpro_form .input,
.form-group-sm form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.form-group-sm form.pmpro_form .pmpro_checkout div select,
.form-group-sm form.pmpro_form .pmpro_checkout div textarea,
.form-group-sm form.pmpro_form select,
.form-group-sm form.pmpro_form textarea,
.gform_wrapper .ginput_container .form-group-sm input:not([type="file"]),
.gform_wrapper .ginput_container .form-group-sm select,
.gform_wrapper .ginput_container .form-group-sm textarea,
form.pmpro_form .form-group-sm .input,
form.pmpro_form .form-group-sm select,
form.pmpro_form .form-group-sm textarea,
form.pmpro_form .pmpro_checkout div .form-group-sm input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .form-group-sm select,
form.pmpro_form .pmpro_checkout div .form-group-sm textarea {
  height: 39px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm .gform_wrapper .ginput_container select,
.form-group-sm form.pmpro_form .pmpro_checkout div select,
.form-group-sm form.pmpro_form select,
.form-group-sm select.form-control,
.form-group-sm select.input,
.gform_wrapper .ginput_container .form-group-sm select,
form.pmpro_form .form-group-sm select,
form.pmpro_form .pmpro_checkout div .form-group-sm select {
  height: 39px;
  line-height: 39px;
}
.comment-form .form-group-sm textarea,
.form-group-sm .comment-form textarea,
.form-group-sm .gform_wrapper .ginput_container select[multiple],
.form-group-sm .gform_wrapper .ginput_container textarea,
.form-group-sm form.pmpro_form .pmpro_checkout div textarea,
.form-group-sm form.pmpro_form select[multiple],
.form-group-sm form.pmpro_form textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].input,
.form-group-sm textarea.form-control,
.form-group-sm textarea.input,
.gform_wrapper .ginput_container .form-group-sm select[multiple],
.gform_wrapper .ginput_container .form-group-sm textarea,
form.pmpro_form .form-group-sm select[multiple],
form.pmpro_form .form-group-sm textarea,
form.pmpro_form .pmpro_checkout div .form-group-sm textarea {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 39px;
  min-height: 48px;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 1.5;
}
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.gform_wrapper .ginput_container .input-group-lg > input:not([type="file"]),
.gform_wrapper .ginput_container .input-group-lg > select,
.gform_wrapper .ginput_container .input-group-lg > textarea,
.input-group-lg > .form-control,
.input-group-lg > .input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg,
form.pmpro_form .input-group-lg > .input,
form.pmpro_form .input-group-lg > select,
form.pmpro_form .input-group-lg > textarea,
form.pmpro_form .pmpro_checkout div .input-group-lg > input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group-lg > select,
form.pmpro_form .pmpro_checkout div .input-group-lg > textarea {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.gform_wrapper .ginput_container .input-group-lg > select,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input,
.input-group-lg > select.input-group-addon,
form.pmpro_form .input-group-lg > select,
form.pmpro_form .pmpro_checkout div .input-group-lg > select,
select.input-lg {
  height: 52px;
  line-height: 52px;
}
.comment-form .input-group-lg > textarea,
.gform_wrapper .ginput_container .input-group-lg > select[multiple],
.gform_wrapper .ginput_container .input-group-lg > textarea,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input,
.input-group-lg > textarea.input-group-addon,
form.pmpro_form .input-group-lg > select[multiple],
form.pmpro_form .input-group-lg > textarea,
form.pmpro_form .pmpro_checkout div .input-group-lg > select[multiple],
form.pmpro_form .pmpro_checkout div .input-group-lg > textarea,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.comment-form .form-group-lg input[type="email"],
.comment-form .form-group-lg input[type="text"],
.comment-form .form-group-lg input[type="url"],
.comment-form .form-group-lg textarea,
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea,
.form-group-lg .form-control,
.form-group-lg .gform_wrapper .ginput_container input:not([type="file"]),
.form-group-lg .gform_wrapper .ginput_container select,
.form-group-lg .gform_wrapper .ginput_container textarea,
.form-group-lg .input,
.form-group-lg form.pmpro_form .input,
.form-group-lg form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.form-group-lg form.pmpro_form .pmpro_checkout div select,
.form-group-lg form.pmpro_form .pmpro_checkout div textarea,
.form-group-lg form.pmpro_form select,
.form-group-lg form.pmpro_form textarea,
.gform_wrapper .ginput_container .form-group-lg input:not([type="file"]),
.gform_wrapper .ginput_container .form-group-lg select,
.gform_wrapper .ginput_container .form-group-lg textarea,
form.pmpro_form .form-group-lg .input,
form.pmpro_form .form-group-lg select,
form.pmpro_form .form-group-lg textarea,
form.pmpro_form .pmpro_checkout div .form-group-lg input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .form-group-lg select,
form.pmpro_form .pmpro_checkout div .form-group-lg textarea {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg .gform_wrapper .ginput_container select,
.form-group-lg form.pmpro_form .pmpro_checkout div select,
.form-group-lg form.pmpro_form select,
.form-group-lg select.form-control,
.form-group-lg select.input,
.gform_wrapper .ginput_container .form-group-lg select,
form.pmpro_form .form-group-lg select,
form.pmpro_form .pmpro_checkout div .form-group-lg select {
  height: 52px;
  line-height: 52px;
}
.comment-form .form-group-lg textarea,
.form-group-lg .comment-form textarea,
.form-group-lg .gform_wrapper .ginput_container select[multiple],
.form-group-lg .gform_wrapper .ginput_container textarea,
.form-group-lg form.pmpro_form .pmpro_checkout div textarea,
.form-group-lg form.pmpro_form select[multiple],
.form-group-lg form.pmpro_form textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].input,
.form-group-lg textarea.form-control,
.form-group-lg textarea.input,
.gform_wrapper .ginput_container .form-group-lg select[multiple],
.gform_wrapper .ginput_container .form-group-lg textarea,
form.pmpro_form .form-group-lg select[multiple],
form.pmpro_form .form-group-lg textarea,
form.pmpro_form .pmpro_checkout div .form-group-lg textarea {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 52px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.comment-form .has-feedback input[type="email"],
.comment-form .has-feedback input[type="text"],
.comment-form .has-feedback input[type="url"],
.comment-form .has-feedback textarea,
.gform_wrapper .ginput_container .has-feedback input:not([type="file"]),
.gform_wrapper .ginput_container .has-feedback select,
.gform_wrapper .ginput_container .has-feedback textarea,
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea,
.has-feedback .form-control,
.has-feedback .gform_wrapper .ginput_container input:not([type="file"]),
.has-feedback .gform_wrapper .ginput_container select,
.has-feedback .gform_wrapper .ginput_container textarea,
.has-feedback .input,
.has-feedback form.pmpro_form .input,
.has-feedback form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.has-feedback form.pmpro_form .pmpro_checkout div select,
.has-feedback form.pmpro_form .pmpro_checkout div textarea,
.has-feedback form.pmpro_form select,
.has-feedback form.pmpro_form textarea,
form.pmpro_form .has-feedback .input,
form.pmpro_form .has-feedback select,
form.pmpro_form .has-feedback textarea,
form.pmpro_form .pmpro_checkout div .has-feedback input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .has-feedback select,
form.pmpro_form .pmpro_checkout div .has-feedback textarea {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.comment-form .form-group-lg input[type="email"] + .form-control-feedback,
.comment-form .form-group-lg input[type="text"] + .form-control-feedback,
.comment-form .form-group-lg input[type="url"] + .form-control-feedback,
.comment-form .form-group-lg textarea + .form-control-feedback,
.comment-form .input-group-lg > input[type="email"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="text"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="url"] + .form-control-feedback,
.comment-form .input-group-lg > textarea + .form-control-feedback,
.form-group-lg .comment-form input[type="email"] + .form-control-feedback,
.form-group-lg .comment-form input[type="text"] + .form-control-feedback,
.form-group-lg .comment-form input[type="url"] + .form-control-feedback,
.form-group-lg .comment-form textarea + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg
  .gform_wrapper
  .ginput_container
  input:not([type="file"])
  + .form-control-feedback,
.form-group-lg .gform_wrapper .ginput_container select + .form-control-feedback,
.form-group-lg
  .gform_wrapper
  .ginput_container
  textarea
  + .form-control-feedback,
.form-group-lg .input + .form-control-feedback,
.form-group-lg form.pmpro_form .input + .form-control-feedback,
.form-group-lg
  form.pmpro_form
  .pmpro_checkout
  div
  input:not([type="file"])
  + .form-control-feedback,
.form-group-lg
  form.pmpro_form
  .pmpro_checkout
  div
  select
  + .form-control-feedback,
.form-group-lg
  form.pmpro_form
  .pmpro_checkout
  div
  textarea
  + .form-control-feedback,
.form-group-lg form.pmpro_form select + .form-control-feedback,
.form-group-lg form.pmpro_form textarea + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .form-group-lg
  input:not([type="file"])
  + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-lg select + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .form-group-lg
  textarea
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-lg
  > input:not([type="file"])
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-lg
  > select
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-lg
  > textarea
  + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback,
form.pmpro_form .form-group-lg select + .form-control-feedback,
form.pmpro_form .form-group-lg textarea + .form-control-feedback,
form.pmpro_form .input-group-lg > .input + .form-control-feedback,
form.pmpro_form .input-group-lg > select + .form-control-feedback,
form.pmpro_form .input-group-lg > textarea + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .form-group-lg
  input:not([type="file"])
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > input:not([type="file"])
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > select
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > textarea
  + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.comment-form .form-group-sm input[type="email"] + .form-control-feedback,
.comment-form .form-group-sm input[type="text"] + .form-control-feedback,
.comment-form .form-group-sm input[type="url"] + .form-control-feedback,
.comment-form .form-group-sm textarea + .form-control-feedback,
.comment-form .input-group-sm > input[type="email"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="text"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="url"] + .form-control-feedback,
.comment-form .input-group-sm > textarea + .form-control-feedback,
.form-group-sm .comment-form input[type="email"] + .form-control-feedback,
.form-group-sm .comment-form input[type="text"] + .form-control-feedback,
.form-group-sm .comment-form input[type="url"] + .form-control-feedback,
.form-group-sm .comment-form textarea + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm
  .gform_wrapper
  .ginput_container
  input:not([type="file"])
  + .form-control-feedback,
.form-group-sm .gform_wrapper .ginput_container select + .form-control-feedback,
.form-group-sm
  .gform_wrapper
  .ginput_container
  textarea
  + .form-control-feedback,
.form-group-sm .input + .form-control-feedback,
.form-group-sm form.pmpro_form .input + .form-control-feedback,
.form-group-sm
  form.pmpro_form
  .pmpro_checkout
  div
  input:not([type="file"])
  + .form-control-feedback,
.form-group-sm
  form.pmpro_form
  .pmpro_checkout
  div
  select
  + .form-control-feedback,
.form-group-sm
  form.pmpro_form
  .pmpro_checkout
  div
  textarea
  + .form-control-feedback,
.form-group-sm form.pmpro_form select + .form-control-feedback,
.form-group-sm form.pmpro_form textarea + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .form-group-sm
  input:not([type="file"])
  + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-sm select + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .form-group-sm
  textarea
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-sm
  > input:not([type="file"])
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-sm
  > select
  + .form-control-feedback,
.gform_wrapper
  .ginput_container
  .input-group-sm
  > textarea
  + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback,
form.pmpro_form .form-group-sm select + .form-control-feedback,
form.pmpro_form .form-group-sm textarea + .form-control-feedback,
form.pmpro_form .input-group-sm > .input + .form-control-feedback,
form.pmpro_form .input-group-sm > select + .form-control-feedback,
form.pmpro_form .input-group-sm > textarea + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .form-group-sm
  input:not([type="file"])
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > input:not([type="file"])
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > select
  + .form-control-feedback,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > textarea
  + .form-control-feedback {
  width: 39px;
  height: 39px;
  line-height: 39px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.comment-form .has-success input[type="email"],
.comment-form .has-success input[type="text"],
.comment-form .has-success input[type="url"],
.comment-form .has-success textarea,
.gform_wrapper .ginput_container .has-success input:not([type="file"]),
.gform_wrapper .ginput_container .has-success select,
.gform_wrapper .ginput_container .has-success textarea,
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea,
.has-success .form-control,
.has-success .gform_wrapper .ginput_container input:not([type="file"]),
.has-success .gform_wrapper .ginput_container select,
.has-success .gform_wrapper .ginput_container textarea,
.has-success .input,
.has-success form.pmpro_form .input,
.has-success form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.has-success form.pmpro_form .pmpro_checkout div select,
.has-success form.pmpro_form .pmpro_checkout div textarea,
.has-success form.pmpro_form select,
.has-success form.pmpro_form textarea,
form.pmpro_form .has-success .input,
form.pmpro_form .has-success select,
form.pmpro_form .has-success textarea,
form.pmpro_form .pmpro_checkout div .has-success input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .has-success select,
form.pmpro_form .pmpro_checkout div .has-success textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-success input[type="email"]:focus,
.comment-form .has-success input[type="text"]:focus,
.comment-form .has-success input[type="url"]:focus,
.comment-form .has-success textarea:focus,
.gform_wrapper .ginput_container .has-success input:focus:not([type="file"]),
.gform_wrapper .ginput_container .has-success select:focus,
.gform_wrapper .ginput_container .has-success textarea:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea:focus,
.has-success .form-control:focus,
.has-success .gform_wrapper .ginput_container input:focus:not([type="file"]),
.has-success .gform_wrapper .ginput_container select:focus,
.has-success .gform_wrapper .ginput_container textarea:focus,
.has-success .input:focus,
.has-success form.pmpro_form .pmpro_checkout div input:focus:not([type="file"]),
.has-success form.pmpro_form select:focus,
.has-success form.pmpro_form textarea:focus,
form.pmpro_form .has-success select:focus,
form.pmpro_form .has-success textarea:focus,
form.pmpro_form
  .pmpro_checkout
  div
  .has-success
  input:focus:not([type="file"]) {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.comment-form .has-warning input[type="email"],
.comment-form .has-warning input[type="text"],
.comment-form .has-warning input[type="url"],
.comment-form .has-warning textarea,
.gform_wrapper .ginput_container .has-warning input:not([type="file"]),
.gform_wrapper .ginput_container .has-warning select,
.gform_wrapper .ginput_container .has-warning textarea,
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea,
.has-warning .form-control,
.has-warning .gform_wrapper .ginput_container input:not([type="file"]),
.has-warning .gform_wrapper .ginput_container select,
.has-warning .gform_wrapper .ginput_container textarea,
.has-warning .input,
.has-warning form.pmpro_form .input,
.has-warning form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.has-warning form.pmpro_form .pmpro_checkout div select,
.has-warning form.pmpro_form .pmpro_checkout div textarea,
.has-warning form.pmpro_form select,
.has-warning form.pmpro_form textarea,
form.pmpro_form .has-warning .input,
form.pmpro_form .has-warning select,
form.pmpro_form .has-warning textarea,
form.pmpro_form .pmpro_checkout div .has-warning input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .has-warning select,
form.pmpro_form .pmpro_checkout div .has-warning textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-warning input[type="email"]:focus,
.comment-form .has-warning input[type="text"]:focus,
.comment-form .has-warning input[type="url"]:focus,
.comment-form .has-warning textarea:focus,
.gform_wrapper .ginput_container .has-warning input:focus:not([type="file"]),
.gform_wrapper .ginput_container .has-warning select:focus,
.gform_wrapper .ginput_container .has-warning textarea:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea:focus,
.has-warning .form-control:focus,
.has-warning .gform_wrapper .ginput_container input:focus:not([type="file"]),
.has-warning .gform_wrapper .ginput_container select:focus,
.has-warning .gform_wrapper .ginput_container textarea:focus,
.has-warning .input:focus,
.has-warning form.pmpro_form .pmpro_checkout div input:focus:not([type="file"]),
.has-warning form.pmpro_form select:focus,
.has-warning form.pmpro_form textarea:focus,
form.pmpro_form .has-warning select:focus,
form.pmpro_form .has-warning textarea:focus,
form.pmpro_form
  .pmpro_checkout
  div
  .has-warning
  input:focus:not([type="file"]) {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.comment-form .has-error input[type="email"],
.comment-form .has-error input[type="text"],
.comment-form .has-error input[type="url"],
.comment-form .has-error textarea,
.gform_wrapper .ginput_container .has-error input:not([type="file"]),
.gform_wrapper .ginput_container .has-error select,
.gform_wrapper .ginput_container .has-error textarea,
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea,
.has-error .form-control,
.has-error .gform_wrapper .ginput_container input:not([type="file"]),
.has-error .gform_wrapper .ginput_container select,
.has-error .gform_wrapper .ginput_container textarea,
.has-error .input,
.has-error form.pmpro_form .input,
.has-error form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.has-error form.pmpro_form .pmpro_checkout div select,
.has-error form.pmpro_form .pmpro_checkout div textarea,
.has-error form.pmpro_form select,
.has-error form.pmpro_form textarea,
form.pmpro_form .has-error .input,
form.pmpro_form .has-error select,
form.pmpro_form .has-error textarea,
form.pmpro_form .pmpro_checkout div .has-error input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .has-error select,
form.pmpro_form .pmpro_checkout div .has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-error input[type="email"]:focus,
.comment-form .has-error input[type="text"]:focus,
.comment-form .has-error input[type="url"]:focus,
.comment-form .has-error textarea:focus,
.gform_wrapper .ginput_container .has-error input:focus:not([type="file"]),
.gform_wrapper .ginput_container .has-error select:focus,
.gform_wrapper .ginput_container .has-error textarea:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea:focus,
.has-error .form-control:focus,
.has-error .gform_wrapper .ginput_container input:focus:not([type="file"]),
.has-error .gform_wrapper .ginput_container select:focus,
.has-error .gform_wrapper .ginput_container textarea:focus,
.has-error .input:focus,
.has-error form.pmpro_form .pmpro_checkout div input:focus:not([type="file"]),
.has-error form.pmpro_form select:focus,
.has-error form.pmpro_form textarea:focus,
form.pmpro_form .has-error select:focus,
form.pmpro_form .has-error textarea:focus,
form.pmpro_form .pmpro_checkout div .has-error input:focus:not([type="file"]) {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.gform_wrapper
  .hidden-input
  .has-feedback
  label.gfield_label
  ~ .form-control-feedback,
.has-feedback
  .gform_wrapper
  .hidden-input
  label.gfield_label
  ~ .form-control-feedback,
.has-feedback label.screen-reader-text ~ .form-control-feedback,
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .comment-form .form-inline p,
  .form-inline .comment-form p,
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .comment-form .form-inline input[type="email"],
  .comment-form .form-inline input[type="text"],
  .comment-form .form-inline input[type="url"],
  .comment-form .form-inline textarea,
  .form-inline .comment-form input[type="email"],
  .form-inline .comment-form input[type="text"],
  .form-inline .comment-form input[type="url"],
  .form-inline .comment-form textarea,
  .form-inline .form-control,
  .form-inline .gform_wrapper .ginput_container input:not([type="file"]),
  .form-inline .gform_wrapper .ginput_container select,
  .form-inline .gform_wrapper .ginput_container textarea,
  .form-inline .input,
  .form-inline form.pmpro_form .input,
  .form-inline form.pmpro_form .pmpro_checkout div input:not([type="file"]),
  .form-inline form.pmpro_form .pmpro_checkout div select,
  .form-inline form.pmpro_form .pmpro_checkout div textarea,
  .form-inline form.pmpro_form select,
  .form-inline form.pmpro_form textarea,
  .gform_wrapper .ginput_container .form-inline input:not([type="file"]),
  .gform_wrapper .ginput_container .form-inline select,
  .gform_wrapper .ginput_container .form-inline textarea,
  form.pmpro_form .form-inline .input,
  form.pmpro_form .form-inline select,
  form.pmpro_form .form-inline textarea,
  form.pmpro_form .pmpro_checkout div .form-inline input:not([type="file"]),
  form.pmpro_form .pmpro_checkout div .form-inline select,
  form.pmpro_form .pmpro_checkout div .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .comment-form .form-inline .input-group input[type="email"],
  .comment-form .form-inline .input-group input[type="text"],
  .comment-form .form-inline .input-group input[type="url"],
  .comment-form .form-inline .input-group textarea,
  .form-inline .input-group .comment-form input[type="email"],
  .form-inline .input-group .comment-form input[type="text"],
  .form-inline .input-group .comment-form input[type="url"],
  .form-inline .input-group .comment-form textarea,
  .form-inline .input-group .form-control,
  .form-inline
    .input-group
    .gform_wrapper
    .ginput_container
    input:not([type="file"]),
  .form-inline .input-group .gform_wrapper .ginput_container select,
  .form-inline .input-group .gform_wrapper .ginput_container textarea,
  .form-inline .input-group .input,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline
    .input-group
    form.pmpro_form
    .pmpro_checkout
    div
    input:not([type="file"]),
  .form-inline .input-group form.pmpro_form select,
  .form-inline .input-group form.pmpro_form textarea,
  .gform_wrapper
    .ginput_container
    .form-inline
    .input-group
    input:not([type="file"]),
  .gform_wrapper .ginput_container .form-inline .input-group select,
  .gform_wrapper .ginput_container .form-inline .input-group textarea,
  form.pmpro_form .form-inline .input-group select,
  form.pmpro_form .form-inline .input-group textarea,
  form.pmpro_form
    .pmpro_checkout
    div
    .form-inline
    .input-group
    input:not([type="file"]) {
    width: auto;
  }
  .comment-form .form-inline .input-group > input[type="email"],
  .comment-form .form-inline .input-group > input[type="text"],
  .comment-form .form-inline .input-group > input[type="url"],
  .comment-form .form-inline .input-group > textarea,
  .form-inline .comment-form .input-group > input[type="email"],
  .form-inline .comment-form .input-group > input[type="text"],
  .form-inline .comment-form .input-group > input[type="url"],
  .form-inline .comment-form .input-group > textarea,
  .form-inline
    .gform_wrapper
    .ginput_container
    .input-group
    > input:not([type="file"]),
  .form-inline .gform_wrapper .ginput_container .input-group > select,
  .form-inline .gform_wrapper .ginput_container .input-group > textarea,
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .input,
  .form-inline form.pmpro_form .input-group > .input,
  .form-inline form.pmpro_form .input-group > select,
  .form-inline form.pmpro_form .input-group > textarea,
  .form-inline
    form.pmpro_form
    .pmpro_checkout
    div
    .input-group
    > input:not([type="file"]),
  .form-inline form.pmpro_form .pmpro_checkout div .input-group > select,
  .form-inline form.pmpro_form .pmpro_checkout div .input-group > textarea,
  .gform_wrapper
    .ginput_container
    .form-inline
    .input-group
    > input:not([type="file"]),
  .gform_wrapper .ginput_container .form-inline .input-group > select,
  .gform_wrapper .ginput_container .form-inline .input-group > textarea,
  form.pmpro_form .form-inline .input-group > select,
  form.pmpro_form .form-inline .input-group > textarea,
  form.pmpro_form
    .pmpro_checkout
    div
    .form-inline
    .input-group
    > input:not([type="file"]) {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 37px;
}
.comment-form .form-horizontal p,
.form-horizontal .comment-form p,
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.comment-form .form-horizontal p:after,
.comment-form .form-horizontal p:before,
.form-horizontal .comment-form p:after,
.form-horizontal .comment-form p:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.comment-form .form-horizontal p:after,
.form-horizontal .comment-form p:after,
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 18px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.comment-form input[type="submit"],
.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
  color: #fff;
  background-color: #1d81ae;
  border-color: #197198;
}
.btn-primary.focus,
.btn-primary:focus,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:focus,
.focus.pmpro_btn,
.pmpro_btn:focus,
.pmpro_content_message a.focus,
.pmpro_content_message a:focus {
  color: #fff;
  background-color: #166182;
  border-color: #07202b;
}
.active.pmpro_btn,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.comment-form .open > input.dropdown-toggle[type="submit"],
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"]:hover,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.pmpro_btn,
.pmpro_btn:active,
.pmpro_btn:hover,
.pmpro_content_message .open > a.dropdown-toggle,
.pmpro_content_message a.active,
.pmpro_content_message a:active,
.pmpro_content_message a:hover {
  color: #fff;
  background-color: #166182;
  border-color: #114a64;
}
.active.focus.pmpro_btn,
.active.pmpro_btn:focus,
.active.pmpro_btn:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.comment-form .open > input.dropdown-toggle.focus[type="submit"],
.comment-form .open > input.dropdown-toggle[type="submit"]:focus,
.comment-form .open > input.dropdown-toggle[type="submit"]:hover,
.comment-form input.active.focus[type="submit"],
.comment-form input.active[type="submit"]:focus,
.comment-form input.active[type="submit"]:hover,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"]:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.focus.pmpro_btn,
.open > .dropdown-toggle.pmpro_btn:focus,
.open > .dropdown-toggle.pmpro_btn:hover,
.pmpro_btn:active.focus,
.pmpro_btn:active:focus,
.pmpro_btn:active:hover,
.pmpro_content_message .open > a.dropdown-toggle.focus,
.pmpro_content_message .open > a.dropdown-toggle:focus,
.pmpro_content_message .open > a.dropdown-toggle:hover,
.pmpro_content_message a.active.focus,
.pmpro_content_message a.active:focus,
.pmpro_content_message a.active:hover,
.pmpro_content_message a:active.focus,
.pmpro_content_message a:active:focus,
.pmpro_content_message a:active:hover {
  color: #fff;
  background-color: #114a64;
  border-color: #07202b;
}
.active.pmpro_btn,
.btn-primary.active,
.btn-primary:active,
.comment-form .open > input.dropdown-toggle[type="submit"],
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.pmpro_btn,
.pmpro_btn:active,
.pmpro_content_message .open > a.dropdown-toggle,
.pmpro_content_message a.active,
.pmpro_content_message a:active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.comment-form fieldset[disabled] input.active[type="submit"],
.comment-form fieldset[disabled] input.focus[type="submit"],
.comment-form fieldset[disabled] input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"]:active,
.comment-form fieldset[disabled] input[type="submit"]:focus,
.comment-form fieldset[disabled] input[type="submit"]:hover,
.comment-form input.disabled.active[type="submit"],
.comment-form input.disabled.focus[type="submit"],
.comment-form input.disabled[type="submit"],
.comment-form input.disabled[type="submit"]:active,
.comment-form input.disabled[type="submit"]:focus,
.comment-form input.disabled[type="submit"]:hover,
.comment-form input[disabled].active[type="submit"],
.comment-form input[disabled].focus[type="submit"],
.comment-form input[disabled][type="submit"],
.comment-form input[disabled][type="submit"]:active,
.comment-form input[disabled][type="submit"]:focus,
.comment-form input[disabled][type="submit"]:hover,
.disabled.active.pmpro_btn,
.disabled.focus.pmpro_btn,
.disabled.pmpro_btn,
.disabled.pmpro_btn:active,
.disabled.pmpro_btn:focus,
.disabled.pmpro_btn:hover,
.pmpro_content_message a.disabled,
.pmpro_content_message a.disabled.active,
.pmpro_content_message a.disabled.focus,
.pmpro_content_message a.disabled:active,
.pmpro_content_message a.disabled:focus,
.pmpro_content_message a.disabled:hover,
.pmpro_content_message a[disabled],
.pmpro_content_message a[disabled].active,
.pmpro_content_message a[disabled].focus,
.pmpro_content_message a[disabled]:active,
.pmpro_content_message a[disabled]:focus,
.pmpro_content_message a[disabled]:hover,
.pmpro_content_message fieldset[disabled] a,
.pmpro_content_message fieldset[disabled] a.active,
.pmpro_content_message fieldset[disabled] a.focus,
.pmpro_content_message fieldset[disabled] a:active,
.pmpro_content_message fieldset[disabled] a:focus,
.pmpro_content_message fieldset[disabled] a:hover,
[disabled].active.pmpro_btn,
[disabled].focus.pmpro_btn,
[disabled].pmpro_btn,
[disabled].pmpro_btn:active,
[disabled].pmpro_btn:focus,
[disabled].pmpro_btn:hover,
fieldset[disabled] .active.pmpro_btn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .comment-form input.active[type="submit"],
fieldset[disabled] .comment-form input.focus[type="submit"],
fieldset[disabled] .comment-form input[type="submit"],
fieldset[disabled] .comment-form input[type="submit"]:active,
fieldset[disabled] .comment-form input[type="submit"]:focus,
fieldset[disabled] .comment-form input[type="submit"]:hover,
fieldset[disabled] .focus.pmpro_btn,
fieldset[disabled] .pmpro_btn,
fieldset[disabled] .pmpro_btn:active,
fieldset[disabled] .pmpro_btn:focus,
fieldset[disabled] .pmpro_btn:hover,
fieldset[disabled] .pmpro_content_message a,
fieldset[disabled] .pmpro_content_message a.active,
fieldset[disabled] .pmpro_content_message a.focus,
fieldset[disabled] .pmpro_content_message a:active,
fieldset[disabled] .pmpro_content_message a:focus,
fieldset[disabled] .pmpro_content_message a:hover {
  background-color: #1d81ae;
  border-color: #197198;
}
.btn-primary .badge,
.comment-form input[type="submit"] .badge,
.pmpro_btn .badge,
.pmpro_content_message a .badge {
  color: #1d81ae;
  background-color: #fff;
}
.btn-success,
.gform_wrapper .gform_button,
.page-template-template-home #home-splash .content .btn,
.search-form .input-group > .input-group-btn .search-submit,
.section.cta .btn {
  color: #fff;
  background-color: #cf1e54;
  border-color: #b91b4b;
}
.btn-success.focus,
.btn-success:focus,
.gform_wrapper .focus.gform_button,
.gform_wrapper .gform_button:focus,
.page-template-template-home #home-splash .content .btn:focus,
.page-template-template-home #home-splash .content .focus.btn,
.search-form .input-group > .input-group-btn .focus.search-submit,
.search-form .input-group > .input-group-btn .search-submit:focus,
.section.cta .btn:focus,
.section.cta .focus.btn {
  color: #fff;
  background-color: #a21842;
  border-color: #490b1e;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.gform_wrapper .active.gform_button,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button:hover,
.gform_wrapper .open > .dropdown-toggle.gform_button,
.open > .btn-success.dropdown-toggle,
.page-template-template-home #home-splash .content .active.btn,
.page-template-template-home #home-splash .content .btn:active,
.page-template-template-home #home-splash .content .btn:hover,
.page-template-template-home #home-splash .content .open > .dropdown-toggle.btn,
.search-form .input-group > .input-group-btn .active.search-submit,
.search-form
  .input-group
  > .input-group-btn
  .open
  > .dropdown-toggle.search-submit,
.search-form .input-group > .input-group-btn .search-submit:active,
.search-form .input-group > .input-group-btn .search-submit:hover,
.section.cta .active.btn,
.section.cta .btn:active,
.section.cta .btn:hover,
.section.cta .open > .dropdown-toggle.btn {
  color: #fff;
  background-color: #a21842;
  border-color: #831335;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.gform_wrapper .active.focus.gform_button,
.gform_wrapper .active.gform_button:focus,
.gform_wrapper .active.gform_button:hover,
.gform_wrapper .gform_button:active.focus,
.gform_wrapper .gform_button:active:focus,
.gform_wrapper .gform_button:active:hover,
.gform_wrapper .open > .dropdown-toggle.focus.gform_button,
.gform_wrapper .open > .dropdown-toggle.gform_button:focus,
.gform_wrapper .open > .dropdown-toggle.gform_button:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover,
.page-template-template-home #home-splash .content .active.btn:focus,
.page-template-template-home #home-splash .content .active.btn:hover,
.page-template-template-home #home-splash .content .active.focus.btn,
.page-template-template-home #home-splash .content .btn:active.focus,
.page-template-template-home #home-splash .content .btn:active:focus,
.page-template-template-home #home-splash .content .btn:active:hover,
.page-template-template-home
  #home-splash
  .content
  .open
  > .dropdown-toggle.btn:focus,
.page-template-template-home
  #home-splash
  .content
  .open
  > .dropdown-toggle.btn:hover,
.page-template-template-home
  #home-splash
  .content
  .open
  > .dropdown-toggle.focus.btn,
.search-form .input-group > .input-group-btn .active.focus.search-submit,
.search-form .input-group > .input-group-btn .active.search-submit:focus,
.search-form .input-group > .input-group-btn .active.search-submit:hover,
.search-form
  .input-group
  > .input-group-btn
  .open
  > .dropdown-toggle.focus.search-submit,
.search-form
  .input-group
  > .input-group-btn
  .open
  > .dropdown-toggle.search-submit:focus,
.search-form
  .input-group
  > .input-group-btn
  .open
  > .dropdown-toggle.search-submit:hover,
.search-form .input-group > .input-group-btn .search-submit:active.focus,
.search-form .input-group > .input-group-btn .search-submit:active:focus,
.search-form .input-group > .input-group-btn .search-submit:active:hover,
.section.cta .active.btn:focus,
.section.cta .active.btn:hover,
.section.cta .active.focus.btn,
.section.cta .btn:active.focus,
.section.cta .btn:active:focus,
.section.cta .btn:active:hover,
.section.cta .open > .dropdown-toggle.btn:focus,
.section.cta .open > .dropdown-toggle.btn:hover,
.section.cta .open > .dropdown-toggle.focus.btn {
  color: #fff;
  background-color: #831335;
  border-color: #490b1e;
}
.btn-success.active,
.btn-success:active,
.gform_wrapper .active.gform_button,
.gform_wrapper .gform_button:active,
.gform_wrapper .open > .dropdown-toggle.gform_button,
.open > .btn-success.dropdown-toggle,
.page-template-template-home #home-splash .content .active.btn,
.page-template-template-home #home-splash .content .btn:active,
.page-template-template-home #home-splash .content .open > .dropdown-toggle.btn,
.search-form .input-group > .input-group-btn .active.search-submit,
.search-form
  .input-group
  > .input-group-btn
  .open
  > .dropdown-toggle.search-submit,
.search-form .input-group > .input-group-btn .search-submit:active,
.section.cta .active.btn,
.section.cta .btn:active,
.section.cta .open > .dropdown-toggle.btn {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
.gform_wrapper .disabled.active.gform_button,
.gform_wrapper .disabled.focus.gform_button,
.gform_wrapper .disabled.gform_button,
.gform_wrapper .disabled.gform_button:active,
.gform_wrapper .disabled.gform_button:focus,
.gform_wrapper .disabled.gform_button:hover,
.gform_wrapper [disabled].active.gform_button,
.gform_wrapper [disabled].focus.gform_button,
.gform_wrapper [disabled].gform_button,
.gform_wrapper [disabled].gform_button:active,
.gform_wrapper [disabled].gform_button:focus,
.gform_wrapper [disabled].gform_button:hover,
.gform_wrapper fieldset[disabled] .active.gform_button,
.gform_wrapper fieldset[disabled] .focus.gform_button,
.gform_wrapper fieldset[disabled] .gform_button,
.gform_wrapper fieldset[disabled] .gform_button:active,
.gform_wrapper fieldset[disabled] .gform_button:focus,
.gform_wrapper fieldset[disabled] .gform_button:hover,
.page-template-template-home #home-splash .content .disabled.active.btn,
.page-template-template-home #home-splash .content .disabled.btn,
.page-template-template-home #home-splash .content .disabled.btn:active,
.page-template-template-home #home-splash .content .disabled.btn:focus,
.page-template-template-home #home-splash .content .disabled.btn:hover,
.page-template-template-home #home-splash .content .disabled.focus.btn,
.page-template-template-home #home-splash .content [disabled].active.btn,
.page-template-template-home #home-splash .content [disabled].btn,
.page-template-template-home #home-splash .content [disabled].btn:active,
.page-template-template-home #home-splash .content [disabled].btn:focus,
.page-template-template-home #home-splash .content [disabled].btn:hover,
.page-template-template-home #home-splash .content [disabled].focus.btn,
.page-template-template-home
  #home-splash
  .content
  fieldset[disabled]
  .active.btn,
.page-template-template-home #home-splash .content fieldset[disabled] .btn,
.page-template-template-home
  #home-splash
  .content
  fieldset[disabled]
  .btn:active,
.page-template-template-home
  #home-splash
  .content
  fieldset[disabled]
  .btn:focus,
.page-template-template-home
  #home-splash
  .content
  fieldset[disabled]
  .btn:hover,
.page-template-template-home
  #home-splash
  .content
  fieldset[disabled]
  .focus.btn,
.search-form .input-group > .input-group-btn .disabled.active.search-submit,
.search-form .input-group > .input-group-btn .disabled.focus.search-submit,
.search-form .input-group > .input-group-btn .disabled.search-submit,
.search-form .input-group > .input-group-btn .disabled.search-submit:active,
.search-form .input-group > .input-group-btn .disabled.search-submit:focus,
.search-form .input-group > .input-group-btn .disabled.search-submit:hover,
.search-form .input-group > .input-group-btn [disabled].active.search-submit,
.search-form .input-group > .input-group-btn [disabled].focus.search-submit,
.search-form .input-group > .input-group-btn [disabled].search-submit,
.search-form .input-group > .input-group-btn [disabled].search-submit:active,
.search-form .input-group > .input-group-btn [disabled].search-submit:focus,
.search-form .input-group > .input-group-btn [disabled].search-submit:hover,
.search-form
  .input-group
  > .input-group-btn
  fieldset[disabled]
  .active.search-submit,
.search-form
  .input-group
  > .input-group-btn
  fieldset[disabled]
  .focus.search-submit,
.search-form .input-group > .input-group-btn fieldset[disabled] .search-submit,
.search-form
  .input-group
  > .input-group-btn
  fieldset[disabled]
  .search-submit:active,
.search-form
  .input-group
  > .input-group-btn
  fieldset[disabled]
  .search-submit:focus,
.search-form
  .input-group
  > .input-group-btn
  fieldset[disabled]
  .search-submit:hover,
.section.cta .disabled.active.btn,
.section.cta .disabled.btn,
.section.cta .disabled.btn:active,
.section.cta .disabled.btn:focus,
.section.cta .disabled.btn:hover,
.section.cta .disabled.focus.btn,
.section.cta [disabled].active.btn,
.section.cta [disabled].btn,
.section.cta [disabled].btn:active,
.section.cta [disabled].btn:focus,
.section.cta [disabled].btn:hover,
.section.cta [disabled].focus.btn,
.section.cta fieldset[disabled] .active.btn,
.section.cta fieldset[disabled] .btn,
.section.cta fieldset[disabled] .btn:active,
.section.cta fieldset[disabled] .btn:focus,
.section.cta fieldset[disabled] .btn:hover,
.section.cta fieldset[disabled] .focus.btn,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .gform_wrapper .active.gform_button,
fieldset[disabled] .gform_wrapper .focus.gform_button,
fieldset[disabled] .gform_wrapper .gform_button,
fieldset[disabled] .gform_wrapper .gform_button:active,
fieldset[disabled] .gform_wrapper .gform_button:focus,
fieldset[disabled] .gform_wrapper .gform_button:hover,
fieldset[disabled]
  .page-template-template-home
  #home-splash
  .content
  .active.btn,
fieldset[disabled] .page-template-template-home #home-splash .content .btn,
fieldset[disabled]
  .page-template-template-home
  #home-splash
  .content
  .btn:active,
fieldset[disabled]
  .page-template-template-home
  #home-splash
  .content
  .btn:focus,
fieldset[disabled]
  .page-template-template-home
  #home-splash
  .content
  .btn:hover,
fieldset[disabled]
  .page-template-template-home
  #home-splash
  .content
  .focus.btn,
fieldset[disabled]
  .search-form
  .input-group
  > .input-group-btn
  .active.search-submit,
fieldset[disabled]
  .search-form
  .input-group
  > .input-group-btn
  .focus.search-submit,
fieldset[disabled] .search-form .input-group > .input-group-btn .search-submit,
fieldset[disabled]
  .search-form
  .input-group
  > .input-group-btn
  .search-submit:active,
fieldset[disabled]
  .search-form
  .input-group
  > .input-group-btn
  .search-submit:focus,
fieldset[disabled]
  .search-form
  .input-group
  > .input-group-btn
  .search-submit:hover,
fieldset[disabled] .section.cta .active.btn,
fieldset[disabled] .section.cta .btn,
fieldset[disabled] .section.cta .btn:active,
fieldset[disabled] .section.cta .btn:focus,
fieldset[disabled] .section.cta .btn:hover,
fieldset[disabled] .section.cta .focus.btn {
  background-color: #cf1e54;
  border-color: #b91b4b;
}
.btn-success .badge,
.gform_wrapper .gform_button .badge,
.page-template-template-home #home-splash .content .btn .badge,
.search-form .input-group > .input-group-btn .search-submit .badge,
.section.cta .btn .badge {
  color: #cf1e54;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e1c718;
  border-color: #cab316;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #b39e13;
  border-color: #574d09;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b39e13;
  border-color: #938210;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #938210;
  border-color: #574d09;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #e1c718;
  border-color: #cab316;
}
.btn-warning .badge {
  color: #e1c718;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1d81ae;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #12506c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #bcc4c9;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg,
.page-template-template-home #home-splash .content .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm,
.nav-links .nav-next a,
.nav-links .nav-previous a {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  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: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #40464a;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #34393c;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1d81ae;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #bcc4c9;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  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: 18px;
  line-height: 1.5;
  color: #bcc4c9;
  white-space: nowrap;
}
.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: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.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:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle,
.page-template-template-home
  #home-splash
  .content
  .btn-group
  > .btn
  + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret,
.page-template-template-home #home-splash .content .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret,
.dropup .page-template-template-home #home-splash .content .btn .caret,
.page-template-template-home #home-splash .content .dropup .btn .caret {
  border-width: 0 5px 5px;
}
.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:after,
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.comment-form .input-group input[type="email"],
.comment-form .input-group input[type="text"],
.comment-form .input-group input[type="url"],
.comment-form .input-group textarea,
.gform_wrapper .ginput_container .input-group input:not([type="file"]),
.gform_wrapper .ginput_container .input-group select,
.gform_wrapper .ginput_container .input-group textarea,
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .gform_wrapper .ginput_container input:not([type="file"]),
.input-group .gform_wrapper .ginput_container select,
.input-group .gform_wrapper .ginput_container textarea,
.input-group .input,
.input-group form.pmpro_form .input,
.input-group form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.input-group form.pmpro_form .pmpro_checkout div select,
.input-group form.pmpro_form .pmpro_checkout div textarea,
.input-group form.pmpro_form select,
.input-group form.pmpro_form textarea,
form.pmpro_form .input-group .input,
form.pmpro_form .input-group select,
form.pmpro_form .input-group textarea,
form.pmpro_form .pmpro_checkout div .input-group input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group select,
form.pmpro_form .pmpro_checkout div .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.comment-form .input-group input[type="email"],
.comment-form .input-group input[type="text"],
.comment-form .input-group input[type="url"],
.comment-form .input-group textarea,
.gform_wrapper .ginput_container .input-group input:not([type="file"]),
.gform_wrapper .ginput_container .input-group select,
.gform_wrapper .ginput_container .input-group textarea,
.input-group-addon,
.input-group-btn,
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group .gform_wrapper .ginput_container input:not([type="file"]),
.input-group .gform_wrapper .ginput_container select,
.input-group .gform_wrapper .ginput_container textarea,
.input-group .input,
.input-group form.pmpro_form .input,
.input-group form.pmpro_form .pmpro_checkout div input:not([type="file"]),
.input-group form.pmpro_form .pmpro_checkout div select,
.input-group form.pmpro_form .pmpro_checkout div textarea,
.input-group form.pmpro_form select,
.input-group form.pmpro_form textarea,
form.pmpro_form .input-group .input,
form.pmpro_form .input-group select,
form.pmpro_form .input-group textarea,
form.pmpro_form .pmpro_checkout div .input-group input:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group select,
form.pmpro_form .pmpro_checkout div .input-group textarea {
  display: table-cell;
}
.comment-form
  .input-group
  input[type="email"]:not(:first-child):not(:last-child),
.comment-form
  .input-group
  input[type="text"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="url"]:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child),
.gform_wrapper
  .ginput_container
  .input-group
  input:not(:first-child):not(:last-child):not([type="file"]),
.gform_wrapper
  .ginput_container
  .input-group
  select:not(:first-child):not(:last-child),
.gform_wrapper
  .ginput_container
  .input-group
  textarea:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group
  .comment-form
  input[type="email"]:not(:first-child):not(:last-child),
.input-group
  .comment-form
  input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group
  .gform_wrapper
  .ginput_container
  input:not(:first-child):not(:last-child):not([type="file"]),
.input-group
  .gform_wrapper
  .ginput_container
  select:not(:first-child):not(:last-child),
.input-group
  .gform_wrapper
  .ginput_container
  textarea:not(:first-child):not(:last-child),
.input-group .input:not(:first-child):not(:last-child),
.input-group
  form.pmpro_form
  .pmpro_checkout
  div
  input:not(:first-child):not(:last-child):not([type="file"]),
.input-group form.pmpro_form select:not(:first-child):not(:last-child),
.input-group form.pmpro_form textarea:not(:first-child):not(:last-child),
form.pmpro_form .input-group select:not(:first-child):not(:last-child),
form.pmpro_form .input-group textarea:not(:first-child):not(:last-child),
form.pmpro_form
  .pmpro_checkout
  div
  .input-group
  input:not(:first-child):not(:last-child):not([type="file"]) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #757c80;
  text-align: center;
  background-color: #e8eef2;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon,
.gform_wrapper
  .ginput_container
  .input-group-sm
  > input.input-group-addon:not([type="file"]),
.gform_wrapper .ginput_container .input-group-sm > select.input-group-addon,
.gform_wrapper .ginput_container .input-group-sm > textarea.input-group-addon,
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
form.pmpro_form .input-group-sm > .input-group-addon.input,
form.pmpro_form .input-group-sm > select.input-group-addon,
form.pmpro_form .input-group-sm > textarea.input-group-addon,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > input.input-group-addon:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group-sm > select.input-group-addon,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-sm
  > textarea.input-group-addon {
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 3px;
}
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon,
.gform_wrapper
  .ginput_container
  .input-group-lg
  > input.input-group-addon:not([type="file"]),
.gform_wrapper .ginput_container .input-group-lg > select.input-group-addon,
.gform_wrapper .ginput_container .input-group-lg > textarea.input-group-addon,
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
form.pmpro_form .input-group-lg > .input-group-addon.input,
form.pmpro_form .input-group-lg > select.input-group-addon,
form.pmpro_form .input-group-lg > textarea.input-group-addon,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > input.input-group-addon:not([type="file"]),
form.pmpro_form .pmpro_checkout div .input-group-lg > select.input-group-addon,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group-lg
  > textarea.input-group-addon {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.comment-form .input-group input[type="email"]:first-child,
.comment-form .input-group input[type="text"]:first-child,
.comment-form .input-group input[type="url"]:first-child,
.comment-form .input-group textarea:first-child,
.gform_wrapper
  .ginput_container
  .input-group
  input:first-child:not([type="file"]),
.gform_wrapper .ginput_container .input-group select:first-child,
.gform_wrapper .ginput_container .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group .form-control:first-child,
.input-group
  .gform_wrapper
  .ginput_container
  input:first-child:not([type="file"]),
.input-group .gform_wrapper .ginput_container select:first-child,
.input-group .gform_wrapper .ginput_container textarea:first-child,
.input-group .input:first-child,
.input-group
  form.pmpro_form
  .pmpro_checkout
  div
  input:first-child:not([type="file"]),
.input-group form.pmpro_form select:first-child,
.input-group form.pmpro_form textarea:first-child,
form.pmpro_form .input-group select:first-child,
form.pmpro_form .input-group textarea:first-child,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group
  input:first-child:not([type="file"]) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.comment-form .input-group input[type="email"]:last-child,
.comment-form .input-group input[type="text"]:last-child,
.comment-form .input-group input[type="url"]:last-child,
.comment-form .input-group textarea:last-child,
.gform_wrapper
  .ginput_container
  .input-group
  input:last-child:not([type="file"]),
.gform_wrapper .ginput_container .input-group select:last-child,
.gform_wrapper .ginput_container .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group .form-control:last-child,
.input-group
  .gform_wrapper
  .ginput_container
  input:last-child:not([type="file"]),
.input-group .gform_wrapper .ginput_container select:last-child,
.input-group .gform_wrapper .ginput_container textarea:last-child,
.input-group .input:last-child,
.input-group
  form.pmpro_form
  .pmpro_checkout
  div
  input:last-child:not([type="file"]),
.input-group form.pmpro_form select:last-child,
.input-group form.pmpro_form textarea:last-child,
form.pmpro_form .input-group select:last-child,
form.pmpro_form .input-group textarea:last-child,
form.pmpro_form
  .pmpro_checkout
  div
  .input-group
  input:last-child:not([type="file"]) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #e8eef2;
}
.nav > li.disabled > a {
  color: #bcc4c9;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #bcc4c9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #e8eef2;
  border-color: #1d81ae;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 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.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e8eef2 #e8eef2 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #757c80;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #1d81ae;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.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: 60px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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: 15px 20px;
  font-size: 22px;
  line-height: 30px;
  height: 60px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin: 8px -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
  .comment-form .navbar-form p,
  .navbar-form .comment-form p,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .comment-form .navbar-form input[type="email"],
  .comment-form .navbar-form input[type="text"],
  .comment-form .navbar-form input[type="url"],
  .comment-form .navbar-form textarea,
  .gform_wrapper .ginput_container .navbar-form input:not([type="file"]),
  .gform_wrapper .ginput_container .navbar-form select,
  .gform_wrapper .ginput_container .navbar-form textarea,
  .navbar-form .comment-form input[type="email"],
  .navbar-form .comment-form input[type="text"],
  .navbar-form .comment-form input[type="url"],
  .navbar-form .comment-form textarea,
  .navbar-form .form-control,
  .navbar-form .gform_wrapper .ginput_container input:not([type="file"]),
  .navbar-form .gform_wrapper .ginput_container select,
  .navbar-form .gform_wrapper .ginput_container textarea,
  .navbar-form .input,
  .navbar-form form.pmpro_form .input,
  .navbar-form form.pmpro_form .pmpro_checkout div input:not([type="file"]),
  .navbar-form form.pmpro_form .pmpro_checkout div select,
  .navbar-form form.pmpro_form .pmpro_checkout div textarea,
  .navbar-form form.pmpro_form select,
  .navbar-form form.pmpro_form textarea,
  form.pmpro_form .navbar-form .input,
  form.pmpro_form .navbar-form select,
  form.pmpro_form .navbar-form textarea,
  form.pmpro_form .pmpro_checkout div .navbar-form input:not([type="file"]),
  form.pmpro_form .pmpro_checkout div .navbar-form select,
  form.pmpro_form .pmpro_checkout div .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .comment-form .navbar-form .input-group input[type="email"],
  .comment-form .navbar-form .input-group input[type="text"],
  .comment-form .navbar-form .input-group input[type="url"],
  .comment-form .navbar-form .input-group textarea,
  .gform_wrapper
    .ginput_container
    .navbar-form
    .input-group
    input:not([type="file"]),
  .gform_wrapper .ginput_container .navbar-form .input-group select,
  .gform_wrapper .ginput_container .navbar-form .input-group textarea,
  .navbar-form .input-group .comment-form input[type="email"],
  .navbar-form .input-group .comment-form input[type="text"],
  .navbar-form .input-group .comment-form input[type="url"],
  .navbar-form .input-group .comment-form textarea,
  .navbar-form .input-group .form-control,
  .navbar-form
    .input-group
    .gform_wrapper
    .ginput_container
    input:not([type="file"]),
  .navbar-form .input-group .gform_wrapper .ginput_container select,
  .navbar-form .input-group .gform_wrapper .ginput_container textarea,
  .navbar-form .input-group .input,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form
    .input-group
    form.pmpro_form
    .pmpro_checkout
    div
    input:not([type="file"]),
  .navbar-form .input-group form.pmpro_form select,
  .navbar-form .input-group form.pmpro_form textarea,
  form.pmpro_form .navbar-form .input-group select,
  form.pmpro_form .navbar-form .input-group textarea,
  form.pmpro_form
    .pmpro_checkout
    div
    .navbar-form
    .input-group
    input:not([type="file"]) {
    width: auto;
  }
  .comment-form .navbar-form .input-group > input[type="email"],
  .comment-form .navbar-form .input-group > input[type="text"],
  .comment-form .navbar-form .input-group > input[type="url"],
  .comment-form .navbar-form .input-group > textarea,
  .gform_wrapper
    .ginput_container
    .navbar-form
    .input-group
    > input:not([type="file"]),
  .gform_wrapper .ginput_container .navbar-form .input-group > select,
  .gform_wrapper .ginput_container .navbar-form .input-group > textarea,
  .navbar-form .comment-form .input-group > input[type="email"],
  .navbar-form .comment-form .input-group > input[type="text"],
  .navbar-form .comment-form .input-group > input[type="url"],
  .navbar-form .comment-form .input-group > textarea,
  .navbar-form
    .gform_wrapper
    .ginput_container
    .input-group
    > input:not([type="file"]),
  .navbar-form .gform_wrapper .ginput_container .input-group > select,
  .navbar-form .gform_wrapper .ginput_container .input-group > textarea,
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .input,
  .navbar-form form.pmpro_form .input-group > .input,
  .navbar-form form.pmpro_form .input-group > select,
  .navbar-form form.pmpro_form .input-group > textarea,
  .navbar-form
    form.pmpro_form
    .pmpro_checkout
    div
    .input-group
    > input:not([type="file"]),
  .navbar-form form.pmpro_form .pmpro_checkout div .input-group > select,
  .navbar-form form.pmpro_form .pmpro_checkout div .input-group > textarea,
  form.pmpro_form .navbar-form .input-group > select,
  form.pmpro_form .navbar-form .input-group > textarea,
  form.pmpro_form
    .pmpro_checkout
    div
    .navbar-form
    .input-group
    > input:not([type="file"]) {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .comment-form .navbar-form p,
  .navbar-form .comment-form p,
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .comment-form .navbar-form p:last-child,
  .navbar-form .comment-form p:last-child,
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-group-sm > .navbar-btn.btn,
.nav-links .nav-next a.navbar-btn,
.nav-links .nav-previous a.navbar-btn,
.navbar-btn.btn-sm {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #374a54;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e6e9eb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #7bc7e9;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #1d81ae;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #29373e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #1d81ae;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #7bc7e9;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #1d81ae;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #7bc7e9;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #7bc7e9;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bcc4c9;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #1d81ae;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #12506c;
  background-color: #e8eef2;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #1d81ae;
  border-color: #1d81ae;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #bcc4c9;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 30px 0;
  list-style: none;
  text-align: center;
}
.pager:after,
.pager:before {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #e8eef2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #bcc4c9;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #bcc4c9;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #a0abb2;
}
.label-primary {
  background-color: #1d81ae;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #166182;
}
.label-success {
  background-color: #cf1e54;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #a21842;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #e1c718;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #b39e13;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bcc4c9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1d81ae;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #e8eef2;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c7d6e0;
}
.container-fluid .jumbotron,
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 90px;
  }
}
.thumbnail,
.wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img,
.wp-caption > img,
.wp-caption a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption,
.wp-caption .caption {
  padding: 9px;
  color: #222;
}
a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
  border-color: #1d81ae;
}
.alert,
.gform_wrapper #gforms_confirmation_message,
.gform_wrapper .validation_error,
.search-form .input-group > .validation_message {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4,
.gform_wrapper #gforms_confirmation_message h4,
.gform_wrapper .validation_error h4,
.search-form .input-group > .validation_message h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.gform_wrapper #gforms_confirmation_message .alert-link,
.gform_wrapper .validation_error .alert-link,
.search-form .input-group > .validation_message .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul,
.gform_wrapper #gforms_confirmation_message > p,
.gform_wrapper #gforms_confirmation_message > ul,
.gform_wrapper .validation_error > p,
.gform_wrapper .validation_error > ul,
.search-form .input-group > .validation_message > p,
.search-form .input-group > .validation_message > ul {
  margin-bottom: 0;
}
.alert > p + p,
.gform_wrapper #gforms_confirmation_message > p + p,
.gform_wrapper .validation_error > p + p,
.search-form .input-group > .validation_message > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.gform_wrapper .validation_error,
.search-form .input-group > .validation_message {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr,
.gform_wrapper .validation_error hr,
.search-form .input-group > .validation_message hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.gform_wrapper .validation_error .alert-link,
.search-form .input-group > .validation_message .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #1d81ae;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #cf1e54;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-warning {
  background-color: #e1c718;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #e8eef2;
  color: #bcc4c9;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #bcc4c9;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #1d81ae;
  border-color: #1d81ae;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #a7d9f0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#pmpro_account .panel > .panel-collapse > table,
#pmpro_account .panel > .table-responsive > table,
#pmpro_account .panel > table,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table,
.pmpro_form .panel > .panel-collapse > table,
.pmpro_form .panel > .table-responsive > table,
.pmpro_form .panel > table {
  margin-bottom: 0;
}
#pmpro_account .panel > .panel-collapse > table caption,
#pmpro_account .panel > .table-responsive > table caption,
#pmpro_account .panel > table caption,
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption,
.pmpro_form .panel > .panel-collapse > table caption,
.pmpro_form .panel > .table-responsive > table caption,
.pmpro_form .panel > table caption {
  padding-left: 15px;
  padding-right: 15px;
}
#pmpro_account .panel > .table-responsive:first-child > table:first-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child,
#pmpro_account .panel > table:first-child,
#pmpro_account .panel > table:first-child > tbody:first-child > tr:first-child,
#pmpro_account .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.pmpro_form .panel > .table-responsive:first-child > table:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child,
.pmpro_form .panel > table:first-child,
.pmpro_form .panel > table:first-child > tbody:first-child > tr:first-child,
.pmpro_form .panel > table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
#pmpro_account
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
#pmpro_account
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
#pmpro_account
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
#pmpro_account
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.pmpro_form
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.pmpro_form
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.pmpro_form
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.pmpro_form
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
#pmpro_account
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
#pmpro_account
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
#pmpro_account
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
#pmpro_account
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
#pmpro_account
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.pmpro_form
  .panel
  > .table-responsive:first-child
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.pmpro_form
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.pmpro_form
  .panel
  > table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.pmpro_form
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.pmpro_form
  .panel
  > table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
#pmpro_account .panel > .table-responsive:last-child > table:last-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child,
#pmpro_account .panel > table:last-child,
#pmpro_account .panel > table:last-child > tbody:last-child > tr:last-child,
#pmpro_account .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.pmpro_form .panel > .table-responsive:last-child > table:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child,
.pmpro_form .panel > table:last-child,
.pmpro_form .panel > table:last-child > tbody:last-child > tr:last-child,
.pmpro_form .panel > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
#pmpro_account
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
#pmpro_account
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
#pmpro_account
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
#pmpro_account
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.pmpro_form
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.pmpro_form
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.pmpro_form
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.pmpro_form
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
#pmpro_account
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
#pmpro_account
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
#pmpro_account
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
#pmpro_account
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
#pmpro_account
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.pmpro_form
  .panel
  > .table-responsive:last-child
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.pmpro_form
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.pmpro_form
  .panel
  > table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.pmpro_form
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.pmpro_form
  .panel
  > table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
#pmpro_account .panel > .panel-body + table,
#pmpro_account .panel > table + .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.pmpro_form .panel > .panel-body + table,
.pmpro_form .panel > table + .panel-body {
  border-top: 1px solid #ddd;
}
#pmpro_account .panel > table > tbody:first-child > tr:first-child td,
#pmpro_account .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.pmpro_form .panel > table > tbody:first-child > tr:first-child td,
.pmpro_form .panel > table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
#pmpro_account .panel > .table-responsive > table,
#pmpro_account .panel > table,
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.pmpro_form .panel > .table-responsive > table,
.pmpro_form .panel > table {
  border: 0;
}
#pmpro_account .panel > .table-responsive > table > tbody > tr > td:first-child,
#pmpro_account .panel > .table-responsive > table > tbody > tr > th:first-child,
#pmpro_account .panel > .table-responsive > table > tfoot > tr > td:first-child,
#pmpro_account .panel > .table-responsive > table > tfoot > tr > th:first-child,
#pmpro_account .panel > .table-responsive > table > thead > tr > td:first-child,
#pmpro_account .panel > .table-responsive > table > thead > tr > th:first-child,
#pmpro_account .panel > table > tbody > tr > td:first-child,
#pmpro_account .panel > table > tbody > tr > th:first-child,
#pmpro_account .panel > table > tfoot > tr > td:first-child,
#pmpro_account .panel > table > tfoot > tr > th:first-child,
#pmpro_account .panel > table > thead > tr > td:first-child,
#pmpro_account .panel > table > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.pmpro_form .panel > .table-responsive > table > tbody > tr > td:first-child,
.pmpro_form .panel > .table-responsive > table > tbody > tr > th:first-child,
.pmpro_form .panel > .table-responsive > table > tfoot > tr > td:first-child,
.pmpro_form .panel > .table-responsive > table > tfoot > tr > th:first-child,
.pmpro_form .panel > .table-responsive > table > thead > tr > td:first-child,
.pmpro_form .panel > .table-responsive > table > thead > tr > th:first-child,
.pmpro_form .panel > table > tbody > tr > td:first-child,
.pmpro_form .panel > table > tbody > tr > th:first-child,
.pmpro_form .panel > table > tfoot > tr > td:first-child,
.pmpro_form .panel > table > tfoot > tr > th:first-child,
.pmpro_form .panel > table > thead > tr > td:first-child,
.pmpro_form .panel > table > thead > tr > th:first-child {
  border-left: 0;
}
#pmpro_account .panel > .table-responsive > table > tbody > tr > td:last-child,
#pmpro_account .panel > .table-responsive > table > tbody > tr > th:last-child,
#pmpro_account .panel > .table-responsive > table > tfoot > tr > td:last-child,
#pmpro_account .panel > .table-responsive > table > tfoot > tr > th:last-child,
#pmpro_account .panel > .table-responsive > table > thead > tr > td:last-child,
#pmpro_account .panel > .table-responsive > table > thead > tr > th:last-child,
#pmpro_account .panel > table > tbody > tr > td:last-child,
#pmpro_account .panel > table > tbody > tr > th:last-child,
#pmpro_account .panel > table > tfoot > tr > td:last-child,
#pmpro_account .panel > table > tfoot > tr > th:last-child,
#pmpro_account .panel > table > thead > tr > td:last-child,
#pmpro_account .panel > table > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.pmpro_form .panel > .table-responsive > table > tbody > tr > td:last-child,
.pmpro_form .panel > .table-responsive > table > tbody > tr > th:last-child,
.pmpro_form .panel > .table-responsive > table > tfoot > tr > td:last-child,
.pmpro_form .panel > .table-responsive > table > tfoot > tr > th:last-child,
.pmpro_form .panel > .table-responsive > table > thead > tr > td:last-child,
.pmpro_form .panel > .table-responsive > table > thead > tr > th:last-child,
.pmpro_form .panel > table > tbody > tr > td:last-child,
.pmpro_form .panel > table > tbody > tr > th:last-child,
.pmpro_form .panel > table > tfoot > tr > td:last-child,
.pmpro_form .panel > table > tfoot > tr > th:last-child,
.pmpro_form .panel > table > thead > tr > td:last-child,
.pmpro_form .panel > table > thead > tr > th:last-child {
  border-right: 0;
}
#pmpro_account .panel > .table-responsive > table > tbody > tr:first-child > td,
#pmpro_account .panel > .table-responsive > table > tbody > tr:first-child > th,
#pmpro_account .panel > .table-responsive > table > tbody > tr:last-child > td,
#pmpro_account .panel > .table-responsive > table > tbody > tr:last-child > th,
#pmpro_account .panel > .table-responsive > table > tfoot > tr:last-child > td,
#pmpro_account .panel > .table-responsive > table > tfoot > tr:last-child > th,
#pmpro_account .panel > .table-responsive > table > thead > tr:first-child > td,
#pmpro_account .panel > .table-responsive > table > thead > tr:first-child > th,
#pmpro_account .panel > table > tbody > tr:first-child > td,
#pmpro_account .panel > table > tbody > tr:first-child > th,
#pmpro_account .panel > table > tbody > tr:last-child > td,
#pmpro_account .panel > table > tbody > tr:last-child > th,
#pmpro_account .panel > table > tfoot > tr:last-child > td,
#pmpro_account .panel > table > tfoot > tr:last-child > th,
#pmpro_account .panel > table > thead > tr:first-child > td,
#pmpro_account .panel > table > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.pmpro_form .panel > .table-responsive > table > tbody > tr:first-child > td,
.pmpro_form .panel > .table-responsive > table > tbody > tr:first-child > th,
.pmpro_form .panel > .table-responsive > table > tbody > tr:last-child > td,
.pmpro_form .panel > .table-responsive > table > tbody > tr:last-child > th,
.pmpro_form .panel > .table-responsive > table > tfoot > tr:last-child > td,
.pmpro_form .panel > .table-responsive > table > tfoot > tr:last-child > th,
.pmpro_form .panel > .table-responsive > table > thead > tr:first-child > td,
.pmpro_form .panel > .table-responsive > table > thead > tr:first-child > th,
.pmpro_form .panel > table > tbody > tr:first-child > td,
.pmpro_form .panel > table > tbody > tr:first-child > th,
.pmpro_form .panel > table > tbody > tr:last-child > td,
.pmpro_form .panel > table > tbody > tr:last-child > th,
.pmpro_form .panel > table > tfoot > tr:last-child > td,
.pmpro_form .panel > table > tfoot > tr:last-child > th,
.pmpro_form .panel > table > thead > tr:first-child > td,
.pmpro_form .panel > table > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #40464a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #40464a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1d81ae;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1d81ae;
  border-color: #1d81ae;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1d81ae;
}
.panel-primary > .panel-heading .badge {
  color: #1d81ae;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1d81ae;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.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: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    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: 1070;
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  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;
  background-color: #000;
  border-radius: 4px;
}
.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 {
  right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 20px;
  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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  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: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.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: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  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: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    transform: translateZ(0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before,
.gform_wrapper .gsection:after,
.gform_wrapper .gsection:before,
.head-search-form .search-form .input-group:after,
.head-search-form .search-form .input-group:before,
.relevanssi-search .search-form .input-group:after,
.relevanssi-search .search-form .input-group:before,
form.pmpro_form .pmpro_checkout div:after,
form.pmpro_form .pmpro_checkout div:before {
  content: " ";
  display: table;
}
.clearfix:after,
.gform_wrapper .gsection:after,
.head-search-form .search-form .input-group:after,
.relevanssi-search .search-form .input-group:after,
form.pmpro_form .pmpro_checkout div: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  .section .lead br {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  .section .lead br {
    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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.woff2?v=4.7.0)
      format("woff2"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.woff?v=4.7.0)
      format("woff"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.ttf?v=4.7.0)
      format("truetype"),
    url(//www.jordangrayconsulting.com/wp-content/themes/jgc/dist/styles/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-cog:before,
.fa-gear:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-cogs:before,
.fa-gears:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-gavel:before,
.fa-legal:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before,
.fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}
.fa-eur:before,
.fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-inr:before,
.fa-rupee:before {
  content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}
.fa-krw:before,
.fa-won:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}
.fa-empire:before,
.fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-bed:before,
.fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-television:before,
.fa-tv:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.gform_wrapper .hidden-input .gfield_label,
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .section h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section {
    font-size: 18px;
  }
  .section h1,
  .section h2 {
    font-size: 30px;
  }
  .section h2 {
    font-size: 26px;
  }
}
.section .lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section .lead {
    font-size: 22px;
  }
}
.section .section-title {
  margin-top: 0;
}
.page-template-template-home .section#home-features,
.section.bg-light {
  background-color: #f6f6f6;
}
.page-template-template-home .section#home-splash,
.section.bg-dark,
.section.cta,
.section.splash {
  background-color: #40464a;
  color: #fff;
}
.page-template-template-home .section#home-splash a,
.page-template-template-home .section#home-splash h1,
.page-template-template-home .section#home-splash h2,
.page-template-template-home .section#home-splash h3,
.section.bg-dark a,
.section.bg-dark h1,
.section.bg-dark h2,
.section.bg-dark h3,
.section.cta a,
.section.cta h1,
.section.cta h2,
.section.cta h3,
.section.splash a,
.section.splash h1,
.section.splash h2,
.section.splash h3 {
  color: #fff;
}
.page-template-template-home .section#home-splash a:hover,
.section.bg-dark a:hover,
.section.cta a:hover,
.section.splash a:hover {
  color: #e8eef2;
}
.section .inner-wrapper-md {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .section .inner-wrapper-md {
    float: left;
    width: 83.3333333333%;
    left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .section .inner-wrapper-md {
    float: left;
    width: 66.6666666667%;
    left: 16.6666666667%;
  }
}
.section .inner-wrapper-lg {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .section .inner-wrapper-lg {
    float: left;
    width: 83.3333333333%;
    left: 8.3333333333%;
  }
}
.section.cta {
  margin-bottom: 60px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .section.cta {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .section.cta {
    text-align: center;
  }
  .section.cta br {
    display: none;
  }
}
.section.cta h3 {
  margin-top: 0;
  font-size: 30px;
}
@media (max-width: 768px) {
  .section.cta h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .section.cta .btn {
    padding: 10px 24px;
    font-size: 16px;
    width: 100% !important;
    text-align: center;
  }
}
.page-header {
  margin-top: 0;
  border-bottom: none;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header {
    padding-bottom: 0;
  }
}
.more-hr,
.page-header h1 {
  margin-top: 0;
}
.more-hr {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .more-hr {
    padding: 30px 0;
  }
}
.more-hr .description {
  margin: 0;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  font-weight: 400;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.more-hr .description .more {
  text-decoration: none;
}
.more-hr .description .more > span {
  text-decoration: underline !important;
}
.more-hr:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #e8eef2;
  z-index: -1;
}
blockquote {
  font-size: 22px;
  padding: 30px !important;
  border-radius: 15px 0;
  margin: 0 0 45px !important;
  border: 1px solid #e8eef2;
  color: #757c80;
  font-style: italic;
  display: inline-block;
  position: relative;
}
blockquote .small,
blockquote footer,
blockquote small {
  margin-top: 10px;
}
blockquote:after,
blockquote:before {
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  bottom: -25px;
  content: "";
  position: absolute;
  left: 0;
}
blockquote:before {
  border-left: 25px solid rgba(0, 0, 0, 0.1);
  left: -2px;
  z-index: 1;
  border-left: 27px solid #e8eef2;
  border-bottom: 27px solid transparent;
  bottom: -28px;
  left: -1px;
  z-index: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.modules {
  background-color: #fcf9e3;
  border-radius: 4px;
  border: 1px solid #dcc318;
  padding: 20px;
  margin-bottom: 20px;
}
.fa-ul i.fa-check {
  color: #3ca773;
}
.fa-ul h4:first-child {
  margin-top: 0;
}
.center-titles h2,
.center-titles h3,
.center-titles h4 {
  text-align: center;
}
.exclusive-content {
  padding: 40px;
  margin: 20px 0;
  background-color: #fff;
}
.exclusive-content .above-title {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.exclusive-content .title h3 {
  font-weight: 600;
}
.exclusive-content .content {
  font-size: 16px;
}
.exclusive-content .content .image-wrapper {
  float: right;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 240px;
}
@media (max-width: 544px) {
  .exclusive-content .content .image-wrapper {
    float: none;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.exclusive-content .content .image-wrapper.play-icon {
  position: relative;
}
.exclusive-content .content .image-wrapper.play-icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #fff;
}
.exclusive-content .content .image-wrapper img {
  width: 100%;
}
.exclusive-content .exclusive-content-cta {
  font-size: 18px;
  display: block;
  margin-top: 30px;
}
.sv-appear {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s;
  position: relative;
  top: -20px;
}
.sv-visible {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.ginput_complex br,
.hidden-control {
  display: none;
}
.exclusive-content {
  border-radius: 3px;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
}
@font-face {
  font-display: auto;
}
span.sales-page-span {
  font-size: 44px !important;
  line-height: 57px;
}
h1.sales-page-subhead em,
span.sales-page-span em {
  font-weight: 600;
}
h1.sales-page-subhead {
  font-size: 29px !important;
  margin-bottom: 5px;
}
@media (max-width: 419px) {
  .col-xxs-1-only {
    width: 8.3333333333%;
  }
}
@media (max-width: 419px) {
  .col-xxs-2-only {
    width: 16.6666666667%;
  }
}
@media (max-width: 419px) {
  .col-xxs-3-only {
    width: 25%;
  }
}
@media (max-width: 419px) {
  .col-xxs-4-only {
    width: 33.3333333333%;
  }
}
@media (max-width: 419px) {
  .col-xxs-5-only {
    width: 41.6666666667%;
  }
}
@media (max-width: 419px) {
  .col-xxs-6-only {
    width: 50%;
  }
}
@media (max-width: 419px) {
  .col-xxs-7-only {
    width: 58.3333333333%;
  }
}
@media (max-width: 419px) {
  .col-xxs-8-only {
    width: 66.6666666667%;
  }
}
@media (max-width: 419px) {
  .col-xxs-9-only {
    width: 75%;
  }
}
@media (max-width: 419px) {
  .col-xxs-10-only {
    width: 83.3333333333%;
  }
}
@media (max-width: 419px) {
  .col-xxs-11-only {
    width: 91.6666666667%;
  }
}
@media (max-width: 419px) {
  .col-xxs-12-only {
    width: 100%;
  }
}
.btn,
.btn-common,
.comment-form input[type="submit"],
.gform_next_button,
.gform_previous_button,
.gform_wrapper .gform_button,
.nav-links .nav-next a,
.nav-links .nav-previous a,
.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link,
.search-form .input-group > .input-group-btn .search-submit {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 48px;
  letter-spacing: 1px;
  transition: all 0.05s ease-in-out;
  font-family: Source Sans Pro, sans-serif;
  border-radius: 4px;
}
.btn-group-sm > .btn,
.btn-sm,
.nav-links .nav-next a,
.nav-links .nav-previous a {
  padding: 10px 24px;
  font-size: 16px;
}
.btn-group-lg > .btn,
.btn-lg,
.page-template-template-home #home-splash .content .btn {
  padding: 20px 48px;
  font-size: 30px;
}
.btn-primary,
.comment-form input[type="submit"],
.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
  border: 1px solid #1d81ae;
}
.active.pmpro_btn,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:hover,
.pmpro_btn:active,
.pmpro_btn:focus,
.pmpro_btn:hover,
.pmpro_content_message a.active,
.pmpro_content_message a:active,
.pmpro_content_message a:focus,
.pmpro_content_message a:hover {
  background-color: #166182;
  border: 1px solid #166182;
}
.btn-transparent {
  background: 0 0;
  border-right: 1px solid hsla(0, 0%, 100%, 0.4);
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  border-left: none;
}
.btn-transparent.active,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
}
.btn-white,
.gform_next_button,
.gform_previous_button,
.nav-links .nav-next a,
.nav-links .nav-previous a {
  background: 0 0;
  border: 1px solid #e8eef2;
}
.active.gform_next_button,
.active.gform_previous_button,
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.gform_next_button:active,
.gform_next_button:focus,
.gform_next_button:hover,
.gform_previous_button:active,
.gform_previous_button:focus,
.gform_previous_button:hover,
.nav-links .nav-next a.active,
.nav-links .nav-next a:active,
.nav-links .nav-next a:focus,
.nav-links .nav-next a:hover,
.nav-links .nav-previous a.active,
.nav-links .nav-previous a:active,
.nav-links .nav-previous a:focus,
.nav-links .nav-previous a:hover {
  background-color: #e8eef2;
}
.entry-share-btns li {
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 0;
  border: none;
  transition: all 0.05s ease-in-out;
}
.entry-share-btns li a {
  padding: 10px 20px;
}
.sharing {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sharing {
    text-align: center;
  }
}
.sharing .entry-share-btns {
  margin-bottom: 0;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-twitter {
  background-color: #00adf2;
  border: 1px solid #00adf2;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-twitter:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-twitter:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-twitter:hover {
  background-color: #0698d2;
  border: 1px solid #0698d2;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-facebook {
  background-color: #225b99;
  border: 1px solid #225b99;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-facebook a svg {
  vertical-align: 0;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-facebook:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-facebook:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-facebook:hover {
  background-color: #184575;
  border: 1px solid #184575;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-google-plus {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-google-plus:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-google-plus:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-google-plus:hover {
  background-color: #ac2d1e;
  border: 1px solid #ac2d1e;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-linkedin {
  background-color: #3ca773;
  border: 1px solid #3ca773;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-linkedin:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-linkedin:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-linkedin:hover {
  background-color: #318a64;
  border: 1px solid #318a64;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-email {
  background-color: #3ca773;
  border: 1px solid #3ca773;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-email:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-email:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-email:hover {
  background-color: #318a64;
  border: 1px solid #318a64;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-pinterest {
  background-color: #bb061a;
  border: 1px solid #bb061a;
}
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-pinterest:active,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-pinterest:focus,
.sharing .entry-share-btns .entry-share-btn.entry-share-btn-pinterest:hover {
  background-color: #710410;
  border: 1px solid #710410;
}
.sharing .entry-share-btns a {
  color: #fff;
}
.sharing .entry-share-btns a svg path {
  fill: #fff;
}
.comment-list {
  padding-left: 0;
}
.comment-list,
.comment-list ol {
  list-style: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background-color: #e6e6e6;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0;
  font-weight: 500;
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
  color: #222;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  font-size: 11px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-next span:hover,
.ui-datepicker .ui-datepicker-prev span:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: none;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: 700;
  color: gray;
}
.ui-datepicker-today a {
  background-color: #1d81ae;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0;
}
.ui-datepicker-today a:hover {
  background-color: #757c80;
  color: #e8eef2;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td:hover {
  color: #e8eef2;
}
.ui-datepicker td .ui-state-default {
  border: 0;
  background: 0 0;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-default:hover {
  background: #1d81ae;
  color: #e8eef2;
  border-radius: 4px;
}
.ui-datepicker td .ui-state-highlight {
  color: #404040;
  background-color: #eedc94;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.ui-datepicker td .ui-state-active {
  background-color: #bcc4c9;
  margin-bottom: 0;
  font-size: normal;
  text-shadow: 0;
  color: #e8eef2;
  border-radius: 4px;
}
.gform_wrapper {
  margin: 0 0 20px;
}
.gform_wrapper .gfield_description {
  font-size: 18px;
  font-family: Source Sans Pro, sans-serif;
  font-style: italic;
}
.gform_wrapper li {
  margin-bottom: 10px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper label {
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #40464a;
}
.gform_wrapper .gfield {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .gform_wrapper .gfield {
    float: left;
    width: 100%;
  }
}
.gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  margin-bottom: 4px;
}
.gform_wrapper .gsection {
  margin: 16px 0 0;
  padding: 0 0 8px;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  margin-bottom: 0;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_checkbox li input[type="radio"],
.gform_wrapper ul.gfield_radio li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-top: 5px;
  padding: 0;
  background: 0 0;
  box-shadow: none;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 500;
}
.gform_wrapper ul.gfield_radio li {
  padding-right: 15px;
}
.gform_wrapper .gsection_title {
  margin-bottom: 20px;
  font-size: 20px;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #a94442;
}
.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .ginput_complex .ginput_right input {
  width: 100%;
}
.gform_wrapper .ginput_complex .ginput_right select {
  width: 100% !important;
}
.gform_wrapper .datepicker.datepicker_with_icon.hasDatepicker {
  display: inline-block;
  margin-right: 2%;
  width: 90%;
}
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  display: block;
  font-size: 18px;
  margin: 3px;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper li.gfield.gf_left_half,
.gform_wrapper li.gfield.gf_right_half {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper li.gfield.gf_left_half,
  .gform_wrapper li.gfield.gf_right_half {
    float: left;
    width: 50%;
  }
}
.gform_wrapper li.gfield.gf_left_half {
  clear: left;
}
.gform_wrapper li.gfield.gf_one_quarter {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper li.gfield.gf_one_quarter {
    float: left;
    width: 25%;
  }
}
.gform_wrapper li.gfield.gf_three_quarter {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper li.gfield.gf_three_quarter {
    float: left;
    width: 75%;
  }
}
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper li.gfield.gf_left_third,
.gform_wrapper li.gfield.gf_middle_third,
.gform_wrapper li.gfield.gf_right_third {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield_time_ampm,
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute,
  .gform_wrapper li.gfield.gf_left_third,
  .gform_wrapper li.gfield.gf_middle_third,
  .gform_wrapper li.gfield.gf_right_third {
    float: left;
    width: 33.3333333333%;
  }
}
.gform_wrapper .gfield_time_hour i {
  display: none;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    display: inline-block;
  }
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    display: inline-block;
  }
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  margin: 0;
  min-height: 1.8em;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    display: inline-block;
  }
}
.gform_wrapper .ginput_complex .ginput_left {
  padding-left: 0;
}
.gform_wrapper .ginput_complex .ginput_right {
  padding-right: 0;
}
.gform_wrapper li.gfield.gf_inline {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
}
.gform_wrapper .gfield_checkbox br {
  display: none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
  float: left;
  margin-top: 7px;
  height: auto;
}
.gform_wrapper .gfield_checkbox li input:hover,
.gform_wrapper .gfield_checkbox li input[type="checkbox"]:hover,
.gform_wrapper .gfield_radio li input[type="radio"]:hover {
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 1.5;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  width: auto;
}
.gform_wrapper .gfield_checkbox li label:hover,
.gform_wrapper .gfield_radio li label:hover {
  cursor: pointer;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  display: inline;
  margin: 0 10px 10px 0;
}
.gform_wrapper .ginput_container input:not([type="file"]),
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  background-color: #e8eef2;
  border: none;
}
.gform_wrapper .ginput_container input[type="checkbox"],
.gform_wrapper .ginput_container input[type="radio"] {
  width: auto;
}
.gform_wrapper .ginput_container textarea {
  height: auto;
  max-height: 112px;
}
.gform_wrapper .ginput_container .ui-datepicker-trigger {
  width: auto;
}
.gform_wrapper .gform_button {
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_button,
  .gform_wrapper .gform_next_button,
  .gform_wrapper .gform_previous_button {
    width: 100%;
    padding: 10px 5px;
  }
}
.gform_wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #a94442;
}
.gform_wrapper .validation_message {
  color: #a94442 !important;
  font-size: 18px;
}
.gform_wrapper .gf_scroll_text {
  overflow: auto;
  height: 180px;
}
.gform_wrapper .gform_body {
  margin-left: -20px;
  margin-right: -20px;
}
.gform_wrapper .gform_body:after,
.gform_wrapper .gform_body:before {
  content: " ";
  display: table;
}
.gform_wrapper .gform_body:after {
  clear: both;
}
.gform_wrapper .gfield_checkbox:after,
.gform_wrapper .gfield_checkbox:before,
.gform_wrapper .gfield_radio:after,
.gform_wrapper .gfield_radio:before {
  content: " ";
  display: table;
}
.gform_wrapper .gfield_checkbox:after,
.gform_wrapper .gfield_radio:after {
  clear: both;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio input,
.gform_wrapper .gfield_radio label {
  display: inline !important;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
  margin-top: 0.438em !important;
}
@media (max-width: 767px) {
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    width: 100% !important;
  }
}
.gform_wrapper .gfield_list tr {
  border-bottom: 10px solid transparent;
}
.multipart_wrapper .gform_button[type="submit"],
.multipart_wrapper .gform_next_button {
  display: block;
  float: right;
  clear: both;
}
.gform_page_footer {
  padding-left: 20px;
  padding-right: 20px;
}
.gform_page_footer .button {
  margin-bottom: 1em;
}
.modal-body .gform_wrapper .gform_body {
  margin: 0;
}
.modal-body .gform_wrapper .gfield,
.modal-body .gform_wrapper li.gfield.gf_left_half,
.modal-body .gform_wrapper li.gfield.gf_right_half {
  padding: 0;
}
@media (min-width: 992px) {
  .modal-body .gform_wrapper li.gfield.gf_left_half {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .modal-body .gform_wrapper li.gfield.gf_left_half,
  .modal-body .gform_wrapper li.gfield.gf_right_half {
    padding-left: 10px;
    padding-right: 0;
  }
}
.gform_wrapper .gform_card_icon_container {
  margin: 0 0 6px;
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_wrapper
  .gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.gform_card_icon_container input[type="radio"]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_wrapper
  .ginput_complex
  .ginput_cardinfo_left
  span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gform_wrapper
  .ginput_complex
  select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper
  .ginput_complex
  select.ginput_card_expiration.ginput_card_expiration_year {
  width: 47% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gform_wrapper
  .ginput_complex
  .ginput_cardinfo_left
  select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}
.gform_wrapper
  .ginput_complex
  .ginput_cardinfo_right
  input.ginput_card_security_code {
  max-width: 50% !important;
}
.gform_wrapper
  .ginput_complex
  .ginput_cardinfo_right
  span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.ginput_card_security_code_icon {
  display: none !important;
}
.gform_wrapper .ginput_complex label {
  margin: 3px 0 7px !important;
  font-size: 18px;
}
.gfield_hidden_product {
  display: none;
}
.gfield_creditcard_warning_message {
  font-size: 16px;
  margin-bottom: 10px;
}
[class^="gchoice"] input {
  margin-right: 5px;
}
.gf_left_half .ginput_container input,
.gf_right_half .ginput_container input {
  width: 100% !important;
}
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.has_last_name
  span.name_last {
  float: right;
}
.gf_right_half {
  float: right !important;
}
.gform_wrapper
  .gform_body
  .gform_page_fields
  .gform_fields
  .ginput_complex
  .ginput_full
  input {
  width: 100% !important;
}
@media (max-width: 767px) {
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
    > span {
    width: 100%;
    padding: 0;
    float: none;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
  .gform_wrapper .ginput_complex > span {
    margin-bottom: 15px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 100%;
  }
  .gform_wrapper li.gfield .ginput_container ul.gfield_checkbox li {
    display: block;
    float: none;
    width: 100%;
  }
  .gform_wrapper .gform_body .gform_page_footer {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gform_wrapper .gform_body .gform_page_footer .button.gform_button,
  .gform_wrapper .gform_body .gform_page_footer .button.gform_next_button {
    margin: 0;
  }
}
.gform_hidden ~ br,
p:empty {
  display: none;
}
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
  span,
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
  span,
.gform_wrapper
  .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
  span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
}
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
  span.name_first,
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
  span.name_first,
.gform_wrapper
  .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
  span.name_first {
  padding-right: 20px;
}
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
  span.name_last,
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
  span.name_last,
.gform_wrapper
  .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
  span.name_last {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
    span,
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
    span,
  .gform_wrapper
    .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
    span {
    width: 100%;
  }
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
    span.name_first,
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
    span.name_first,
  .gform_wrapper
    .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
    span.name_first {
    padding-right: 0;
  }
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name
    span.name_last,
  .gform_wrapper
    .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
    span.name_last,
  .gform_wrapper
    .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name
    span.name_last {
    padding-left: 0;
  }
}
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 0.375em !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #eee;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.gform_wrapper .percentbar_blue {
  background-color: #0072bc;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/gf-percentbar-blue.png);
  color: #fff;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 33%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 0 0.5em;
  min-height: 1.8em;
  vertical-align: top;
}
.search-form .input-group {
  width: 100%;
}
.search-form .input-group > .search-field {
  border-radius: 4px;
  float: none;
  background-color: #e8eef2;
  border: none;
}
.search-form .input-group > .input-group-btn {
  display: block;
  width: 100%;
}
.search-form .input-group > .input-group-btn .search-submit {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .search-form .input-group > .input-group-btn .search-submit {
    width: 100%;
    padding: 10px 5px;
  }
}
.search-form .input-group > .validation_message {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 12px;
  color: #a94442;
  font-size: 18px;
  font-style: italic;
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .main {
    float: left;
    width: 100%;
  }
}
.sidebar-primary .main {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sidebar-primary .main {
    float: left;
    width: 66.6666666667%;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.3333333333%;
  }
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.aligncenter {
  display: block;
  margin: 30px auto;
}
.alignleft,
.alignright {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}
.wp-caption-text {
  padding: 9px;
}
.banner {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.banner .brand {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.banner .brand span {
  font-weight: 400;
}
@media (max-width: 992px) {
  .banner .brand {
    margin-left: 20px;
  }
}
.banner .navbar-toggle {
  margin-right: 20px;
  padding: 9px 0;
  margin-top: 13px;
  margin-bottom: 0;
}
.banner .navbar-toggle .icon-bar {
  width: 24px;
}
.banner .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .banner .navbar-nav > li.current_page_parent {
    background-color: #1d81ae;
  }
  .banner .navbar-nav > li.current_page_parent > a {
    color: #fff !important;
  }
  .banner .navbar-nav > li.current_page_parent > a:hover {
    color: #fff;
  }
  .banner .navbar-nav > li :last-child > a {
    text-decoration: underline;
    font-weight: 700;
  }
  .banner .navbar-nav > li > a i {
    display: none;
  }
  .banner .navbar-nav > li.relevanssi-search > a i {
    display: block;
    font-size: 24px;
    padding-top: 3px;
  }
}
@media (max-width: 1200px) {
  .banner .brand {
    font-size: 18px;
  }
  .banner .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .banner .brand {
    font-size: 20px;
  }
  .banner .navbar-nav {
    column-count: 2;
  }
  .banner .navbar-nav > .active > a,
  .banner .navbar-nav > .active > a:focus,
  .banner .navbar-nav > .active > a:hover,
  .banner .navbar-nav > .current_page_parent > a {
    color: #7bc7e9 !important;
  }
  .banner .navbar-nav > li > a {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    background: none !important;
  }
}
@media (max-width: 480px) {
  .banner .navbar-header {
    position: relative;
  }
  .banner .navbar-header .navbar-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
  }
  .banner .brand {
    font-size: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner .brand span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 2rem;
    margin-top: -1rem;
  }
  .banner .navbar-nav > li > a span {
    display: none;
  }
}
@media (max-width: 992px) {
  .banner .navbar-nav > li.relevanssi-search > a {
    display: none;
  }
}
.head-search-form {
  padding: 20px 0;
  display: none;
}
@media (max-width: 992px) {
  .head-search-form {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .head-search-form .search-form,
  .relevanssi-search .search-form {
    margin-left: 25%;
  }
}
@media (max-width: 992px) {
  .head-search-form .search-form,
  .relevanssi-search .search-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.head-search-form .search-form .search-field,
.relevanssi-search .search-form .search-field {
  float: left;
}
.head-search-form .search-form .input-group .search-field,
.relevanssi-search .search-form .input-group .search-field {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .head-search-form .search-form .input-group .search-field,
  .relevanssi-search .search-form .input-group .search-field {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .head-search-form .search-form .input-group .search-field,
  .relevanssi-search .search-form .input-group .search-field {
    margin-bottom: 10px;
  }
}
.head-search-form .search-form .input-group .input-group-btn,
.relevanssi-search .search-form .input-group .input-group-btn {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .head-search-form .search-form .input-group .input-group-btn,
  .relevanssi-search .search-form .input-group .input-group-btn {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .head-search-form .search-form .input-group .input-group-btn,
  .relevanssi-search .search-form .input-group .input-group-btn {
    padding: 0;
  }
}
.head-search-form .search-form .input-group .input-group-btn .search-submit,
.relevanssi-search .search-form .input-group .input-group-btn .search-submit {
  margin-top: 0;
  padding: 8px 48px;
}
.hidden-footer {
  margin-top: -30px;
}
.content-info {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .content-info {
    padding: 30px 0;
  }
}
.content-info .widgets {
  margin-left: -20px;
  margin-right: -20px;
}
.content-info .widgets:after,
.content-info .widgets:before {
  content: " ";
  display: table;
}
.content-info .widgets:after {
  clear: both;
}
.content-info .widgets .widget h4 {
  color: #40464a;
  margin-top: 0;
}
.content-info .widgets .widget h4 a {
  color: #40464a;
  text-decoration: none;
}
.content-info .widgets .widget h4 a:hover {
  color: #757c80;
}
.content-info .widgets .widget ul {
  color: #757c80;
  margin-bottom: 0;
}
.content-info .widgets .widget ul li {
  padding-bottom: 10px;
  line-height: 1.3;
}
.content-info .widgets .widget ul li:last-child {
  padding-bottom: 0;
}
.content-info .footer-disclaimer {
  font-size: 12px;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #e8eef2;
  color: #757c80;
}
@media (max-width: 767px) {
  .content-info .footer-disclaimer {
    margin-top: 0;
    padding-top: 20px;
  }
}
.content-info .footer-disclaimer p {
  margin-bottom: 0.5rem;
}
#footer-features {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
#footer-features .widgets .widget.popular {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-features .widgets .widget.popular {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer-features .widgets .widget.popular {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  #footer-features .widgets .widget.popular {
    margin-bottom: 40px;
  }
}
#footer-features .widgets .widget.newsletter {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-features .widgets .widget.newsletter {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer-features .widgets .widget.newsletter {
    float: left;
    width: 33.3333333333%;
  }
}
#footer-features .widgets .widget.newsletter .gform_wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #footer-features .widgets .widget.newsletter {
    margin-bottom: 40px;
  }
}
#footer-features .widgets .widget.newsletter ul li {
  padding-bottom: 0;
}
#footer-features .widgets .widget.about {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-features .widgets .widget.about {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-features .widgets .widget.about {
    float: left;
    width: 33.3333333333%;
  }
}
#footer-features .widgets .widget.about img {
  width: 100px;
  float: right;
  margin-left: 10px;
}
@media (max-width: 992px) {
  #footer-features .widgets .widget.about img {
    margin-top: -20px;
    margin-bottom: 10px;
  }
}
#as-featured-in {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #as-featured-in {
    border-bottom: 1px solid #e8eef2;
  }
}
#as-featured-in .more-hr .description {
  text-transform: uppercase;
  font-size: 15px;
  color: #757c80;
}
#as-featured-in img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  #as-featured-in img {
    width: 95%;
  }
}
@media (min-width: 992px) {
  #as-featured-in img {
    width: 95%;
  }
}
#footer-navigation {
  font-size: 16px;
}
@media (max-width: 768px) {
  #footer-navigation {
    background-color: #e8eef2;
  }
}
#footer-navigation .widgets .widget h5 {
  margin-top: 0;
  color: #40464a;
}
#footer-navigation .widgets .widget h5 a {
  color: #40464a;
  text-decoration: none;
}
#footer-navigation .widgets .widget h5 a:hover {
  color: #757c80;
}
#footer-navigation .widgets .widget a {
  color: #757c80;
  text-decoration: none;
}
#footer-navigation .widgets .widget a:hover {
  color: #1d81ae;
}
#footer-navigation .widgets .widget ul li {
  padding-bottom: 5px;
}
#footer-navigation .widgets .widget.colophon {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-navigation .widgets .widget.colophon {
    float: left;
    width: 50%;
    right: 50%;
  }
}
@media (min-width: 992px) {
  #footer-navigation .widgets .widget.colophon {
    float: left;
    width: 100%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  #footer-navigation .widgets .widget.colophon {
    float: left;
    width: 25%;
    right: 75%;
  }
}
#footer-navigation .widgets .widget.menus {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #footer-navigation .widgets .widget.menus {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  #footer-navigation .widgets .widget.menus {
    float: left;
    width: 50%;
    left: 25%;
  }
}
#footer-navigation .widgets .widget.menus .menu {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-navigation .widgets .widget.menus .menu {
    float: left;
    width: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  #footer-navigation .widgets .widget.menus .menu {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #footer-navigation .widgets .widget.menus .menu:last-child {
    margin-bottom: 0;
    clear: both;
  }
}
#footer-navigation .widgets .widget.menus .menu .menu-coaching-container {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  #footer-navigation .widgets .widget.menus {
    margin-bottom: 30px;
  }
}
#footer-navigation .widgets .widget.social-links {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer-navigation .widgets .widget.social-links {
    float: left;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  #footer-navigation .widgets .widget.social-links {
    float: left;
    width: 33.3333333333%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #footer-navigation .widgets .widget.social-links {
    float: left;
    width: 25%;
    left: 25%;
  }
}
@media (max-width: 768px) {
  #footer-navigation .widgets .widget.social-links {
    margin-bottom: 30px;
  }
}
.social-icons {
  padding-left: 0;
  list-style: none;
}
.social-icons > li {
  display: block;
  padding-left: 0;
  margin-bottom: 7px;
}
.social-icons > li a span {
  margin-left: 10px;
  display: inline-block;
  line-height: 40px;
}
.social-icons > li a i {
  float: left;
  background: #757c80;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
  padding-top: 35%;
  display: inline-block;
  padding: 10px;
  transition: all 0.1s ease-in-out;
}
.social-icons > li.facebook a i {
  background: #3b5998;
}
.social-icons > li.facebook a:hover {
  color: #3b5998;
}
.social-icons > li.facebook a:hover i {
  background: #4c70ba;
}
.social-icons > li.twitter a i {
  background: #00aced;
}
.social-icons > li.twitter a:hover {
  color: #00aced;
}
.social-icons > li.twitter a:hover i {
  background: #21c2ff;
}
.social-icons > li.linkedin a i {
  background: #007bb6;
}
.social-icons > li.linkedin a:hover {
  color: #007bb6;
}
.social-icons > li.linkedin a:hover i {
  background: #009de9;
}
img#wpstats {
  display: none !important;
}
.page-template-template-home .latest-posts {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-template-home .latest-posts {
    padding-bottom: 0;
  }
}
.page-template-template-home #footer-features {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .page-template-template-home #footer-features {
    padding-top: 0;
  }
}
.page-template-template-home #home-splash {
  padding: 120px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/home-splash.jpg);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .page-template-template-home #home-splash {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .page-template-template-home #home-splash {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .page-template-template-home #home-splash {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-splash {
    padding: 80px 0 60px;
  }
}
@media (max-width: 480px) {
  .page-template-template-home #home-splash {
    padding: 80px 0 30px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-splash {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/home-splash.jpg);
  }
}
.page-template-template-home #home-splash .content {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .page-template-template-home #home-splash .content {
    float: left;
    width: 41.6666666667%;
    left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .page-template-template-home #home-splash .content {
    float: left;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .page-template-template-home #home-splash .content {
    float: left;
    width: 50%;
    left: 50%;
  }
}
.page-template-template-home #home-splash .content .title {
  font-size: 50px;
  font-family: Montserrat, sans-serif;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .page-template-template-home #home-splash .content .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-splash .content .title {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .page-template-template-home #home-splash .content .title {
    font-size: 30px;
  }
}
.page-template-template-home #home-splash .content .description {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-template-template-home #home-splash .content .description {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-splash .content .description {
    text-align: right;
    width: 80%;
    float: right;
  }
}
@media (max-width: 480px) {
  .page-template-template-home #home-splash .content .description {
    font-size: 22px;
    width: 100%;
    float: none;
  }
}
.page-template-template-home #home-splash .content .subtext {
  font-style: italic;
  font-size: 16px;
  display: block;
}
@media (max-width: 992px) {
  .page-template-template-home #home-splash .content .btn {
    padding: 15px 24px;
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-splash .content .btn {
    padding: 15px 24px;
    font-size: 16px;
    text-align: right;
    float: right;
  }
}
@media (max-width: 480px) {
  .page-template-template-home #home-splash .content .btn {
    padding: 10px 24px;
    font-size: 16px;
    width: 100% !important;
    text-align: center;
  }
}
.page-template-template-home #home-splash .logos-container {
  overflow: hidden;
  text-align: center;
  margin-top: 42px;
  margin-bottom: -20px;
}
.page-template-template-home #home-splash .logos-container .logos-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  display: inline-block;
  position: relative;
}
.page-template-template-home #home-splash .logos-container .logos-title:after,
.page-template-template-home #home-splash .logos-container .logos-title:before {
  content: "";
  top: 50%;
  width: 50vw;
  left: 100%;
  margin-left: 1rem;
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.page-template-template-home #home-splash .logos-container .logos-title:before {
  left: auto;
  right: 100%;
  margin-right: 1rem;
  margin-left: 0;
}
.page-template-template-home #home-splash .logos-container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-template-template-home #home-splash .logos-container .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-template-template-home #home-splash .logos-container .row .logo-wrapper {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-home
    #home-splash
    .logos-container
    .row
    .logo-wrapper {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
.page-template-template-home
  #home-splash
  .logos-container
  .row
  .logo-wrapper
  img {
  max-width: 100%;
  height: auto;
}
.page-template-template-home
  #home-splash
  .logos-container
  .row
  .logo-wrapper
  .logo-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.page-template-template-home #home-features {
  box-shadow: inset 0 10px 16px -5px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .page-template-template-home #home-features {
    padding: 30px 0;
  }
}
.page-template-template-home #home-features .features {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
.page-template-template-home #home-features .features:after,
.page-template-template-home #home-features .features:before {
  content: " ";
  display: table;
}
.page-template-template-home #home-features .features:after {
  clear: both;
}
.page-template-template-home #home-features .features .feature {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-template-template-home #home-features .features .feature {
    float: left;
    width: 33.3333333333%;
  }
}
.page-template-template-home #home-features .features .feature.coaching img {
  padding-bottom: 20px;
}
.page-template-template-home #home-features .features .feature img {
  height: 120px;
}
.page-template-template-home #home-features .features .feature .more {
  text-decoration: none;
}
.page-template-template-home #home-features .features .feature .more > span {
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .page-template-template-home #home-features .features .feature {
    font-size: 18px;
  }
  .page-template-template-home #home-features .features .feature img {
    height: 110px;
  }
  .page-template-template-home #home-features .features .feature h3 {
    font-size: 20px;
  }
  .page-template-template-home #home-features .features .feature p {
    clear: both;
  }
}
@media (max-width: 768px) {
  .page-template-template-home #home-features .features {
    text-align: left;
  }
  .page-template-template-home #home-features .features .feature {
    margin-bottom: 30px;
  }
  .page-template-template-home #home-features .features .feature h3 {
    margin-top: 0;
    line-height: 40px;
  }
  .page-template-template-home #home-features .features .feature img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 20px;
  }
  .page-template-template-home #home-features .features .feature.coaching img {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .page-template-template-home #home-features .features .feature:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page-template-template-home #home-features .features .feature h3 {
    margin-top: 0;
    float: none;
    margin-right: 0;
    line-height: 1.1;
  }
  .page-template-template-home #home-features .features .feature img {
    display: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.page-template-template-landing-page .content-area-title-icon {
  width: 120px;
  display: block;
  margin: 0 auto 10px;
}
.blog .nav-blog {
  margin: -20px auto 40px;
  text-align: center;
  color: #757c80;
}
@media (min-width: 768px) {
  .complete-archive .lcp_catlist {
    column-count: 2;
  }
}
.complete-archive .lcp_catlist li {
  margin-bottom: 10px;
  line-height: 1.3;
}
.complete-archive .lcp_catlist li .lcp_date {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #757c80;
}
@media (max-width: 767px) {
  .work-with-jordan blockquote {
    font-size: 20px;
  }
  .work-with-jordan blockquote .alignleft,
  .work-with-jordan blockquote .alignright {
    float: left;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 480px) {
  .work-with-jordan blockquote {
    font-size: 18px;
  }
  .work-with-jordan blockquote .alignleft,
  .work-with-jordan blockquote .alignright {
    max-width: 45%;
    height: auto;
  }
}
.pmpro_form .pmpro_checkout .pmpro_checkout-fields {
  padding: 0;
}
.pmpro_form .pmpro_checkout .pmpro_checkout-fields > span {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .pmpro_form .pmpro_checkout .pmpro_checkout-fields > span {
    width: 100%;
  }
}
.pmpro_form .pmpro_checkout .pmpro_checkout-fields > span input {
  width: auto !important;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .pmpro_form .pmpro_checkout .pmpro_checkout-fields > span input {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 480px) {
  .pmpro_form .pmpro_checkout .pmpro_checkout-fields > span input {
    margin: 0 5px 0 0;
  }
}
.pmpro_form .pmpro_checkout .pmpro_checkout-fields > span a {
  display: inline-block;
  margin-top: 6px;
}
.pmpro_form .pmpro_submit #pmpro_processing_message {
  float: none;
}
.page-not-found-links {
  margin-bottom: 32px;
}
.page-not-found-links li p:nth-child(n + 2) {
  margin-top: -12px;
}
.page-not-found-search .search-form {
  margin: auto;
  text-align: center;
  float: none;
}
.splash {
  padding: 200px 0;
  text-align: center;
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .splash {
    padding: 160px 0;
  }
}
@media (max-width: 768px) {
  .splash {
    padding: 80px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/jordan-gray-bg.jpg);
  }
}
.splash h1 {
  margin-top: 0;
}
.splash .entry-meta {
  color: #fff;
  margin-bottom: 0;
}
.splash .entry-meta .author a {
  text-decoration: underline;
}
.entry-meta {
  text-transform: uppercase;
  font-size: 15px;
}
.entry-meta,
.entry-meta a {
  color: #757c80;
}
.entry-meta li {
  padding-left: 5px;
  padding-right: 0;
}
.entry-meta li:after {
  content: "\00b7";
  float: right;
  margin-left: 10px;
}
.entry-meta li:last-child:after {
  content: "";
}
.latest-posts h3 {
  margin-top: 0;
  font-size: 20px;
}
.latest-posts .posts {
  margin-left: -20px;
  margin-right: -20px;
}
.latest-posts .posts:after,
.latest-posts .posts:before {
  content: " ";
  display: table;
}
.latest-posts .posts:after {
  clear: both;
}
.latest-posts .posts .post {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .latest-posts .posts .post {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .latest-posts .posts .post {
    float: left;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .latest-posts .posts .post:nth-child(2n + 3) {
    clear: both;
  }
}
.latest-posts .posts .post .entry-meta {
  margin-bottom: 3.3333333333px;
}
.latest-posts .posts .post .entry-meta .author a {
  text-decoration: underline;
}
.latest-posts .posts .post .image {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
@media (min-width: 992px) {
  .latest-posts .posts .post .image {
    float: left;
    width: 50%;
  }
}
.latest-posts .posts .post .image img {
  transition: all 0.1s ease-in-out;
}
@media (max-width: 992px) {
  .latest-posts .posts .post .image {
    margin-bottom: 20px;
  }
}
.latest-posts .posts .post .image a img:hover {
  opacity: 0.9;
}
.latest-posts .posts .post .content {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .latest-posts .posts .post .content {
    float: left;
    width: 50%;
  }
}
.latest-posts .posts .post .content h2 {
  margin-top: 0;
}
.latest-posts .posts .post .content h2 a {
  text-decoration: none;
}
@media (max-width: 992px) {
  .latest-posts .posts .post .content h2 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .latest-posts .posts .post .content {
    font-size: 18px;
  }
}
.latest-posts .posts .post .more {
  text-decoration: none;
}
.latest-posts .posts .post .more > span {
  text-decoration: underline !important;
}
.latest-posts .posts .post:last-child {
  margin-bottom: 0;
}
.nav-links {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .nav-links {
    margin: 30px 0 0;
  }
}
.nav-links .nav-next,
.nav-links .nav-previous {
  display: inline;
}
.nav-links .nav-next a,
.nav-links .nav-previous a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 480px) {
  .nav-links .nav-next a,
  .nav-links .nav-previous a {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.nav-links .nav-previous {
  margin-right: 5px;
}
.nav-links .nav-next {
  margin-left: 5px;
}
form.pmpro_form div {
  clear: left;
  margin: 0.5em 0 1em;
}
form.pmpro_form label.pmpro_normal {
  float: none;
  margin: 0;
  width: auto;
  font-weight: 400;
  text-align: auto;
}
.pmpro_clickable {
  cursor: pointer;
}
form.pmpro_form .likelabel {
  font-weight: 700;
}
form.pmpro_form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
form.pmpro_form select {
  margin: 2px 0 0;
  font-size: 12px;
}
form.pmpro_form .lite {
  color: #666;
}
form.pmpro_form .leftmar {
  margin: 8px 0 0 130px;
}
form.pmpro_form .pmpro_captcha {
  margin: 0 0 0 130px !important;
}
form.pmpro_form .pmpro_captcha div {
  clear: none;
  margin: 0;
}
form.pmpro_form .pmpro_submit {
  margin-left: 130px;
}
form.pmpro_form .pmpro_submit span {
  float: left;
}
form.pmpro_form #pmpro_processing_message {
  margin: 5px 0 0 10px;
  font-style: italic;
  color: #999;
}
.pmpro_message {
  background-color: #d9edf7;
  margin: 0.5em 0;
  padding: 10px 15px;
  color: #31708f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #bce8f1;
}
.pmpro_success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.pmpro_error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.pmpro_alert {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.pmpro_content_message a {
  margin: 5px 5px 0 0;
}
.pmpro_message a {
  color: #245269;
  text-decoration: underline;
}
.pmpro_success a {
  color: #2b542c;
}
.pmpro_error a {
  color: #843534;
}
.pmpro_alert a {
  color: #66512c;
}
input.pmpro_error,
select.pmpro_error {
  background-image: none;
}
.pmpro_checkout thead th {
  font-weight: 700;
  color: #444;
  padding: 10px;
}
.pmpro_checkout tbody td {
  padding: 10px;
}
.pmpro_checkout tr.odd td {
  background: hsla(0, 0%, 49%, 0.1);
}
.pmpro_checkout tr.active td,
.pmpro_checkout tr.selected td {
  background: #ffc;
}
.pmpro_checkout .name {
  font-weight: 700;
}
.pmpro_checkout ul {
  margin: 5px 0 0 20px;
  padding: 0;
  font-size: 0.8em;
  color: #444;
}
.pmpro_checkout tfoot td {
  padding: 10px;
  color: #444;
}
.pmpro_checkout .topfoot td {
  border-top: 2px solid #ccc;
}
.pmpro_checkout .total td {
  border-top: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 30px;
}
.pmpro_checkout tfoot .entercode td {
  background: #eee;
}
.pmpro_checkout td.rtbdr {
  border-right: 1px solid #ccc;
}
.pmpro_checkout select {
  font-size: 11px;
}
form.pmpro_form .pmpro_checkout div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
form.pmpro_form .pmpro_checkout div label {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #40464a;
  padding: 0;
}
@media (min-width: 768px) {
  form.pmpro_form .pmpro_checkout div label {
    float: left;
    width: 33.3333333333%;
  }
}
form.pmpro_form .pmpro_checkout div input:not([type="file"]),
form.pmpro_form .pmpro_checkout div select,
form.pmpro_form .pmpro_checkout div textarea {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e8eef2;
  border: none;
}
@media (min-width: 768px) {
  form.pmpro_form .pmpro_checkout div input:not([type="file"]),
  form.pmpro_form .pmpro_checkout div select,
  form.pmpro_form .pmpro_checkout div textarea {
    float: left;
    width: 33.3333333333%;
  }
}
form.pmpro_form .pmpro_checkout div input[type="text"]#CVV {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  form.pmpro_form .pmpro_checkout div input[type="text"]#CVV {
    float: left;
    width: 33.3333333333%;
  }
}
form.pmpro_form .pmpro_checkout div #ExpirationMonth,
form.pmpro_form .pmpro_checkout div #ExpirationYear {
  width: 15.7%;
  float: none;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.pmpro_form .pmpro_checkout div #ExpirationMonth,
  form.pmpro_form .pmpro_checkout div #ExpirationYear {
    width: 15.4%;
  }
}
form.pmpro_form .pmpro_checkout div #ExpirationMonth {
  margin-right: 5px;
}
form.pmpro_form .pmpro_checkout div #ExpirationYear {
  margin-left: 5px;
}
@media (max-width: 767px) {
  form.pmpro_form .pmpro_checkout div.pmpro_payment-expiration {
    text-align: center;
    line-height: 44px;
  }
  form.pmpro_form .pmpro_checkout div.pmpro_payment-expiration label {
    line-height: normal;
  }
  form.pmpro_form .pmpro_checkout div.pmpro_payment-expiration #ExpirationMonth,
  form.pmpro_form .pmpro_checkout div.pmpro_payment-expiration #ExpirationYear {
    width: 46%;
  }
  form.pmpro_form
    .pmpro_checkout
    div.pmpro_payment-expiration
    #ExpirationMonth {
    float: left;
  }
  form.pmpro_form .pmpro_checkout div.pmpro_payment-expiration #ExpirationYear {
    float: right;
  }
}
form.pmpro_form .pmpro_checkout div.pmpro_captcha {
  display: none;
}
form.pmpro_form .pmpro_checkout td > p {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
form.pmpro_form .pmpro_checkout#pmpro_billing_address_fields div {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  clear: none;
}
@media (min-width: 768px) {
  form.pmpro_form .pmpro_checkout#pmpro_billing_address_fields div {
    float: left;
    width: 50%;
  }
}
form.pmpro_form .pmpro_checkout#pmpro_billing_address_fields div label {
  width: 100%;
  text-align: left;
}
form.pmpro_form
  .pmpro_checkout#pmpro_billing_address_fields
  div
  input:not([type="file"]),
form.pmpro_form .pmpro_checkout#pmpro_billing_address_fields div select,
form.pmpro_form .pmpro_checkout#pmpro_billing_address_fields div textarea {
  width: 100%;
}
.pmpro_thead-msg {
  display: block;
  float: right;
  width: auto;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
.pmpro_ordersummary {
  float: right;
}
#pmpro_license {
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  height: 200px;
  margin: 3px;
  color: #666;
  overflow: auto;
}
.pmpro_sslseal {
  float: right;
  clear: none !important;
  margin: 0 !important;
}
a.pmpro_radio {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .pmpro_invoice tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .pmpro_invoice tr td,
  .pmpro_invoice tr th {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 3px 2px;
    border-right: 1px solid #ccc;
  }
  .pmpro_invoice tr td:last-child,
  .pmpro_invoice tr th:last-child {
    border-right: 0;
  }
}
#pmpro_account .pmpro_box {
  border-top: 1px solid #ccc;
  padding: 1em 0;
  margin: 1em 0;
}
#pmpro_account .pmpro_box h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
}
#pmpro_account .pmpro_box p {
  margin: 0.5em 0 0;
  padding: 0;
}
#pmpro_account .pmpro_box ul {
  margin-bottom: 0;
}
.pmpro_actionlinks {
  font-size: 0.8em;
  margin: 0.25em 0 0;
}
.pmpro_actionlinks a {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0;
  text-decoration: none;
}
.pmpro_actionlinks a:last-child {
  padding: 0;
}
.pmpro_hidden {
  display: none;
}
li.pmpro_more {
  list-style-type: none;
  text-align: center;
  margin-left: -20px;
  padding-left: 0;
}
#pmpro_levels_table {
  background: #fff;
}
#pmpro_levels_table .pmpro_btn {
  display: block;
}
.pmpro_a-right {
  text-align: right;
  text-decoration: underline;
}
.pmpro_a-print,
.pmpro_a-right {
  float: right;
  width: auto;
  font-size: 11px;
}
.pmpro_a-print {
  text-decoration: none;
  color: #345395;
  background: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/themes/jgc/dist/styles/../images/printer.gif)
    0 0 no-repeat;
  padding: 0 0 2px 20px;
  line-height: 16px;
  cursor: pointer;
}
.pmpro_red {
  color: #c00;
}
.pmpro_grey {
  color: #999;
}
.top1em {
  margin-top: 1em;
}
.bot1em {
  margin-bottom: 1em;
}
.bot0em {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.pmpro_small {
  font-size: 0.8em;
}
#your-profile input,
form.pmpro_form .input {
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  #pmpro_levels_table {
    border: none;
  }
  #pmpro_levels_table th {
    display: none;
  }
  #pmpro_levels_table td {
    border: none;
    display: block;
    padding: 0 10px;
    text-align: center;
  }
  #pmpro_levels_table td:first-child {
    font-size: 1.4em;
    padding-top: 10px;
  }
  #pmpro_levels_table td:last-child {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  form.pmpro_form label {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  #pmpro_tos_fields label,
  form.pmpro_form label.pmpro_normal {
    display: inline-block;
  }
  form.pmpro_form input[type="password"].input,
  form.pmpro_form input[type="text"].input {
    width: 90%;
  }
  form.pmpro_form input[type="text"]#CVV,
  form.pmpro_form input[type="text"]#discount_code,
  form.pmpro_form input[type="text"]#other_discount_code {
    width: 40%;
  }
  form.pmpro_form #pmpro_payment_information_fields .pmpro_thead-msg {
    float: none;
    margin-bottom: 10px;
    text-align: left;
    text-wrap: normal;
    white-space: normal;
  }
  form.pmpro_form .leftmar {
    margin: 2px 0 0;
  }
  form.pmpro_form .pmpro_submit {
    margin-left: 0;
  }
  form.pmpro_form .pmpro_submit #pmpro_submit_span {
    display: block;
    float: none;
  }
  form.pmpro_form .pmpro_btn {
    display: block;
    width: 100%;
  }
  .pmpro_submit .pmpro_btn {
    padding: 14px 0;
  }
}
#pmpro_account table br,
.pmpro_form table br {
  display: none;
}
#pmpro_account .pmpro_box {
  border-top: none;
  padding: 0;
  margin-bottom: 20px;
}
#pmpro_account h3 {
  margin-bottom: 10px;
}
#other_discount_code_p,
.pmpro_payment-discount-code {
  display: none;
}
form.pmpro_form .pmpro_submit {
  margin-left: 0;
}
form.pmpro_form label {
  width: 300px;
}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra] {
  cursor: pointer;
}
.jp-carousel-wrap * {
  line-height: inherit;
}
.jp-carousel-overlay {
  background: #000;
}
div.jp-carousel-fadeaway {
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  position: fixed;
  bottom: 0;
  z-index: 2147483647;
  width: 100%;
  height: 15px;
}
.jp-carousel-next-button span,
.jp-carousel-previous-button span {
  background: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png)
    no-repeat center center;
  background-size: 200px 126px;
}
.jp-carousel-msg {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: center;
  margin: 25px 20px 0 2px;
  background-color: #fff;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .jp-carousel-next-button span,
  .jp-carousel-previous-button span {
    background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png);
  }
}
.jp-carousel-wrap {
  font-family: "Helvetica Neue", sans-serif !important;
}
.jp-carousel-info {
  position: absolute;
  bottom: 0;
  text-align: left !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.jp-carousel-info ::selection {
  background: #68c9e8;
  color: #fff;
}
.jp-carousel-info ::-moz-selection {
  background: #68c9e8;
  color: #fff;
}
.jp-carousel-photo-info {
  position: relative;
  left: 25%;
  width: 50%;
}
.jp-carousel-transitions .jp-carousel-photo-info {
  transition: 0.4s ease-out;
}
.jp-carousel-info h2 {
  background: 0 0 !important;
  border: none !important;
  color: #999;
  display: block !important;
  font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  margin: 7px 0 0 0 !important;
  padding: 10px 0 0 !important;
  overflow: hidden;
  text-align: left;
  text-shadow: none !important;
  text-transform: none !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.jp-carousel-next-button,
.jp-carousel-previous-button {
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.jp-carousel-next-button span,
.jp-carousel-previous-button span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  zoom: 1;
  opacity: 0.2;
}
.jp-carousel-transitions .jp-carousel-next-button span,
.jp-carousel-transitions .jp-carousel-previous-button span {
  transition: 0.5s opacity ease-out;
}
.jp-carousel-next-button:hover span,
.jp-carousel-previous-button:hover span {
  opacity: 0.6;
}
.jp-carousel-next-button span {
  background-position: -110px center;
  right: 0;
}
.jp-carousel-previous-button span {
  background-position: -10px center;
  left: 0;
}
.jp-carousel-buttons {
  margin: -18px -20px 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #222;
  background: #222;
  text-align: center;
}
div.jp-carousel-buttons a {
  border: none !important;
  color: #999;
  font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  padding: 5px 2px 5px 0;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
}
div.jp-carousel-buttons a:hover {
  color: #68c9e8;
  border: none !important;
}
.jp-carousel-transitions div.jp-carousel-buttons a:hover {
  transition: none !important;
}
.jp-carousel-next-button,
.jp-carousel-previous-button,
.jp-carousel-slide,
.jp-carousel-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.jp-carousel-slide {
  position: fixed;
  width: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.jp-carousel-transitions .jp-carousel-slide {
  transition: 0.3s ease-out;
}
.jp-carousel-slide.selected {
  position: absolute !important;
  opacity: 1;
}
.jp-carousel-slide {
  opacity: 0.25;
}
.jp-carousel-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  zoom: 1;
}
.jp-carousel-transitions .jp-carousel-slide {
  transition: opacity 0.4s linear;
}
.jp-carousel-close-hint {
  color: #999;
  cursor: default;
  letter-spacing: 0 !important;
  padding: 0.35em 0 0;
  position: absolute;
  text-align: right;
  width: 90%;
}
.jp-carousel-transitions .jp-carousel-close-hint {
  transition: color 0.2s linear;
}
.jp-carousel-close-hint span {
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  height: 22px;
  font: 400 24px/1 "Helvetica Neue", sans-serif !important;
  line-height: 22px;
  margin: 0 0 0 0.4em;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  border-radius: 4px;
}
.jp-carousel-transitions .jp-carousel-close-hint span {
  transition: border-color 0.2s linear;
}
.jp-carousel-close-hint:hover {
  cursor: default;
  color: #fff;
}
.jp-carousel-close-hint:hover span {
  border-color: #fff;
}
a.jp-carousel-image-download,
div.jp-carousel-buttons a.jp-carousel-commentlink,
div.jp-carousel-buttons a.jp-carousel-reblog {
  background: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5)
    no-repeat;
  background-size: 16px 200px;
}
div.jp-carousel-buttons a.jp-carousel-commentlink,
div.jp-carousel-buttons a.jp-carousel-reblog {
  margin: 0 14px 0 0 !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #303030;
  padding-right: 8px !important;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  margin: 0 2px 0 -12px !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  background-position: 6px -36px;
  padding-right: auto !important;
  padding-left: 26px !important;
  color: #999;
}
div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -156px;
  padding-left: 19px !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  cursor: default;
}
div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 6px -56px;
  color: #68c9e8;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  a.jp-carousel-image-download,
  div.jp-carousel-buttons a.jp-carousel-commentlink,
  div.jp-carousel-buttons a.jp-carousel-reblog {
    background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5);
  }
}
div#carousel-reblog-box {
  background: #222;
  background: -moz-linear-gradient(bottom, #222, #333);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#222),
    to(#333)
  );
  padding: 3px 0 0;
  display: none;
  margin: 5px auto 0;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  height: 74px;
  width: 565px;
}
#carousel-reblog-box textarea {
  background: #999;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  color: #444;
  padding: 3px 6px;
  width: 370px;
  height: 48px;
  float: left;
  margin: 6px 9px 0;
  border: 1px solid #666;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
#carousel-reblog-box textarea:focus {
  background: #ccc;
  color: #222;
}
#carousel-reblog-box label {
  color: #aaa;
  font-size: 11px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline;
  font-weight: 400;
}
#carousel-reblog-box select {
  width: 110px;
  padding: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", sans-serif !important;
  background: #333;
  color: #eee;
  border: 1px solid #444;
  margin-top: 5px;
}
#carousel-reblog-box .submit,
#wrapper #carousel-reblog-box p.response {
  float: left;
  width: 154px;
  padding-top: 0;
  padding-left: 1px;
  overflow: hidden;
  height: 34px;
  margin: 3px 0 0 2px !important;
}
#wrapper #carousel-reblog-box p.response {
  font-size: 13px;
  clear: none;
  padding-left: 2px;
  height: 34px;
  color: #aaa;
}
#carousel-reblog-box input#carousel-reblog-submit,
#jp-carousel-comment-form-button-submit {
  font: 13px/24px "Helvetica Neue", sans-serif !important;
  margin-top: 8px;
  padding: 0 10px !important;
  border-radius: 1em;
  height: 24px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  background: #aaa;
  background: -moz-linear-gradient(bottom, #aaa, #ccc);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#aaa),
    to(#ccc)
  );
  border: 1px solid #444;
}
#carousel-reblog-box input#carousel-reblog-submit:hover,
#jp-carousel-comment-form-button-submit:hover {
  background: #ccc;
  background: -moz-linear-gradient(bottom, #ccc, #eee);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ccc),
    to(#eee)
  );
}
#carousel-reblog-box .canceltext {
  color: #aaa;
  font-size: 11px;
  line-height: 24px;
}
#carousel-reblog-box .canceltext a {
  color: #fff;
}
.jp-carousel-titleanddesc {
  border-top: 1px solid #222;
  color: #999;
  font-size: 15px;
  padding-top: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.jp-carousel-titleanddesc-title {
  font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
  text-transform: none !important;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
}
.jp-carousel-titleanddesc-desc p {
  color: #999;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.jp-carousel-comments p a,
.jp-carousel-info h2 a,
.jp-carousel-titleanddesc p a {
  color: #fff !important;
  border: none !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.jp-carousel-titleanddesc p b,
.jp-carousel-titleanddesc p strong {
  font-weight: 700;
  color: #999;
}
.jp-carousel-titleanddesc p em,
.jp-carousel-titleanddesc p i {
  font-style: italic;
  color: #999;
}
.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover,
.jp-carousel-titleanddesc p a:hover {
  color: #68c9e8 !important;
}
.jp-carousel-titleanddesc p:empty {
  display: none;
}
.jp-carousel-left-column-wrapper h1:after,
.jp-carousel-left-column-wrapper h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-photo-info h1:before {
  content: none !important;
}
.jp-carousel-image-meta {
  background: #111;
  border: 1px solid #222;
  color: #fff;
  font-size: 13px;
  font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  overflow: hidden;
  padding: 18px 20px;
  width: 209px !important;
}
.jp-carousel-image-meta h5,
.jp-carousel-image-meta li {
  font-family: "Helvetica Neue", sans-serif !important;
  position: inherit !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  background: 0 0 !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}
.jp-carousel-image-meta ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.jp-carousel-image-meta li {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 2% 15px 0 !important;
  color: #fff !important;
  font-size: 13px !important;
}
.jp-carousel-image-meta h5 {
  color: #999 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin: 0 0 2px !important;
  letter-spacing: 0.1em !important;
}
a.jp-carousel-image-download {
  padding-left: 23px;
  display: inline-block;
  clear: both;
  color: #999;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  background-position: 0 -82px;
}
a.jp-carousel-image-download span.photo-size {
  font-size: 11px;
  border-radius: 1em;
  margin-left: 2px;
  display: inline-block;
}
a.jp-carousel-image-download span.photo-size-times {
  padding: 0 1px 0 2px;
}
a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #68c9e8;
  border: none !important;
}
.jp-carousel-image-map {
  position: relative;
  margin: -20px -20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  height: 154px;
}
.jp-carousel-image-map img.gmap-main {
  border-top-left-radius: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.jp-carousel-image-map div.gmap-topright {
  width: 94px;
  height: 154px;
  position: absolute;
  top: 0;
  right: 0;
}
.jp-carousel-image-map div.imgclip {
  overflow: hidden;
  border-top-right-radius: 6px;
}
.jp-carousel-image-map div.gmap-topright img {
  margin-left: -40px;
}
.jp-carousel-image-map img.gmap-bottomright {
  position: absolute;
  top: 96px;
  right: 0;
}
.jp-carousel-comments {
  font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  background: none transparent;
}
.jp-carousel-comments p a:active,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:hover {
  color: #68c9e8 !important;
}
.jp-carousel-comment {
  background: none transparent;
  color: #999;
  margin-bottom: 20px;
  clear: left;
  overflow: auto;
  width: 100%;
}
.jp-carousel-comment p {
  color: #999 !important;
}
.jp-carousel-comment .comment-author {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  width: auto;
  display: inline;
  float: none;
  border: none;
  margin: 0;
}
.jp-carousel-comment .comment-author a {
  color: #fff;
}
.jp-carousel-comment .comment-gravatar {
  float: left;
}
.jp-carousel-comment .comment-content {
  border: none;
  margin-left: 85px;
  padding: 0;
}
.jp-carousel-comment .avatar {
  margin: 0 20px 0 0;
  border-radius: 4px;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.jp-carousel-comment .comment-date {
  color: #999;
  margin-top: 4px;
  font-size: 11px;
  display: inline;
  float: right;
}
#jp-carousel-comment-form {
  margin: 0 0 10px !important;
  float: left;
  width: 100%;
}
textarea#jp-carousel-comment-form-comment-field {
  background: rgba(34, 34, 34, 0.9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 15px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  padding: 10px 10px 5px;
  margin: 0;
  float: none;
  height: 147px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #555;
}
textarea#jp-carousel-comment-form-comment-field:focus {
  background: #ccc;
  color: #222;
}
textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #aaa;
}
#jp-carousel-comment-form-spinner,
#jp-carousel-comment-form-spinner:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#jp-carousel-comment-form-spinner {
  display: none;
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#jp-carousel-comment-form-submit-and-info-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
}
#jp-carousel-comment-form-commenting-as input {
  background: rgba(34, 34, 34, 0.9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  padding: 3px 6px;
  float: left;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 285px;
}
#jp-carousel-comment-form-commenting-as input:focus {
  background: #ccc;
  color: #222;
}
#jp-carousel-comment-form-commenting-as p {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 22px 0 0;
  float: left;
}
#jp-carousel-comment-form-commenting-as fieldset {
  float: left;
  border: none;
  margin: 20px 0 0;
  padding: 0;
}
#jp-carousel-comment-form-commenting-as fieldset {
  clear: both;
}
#jp-carousel-comment-form-commenting-as label {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 0 20px 3px 0;
  float: left;
  width: 100px;
}
#jp-carousel-comment-form-button-submit {
  margin-top: 20px;
  float: right;
}
#js-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-post-results {
  display: none;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-post-results span {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  padding: 1em 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 5px 5px #000;
}
.jp-carousel-comment-post-error {
  color: #df4926;
}
#jp-carousel-comments-closed {
  display: none;
  color: #999;
}
#jp-carousel-comments-loading {
  font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  display: none;
  color: #999;
  text-align: left;
  margin-bottom: 20px;
}
.jp-carousel-light .jp-carousel-overlay {
  background: #fff;
}
.jp-carousel-light .jp-carousel-next-button:hover span,
.jp-carousel-light .jp-carousel-previous-button:hover span {
  opacity: 0.8;
}
.jp-carousel-light .jp-carousel-close-hint:hover,
.jp-carousel-light .jp-carousel-titleanddesc div {
  color: #000 !important;
}
.jp-carousel-light .jp-carousel-comment .comment-author a,
.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-info h2 a,
.jp-carousel-light .jp-carousel-titleanddesc p a {
  color: #1e8cbe !important;
}
.jp-carousel-light .jp-carousel-comment .comment-author a:hover,
.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-info h2 a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover {
  color: #f1831e !important;
}
.jp-carousel-light .jp-carousel-comment,
.jp-carousel-light .jp-carousel-comment p,
.jp-carousel-light .jp-carousel-info h2,
.jp-carousel-light .jp-carousel-titleanddesc,
.jp-carousel-light .jp-carousel-titleanddesc p,
.jp-carousel-light .jp-carousel-titleanddesc p b,
.jp-carousel-light .jp-carousel-titleanddesc p em,
.jp-carousel-light .jp-carousel-titleanddesc p i,
.jp-carousel-light .jp-carousel-titleanddesc p strong,
.jp-carousel-light div.jp-carousel-buttons a {
  color: #666;
}
.jp-carousel-light .jp-carousel-buttons {
  border-bottom-color: #f0f0f0;
  background: #f5f5f5;
}
.jp-carousel-light div.jp-carousel-buttons a:hover {
  text-decoration: none;
  color: #f1831e;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 4px -56px;
  padding-left: 24px !important;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #2ea2cc;
  color: #fff;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -176px;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-position: 5px -36px;
}
.jp-carousel-light div#carousel-reblog-box {
  background: #eee;
  background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ececec),
    to(#f7f7f7)
  );
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.jp-carousel-light #carousel-reblog-box textarea {
  border: 1px inset #ccc;
  color: #666;
  border: 1px solid #cfcfcf;
  background: #fff;
}
.jp-carousel-light #carousel-reblog-box .canceltext {
  color: #888;
}
.jp-carousel-light #carousel-reblog-box .canceltext a {
  color: #666;
}
.jp-carousel-light #carousel-reblog-box select {
  background: #eee;
  color: #333;
  border: 1px solid #aaa;
}
#jp-carousel-comment-form-button-submit,
.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit {
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(bottom, #ddd, #fff);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ddd),
    to(#fff)
  );
  border: 1px solid #aaa;
}
.jp-carousel-light .jp-carousel-image-meta {
  background: #fafafa;
  border: 1px solid #eee;
  border-top-color: #f5f5f5;
  border-left-color: #f5f5f5;
  color: #333;
}
.jp-carousel-light .jp-carousel-image-meta li {
  color: #000 !important;
}
.jp-carousel-light .jp-carousel-close-hint {
  color: #ccc;
}
.jp-carousel-light .jp-carousel-close-hint span {
  background-color: #fff;
  border-color: #ccc;
}
.jp-carousel-light
  #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #aaa;
}
.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
  color: #333;
}
.jp-carousel-light
  #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #ddd;
}
.jp-carousel-light a.jp-carousel-image-download {
  background-position: 0 -122px;
}
.jp-carousel-light a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #f1831e;
}
.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
  background: #fbfbfb;
  color: #333;
  border: 1px solid #dfdfdf;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
  background: #fbfbfb;
  border: 1px solid #dfdfdf;
  color: #333;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
  background: #fbfbfb;
  color: #333;
}
.jp-carousel-light #jp-carousel-comment-post-results span {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
.jp-carousel-light .jp-carousel-slide {
  background-color: #fff;
}
.jp-carousel-light .jp-carousel-titleanddesc {
  border-top: 1px solid #eee;
}
.jp-carousel-light .jp-carousel-fadeaway {
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0.75)),
    to(rgba(255, 255, 255, 0))
  );
}
@media only screen and (max-width: 760px) {
  .jp-carousel-info {
    margin: 0 10px !important;
  }
  .jp-carousel-next-button,
  .jp-carousel-previous-button {
    display: none !important;
  }
  .jp-carousel-buttons {
    display: none !important;
  }
  .jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .jp-carousel-close-hint {
    font-weight: 800 !important;
    font-size: 26px !important;
    position: fixed !important;
    top: -10px;
  }
  .jp-carousel-slide img {
    opacity: 1;
  }
  .jp-carousel-wrap {
    background-color: #000;
  }
  .jp-carousel-fadeaway {
    display: none;
  }
  #jp-carousel-comment-form-container {
    display: none !important;
  }
  .jp-carousel-titleanddesc {
    padding-top: 0 !important;
    border: none !important;
  }
  .jp-carousel-titleanddesc-title {
    font-size: 1em !important;
  }
  .jp-carousel-left-column-wrapper {
    padding: 0;
    width: 100% !important;
  }
  .jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important;
  }
}
.contact-form .clear-form {
  clear: both;
}
.contact-form input:-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact-form input::-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact-form input::placeholder {
  transition: opacity 0.3s ease-out;
}
.contact-form input:hover:-ms-input-placeholder {
  opacity: 0.5;
}
.contact-form input:hover::-ms-input-placeholder {
  opacity: 0.5;
}
.contact-form input:hover::placeholder {
  opacity: 0.5;
}
.contact-form input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.contact-form input:focus::-ms-input-placeholder {
  opacity: 0.3;
}
.contact-form input:focus::placeholder {
  opacity: 0.3;
}
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="url"] {
  box-sizing: border-box;
  margin-bottom: 1.5em;
  width: 100%;
}
.contact-form select {
  margin-bottom: 1.5em;
}
.contact-form textarea {
  box-sizing: border-box;
  float: none;
  height: 200px;
  margin-bottom: 1.5em;
  width: 100%;
}
.contact-form input[type="checkbox"],
.contact-form input[type="radio"] {
  float: none;
  margin-bottom: 1em;
  vertical-align: middle;
}
.contact-form label {
  margin-bottom: 0.25em;
  float: none;
  font-weight: 700;
  display: block;
}
.contact-form label.checkbox,
.contact-form label.checkbox-multiple,
.contact-form label.radio {
  margin-bottom: 0.25em;
  float: none;
  font-weight: 400;
  display: inline-block;
}
.contact-form .grunion-field-checkbox-multiple-wrap,
.contact-form .grunion-field-checkbox-wrap,
.contact-form .grunion-field-radio-wrap {
  margin-bottom: 1em;
}
.contact-form label span {
  font-size: 85%;
  margin-left: 0.25em;
  font-weight: 400;
}
.contact-form-submission {
  margin-bottom: 4em;
  padding: 1.5em 1em;
}
.contact-form-submission p {
  margin: 0 auto;
  word-wrap: break-word;
}
.form-errors .form-error-message {
  color: red;
}
.textwidget .contact-form input[type="email"],
.textwidget .contact-form input[type="tel"],
.textwidget .contact-form input[type="text"],
.textwidget .contact-form input[type="url"],
.textwidget .contact-form textarea,
.wp-block-column .contact-form input[type="email"],
.wp-block-column .contact-form input[type="tel"],
.wp-block-column .contact-form input[type="text"],
.wp-block-column .contact-form input[type="url"],
.wp-block-column .contact-form textarea {
  width: 100%;
}
#jetpack-check-feedback-spam {
  margin: 1px 8px 0 0;
}
.jetpack-check-feedback-spam-spinner {
  display: inline-block;
  margin-top: 7px;
}
.wp-block-jetpack-contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.wp-block-jetpack-button,
.wp-block-jetpack-contact-form .grunion-field-wrap {
  flex: 0 0 100%;
}
.wp-block-jetpack-button.alignright button {
  float: right;
}
.wp-block-jetpack-contact-form .grunion-field-wrap {
  border-right: 15px solid transparent;
}
.wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
  flex: 0 0 25%;
}
.wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
  flex: 0 0 50%;
}
.wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
  flex: 0 0 75%;
}
.grunion-field-checkbox-wrap {
  align-self: center;
}
@media only screen and (min-width: 600px) {
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form input[type="text"],
  .contact-form input[type="url"] {
    width: 50%;
  }
  .wp-block-jetpack-contact-form input[type="email"],
  .wp-block-jetpack-contact-form input[type="tel"],
  .wp-block-jetpack-contact-form input[type="text"],
  .wp-block-jetpack-contact-form input[type="url"] {
    width: 100%;
  }
}
.jetpack-empty-spam-container {
  display: inline-block;
}
.jetpack-empty-spam {
  display: inline-block;
}
.jetpack-empty-spam-spinner {
  display: inline-block;
  margin-top: 7px;
}
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-align: center;
}
#infinite-handle span {
  background: #333;
  border-radius: 1px;
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 16px;
}
@keyframes spinner-inner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.infinite-loader .spinner-inner div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: spinner-inner linear 1s infinite;
  background: #000;
  outline: 1px solid #fff;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 26px;
}
.infinite-loader .spinner-inner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -0.9166666666666666s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -83.33333333333333ms;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #000;
}
.infinite-loader .spinner {
  width: 28px;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}
.infinite-loader .spinner-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.28);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.infinite-loader .spinner-inner div {
  box-sizing: content-box;
}
#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
  border: none;
  line-height: inherit;
  background: 0 0;
  color: inherit;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
#infinite-handle span button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 800px) {
  #infinite-handle span:before {
    display: none;
  }
  #infinite-handle span {
    display: block;
  }
}
#infinite-footer {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
}
#infinite-footer a {
  text-decoration: none;
}
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:hover {
  color: #444;
  text-decoration: underline;
}
#infinite-footer .container {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px 20px;
  width: 780px;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-info {
  box-sizing: border-box;
  line-height: 25px;
}
#infinite-footer .blog-info {
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
#infinite-footer .blog-credits {
  font-weight: 400;
  float: right;
  width: 60%;
}
#infinite-footer .blog-info a {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
#infinite-footer .blog-credits {
  color: #888;
  font-size: 12px;
  text-align: right;
}
#infinite-footer .blog-credits a {
  color: #666;
}
.infinity-end.neverending #infinite-footer {
  display: none;
}
@media (max-width: 640px) {
  #infinite-footer .container {
    box-sizing: border-box;
    width: 100%;
  }
  #infinite-footer .blog-info {
    width: 30%;
  }
  #infinite-footer .blog-credits {
    width: 70%;
  }
  #infinite-footer .blog-credits,
  #infinite-footer .blog-info a {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  #infinite-footer {
    position: static;
  }
}
#jp-post-flair {
  padding-top: 0.5em;
}
#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
  clear: both;
}
div.sharedaddy h3.sd-title {
  margin: 0 0 1em;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
}
div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
  width: 61px;
  overflow: hidden;
}
#wpadminbar iframe.admin-bar-likes-widget {
  width: 61px;
  height: 28px;
  min-height: 28px;
  border-width: 0;
  position: absolute;
  top: 0;
}
div.jetpack-likes-widget-wrapper {
  width: 100%;
  min-height: 50px;
  position: relative;
}
div.jetpack-likes-widget-wrapper .sd-link-color {
  font-size: 12px;
}
div.jetpack-likes-widget-wrapper.slim-likes-widget {
  width: 1px;
  min-height: 0;
}
div.jetpack-comment-likes-widget-wrapper {
  width: 100%;
  position: relative;
  min-height: 31px;
}
div.jetpack-comment-likes-widget-wrapper iframe {
  margin-bottom: 0;
}
#likes-other-gravatars {
  display: none;
  position: absolute;
  padding: 10px 10px 12px;
  background-color: #2e4453;
  border-width: 0;
  box-shadow: 0 0 10px #2e4453;
  box-shadow: 0 0 10px rgba(46, 68, 83, 0.6);
  min-width: 130px;
  z-index: 1000;
}
#likes-other-gravatars * {
  line-height: normal;
}
#likes-other-gravatars .likes-text {
  color: #fff;
  font-size: 12px;
  padding-bottom: 8px;
}
#likes-other-gravatars li,
#likes-other-gravatars ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}
#likes-other-gravatars li:before {
  content: "";
}
#likes-other-gravatars ul.wpl-avatars {
  overflow: auto;
  display: block;
  max-height: 190px;
}
#likes-other-gravatars ul.wpl-avatars li {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 5px 5px 0;
}
#likes-other-gravatars ul.wpl-avatars li a {
  margin: 0 2px 0 0;
  border-bottom: none !important;
  display: block;
}
#likes-other-gravatars ul.wpl-avatars li a img {
  background: 0 0;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
}
div.sd-box {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.comment-likes-widget,
.entry-content .post-likes-widget,
.post-likes-widget {
  margin: 0;
  border-width: 0;
  display: block;
}
.comment-likes-widget-placeholder,
.post-likes-widget-placeholder {
  margin: 0;
  border-width: 0;
  position: relative;
}
.comment-likes-widget-placeholder {
  height: 18px;
  position: absolute;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.comment-likes-widget-placeholder:before {
  color: #2ea2cc;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}
.post-likes-widget-placeholder .button {
  display: none;
}
.comment-likes-widget-placeholder .loading,
.post-likes-widget-placeholder .loading {
  color: #999;
  font-size: 12px;
}
.comment-likes-widget-placeholder .loading {
  padding-left: 5px;
  margin-top: 4px;
  align-self: center;
  color: #4e4e4e;
}
.slim-likes-widget .post-likes-widget {
  width: auto;
  float: none;
}
div.sharedaddy.sd-like-enabled .sd-like h3 {
  display: none;
}
div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
  width: 100%;
  float: none;
  position: absolute;
  top: 0;
}
.comment-likes-widget {
  width: 100%;
}
.cs-rating,
.pd-rating {
  display: block !important;
}
.sd-gplus .sd-title {
  display: none;
}
.jp-related-posts-i2__row {
  display: flex;
  margin-top: 1.5rem;
}
.jp-related-posts-i2__row:first-child {
  margin-top: 0;
}
.jp-related-posts-i2__post {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
  max-width: calc(33% - 20px);
}
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post {
  max-width: calc(50% - 20px);
}
.jp-related-posts-i2__post-context,
.jp-related-posts-i2__post-date,
.jp-related-posts-i2__post-heading,
.jp-related-posts-i2__post-img-link {
  flex-direction: row;
  display: block;
}
.jp-related-posts-i2__post-heading {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.2em;
}
.jp-related-posts-i2__post-link {
  display: block;
  width: 100%;
  line-height: 1.2em;
}
.jp-related-posts-i2__post-img-link {
  order: -1;
}
.jp-related-posts-i2__post-img-link img {
  width: 100%;
}
.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row {
  margin-top: 0;
  display: block;
}
.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
  max-width: none;
  margin: 0;
}
.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .jp-related-posts-i2__row {
    margin-top: 0;
    display: block;
  }
  .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
    max-width: none;
    margin: 0;
    margin-top: 1rem;
  }
  .jp-related-posts-i2__post-img-link {
    margin-top: 1rem;
  }
  .jp-related-posts-i2__post-img-link img {
    width: 350px;
  }
}
#jp-relatedposts {
  display: none;
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both;
}
.jp-relatedposts:after {
  content: "";
  display: block;
  clear: both;
}
#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 0 1em;
  display: inline-block;
  float: left;
  font-size: 9pt;
  font-weight: 700;
  font-family: inherit;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 700;
}
#jp-relatedposts .jp-relatedposts-items {
  clear: left;
}
#jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: -20px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  padding-right: 20px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n + 4),
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post:nth-child(3n + 4) {
  clear: both;
}
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-title
  a {
  text-decoration: underline;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
  -moz-opacity: 1;
  opacity: 1;
}
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
  position: relative;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post-nothumbs
  a.jp-relatedposts-post-aoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 0;
}
#jp-relatedposts .jp-relatedposts-items p {
  margin-bottom: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  text-transform: none;
  margin: 0;
  font-family: inherit;
  display: block;
  max-width: 100%;
}
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
}
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a:hover {
  text-decoration: underline;
}
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post
  img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
  max-width: 100%;
}
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-context,
#jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-date {
  opacity: 0.6;
}
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  display: none;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  div.jp-relatedposts-post-thumbs
  p.jp-relatedposts-post-excerpt {
  display: none;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post-nothumbs
  p.jp-relatedposts-post-excerpt {
  overflow: hidden;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post-nothumbs
  span {
  margin-bottom: 1em;
}
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
  clear: both;
  width: 100%;
}
#jp-relatedposts
  .jp-relatedposts-list
  .jp-relatedposts-post
  img.jp-relatedposts-post-img {
  float: left;
  overflow: hidden;
  max-width: 33%;
  margin-right: 3%;
}
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
  display: inline-block;
  max-width: 63%;
}
@media only screen and (max-width: 640px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 50%;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
    clear: left;
  }
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    clear: both;
    margin: 0 0 1em;
  }
  #jp-relatedposts
    .jp-relatedposts-list
    .jp-relatedposts-post
    img.jp-relatedposts-post-img,
  #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
#jp-post-flair {
  padding-top: 0.5em;
}
#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
  clear: both;
}
div.sharedaddy h3.sd-title {
  margin: 0 0 1em;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
}
div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
body.highlander-light h3.sd-title:before {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.highlander-dark h3.sd-title:before {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sd-content ul {
  padding: 0 !important;
  margin: 0 0 0.7em 0 !important;
  list-style: none !important;
}
.sd-content ul li {
  display: inline-block;
}
.sd-content ul li.share-deprecated {
  opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
  text-decoration: line-through;
}
.sd-block.sd-gplus {
  margin: 0 0 0.5em;
}
.sd-gplus .sd-content {
  font-size: 12px;
}
#sharing_email .sharing_send,
.sd-content ul li .option a.share-ustom,
.sd-content ul li a.sd-button,
.sd-content ul li.advanced a.share-more,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li .digg_button > a,
.sd-social-official .sd-content > ul > li > a.sd-button,
.sd-social-text .sd-content ul li a.sd-button {
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #656565 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}
.sd-content ul li .option a.share-ustom span,
.sd-content ul li a.sd-button > span,
.sd-content ul li.advanced a.share-more span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li .digg_button > a span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-text .sd-content ul li a.sd-button span {
  line-height: 23px;
}
.sd-social-official
  .sd-content
  .sharing-hidden
  .inner
  > ul
  > li
  .digg_button
  > a,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button,
.sd-social-official .sd-content > ul > li .digg_button > a,
.sd-social-official .sd-content > ul > li > a.sd-button {
  line-height: 17px;
  box-shadow: none;
  vertical-align: top;
}
.sd-social-official .sd-content ul li a.sd-button > span {
  line-height: 17px;
}
.sd-social-official
  .sd-content
  .sharing-hidden
  .inner
  > ul
  > li
  .digg_button
  > a:before,
.sd-social-official
  .sd-content
  .sharing-hidden
  .inner
  > ul
  > li
  > a.sd-button:before,
.sd-social-official .sd-content > ul > li .digg_button > a:before,
.sd-social-official .sd-content > ul > li > a.sd-button:before {
  margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #999;
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
}
.sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center;
}
.sd-social-icon-text ul li a.sd-button:before {
  position: relative;
  top: 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-content ul li a.sd-button:before {
    position: relative;
    top: 2px;
  }
}
.sd-social-official ul li a.sd-button:before {
  position: relative;
  top: -2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-social-official ul li a.sd-button:before {
    top: 0;
  }
}
.sd-content ul li {
  margin: 0 5px 5px 0;
  padding: 0;
}
.jp-sharing-input-touch .sd-content ul li {
  padding-left: 10px;
}
.sd-content ul li.preview-item a.sd-button span,
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span {
  margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
  margin-left: 0;
}
.sd-content ul li.no-icon a:before,
.sd-social-text .sd-content ul li a:before {
  display: none;
}
body .sd-content ul li.share-custom.no-icon a span,
body .sd-social-text .sd-content ul li.share-custom a span {
  background-image: none;
  background-position: -500px -500px !important;
  background-repeat: no-repeat !important;
  padding-left: 0;
  height: 0;
  line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
  position: relative;
  top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px;
  }
}
@-moz-document url-prefix() {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px;
  }
}
.sd-social-icon .sd-content ul li a.share-more span {
  margin-left: 3px;
}
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before {
  content: "\f469";
}
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before {
  content: "\f410";
}
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before {
  content: "\f207";
}
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before {
  content: "\f202";
}
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before {
  content: "\f222";
}
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before {
  content: "\f607";
}
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before {
  content: "\f224";
}
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before {
  content: "\f210";
}
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before {
  content: "\f203";
}
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before {
  content: "\f205";
}
.sd-social-official .sd-content li.share-press-this a:before {
  color: #2ba1cb;
}
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before {
  content: "\f606";
}
.sd-social-official .sd-content li.share-telegram a:before {
  color: #08c;
}
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-icon-text .sd-content li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before {
  content: "\f220";
}
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before {
  content: "\f415";
}
.sd-social-official .sd-content a.share-more:before {
  color: #2ba1cb;
}
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
  content: "\f608";
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
  color: #43d854;
}
.sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-jetpack-whatsapp
  a.sd-button {
  background: #43d854;
  color: #fff !important;
}
.sd-content ul li.share-deprecated div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before {
  width: 1em;
  height: 1em;
  content: "\1F6AB";
}
.sd-social .sd-button .share-count {
  background: #2ea2cc;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 1;
}
.sd-social-official .sd-content ul,
.sd-social-official .sd-content ul li {
  line-height: 25px !important;
}
.sd-social-official .sd-content > ul > li > a.sd-button span {
  line-height: 1;
}
.sd-social-official .sd-content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
  margin: 0 0 5px;
}
.sd-social-official .sd-content ul > li {
  display: block;
  float: left;
  margin: 0 10px 5px 0 !important;
  height: 25px;
}
.sd-social-official .fb-share-button > span {
  vertical-align: top !important;
}
.sd-social-official .sd-content .pocket_button iframe {
  width: 98px;
}
.reddit_button iframe {
  margin-top: 1px;
}
.linkedin_button > span,
.pinterest_button,
.pocket_button iframe,
.twitter_button {
  margin: 0 !important;
}
.linkedin_button > span,
.pinterest_button a {
  display: block !important;
}
.sd-social-official .sd-content .share-skype {
  width: 55px;
}
body .sd-social-official li a.share-more,
body .sd-social-official li.share-custom a,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-press-this a,
body .sd-social-official li.share-print {
  position: relative;
  top: 0;
}
body .sd-social-icon .sd-content li.share-custom > a {
  padding: 2px 3px 0;
  position: relative;
  top: 4px;
}
body .sd-content ul li.share-custom a.share-icon span,
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 0 0 0 19px;
  display: inline-block;
  height: 21px;
  line-height: 16px;
}
body .sd-social-icon .sd-content li.share-custom a span {
  width: 0;
}
body .sd-social-icon .sd-content li.share-custom a span {
  padding-left: 16px !important;
}
.sharing-hidden .inner {
  position: absolute;
  z-index: 2;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-top: 5px;
  max-width: 400px;
}
.sharing-hidden .inner ul {
  margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
  clear: both;
  margin: 0 !important;
  height: 0 !important;
}
.sharing-hidden .inner:after,
.sharing-hidden .inner:before {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  content: "";
  display: block;
}
.sharing-hidden .inner:after {
  z-index: 2;
  top: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
  margin: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 7px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a span {
  line-height: 1;
}
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
  border: none;
  opacity: 0.6;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:before {
  top: 1px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-custom {
  padding: 8px 8px 6px;
  top: 5px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
  margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #555;
  font-size: 9px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
  background: #e9e9e9;
  margin-top: 2px;
  text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-tumblr a.sd-button {
  background: #2c4762;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
  background: #1877f2;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
  background: #00acee;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
  background: #ca1f27;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-digg a.sd-button {
  color: #555 !important;
}
.sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-press-this
  a.sd-button {
  background: #1e8cbe;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-telegram a.sd-button {
  background: #08c;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button {
  background: #0077b5;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-pocket a.sd-button {
  background: #ee4056;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.sd-button {
  background: #cee3f8;
  color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*="share-"].share-skype a.sd-button {
  background: #00aff0;
  color: #fff !important;
}
.sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus,
.sharing-screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#sharing_email {
  width: 342px;
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}
div.sharedaddy.sharedaddy-dark #sharing_email {
  border-color: #fff;
}
#sharing_email .errors {
  color: #fff;
  background-color: #771a09;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  margin: 10px 0 0;
}
#sharing_email label {
  font-size: 12px;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 0 0 4px;
  text-align: left;
  text-shadow: none;
}
#sharing_email form {
  margin: 0;
}
#sharing_email input[type="email"],
#sharing_email input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  background: #fff;
  font-size: 12px;
  color: #333;
  max-width: none;
  padding: 1px 3px;
}
#jetpack-source_f_name {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
#sharing_email .sharing_cancel {
  padding: 0 0 0 1em;
  font-size: 12px;
  text-shadow: none;
}
#sharing_email .recaptcha {
  width: 312px;
  height: 123px;
  margin: 0 0 1em;
}
.slideshow-window {
  background-color: #222;
  border: 20px solid #222;
  border-radius: 10px;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 1;
}
.slideshow-window.slideshow-white {
  background-color: #fff;
  border-color: #fff;
}
.slideshow-window,
.slideshow-window * {
  box-sizing: content-box;
}
.slideshow-loading {
  height: 100%;
  text-align: center;
  margin: auto;
}
body div.slideshow-window * img {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.slideshow-loading img {
  vertical-align: middle;
}
.slideshow-slide {
  display: none;
  height: 100% !important;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100% !important;
}
.slideshow-slide img {
  vertical-align: middle;
}
.slideshow-line-height-hack {
  overflow: hidden;
  width: 0;
  font-size: 0;
}
.slideshow-slide-caption {
  font-size: 13px;
  font-family: "Helvetica Neue", sans-serif;
  color: #f7f7f7;
  text-shadow: #222 1px 1px 2px;
  line-height: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.slideshow-controls {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  margin: auto;
  text-align: center;
  width: 100%;
  opacity: 0.5;
  direction: ltr;
  transition: 0.3s opacity ease-out;
}
.slideshow-window:hover .slideshow-controls {
  opacity: 1;
}
body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png) !important;
  background-repeat: no-repeat;
  background-size: 142px 16px !important;
  background-position: -34px 8px !important;
  color: #222 !important;
  margin: 0 5px !important;
  padding: 0 !important;
  display: inline-block !important;
  zoom: 1;
  height: 32px !important;
  width: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  border-radius: 10em !important;
  transition: 0.3s border-color ease-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  body div div.slideshow-controls a,
  body div div.slideshow-controls a:hover {
    background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png) !important;
  }
}
body div div.slideshow-controls a:hover {
  border-color: #fff !important;
}
body div div.slideshow-controls a:first-child {
  background-position: -76px 8px !important;
}
body div div.slideshow-controls a:last-child {
  background-position: -117px 8px !important;
}
body div div.slideshow-controls a:nth-child(2) {
  background-position: -34px 8px !important;
}
body div div.slideshow-controls a.running {
  background-position: -34px 8px !important;
}
body div div.slideshow-controls a.paused {
  background-position: 9px 8px !important;
}
.slideshow-controls a img {
  border: 50px dotted #f0f;
}
body.presentation-wrapper-fullscreen-parent,
html.presentation-wrapper-fullscreen-parent {
  overflow: hidden !important;
}
.presentation-wrapper-fullscreen-parent #wpadminbar {
  display: none;
}
.presentation-wrapper-fullscreen,
.presentation-wrapper-fullscreen-parent {
  min-width: 100% !important;
  min-height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10000 !important;
}
.presentation-wrapper-fullscreen {
  background-color: grey;
  border: none !important;
}
.presentation-wrapper-fullscreen .nav-arrow-left,
.presentation-wrapper-fullscreen .nav-arrow-right {
  z-index: 20001;
}
.presentation-wrapper-fullscreen .nav-fullscreen-button {
  z-index: 20002;
}
.presentation-wrapper {
  margin: 20px auto;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  line-height: normal;
}
.presentation {
  position: relative;
  margin: 0;
  overflow: hidden;
  outline: 0;
}
.presentation,
.presentation .step {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.presentation .step.fade:not(.active) {
  opacity: 0;
}
.presentation .slide-content {
  padding: 30px;
}
.presentation .nav-arrow-left,
.presentation .nav-arrow-right,
.presentation .nav-fullscreen-button {
  position: absolute;
  width: 34px;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s;
}
.presentation .nav-arrow-left,
.presentation .nav-arrow-right {
  height: 100%;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);
  background-size: 450% 61px;
}
.presentation .nav-arrow-left {
  left: 0;
  background-position: 4px 50%;
}
.presentation .nav-arrow-right {
  right: 0;
  background-position: -120px 50%;
}
.presentation .nav-fullscreen-button {
  width: 32px;
  height: 32px;
  margin: 4px;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);
  background-size: 100% 100%;
}
.presentation:hover .nav-arrow-left,
.presentation:hover .nav-arrow-right {
  opacity: 1;
}
.presentation:hover .nav-fullscreen-button {
  opacity: 0.8;
}
.presentation-wrapper-fullscreen .nav-fullscreen-button {
  background-image: url(//mk0jordangrayco5tkef.kinstacdn.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png);
}
.presentation .autoplay-overlay {
  height: 15%;
  width: 80%;
  margin: 30% 10%;
  position: relative;
  z-index: 100;
  display: table;
  border-radius: 50px;
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.5s;
}
.presentation .autoplay-overlay .overlay-msg {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.presentation .will-fade {
  opacity: 0;
}
.presentation .do-fade {
  opacity: 1;
  transition: opacity 0.5s;
}
div.jetpack-quiz {
  border: 1px solid #deede3;
  background-color: #f3f3f3;
  padding: 1em;
  line-height: 1.3em;
  margin-bottom: 2em;
  border-radius: 0.2em;
}
div.jetpack-quiz div.jetpack-quiz-question {
  margin-bottom: 0.5em;
  font-weight: 700;
}
div.jetpack-quiz div.jetpack-quiz-answer {
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 1em;
  border-bottom: 1px dotted #999;
}
div.jetpack-quiz div.jetpack-quiz-answer.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
div.jetpack-quiz div.jetpack-quiz-answer.correct {
  color: green;
}
div.jetpack-quiz div.jetpack-quiz-answer.wrong {
  color: red;
}
div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
  display: none;
}
div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
  display: block;
  color: #000;
  font-size: 90%;
  margin-top: 1em;
}
div.jetpack-quiz
  div.jetpack-quiz-answer.correct
  div.jetpack-quiz-explanation
  tt,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
  font-size: 85%;
}
div.jetpack-quiz pre {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: 0 0;
  margin: 0;
  padding: 0;
}
#subscribe-email input {
  width: 95%;
}
.comment-subscription-form {
  margin-bottom: 1em;
}
.comment-subscription-form .subscribe-label {
  display: inline !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.jetpack-video-wrapper {
  margin-bottom: 1.6em;
}
.jetpack-video-wrapper > .wp-video,
.jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object {
  margin-bottom: 0;
}
.jetpack-social-navigation ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
}
.jetpack-social-navigation li {
  display: inline-block;
  margin: 0;
  line-height: 1;
}
.jetpack-social-navigation a {
  border: 0;
  height: 1em;
  text-decoration: none;
  width: 1em;
}
.jetpack-social-navigation-svg .icon {
  color: inherit;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}
.jetpack-social-navigation-genericons a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Genericons;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  vertical-align: top;
  width: 1em;
}
.jetpack-social-navigation-genericons a:before {
  content: "\f415";
}
.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
  content: "\f216";
}
.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
  content: "\f221";
}
.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
  content: "\f201";
}
.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
  content: "\f225";
}
.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
  content: "\f410";
}
.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
  content: "\f203";
}
.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
  content: "\f211";
}
.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
  content: "\f226";
}
.jetpack-social-navigation-genericons a[href*="github.com"]:before {
  content: "\f200";
}
.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
  content: "\f206";
}
.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
  content: "\f215";
}
.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
  content: "\f208";
}
.jetpack-social-navigation-genericons a[href*="path.com"]:before {
  content: "\f219";
}
.jetpack-social-navigation-genericons a[href*="pinterest."]:before {
  content: "\f210";
}
.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
  content: "\f224";
}
.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
  content: "\f217";
}
.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
  content: "\f222";
}
.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
  content: "\f413";
}
.jetpack-social-navigation-genericons a[href*="skype:"]:before {
  content: "\f220";
}
.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
  content: "\f515";
}
.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
  content: "\f214";
}
.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
  content: "\f516";
}
.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
  content: "\f202";
}
.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
  content: "\f212";
}
.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
  content: "\f517";
}
.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,
.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
  content: "\f205";
}
.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
  content: "\f213";
}
.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}
.tiled-gallery img {
  margin: 2px !important;
}
.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}
.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
}
.tiled-gallery .gallery-row {
  overflow: hidden;
}
.tiled-gallery .tiled-gallery-item a {
  background: 0 0;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
  background: 0 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}
.tiled-gallery-caption {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  font-size: 11px;
}
.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tiled-gallery .tiled-gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0;
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity: 0;
}
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
  object-fit: cover;
}
.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
  opacity: 0;
}
.tiled-gallery.type-square .tiled-gallery-item img {
  object-fit: cover;
}
.jetpack-display-remote-posts {
  margin: 5px 0 20px;
}
.jetpack-display-remote-posts h4 {
  margin: 5px 0;
  padding: 0;
}
.jetpack-display-remote-posts p {
  margin: 0;
  padding: 0;
}
.jetpack-display-remote-posts img {
  max-width: 100%;
}
.widget-grofile h4 {
  margin: 1em 0 0.5em;
}
.widget-grofile ul.grofile-urls {
  margin-left: 0;
  overflow: hidden;
}
.widget-grofile ul.grofile-accounts li {
  list-style: none;
  display: inline;
}
.widget-grofile ul.grofile-accounts li:before {
  content: "" !important;
}
.widget-grofile .grofile-accounts-logo {
  background-image: url(https://secure.gravatar.com/images/grav-share-sprite.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.rtl .widget-grofile .grofile-accounts-logo {
  margin-left: 8px;
  margin-right: 0;
}
.grofile-thumbnail {
  width: 500px;
  max-width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .widget-grofile .grofile-accounts-logo {
    background-image: url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);
    background-size: 16px 784px;
  }
}
div[class^="gr_custom_container"] {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
  color: #000;
}
div[class^="gr_custom_container"] a {
  color: #000;
}
h2[class^="gr_custom_header"] {
  display: none;
}
div[class^="gr_custom_each_container"] {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
}
div[class^="gr_custom_book_container"] {
  float: right;
  overflow: hidden;
  height: 60px;
  margin-left: 4px;
  width: 39px;
}
div[class^="gr_custom_author"] {
  font-size: 10px;
}
div[class^="gr_custom_tags"] {
  font-size: 10px;
  color: gray;
}
div[class^="gr_custom_rating"] {
  display: none;
}
.widget_wpcom_social_media_icons_widget ul {
  list-style-type: none;
  margin-left: 0;
}
.widget_wpcom_social_media_icons_widget ul li {
  border: 0 none;
  display: inline;
  margin-right: 0.5em;
}
.widget_wpcom_social_media_icons_widget li a {
  border: 0 none;
  text-decoration: none;
}
.widget_wpcom_social_media_icons_widget .genericon {
  font-family: Genericons;
}
.widget_wpcom_social_media_icons_widget .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.widget_wpcom_social_media_icons_widget .screen-reader-text:active,
.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,
.widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.widgets-grid-layout {
  width: 100%;
}
.widgets-grid-layout:after,
.widgets-grid-layout:before {
  content: " ";
  display: table;
}
.widgets-grid-layout:after {
  clear: both;
}
.widget-grid-view-image {
  float: left;
  max-width: 50%;
}
.widget-grid-view-image a {
  display: block;
  margin: 0 2px 4px 0;
}
.widget-grid-view-image:nth-child(even) {
  float: right;
}
.widget-grid-view-image:nth-child(even) a {
  margin: 0 0 4px 2px;
}
.widgets-grid-layout .widget-grid-view-image img {
  max-width: 100%;
  height: auto;
}
.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: none;
  list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.widgets-multi-column-grid .avatar {
  vertical-align: middle;
}
.widgets-list-layout {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-list-layout li:after,
.widgets-list-layout li:before {
  content: "";
  display: table;
}
.widgets-list-layout li:after {
  clear: both;
}
.widgets-list-layout li {
  zoom: 1;
  margin-bottom: 1em;
  list-style-type: none !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
  float: left;
  width: 21.276596%;
  max-width: 40px;
  height: auto;
}
.widgets-list-layout-links {
  float: right;
  width: 73.404255%;
}
.widgets-list-layout span {
  opacity: 0.5;
}
.widgets-list-layout span:hover {
  opacity: 0.8;
}
.jetpack-image-container:after {
  clear: both;
}
.jetpack-image-container:after,
.jetpack-image-container:before {
  display: table;
  content: "";
}
.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: none;
  list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.widgets-multi-column-grid .avatar {
  vertical-align: middle;
}
.widget_jetpack_my_community .avatar-240,
.widget_jetpack_my_community .avatar-48 {
  max-width: 48px;
  max-height: 48px;
}
.widget.widget_authors li > ul,
.widget_authors > ul {
  margin-left: inherit;
  padding-left: 0;
}
.widget_authors ul li li {
  padding-left: 0;
}
.widget_authors > ul > li {
  margin-bottom: 1em;
  list-style: none;
}
.widget_authors > ul > li + li {
  border-top: 0;
}
.widget.widget_authors img {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  box-shadow: none;
}
.wpcnt {
  text-align: center;
  line-height: 2;
}
.wpa {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.wpa-about {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  display: block;
  margin-top: 0;
  color: #888;
  font: 10px/1 "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  text-decoration: none !important;
  opacity: 0.85;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wpa .u > div {
  display: block;
  margin-top: 5px;
  margin-bottom: 1em;
}
div.wpa > div {
  margin-top: 20px;
}
.wpa .u .adsbygoogle {
  display: block;
  margin-top: 17px;
  margin-bottom: 1em;
  background-color: transparent;
}
.widget_eu_cookie_law_widget {
  animation: fadeIn 0.8s;
  border: none;
  bottom: 1em;
  left: 1em;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 1em;
  width: auto;
  z-index: 50001;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.widget_eu_cookie_law_widget.widget.top {
  bottom: auto;
  top: 1em;
}
.admin-bar .widget_eu_cookie_law_widget.widget.top {
  top: 3em;
}
amp-consent.widget_eu_cookie_law_widget.widget.top {
  top: 1em;
  margin: 0;
}
.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
  top: 0;
  margin-top: 3em;
}
#eu-cookie-law {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #2e4467;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  padding: 6px 6px 6px 15px;
  position: relative;
}
#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
  color: inherit;
  cursor: inherit;
  text-decoration: underline;
}
#eu-cookie-law a:hover {
  cursor: pointer;
  text-decoration: none;
}
#eu-cookie-law.negative {
  background-color: #000;
  border: none;
  color: #fff;
}
#eu-cookie-law.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
#eu-cookie-law form {
  margin-bottom: 0;
  position: static;
}
#eu-cookie-law input,
#eu-cookie-law input:focus,
#eu-cookie-law input:hover {
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #2e4453;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 0 5%;
  padding: 8px 12px;
  position: static;
  text-transform: none;
}
#eu-cookie-law.negative input,
#eu-cookie-law.negative input:focus,
#eu-cookie-law.negative input:hover {
  background: #282828;
  border-color: #535353;
  color: #fff;
}
@media (max-width: 600px) {
  #eu-cookie-law {
    padding-bottom: 55px;
  }
  #eu-cookie-law input.accept {
    bottom: 8px;
    position: absolute;
    right: 8px;
  }
}
.flickr-images {
  text-align: center;
}
.flickr-size-thumbnail .flickr-images {
  align-content: space-between;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.flickr-images img {
  max-width: 100%;
  margin: 5px;
}
.jetpack-search-filters-widget__sub-heading {
  font-size: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0;
}
.jetpack-search-form + .jetpack-search-filters-widget__sub-heading {
  margin-top: 1.5em;
  margin-bottom: 0.5em !important;
}
.jetpack-search-filters-widget__clear {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.jetpack-search-sort-wrapper {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.jetpack-search-sort-wrapper label {
  display: inherit;
}
.widget_search
  .jetpack-search-filters-widget__filter-list
  input[type="checkbox"] {
  width: auto;
  height: auto;
}
ul.jetpack-search-filters-widget__filter-list li {
  border: none;
  padding: 0;
  list-style: none;
}
ul.jetpack-search-filters-widget__filter-list li a {
  text-decoration: none;
}
ul.jetpack-search-filters-widget__filter-list li a:hover {
  box-shadow: none;
}
ul.jetpack-search-filters-widget__filter-list li label {
  font-weight: inherit;
  display: inherit;
}
.jetpack-search-filters-widget__filter-list {
  list-style: none;
}
ul.jetpack-search-filters-widget__filter-list {
  margin-bottom: 1.5em;
}
body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder {
  color: transparent;
}
body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder {
  color: transparent;
}
body.search .jetpack-search-form input[name="s"]::placeholder {
  color: transparent;
}
body.search
  .jetpack-search-form
  input[name="s"].show-placeholder:-ms-input-placeholder {
  color: inherit;
}
body.search
  .jetpack-search-form
  input[name="s"].show-placeholder::-ms-input-placeholder {
  color: inherit;
}
body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder {
  color: inherit;
}
@media screen and (min-width: 400px) {
  .widget.jetpack-simple-payments .jetpack-simple-payments-product {
    flex-direction: column;
  }
  .widget.jetpack-simple-payments .jetpack-simple-payments-details {
    padding-left: 0;
  }
}
.jetpack_widget_social_icons li,
.jetpack_widget_social_icons ul {
  list-style: none;
}
.jetpack_widget_social_icons ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
}
.jetpack_widget_social_icons ul li {
  border: 0;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.jetpack_widget_social_icons ul li:after,
.jetpack_widget_social_icons ul li:before {
  display: none;
}
.jetpack_widget_social_icons a {
  border: 0;
  box-shadow: none;
  display: block;
  height: 24px;
  text-decoration: none;
  width: 24px;
}
.jetpack_widget_social_icons svg {
  color: inherit;
  fill: currentColor;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.jetpack_widget_social_icons ul.size-small a {
  height: 24px;
  width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
  height: 32px;
  width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
  height: 48px;
  width: 48px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 67.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  max-width: 600px;
}
.btn777 {
  margin-top: 3%;
  width: 100%;
  text-align: center;
  float: left;
}
.btn777 a {
  width: 100%;
  background-color: #43677a;
  color: #fff;
  padding: 8px 16px;
  border: 3px solid #43677a;
  cursor: pointer;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.9s ease 0s;
}
.btn777 a:hover {
  text-decoration: none;
  color: #43677a;
  opacity: 0.8;
  background-color: #fff;
  border: 3px solid #43677a;
}
.vid12 {
  width: 100%;
  float: left;
  text-align: center;
}
.vid12 iframe {
  width: 710px;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vid12 iframe {
    width: 100%;
    height: 340px;
  }
  .btn777 {
    margin-top: 3%;
    width: 100%;
    text-align: center;
    float: left;
  }
  .btn777 a {
    font-size: 28px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .vid12 iframe {
    width: 100%;
    height: 330px;
  }
  .btn777 a {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .vid12 iframe {
    width: 100%;
    height: 200px;
  }
  .btn777 {
    margin-top: 10px !important;
  }
  .btn777 a {
    font-size: 20px;
  }
}
.asd2 img {
  width: 55%;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* ITMM Testimonials */

.testimonials_section {
  margin-top: 100px;
}

.testimonials_section_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	margin-bottom: 15px;
}

.testimonials_section_container .light {
	background: #fff;
	height: 100%;
}

.testimonials_section_container .dark {
	background: #252525;
	height: 100%;
}

.testimonials_section_container img {
  width: 100%;
}

@media only screen and (max-width: 500px) {
	.testimonials_section_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}