/**
 * Theme-specific overrides
 */
/**
 * _hub.less

 * This file contains styles for the Hub (News/Stories) page, and also styles for
 * archive pages (including tags and categories).
 */
body.archive .site-content,
body.blog .site-content {
  background: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.archive #breadcrumbs,
  body.blog #breadcrumbs {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  body.archive .bio-info,
  body.blog .bio-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: -4px;
    margin-left: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  body.archive .author-bio-div,
  body.blog .author-bio-div {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  body.archive .author-bio-div,
  body.blog .author-bio-div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* border-bottom: 0px solid @wv-grey; */
  }
}
@media (max-width: 767px) {
  body.archive .hide-mobile,
  body.blog .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  body.archive .avatar-img,
  body.blog .avatar-img {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  body.archive .author-name,
  body.blog .author-name {
    padding-bottom: 0px;
  }
}
.hub-story-list {
  margin-top: 16px;
  border-top: 1px solid #999999;
  margin-top: 1em;
  padding-bottom: 96px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .hub-story-list {
    border-top: 1px solid #999999;
    padding-top: 30px;
  }
}
.hub-story-list .post-summary {
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.hub-story-list .story-summaries:last-of-type .post-summary:last-child {
  border-bottom-width: 0;
}
.hub-story-list .story-summaries--feature {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .hub-story-list .story-summaries--feature {
    margin-right: -28px;
    margin-left: -28px;
  }
}
@media (min-width: 1200px) {
  .hub-story-list .story-summaries--feature {
    margin-right: -94px;
    margin-left: -94px;
  }
}
.hub-header {
  margin-top: 52px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .hub-header {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .hub-header .hide-mobile {
    display: block;
  }
  .hub-header .show-mobile {
    display: none;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hub-header .hide-mobile {
    display: none;
  }
  .hub-header .show-mobile {
    display: block;
    padding-bottom: 16px;
  }
  .hub-header .author-byline {
    padding-bottom: 0px;
    margin-bottom: -16px;
  }
}
.hub-header:after {
  content: " ";
  display: block;
  clear: both;
}
.hub-header .hub-hgroup {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
}
.hub-header .hub-hgroup .section-name {
  display: none;
}
@media (min-width: 768px) {
  .hub-header .hub-hgroup .section-name {
    display: block;
  }
}
@media (min-width: 768px) {
  .hub-header .hub-hgroup.show-tag .section-name,
  .hub-header .hub-hgroup.show-tag .tag-name {
    display: inline-block;
  }
}
.hub-header .hub-hgroup.show-tag .tag-name {
  position: static !important;
  top: auto !important;
  left: auto !important;
}
.hub-header .section-name {
  color: #1D1D1D;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03125em;
  margin: 0;
  text-transform: uppercase;
}
.hub-header .tag-name {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
@media (min-width: 768px) {
  .hub-header .tag-name {
    border-left: 2px solid #999999;
    margin-left: 16px;
    padding-left: 16px;
  }
}
.hub-nav--sections {
  border-top: 1px solid #999999;
  height: 40px;
  margin-bottom: -0.5em;
  padding-top: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .hub-nav--sections {
    border-top: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .hub-nav--sections.is-open ul.navbar-nav {
    background: white;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.125);
    padding: 8px 0;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 100;
  }
  .hub-nav--sections.is-open ul.navbar-nav:before {
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 8px 8px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 14px;
    bottom: 100%;
    width: 0;
  }
  .hub-nav--sections.is-open ul.navbar-nav li {
    display: block;
    white-space: nowrap;
  }
  .hub-nav--sections.is-open ul.navbar-nav li:not(.current-cat) {
    letter-spacing: normal;
    text-transform: none;
  }
  .hub-nav--sections.is-open ul.navbar-nav li:not(.current-cat) a {
    font-size: 16px;
    line-height: 1.25;
    min-width: 12em;
    padding-right: 12px;
    padding-left: 12px;
  }
  .hub-nav--sections.is-open ul.navbar-nav .current-cat {
    margin-bottom: 12px;
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .hub-nav--sections.is-open ul.navbar-nav {
    margin-right: auto;
    margin-left: auto;
    max-width: 28em;
    padding: 12px 0;
    top: 51px;
    right: 10px;
    left: 10px;
    text-align: center;
  }
  .hub-nav--sections.is-open ul.navbar-nav:before {
    right: 50%;
    margin-right: -8px;
  }
  .hub-nav--sections.is-open ul.navbar-nav .current-cat {
    left: 0;
  }
}
.hub-nav--sections ul.navbar-nav {
  font-size: 12px;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hub-nav--sections ul.navbar-nav li {
  display: none;
}
@media (min-width: 992px) {
  .hub-nav--sections ul.navbar-nav li {
    display: inline-block;
  }
}
.hub-nav--sections ul.navbar-nav li:last-child {
  margin-right: -10px;
}
.hub-nav--sections ul.navbar-nav a {
  border-radius: 15px;
  display: inline-block;
  padding: 6px 10px;
}
.hub-nav--sections ul.navbar-nav .current-cat {
  display: block;
}
@media (min-width: 992px) {
  .hub-nav--sections ul.navbar-nav .current-cat {
    display: inline-block;
  }
}
.hub-nav--sections ul.navbar-nav .current-cat:last-child {
  margin-right: 0;
}
.hub-nav--sections ul.navbar-nav .current-cat a {
  background: #E5E5E5;
  color: #00acca;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .hub-nav--sections ul.navbar-nav .current-cat a {
    background-color: transparent;
    display: block;
    font-size: 13px;
    text-align: center;
  }
}
.hub-nav--sections ul.navbar-nav .current-cat a:after {
  content: '\f078';
  font-size: 12px;
  font-family: FontAwesome;
  margin: 0 0 0 10px;
  margin-right: -9px;
  position: relative;
  top: -1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hub-nav--sections ul.navbar-nav .current-cat a:after {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hub-nav--sections ul.navbar-nav .current-cat a:after {
    display: none;
  }
}
.hub-triggers {
  margin-top: -64px;
}
@media (min-width: 992px) {
  .hub-triggers {
    margin-top: -52px;
  }
}
@media (min-width: 768px) {
  .hub-triggers {
    margin-top: -52px;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .hub-triggers .hub-trigger--filters,
  .hub-triggers .hub-view-options {
    float: right;
  }
}
.hub-triggers .hub-trigger--filters {
  color: #666666;
  font-size: 13px;
  margin-top: 6px;
}
.hub-triggers .hub-trigger--filters:hover {
  color: #00acca;
}
.hub-triggers .hub-trigger--filters .icon {
  display: inline-block;
  margin: 0 10px 0 14px;
  vertical-align: middle;
  position: relative;
}
.hub-triggers .hub-trigger--filters .icon,
.hub-triggers .hub-trigger--filters .icon:before,
.hub-triggers .hub-trigger--filters .icon:after {
  background: #666666;
  border-radius: 2px;
  height: 4px;
  width: 4px;
}
.hub-triggers .hub-trigger--filters .icon:before,
.hub-triggers .hub-trigger--filters .icon:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
}
.hub-triggers .hub-trigger--filters .icon:before {
  right: 7px;
}
.hub-triggers .hub-trigger--filters .icon:after {
  left: 7px;
}
.hub-triggers .hub-trigger--filters.is-open .icon {
  background: transparent;
}
.hub-triggers .hub-trigger--filters.is-open .icon:before,
.hub-triggers .hub-trigger--filters.is-open .icon:after {
  border-radius: 0;
  height: 14px;
  width: 2px;
  top: -6px;
}
.hub-triggers .hub-trigger--filters.is-open .icon:before {
  right: 1px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.hub-triggers .hub-trigger--filters.is-open .icon:after {
  left: 1px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.hub-triggers .hub-view-options {
  float: right;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .hub-triggers .hub-view-options {
    border-right: 1px solid #999999;
    height: 32px;
    margin-right: 16px;
    padding-right: 16px;
  }
}
.hub-triggers .hub-view-options a {
  color: #999999;
  display: inline-block;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  position: relative;
  vertical-align: top;
}
.hub-triggers .hub-view-options a:hover {
  color: #666666;
}
.hub-triggers .hub-view-options a.is-active {
  color: #00acca;
}
.hub-triggers .hub-view-options .label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.hub-triggers .hub-view-options .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hub-triggers .hub-view-options .hub-view-option--grid .icon:before,
.hub-triggers .hub-view-options .hub-view-option--grid .icon:after {
  background: linear-gradient(to right, #999999, #999999 7px, transparent 7px, transparent 9px, #999999 9px, #999999);
  content: " ";
  display: block;
  height: 7px;
  margin-bottom: 2px;
}
.hub-triggers .hub-view-options .hub-view-option--grid.is-active .icon:before,
.hub-triggers .hub-view-options .hub-view-option--grid.is-active .icon:after {
  background: linear-gradient(to right, #00acca, #00acca 7px, transparent 7px, transparent 9px, #00acca 9px, #00acca);
}
.hub-triggers .hub-view-options .hub-view-option--list .icon {
  top: 6px;
  bottom: 6px;
}
.hub-triggers .hub-view-options .hub-view-option--list .icon,
.hub-triggers .hub-view-options .hub-view-option--list .icon:before,
.hub-triggers .hub-view-options .hub-view-option--list .icon:after {
  background: linear-gradient(to right, #999999, #999999 3px, transparent 3px, transparent 5px, #999999 5px, #999999);
}
.hub-triggers .hub-view-options .hub-view-option--list .icon:before,
.hub-triggers .hub-view-options .hub-view-option--list .icon:after {
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  left: 0;
}
.hub-triggers .hub-view-options .hub-view-option--list .icon:before {
  bottom: 6px;
}
.hub-triggers .hub-view-options .hub-view-option--list .icon:after {
  top: 6px;
}
.hub-triggers .hub-view-options .hub-view-option--list.is-active .icon,
.hub-triggers .hub-view-options .hub-view-option--list.is-active .icon:before,
.hub-triggers .hub-view-options .hub-view-option--list.is-active .icon:after {
  background: linear-gradient(to right, #00acca, #00acca 3px, transparent 3px, transparent 5px, #00acca 5px, #00acca);
}
.hub-filters {
  display: none;
  border-bottom: 1px solid #999999;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .hub-filters {
    margin-bottom: 0;
    border-bottom: 0px solid #999999;
  }
  .is-home .hub-filters {
    border-bottom: none;
  }
}
.hub-filters:target,
.hub-filters.is-open {
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hub-filters:target,
  .hub-filters.is-open {
    margin-top: 24px;
    margin-bottom: 64px;
  }
}
.hub-filters .label {
  font-size: 11px;
  line-height: 1.45454545;
  font-weight: bold;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.hub-filters h4 {
  margin-top: 4.8px;
  margin-bottom: 4.8px;
}
.hub-filters ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.hub-filters li {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 8px;
}
.hub-filters a {
  border-bottom: 1px solid #00acca;
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.hub-filters a:hover {
  border-bottom-color: transparent;
}
.hub-filters .current-cat a {
  color: #7d7d7d;
  border-bottom-color: #999999;
}
.post-summary {
  position: relative;
}
.post-summary p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.post-summary .wvus-summary-image {
  height: auto;
  margin-bottom: 1em;
  max-height: 238px;
  max-width: 24em;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .post-summary .wvus-summary-image {
    margin-bottom: 0;
    max-width: none;
  }
}
.post-summary .wvus-summary-image a {
  display: block;
  overflow: hidden;
}
.post-summary .wvus-summary-image a:hover {
  background: #ffffff;
}
.post-summary .wvus-summary-image a:hover img {
  opacity: 0.8;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.post-summary .wvus-summary-image img {
  transition: opacity 0.1s,
        transform 0.2s;
}
.post-summary .entry-summary {
  max-width: 40em;
}
.post-summary .entry-section {
  font-size: 11px;
  line-height: 1.45454545;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  display: inline-block;
  margin: 4px 0 12px;
}
.post-summary .entry-title,
.post-summary .entry-title a {
  color: #1D1D1D;
}
.post-summary .entry-title {
  font-weight: 700;
  margin: 0;
}
.post-summary .entry-title a:hover {
  border-bottom: 1px solid #999999;
  color: #00acca;
}
.post-summary .entry-content {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 16px;
}
.post-summary .entry-meta {
  color: #7d7d7d;
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.post-summary .entry-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-summary .entry-meta li {
  border-right: 2px solid #999999;
  display: inline;
  margin-right: 16px;
  padding-right: 16px;
}
.post-summary .entry-meta li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.post-summary .entry-meta span:after {
  content: ", ";
}
.post-summary .entry-meta span:last-child:after {
  display: none;
}
.post-summary .entry-meta a {
  color: #7d7d7d;
}
.post-summary .entry-meta a:hover {
  border-bottom: 1px solid #999999;
  color: #666666;
}
.post-summary .edit-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-summary .edit-link a {
  color: #ff6b00;
  display: inline-block;
  font-size: 13px;
  margin-right: 16px;
}
.post-summary .edit-link a:hover {
  color: #d65600;
}
.post-summary .edit-link .vc_inline-link {
  color: #7d7d7d;
}
.story-summaries-wrap[data-view="grid"] {
  margin-bottom: 16px;
}
@supports (display: flex) {
  .story-summaries--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.story-summaries--grid:after {
  clear: both;
  content: " ";
  display: block;
}
.story-summaries--grid .post-summary--link {
  margin-bottom: 1.74825175%;
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.story-summaries--grid .post-summary--link:nth-child(4n + 2),
.story-summaries--grid .post-summary--link:nth-child(4n + 3) {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  .story-summaries--grid .post-summary--link:nth-child(4n + 2),
  .story-summaries--grid .post-summary--link:nth-child(4n + 3) {
    width: 49.12587413%;
    float: left;
  }
  @supports (display: flex) {
    .story-summaries--grid .post-summary--link:nth-child(4n + 2),
    .story-summaries--grid .post-summary--link:nth-child(4n + 3) {
      float: none;
    }
  }
  .story-summaries--grid .post-summary--link:nth-child(4n + 2) {
    margin-right: 1.74825175%;
  }
}
@media (min-width: 992px) {
  .story-summaries--grid .post-summary--link {
    float: left;
  }
  @supports (display: flex) {
    .story-summaries--grid .post-summary--link {
      float: none;
    }
  }
  .story-summaries--grid .post-summary--link:nth-child(4n + 1),
  .story-summaries--grid .post-summary--link:nth-child(4n + 3) {
    margin-right: 1.74825175%;
    clear: left;
  }
  .story-summaries--grid .post-summary--link:nth-child(4n + 1),
  .story-summaries--grid .post-summary--link:nth-child(4n) {
    width: 66.08391608%;
  }
  .story-summaries--grid .post-summary--link:nth-child(4n + 2),
  .story-summaries--grid .post-summary--link:nth-child(4n + 3) {
    width: 32.16783217%;
  }
  .story-summaries--grid .post-summary--link:nth-child(4n + 2) {
    margin-right: 0;
  }
}
.post-summary--link {
  background-color: white;
  display: block;
  overflow: hidden;
  position: relative;
  transition: background 0.2s;
  width: 100%;
}
.post-summary--link:hover {
  background: #00acca;
  background: linear-gradient(#07d7fd, #2d79ac);
  color: white;
}
.post-summary--link:hover .entry-title {
  color: white;
}
.post-summary--link:hover .entry-meta {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-delay: 0.1s;
}
.post-summary--link.has-post-thumbnail .entry-summary {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .post-summary--link.has-post-thumbnail .entry-summary {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .post-summary--link.has-post-thumbnail .entry-summary {
    padding-top: 32px;
  }
}
.story-summaries--feature .post-summary--link:hover .entry-meta,
.post-summary--link.filter-special-features:hover .entry-meta {
  color: white;
}
.story-summaries--feature .post-summary--link:hover .entry-meta li,
.post-summary--link.filter-special-features:hover .entry-meta li {
  border-right-color: white;
}
.story-summaries--feature .post-summary--link .entry-title:after,
.post-summary--link.filter-special-features .entry-title:after {
  border-top: 2px solid #ff6b00;
  content: " ";
  display: block;
  margin: 0.5em 0;
  max-width: 33%;
  width: 200px;
}
.story-summaries--feature .post-summary--link .entry-meta,
.post-summary--link.filter-special-features .entry-meta {
  color: #666666;
  height: auto !important;
  max-width: 40em;
  opacity: 1;
  -ms-transform: none;
      transform: none;
}
.story-summaries--feature .post-summary--link .entry-meta li,
.post-summary--link.filter-special-features .entry-meta li {
  border-right-color: #999999;
}
.post-summary--link.filter-special-features {
  border-bottom: none;
}
.post-summary--link.filter-special-features .entry-summary {
  margin: 0 auto;
  max-width: 60em;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .post-summary--link.filter-special-features .entry-summary {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.post-summary--link.filter-special-features .entry-section {
  display: block;
}
.post-summary--link.filter-special-features .entry-title {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-summary--link.filter-special-features .entry-title:after {
  margin-right: auto;
  margin-left: auto;
}
.post-summary--link.filter-special-features .entry-meta {
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 2) .entry-title,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 3) .entry-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 2) .entry-title,
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 3) .entry-title {
    font-size: 26px;
    line-height: 1.38461538;
  }
}
.story-summaries .post-summary--link:nth-child(4n + 1).filter-special-features .entry-summary,
.story-summaries .post-summary--link:nth-child(4n).filter-special-features .entry-summary {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link:nth-child(4n + 1).filter-special-features .entry-summary,
  .story-summaries .post-summary--link:nth-child(4n).filter-special-features .entry-summary {
    top: 50%;
    bottom: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link:nth-child(4n + 1).filter-special-features .entry-title,
  .story-summaries .post-summary--link:nth-child(4n).filter-special-features .entry-title {
    font-size: 40px;
  }
}
.story-summaries .post-summary--link:nth-child(4n + 1) .summary-image,
.story-summaries .post-summary--link:nth-child(4n) .summary-image {
  height: 0;
  position: static;
  width: auto;
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link:nth-child(4n + 1) .summary-image,
  .story-summaries .post-summary--link:nth-child(4n) .summary-image {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link:nth-child(4n + 1) .entry-summary,
  .story-summaries .post-summary--link:nth-child(4n) .entry-summary {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1),
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) {
  min-height: 400px;
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1),
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) {
    min-height: 0;
  }
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features:hover .summary-image:before,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features:hover .summary-image:before {
  background: rgba(0, 0, 0, 0.6);
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features:hover .entry-meta,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features:hover .entry-meta {
  height: auto;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features .entry-summary,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features .entry-summary {
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features .entry-section,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features .entry-section {
  font-size: 12px;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features .summary-image:before,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features .summary-image:before {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features .entry-meta,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features .entry-meta {
  color: white;
  font-size: 16px;
  height: auto;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1).filter-special-features .entry-meta li,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n).filter-special-features .entry-meta li {
  border-right-color: white;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1):hover .summary-image:before,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n):hover .summary-image:before {
  background: linear-gradient(rgba(7, 215, 253, 0.85), rgba(45, 121, 172, 0.85));
  top: 0;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1):hover .summary-image img,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n):hover .summary-image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1):hover .entry-meta,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n):hover .entry-meta {
  height: 1.14285714em;
  margin-top: 16px;
  opacity: 1;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .summary-image,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .summary-image {
  padding-bottom: 56.25%;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .summary-image:before,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .summary-image:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .summary-image:before,
  .story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .summary-image:before {
    top: 25%;
  }
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .summary-image img,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .summary-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .entry-summary,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .entry-summary {
  color: white;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .entry-title,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .entry-title {
  color: white;
}
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n + 1) .entry-meta,
.story-summaries .post-summary--link.has-post-thumbnail:nth-child(4n) .entry-meta {
  height: 0;
  margin-top: 0;
  -ms-transform: none;
      transform: none;
}
.post-summary--link .summary-image,
.post-summary--link .entry-summary {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.post-summary--link .wvus-summary-image {
  max-width: none;
  max-height: none;
}
.post-summary--link .wvus-summary-image img {
  width: 100%;
}
.post-summary--link .entry-title {
  font-size: 26px;
  line-height: 1.38461538;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-summary--link .entry-title {
    font-size: 34px;
    line-height: 1.29411765;
  }
}
.post-summary--link .entry-summary {
  padding: 16px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .post-summary--link .entry-summary {
    padding: 24px;
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .post-summary--link .entry-summary {
    padding: 32px;
    padding-top: 64px;
  }
}
.post-summary--link .entry-meta {
  color: white;
  margin-top: 16px;
  overflow: hidden;
  opacity: 0;
  -ms-transform: translateY(1.14285714em);
      transform: translateY(1.14285714em);
  transition: height 0.2s,
      margin 0.2s,
      opacity 0.2s,
      transform 0.2s;
  white-space: nowrap;
}
.post-summary--link .entry-meta ul {
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-summary--link .entry-meta li {
  border-right-color: rgba(255, 255, 255, 0.5);
  display: inline;
}
.story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature {
  height: auto;
  margin-bottom: 1em;
  padding: 0;
}
@media (min-width: 992px) {
  .story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature.has-post-thumbnail .summary-image {
    padding-bottom: 41.84100418%;
  }
}
@media (min-width: 992px) {
  .story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .summary-image {
    padding-bottom: 41.84100418%;
  }
}
.story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .entry-summary {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .entry-summary {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .entry-summary {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .entry-title {
  font-size: 34px;
}
@media (min-width: 768px) {
  .story-summaries.story-summaries--feature .post-summary--link.post-summary--link-feature .entry-title {
    font-size: 50px;
  }
}
.alm-btn-wrap {
  text-align: center;
}
.alm-btn-wrap:after {
  border-bottom: 1px solid #999999;
  content: " ";
  display: block;
  height: 0;
  margin-top: -20px;
  width: 100%;
}
.alm-btn-wrap .alm-load-more-btn {
  background: #ffffff;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  max-width: 18em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  z-index: 2;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  border: 1px solid #000000;
}
.alm-btn-wrap .alm-load-more-btn:after {
  content: '\f078';
  font-family: FontAwesome;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
}
.alm-btn-wrap .alm-load-more-btn.is-loading:after {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #wp-alertbar .alertbar-title {
    text-align: center;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#breadcrumbs {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.vc_icon_element-color-wv-orange .vc_icon_element-icon {
  color: #ff6b00;
}
.vc_icon_element-color-wv-orange-80 .vc_icon_element-icon {
  color: #ff8833;
}
.vc_icon_element-color-wv-orange-60 .vc_icon_element-icon {
  color: #ffa666;
}
.vc_icon_element-color-wv-orange-40 .vc_icon_element-icon {
  color: #ffc399;
}
.vc_icon_element-color-wv-orange-20 .vc_icon_element-icon {
  color: #ffe1cc;
}
.vc_icon_element-color-wv-black .vc_icon_element-icon {
  color: #000000;
}
.vc_icon_element-color-wv-charcoal .vc_icon_element-icon {
  color: #333333;
}
.vc_icon_element-color-wv-dark-grey .vc_icon_element-icon {
  color: #666666;
}
.vc_icon_element-color-wv-grey .vc_icon_element-icon {
  color: #999999;
}
.vc_icon_element-color-wv-light-grey .vc_icon_element-icon {
  color: #cccccc;
}
.vc_icon_element-color-wv-white .vc_icon_element-icon {
  color: #ffffff;
}
.vc_icon_element-color-wv-field-grey .vc_icon_element-icon {
  color: #cac4bb;
}
.vc_icon_element-color-wv-blue .vc_icon_element-icon {
  color: #00acca;
}
.vc_icon_element-color-wv-teal .vc_icon_element-icon {
  color: #006661;
}
.vc_icon_element-color-wv-green .vc_icon_element-icon {
  color: #46bb95;
}
.vc_icon_element-color-wv-yellow .vc_icon_element-icon {
  color: #fdd25f;
}
.vc_icon_element-color-wv-purple .vc_icon_element-icon {
  color: #9054a1;
}
.vc_icon_element-color-wv-web-red .vc_icon_element-icon {
  color: #e54f5e;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_icon {
  background-color: #ff6b00;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_icon {
  background: #ff6b00;
  border-color: #cc5600;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_icon::before {
  border-color: #cc5600;
  background: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_icon::after {
  background: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #ff8933;
  border-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #ff6b00;
  background: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #ff8933;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #ff6b00;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #ff8933;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_icon {
  background-color: #00acca;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_icon {
  background: #00acca;
  border-color: #008197;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_icon::before {
  border-color: #008197;
  background: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_icon::after {
  background: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #00d7fd;
  border-color: #00acca;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #00acca;
  background: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #00d7fd;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #00acca;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #00d7fd;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #999999;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_icon {
  background-color: #999999;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #999999;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #999999;
}
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_icon {
  background: #999999;
  border-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_icon::before {
  border-color: #808080;
  background: #999999;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_icon::after {
  background: #999999;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #808080;
  border-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #666666;
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #999999;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #808080;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_icon {
  background-color: #666666;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_icon {
  background: #666666;
  border-color: #4d4d4d;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_icon::before {
  border-color: #4d4d4d;
  background: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_icon::after {
  background: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #808080;
  border-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #666666;
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #666666;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-dark-grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #808080;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #000000;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_icon {
  background-color: #000000;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #000000;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #000000;
}
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #808080;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_icon {
  background: #000000;
  border-color: #000000;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_icon::before {
  border-color: #000000;
  background: #000000;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_icon::after {
  background: #000000;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #808080;
  border-color: #666666;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #666666;
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #808080;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #000000;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #808080;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_icon::after {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_icon {
  background-color: #ffffff;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_icon::after {
  background-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #ffffff;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_icon::after {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #ff6b00;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
  background-color: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_icon {
  background: #ffffff;
  border-color: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_icon::before {
  border-color: #e6e6e6;
  background: #ffffff;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_icon::after {
  background: #ffffff;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
  background: #e6e6e6;
  border-color: #cccccc;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #cccccc;
  background: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #e6e6e6;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: #ffffff;
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: transparent;
}
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_color_wv-white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
  border-color: #e6e6e6;
  background: transparent;
}
.ult-overlay .ult-overlay-close {
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/slimtastic/assets/img/cross-orange.png') no-repeat center center;
}
.ult-overlay .ult_modal-content {
  border-radius: 0;
}
@media (max-width: 767px) {
  .ult_modal.ult-small,
  .ult_modal.ult-medium,
  .ult_modal.ult-container {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 auto !important;
  }
  .ult_modal .ult_modal-body {
    height: 100vh;
    padding-top: 40px;
    overflow-y: scroll;
    padding-right: 40px;
    padding-left: 40px;
  }
  .ult-overlay .ult-overlay-close {
    right: 10px;
    top: 11px;
  }
}
/* Visual Composer Tabs Tours Accordions 2 (TTA) @since 4.5
 * .vc_tta-style-* and .vc_tta-color are mandatory to theming
 * ---------------------------------------------------------- */
/**
 * Tabs, Tours, Accordions
 */
.vc_tta-container {
  margin-bottom: 21.73913043px;
}
/* General Styles for TTA
 * ========================== */
.vc_tta.vc_general {
  font-size: 1em;
}
.vc_tta.vc_general .vc_tta-panels-container,
.vc_tta.vc_general .vc_tta-panels {
  box-sizing: border-box;
  position: relative;
}
.vc_tta.vc_general .vc_tta-panel {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel-heading {
  border: solid transparent;
  box-sizing: border-box;
  transition: background 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-title {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  line-height: 1.556;
}
@media (min-width: 768px) {
  .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 20px;
    line-height: 1.333;
  }
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  background: transparent;
  display: block;
  padding: 14px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: color 0.2s ease-in-out;
  border: none;
}
.vc_tta.vc_general .vc_tta-panel-title > a:focus,
.vc_tta.vc_general .vc_tta-panel-title > a:hover {
  text-decoration: none;
  outline: none;
}
.vc_tta.vc_general .vc_tta-panel-body {
  border: solid transparent;
  box-sizing: content-box;
  padding: 14px 20px;
  display: none;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: padding 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-panel-body > :last-child {
  margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panel.vc_active {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: block;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
  cursor: default;
}
.vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
  display: block;
  min-height: 0;
}
.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title > a:hover {
  cursor: pointer;
}
.vc_tta.vc_general .vc_tta-tabs-container {
  display: block;
  position: relative;
  z-index: 3;
}
.vc_tta.vc_general .vc_tta-tabs-list {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.vc_tta.vc_general .vc_tta-tab {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.vc_tta.vc_general .vc_tta-tab > a {
  padding: 14px 20px;
  display: block;
  box-sizing: border-box;
  border: solid transparent;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab > a:hover,
.vc_tta.vc_general .vc_tta-tab > a:focus {
  text-decoration: none;
  outline: none;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  cursor: default;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a:hover {
  cursor: default;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a::before,
.vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
  display: none;
  content: '';
  position: absolute;
  border-width: inherit;
  border-color: inherit;
  border-style: inherit;
  width: 100vw;
  height: 200vw;
}
.vc_tta.vc_general .vc_tta-icon {
  font-size: 1.15em;
  line-height: 0;
  display: inline;
}
.vc_tta.vc_general .vc_tta-icon::before {
  display: inline;
}
.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 14px;
}
.vc_tta.vc_general .vc_tta-title-text:empty {
  display: inline-block;
}
/**
* Icons Adaptations
* ====================== */
.vc_tta-icon.fa,
.vc_tta-icon.vc_li {
  vertical-align: middle;
}
/* Accordions
 * ========================== */
.vc_tta.vc_tta-accordion .vc_tta-tabs-container {
  display: none;
}
/* Tabs
 * ========================== */
.vc_tta.vc_tta-tabs {
  font-size: 16px;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.vc_tta.vc_tta-tabs.vc_tta-controls-align-center .vc_tta-tabs-list {
  -ms-flex-pack: center;
      justify-content: center;
}
.vc_tta.vc_tta-tabs.vc_tta-controls-align-left .vc_tta-tabs-list {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.vc_tta.vc_tta-tabs.vc_tta-controls-align-right .vc_tta-tabs-list {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .vc_tta.vc_tta-tabs .vc_tta-title-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    line-height: 1.333;
  }
  .vc_tta.vc_tta-tabs .vc_tta-tab {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .vc_tta.vc_tta-tabs .vc_tta-tab > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 12px;
    border: 0;
  }
  .vc_tta.vc_tta-tabs .vc_tta-title-text {
    font-size: 12px;
  }
}
.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none;
}
/* Shapes for TTA
 * ========================== */
.vc_tta.vc_tta-shape-square .vc_tta-panel-body {
  min-height: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-panel-body,
.vc_tta.vc_tta-shape-square .vc_tta-panel-heading {
  border-radius: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tabs-container {
  margin: 0px;
}
.vc_tta.vc_tta-shape-square .vc_tta-tab > a {
  border-radius: 0px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
  border-radius: 0px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
    border-radius: 0px;
  }
}
.vc_tta.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  min-height: 16px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 8px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin: 8px;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 8px;
}
.vc_non_responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 8px;
  }
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body {
  min-height: 4em;
}
.vc_tta.vc_tta-shape-round .vc_tta-panel-body,
.vc_tta.vc_tta-shape-round .vc_tta-panel-heading {
  border-radius: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tabs-container {
  margin: 2em;
}
.vc_tta.vc_tta-shape-round .vc_tta-tab > a {
  border-radius: 2em;
}
.vc_non_responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
  border-radius: 2em;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
    border-radius: 2em;
  }
}
.vc_tta.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}
/* Adaptation for Shapes
 * ========================== */
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-right-radius: 8px;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 8px;
}
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border-style: inherit;
  border-width: inherit;
}
@media (min-width: 768px) {
  .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
  .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border-style: inherit;
    border-width: inherit;
  }
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  border-style: inherit;
  border-width: inherit;
}
@media (min-width: 768px) {
  .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
  .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    border-style: inherit;
    border-width: inherit;
  }
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Styles for TTA
 * ========================== */
.vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
  padding-left: 1px;
  padding-top: 1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  border-width: 1px;
  border-bottom: 0;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  margin: -1px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 1px solid transparent;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    margin: -1px;
  }
}
.vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
  border-width: 1px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tabs-list {
  padding-left: 1px;
  padding-top: 1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab {
  margin-left: -1px;
  margin-top: -1px;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab > a {
  border-width: 1px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.vc_tta.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  background-clip: border-box;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
  border: 1px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
  margin: -1px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    border: 1px solid transparent;
  }
  .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
    margin: -1px;
  }
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
  border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
  padding-left: 2px;
  padding-top: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab {
  margin-left: -2px;
  margin-top: -2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-tab > a {
  border-width: 2px;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::before,
.vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline .vc_tta-panel-body::after {
  display: block;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  border: 2px solid transparent;
}
.vc_non_responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel,
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
  margin: -2px;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    border: 2px solid transparent;
  }
  .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panel {
    margin: -2px;
  }
}
.vc_tta-o-non-responsive .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
  margin: 0;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-style-outline.vc_tta-pageable .vc_tta-panel {
    margin: 0;
  }
}
.vc_tta.vc_tta-style-flat .vc_tta-panel-body,
.vc_tta.vc_tta-style-flat .vc_tta-panel-heading {
  border-width: 0;
}
.vc_tta.vc_tta-style-pointer.vc_tta-shape-square .vc_tta-panel-body {
  border-radius: 8px;
}
.vc_tta.vc_tta-style-pointer .vc_tta-panel-body,
.vc_tta.vc_tta-style-pointer .vc_tta-panel-heading {
  border-width: 0;
}
.vc_tta.vc_tta-style-pointer .vc_tta-panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_tta.vc_tta-style-pointer .vc_tta-tab.vc_active {
  position: relative;
}
.vc_tta.vc_tta-style-pointer .vc_tta-tab.vc_active:after,
.vc_tta.vc_tta-style-pointer .vc_tta-tab.vc_active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.vc_tta.vc_tta-style-pointer .vc_tta-tab.vc_active:after {
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid inherit;
}
.vc_tta.vc_tta-style-pointer .vc_tta-tab.vc_active:before {
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
  border-top-color: inherit;
}
.vc_tta.vc_tta-style-pointer .vc_tta-title-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.vc_tta-pageable .vc_tta-panel-title {
  display: none;
}
/* Colors for TTA
 * ========================== */
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-orange.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #f06500;
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-orange.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  border-color: #f06500;
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ff6b00;
  background-color: transparent;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ff6b00;
  background-color: transparent;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-controls-icon::after {
  border-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-tab > a {
  border-color: #ff6b00;
  background-color: transparent;
  color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-tab > a:focus {
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border-color: #ff6b00;
  background-color: transparent;
  color: #ff6b00;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ff6b00;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
  }
  .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ff6b00;
  }
  .vc_tta-color-wv-orange.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f06500;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #e05e00;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #f06500;
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-tab > a:focus {
  background-color: #e05e00;
}
.vc_tta-color-wv-orange.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: #f06500;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: #f06500;
  }
  .vc_tta-color-wv-orange.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f06500;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #e05e00;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-body {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tab > a {
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tab > a:hover,
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tab > a:focus {
  background-color: #e05e00;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tab.vc_active > a {
  background-color: #ff6b00;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
  background-color: #ff6b00;
}
.vc_non_responsive .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
    background-color: #ff6b00;
  }
  .vc_tta-color-wv-orange.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tabs-container {
  background-color: #ff6b00;
}
.vc_tta-color-wv-orange.vc_tta-style-pointer .vc_tta-tab.vc_active::before {
  border-top-color: #ff6b00;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-blue.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #009fbb;
  background-color: #00acca;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-blue.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  border-color: #009fbb;
  background-color: #00acca;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-blue.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-color: #00acca;
  background-color: transparent;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #00acca;
  background-color: transparent;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-controls-icon::after {
  border-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-tab > a {
  border-color: #00acca;
  background-color: transparent;
  color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-tab > a:focus {
  background-color: #00acca;
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border-color: #00acca;
  background-color: transparent;
  color: #00acca;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
  border-color: #00acca;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
  }
  .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
    border-color: #00acca;
  }
  .vc_tta-color-wv-blue.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #009fbb;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #0092ab;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #009fbb;
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
  background-color: #0092ab;
}
.vc_tta-color-wv-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: #00acca;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: #009fbb;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: #009fbb;
  }
  .vc_tta-color-wv-blue.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading {
  background-color: #009fbb;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #0092ab;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-body {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tab > a {
  background-color: #00acca;
  color: #ffffff;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tab > a:hover,
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tab > a:focus {
  background-color: #0092ab;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tab.vc_active > a {
  background-color: #00acca;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
  background-color: #00acca;
}
.vc_non_responsive .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
    background-color: #00acca;
  }
  .vc_tta-color-wv-blue.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tabs-container {
  background-color: #00acca;
}
.vc_tta-color-wv-blue.vc_tta-style-pointer .vc_tta-tab.vc_active::before {
  border-top-color: #00acca;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #757575;
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #ededed;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ededed;
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f5f5f5;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #ededed;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-tab > a {
  border-color: #ededed;
  background-color: #f5f5f5;
  color: #333333;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-tab > a:focus {
  background-color: #e6e6e6;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  border-color: #757575;
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
  background-color: #f5f5f5;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
  border-color: #ededed;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: #f5f5f5;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
    border-color: #ededed;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-color: #7d7d7d;
  background-color: transparent;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #7d7d7d;
  background-color: transparent;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-controls-icon::after {
  border-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-tab > a {
  border-color: #7d7d7d;
  background-color: transparent;
  color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-tab > a:focus {
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border-color: #7d7d7d;
  background-color: transparent;
  color: #7d7d7d;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
  border-color: #7d7d7d;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
  .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
  .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
    border-color: #7d7d7d;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #757575;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #6e6e6e;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #757575;
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-tab > a:focus {
  background-color: #6e6e6e;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
  background-color: #757575;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: #757575;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading {
  background-color: #757575;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: #6e6e6e;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-panel .vc_tta-panel-body {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tab > a {
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tab > a:hover,
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tab > a:focus {
  background-color: #6e6e6e;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tab.vc_active > a {
  background-color: #7d7d7d;
  color: #ffffff;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
  background-color: #7d7d7d;
}
.vc_non_responsive .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.vc_tta-o-non-responsive .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels {
    background-color: #7d7d7d;
  }
  .vc_tta-color-wv-medium-grey.vc_tta-style-pointer.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
  }
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tabs-container {
  background-color: #7d7d7d;
}
.vc_tta-color-wv-medium-grey.vc_tta-style-pointer .vc_tta-tab.vc_active::before {
  border-top-color: #7d7d7d;
}
/* Don't Fill Content With Colors
 * =================================== */
.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
}
.vc_non_responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    border-color: transparent;
    background-color: transparent;
  }
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-top .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-bottom .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
}
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body,
.vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right .vc_tta-panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
/* TTA Spacings
 * =================================== */
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: -1px;
  margin-right: 0px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 1px;
  margin-right: 0px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.vc_tta.vc_tta-spacing-2 .vc_tta-tab {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -2px;
  margin-bottom: -1px;
  margin-left: -2px;
  margin-right: -1px;
}
.vc_tta.vc_tta-spacing-3 .vc_tta-tab {
  margin-top: 2px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 1px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.vc_tta.vc_tta-spacing-4 .vc_tta-tab {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -3px;
  margin-bottom: -2px;
  margin-left: -3px;
  margin-right: -2px;
}
.vc_tta.vc_tta-spacing-5 .vc_tta-tab {
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-right: 2px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tab {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -8px;
  margin-bottom: -7px;
  margin-left: -8px;
  margin-right: -7px;
}
.vc_tta.vc_tta-spacing-15 .vc_tta-tab {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 7px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.vc_tta.vc_tta-spacing-20 .vc_tta-tab {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -13px;
  margin-bottom: -12px;
  margin-left: -13px;
  margin-right: -12px;
}
.vc_tta.vc_tta-spacing-25 .vc_tta-tab {
  margin-top: 13px;
  margin-bottom: 12px;
  margin-left: 13px;
  margin-right: 12px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.vc_tta.vc_tta-spacing-30 .vc_tta-tab {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tabs-list {
  padding: 0;
  margin-top: -18px;
  margin-bottom: -17px;
  margin-left: -18px;
  margin-right: -17px;
}
.vc_tta.vc_tta-spacing-35 .vc_tta-tab {
  margin-top: 18px;
  margin-bottom: 17px;
  margin-left: 18px;
  margin-right: 17px;
}
/* TTA Gaps
 * =================================== */
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 1px;
}
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 1px;
}
.vc_tta.vc_tta-gap-1.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 1px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-2 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 2px;
}
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 2px;
}
.vc_tta.vc_tta-gap-2.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 2px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-3 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 3px;
}
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 3px;
}
.vc_tta.vc_tta-gap-3.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 3px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-4 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 4px;
}
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 4px;
}
.vc_tta.vc_tta-gap-4.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 4px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-5 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 5px;
}
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 5px;
}
.vc_tta.vc_tta-gap-5.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 5px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 10px;
}
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 10px;
}
.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 10px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 15px;
}
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 15px;
}
.vc_tta.vc_tta-gap-15.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 15px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-20 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 20px;
}
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 20px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 20px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-25 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 25px;
}
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 25px;
}
.vc_tta.vc_tta-gap-25.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 25px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-30 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 30px;
}
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 30px;
}
.vc_tta.vc_tta-gap-30.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 30px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  margin-top: 35px;
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-right: 35px;
}
.vc_tta.vc_tta-gap-35.vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 35px;
}
/* Positions For Tabs
 * ========================== */
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
  right: auto;
  bottom: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
  left: auto;
  bottom: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
  right: auto;
  top: auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
  left: auto;
  top: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left {
  display: -ms-flexbox;
  display: flex;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
  margin-left: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
  display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before {
  right: auto;
  bottom: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after {
  right: auto;
  top: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right {
  display: -ms-flexbox;
  display: flex;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
  margin-right: 0;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
  overflow: hidden;
}
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
  display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before {
  left: auto;
  bottom: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after {
  left: auto;
  top: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:first-child:not(:last-child) > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-o-shape-group .vc_tta-tab:last-child:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Positions Fixes For Tabs
 * ========================== */
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::before,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_non_responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container,
.vc_tta-tabs[class*="vc_tta-gap"] .vc_tta-tabs-list,
.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
  overflow: visible;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::before {
  display: block;
  height: auto;
  top: 100%;
  right: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
  display: block;
  height: auto;
  top: 100%;
  left: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
  margin-bottom: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tabs-container {
  margin-bottom: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
  border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
  border-top-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::before {
  display: block;
  height: auto;
  bottom: 100%;
  right: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a::after {
  display: block;
  height: auto;
  bottom: 100%;
  left: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
  margin-top: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline .vc_tta-tabs-container {
  margin-top: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-outline:not(.vc_tta-pageable) .vc_tta-panels {
  border-bottom-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::before {
  display: block;
  width: auto;
  left: 100%;
  bottom: 100%;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::after {
  display: block;
  width: auto;
  left: 100%;
  top: 100%;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
  margin-right: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tabs-container {
  margin-right: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-panels {
  border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panels {
  margin-top: 0;
  border-top-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-shape-round .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a {
  border-left-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::before {
  display: block;
  width: auto;
  right: 100%;
  bottom: 100%;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a::after {
  display: block;
  width: auto;
  right: 100%;
  top: 100%;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-classic .vc_tta-tabs-container,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
  margin-left: -1px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tabs-container {
  margin-left: -2px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-panels {
  border-right-color: transparent;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panels,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panels {
  margin-top: 0;
  border-top-right-radius: 0;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-rounded .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-shape-round .vc_tta-panel-body::before {
  display: none;
}
/* Sizes For Tabs
 * ========================== */
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xs .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xs .vc_tta-tabs-container {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg .vc_tta-tabs-container {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-xl .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-xl .vc_tta-tabs-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
/* Controls Alignments
 * =================================== */
.vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading {
  text-align: left;
}
.vc_tta.vc_tta-controls-align-right .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-right .vc_tta-panel-heading {
  text-align: right;
}
.vc_tta.vc_tta-controls-align-center .vc_tta-tabs-container,
.vc_tta.vc_tta-controls-align-center .vc_tta-panel-heading {
  text-align: center;
}
/* Controls Alignments Fixes
 * ========================== */
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-top-left-radius: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-left: 0;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
  display: none;
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-bottom-left-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-top-right-radius: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  margin-right: 0;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
  display: none;
}
.vc_tta-controls-align-right.vc_tta-tabs.vc_tta-tabs-position-bottom:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  border-bottom-right-radius: 0;
}
.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
  padding-bottom: 60px;
}
.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
  padding-top: 60px;
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom .vc_pagination {
  top: auto;
  bottom: 100%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
/* Control Icons For Accordions
 * ============================= */
.vc_tta .vc_tta-controls-icon {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  position: relative;
  font-size: inherit;
  margin: 0;
}
.vc_tta .vc_tta-controls-icon:before,
.vc_tta .vc_tta-controls-icon:after {
  transition: all 0.2s ease-in-out;
}
.vc_tta .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
  margin-left: 0;
}
/* Control Icons
 * ============================= */
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: none;
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -ms-transform: rotate(225deg) translate(-25%, -25%);
  transform: rotate(225deg) translate(-25%, -25%);
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  -ms-transform: rotate(180deg) translateY(25%);
  transform: rotate(180deg) translateY(25%);
}
/* Control Icons Positions
 * ============================= */
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 46px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 42px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 768px) {
  .vc_tta-container .vc_tta:not([class*="vc_tta-pageable"]) .vc_pagination {
    display: none;
  }
}
.vc_separator .vc_text_separator-text {
  margin-top: 6px;
  margin-right: 16px;
  margin-bottom: 6px;
  margin-left: 16px;
}
.vc_separator.vc_sep_color_wv-orange {
  color: #ff6b00;
}
.vc_separator.vc_sep_color_wv-orange .vc_sep_holder .vc_sep_line {
  border-color: #ff6b00;
}
.vc_separator.vc_sep_color_wv-orange-80 {
  color: #ff8833;
}
.vc_separator.vc_sep_color_wv-orange-80 .vc_sep_holder .vc_sep_line {
  border-color: #ff8833;
}
.vc_separator.vc_sep_color_wv-orange-60 {
  color: #ffa666;
}
.vc_separator.vc_sep_color_wv-orange-60 .vc_sep_holder .vc_sep_line {
  border-color: #ffa666;
}
.vc_separator.vc_sep_color_wv-orange-40 {
  color: #ffc399;
}
.vc_separator.vc_sep_color_wv-orange-40 .vc_sep_holder .vc_sep_line {
  border-color: #ffc399;
}
.vc_separator.vc_sep_color_wv-orange-20 {
  color: #ffe1cc;
}
.vc_separator.vc_sep_color_wv-orange-20 .vc_sep_holder .vc_sep_line {
  border-color: #ffe1cc;
}
.vc_separator.vc_sep_color_wv-black {
  color: #000000;
}
.vc_separator.vc_sep_color_wv-black .vc_sep_holder .vc_sep_line {
  border-color: #000000;
}
.vc_separator.vc_sep_color_wv-charcoal {
  color: #333333;
}
.vc_separator.vc_sep_color_wv-charcoal .vc_sep_holder .vc_sep_line {
  border-color: #333333;
}
.vc_separator.vc_sep_color_wv-dark-grey {
  color: #666666;
}
.vc_separator.vc_sep_color_wv-dark-grey .vc_sep_holder .vc_sep_line {
  border-color: #666666;
}
.vc_separator.vc_sep_color_wv-grey {
  color: #999999;
}
.vc_separator.vc_sep_color_wv-grey .vc_sep_holder .vc_sep_line {
  border-color: #999999;
}
.vc_separator.vc_sep_color_wv-light-grey {
  color: #cccccc;
}
.vc_separator.vc_sep_color_wv-light-grey .vc_sep_holder .vc_sep_line {
  border-color: #cccccc;
}
.vc_separator.vc_sep_color_wv-white {
  color: #ffffff;
}
.vc_separator.vc_sep_color_wv-white .vc_sep_holder .vc_sep_line {
  border-color: #ffffff;
}
.vc_separator.vc_sep_color_wv-field-grey {
  color: #cac4bb;
}
.vc_separator.vc_sep_color_wv-field-grey .vc_sep_holder .vc_sep_line {
  border-color: #cac4bb;
}
.vc_separator.vc_sep_color_wv-blue {
  color: #00acca;
}
.vc_separator.vc_sep_color_wv-blue .vc_sep_holder .vc_sep_line {
  border-color: #00acca;
}
.vc_separator.vc_sep_color_wv-teal {
  color: #006661;
}
.vc_separator.vc_sep_color_wv-teal .vc_sep_holder .vc_sep_line {
  border-color: #006661;
}
.vc_separator.vc_sep_color_wv-green {
  color: #46bb95;
}
.vc_separator.vc_sep_color_wv-green .vc_sep_holder .vc_sep_line {
  border-color: #46bb95;
}
.vc_separator.vc_sep_color_wv-yellow {
  color: #fdd25f;
}
.vc_separator.vc_sep_color_wv-yellow .vc_sep_holder .vc_sep_line {
  border-color: #fdd25f;
}
.vc_separator.vc_sep_color_wv-purple {
  color: #9054a1;
}
.vc_separator.vc_sep_color_wv-purple .vc_sep_holder .vc_sep_line {
  border-color: #9054a1;
}
body.home .a2a_floating_style,
body.blog .a2a_floating_style,
body.page .a2a_floating_style {
  display: none;
}
.widget_a2a_share_save_widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.addtoany_content_top {
  text-align: center;
}
/**
 * This file contains styles for single posts and pages.
 */
.lede,
.delta.drop-caps {
  color: #222222;
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 16px 0 32px;
}
@media (min-width: 768px) {
  .lede,
  .delta.drop-caps {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
.lede.drop-caps p:first-child::first-letter,
.delta.drop-caps p:first-child::first-letter {
  float: left;
  font-weight: 700;
  font-size: 60px;
  line-height: 56px;
  padding: 0 8px 0 0;
  margin-left: -2px;
}
@media (min-width: 768px) {
  .lede.drop-caps p:first-child::first-letter,
  .delta.drop-caps p:first-child::first-letter {
    font-size: 72px;
    line-height: 64px;
    margin-top: -2px;
  }
}
.description,
.meta {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  margin: 16px 0;
}
.pullquote {
  border: none;
  color: #1D1D1D;
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 1.38461538;
  margin: 32px 0;
  padding: 8px 0;
  position: relative;
  z-index: 5;
}
.pullquote:before {
  background: url('../img/quote-icon.png') no-repeat center;
  content: " ";
  display: block;
  height: 58px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pullquote .attribution {
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
.pullquote p {
  margin: 0 0 16px;
}
.pullquote p:empty {
  display: none;
}
@media (min-width: 768px) {
  .single {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
.single h1,
.single .h1,
.single h2,
.single .h2,
.single h3,
.single .h3,
.single h4,
.single .h4,
.single h5,
.single .h5,
.single h6,
.single .h6 {
  color: #000000;
}
.single h4,
.single .h4,
.single h5,
.single .h5,
.single h6,
.single .h6 {
  font-weight: 700;
}
.single h6,
.single .h6 {
  font-style: normal;
}
.single p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0 0 20px;
}
.single .entry-title {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .single .entry-title {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .single .entry-title {
    margin-top: 48px;
  }
}
.single .entry-meta {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0 0 32px;
}
.single .standard-header-bg {
  width: 100%;
  height: 260px;
  position: absolute;
  background-color: #cccccc;
  z-index: -100;
}
@media (min-width: 992px) {
  .single .standard-header-bg {
    height: 400px;
  }
}
.single .standard-header {
  overflow: hidden;
}
.single .standard-header .article-featured-meta {
  border: 1px solid #999999;
}
@media (min-width: 1200px) {
  .single .standard-header .article-featured-meta {
    border-left-width: 0;
    height: 477px;
  }
}
.single .standard-header .featured-sector {
  margin: 0;
  padding: 16px 0 8px;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .single .standard-header .featured-sector {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .single .standard-header .featured-sector {
    margin-bottom: 16px;
    padding-top: 32px;
    padding-botom: 24px;
  }
}
.single .standard-header .fa-tag {
  display: none;
}
@media (min-width: 768px) {
  .single .standard-header .fa-tag {
    display: block;
  }
}
.single .full-width-header {
  margin-bottom: 32px;
  text-align: center;
}
.single .full-width-header .entry-title {
  font-size: 30px;
  line-height: 1.33333333;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .single .full-width-header .entry-title {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .single .full-width-header .entry-title {
    font-size: 50px;
    line-height: 1.28;
  }
}
.single .full-width-header .article-featured-meta {
  padding: 10px 10px;
}
.single .full-width-header .featured-sector a {
  color: #666666;
}
.single .full-width-header .featured-sector a:hover {
  text-decoration: none;
  color: #999999;
}
.single .full-width-header .article-tags {
  padding: 10px 0;
}
.single .full-width-header .entry-meta ul {
  list-style: none;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .single .full-width-header .entry-meta ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .single .full-width-header .entry-meta ul li:after {
    background-color: #999999;
    border-radius: 4px;
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    vertical-align: middle;
  }
  .single .full-width-header .entry-meta ul li:last-child:after {
    content: "";
    display: none;
  }
  .single .full-width-header .entry-meta ul li:last-child h6 {
    padding-right: 0;
  }
}
.single .full-width-header .entry-meta ul h6 {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 992px) {
  .single .full-width-header .entry-meta ul h6 {
    display: inline-block;
    padding-right: 20px;
  }
}
.single .article-featured-image,
.single .article-featured-video {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.single .article-featured-image {
  max-height: 420px;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .single .article-featured-image {
    max-height: 380px;
  }
}
@media (min-width: 992px) {
  .single .article-featured-image {
    max-height: 477px;
  }
}
.single .full-width-feature img {
  width: 100%;
}
.single .article-featured-meta {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
  text-align: center;
}
.single .article-featured-meta a:hover {
  text-decoration: none;
}
.single .article-featured-meta .fa {
  padding: 0 16px 8px;
}
.single .article-featured-meta .article-tag-icon {
  color: #666666;
  font-size: 1.5em;
}
.single .article-featured-meta .article-tags ul {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 40em;
  line-height: 1.778;
}
.single .article-featured-meta .article-tags li {
  display: inline-block;
  padding: 0 5px;
}
.single .article-featured-meta .article-tags li:after {
  content: "\00b7";
  padding-left: 10px;
}
.single .article-featured-meta .article-tags li:last-child:after {
  content: "";
  display: none;
}
.single .article-featured-meta .article-tags li a:hover {
  color: #666666;
}
.single .article-featured-meta .author-image {
  color: #666666;
  padding-top: 10px;
  margin-top: 20px;
}
.single .article-featured-meta .author-image .img-circle {
  border-radius: 25px;
  height: 50px;
  width: 50px;
}
.single .article-featured-meta .author-image .fa-user {
  font-size: 68px;
  margin-left: 3px;
  line-height: 1.8;
}
.single .article-featured-meta .author-byline {
  font-size: 16px;
  margin-bottom: 32px;
  padding-top: 8px;
}
.single .addtoany_share_save_container.addtoany_content_top {
  margin: 8px 0 32px;
  text-align: center;
}
.single .addtoany_list.a2a_kit_size_32 a > span {
  background-color: #cccccc !important;
  border-radius: 20px;
  height: 40px;
  padding: 6px;
  width: 40px;
}
.single .addtoany_list.a2a_kit_size_32 a > span > svg,
.single .addtoany_list.a2a_kit_size_32 a > span > svg path {
  fill: #7d7d7d;
}
.single .entry-content {
  background-color: #ffffff;
  padding: 16px 0 32px;
}
.single .entry-content a:hover {
  text-decoration: underline;
}
.single .post-navigation {
  display: none;
}
.single .carousel-anything-container {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}
.single .author .page-header {
  border-bottom: 0;
  margin: 16px 0;
}
.single .author .auth-img {
  margin: 16px auto 0;
  border-radius: 5px;
}
.single .author .auth-desc {
  text-align: center;
  padding: 16px 0 8px;
}
.single .author .author-info {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.single .author .load-more-border {
  margin-bottom: 32px;
}
.single .comment-heading {
  border-bottom: 1px solid #999999;
  width: 80%;
  margin: 0 auto 8px;
  padding-bottom: 8px;
}
.single .entry-comments {
  background-color: #cccccc;
  padding: 16px 0;
}
body.single-template-two_column_feature .site-content {
  background: #f5f5f5;
  overflow: hidden;
}
.post.template-two_column_feature {
  overflow: hidden;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .post.template-two_column_feature {
    padding-bottom: 96px;
  }
}
.post.template-two_column_feature .article-inner {
  position: relative;
}
.post.template-two_column_feature .entry-header {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-header {
    padding-top: 48px;
  }
}
.post.template-two_column_feature .article-featured-media {
  background: #666666;
  color: white;
}
.post.template-two_column_feature .article-featured-media img {
  margin: 0;
}
.post.template-two_column_feature .article-featured-media--thumbnail {
  max-height: 849px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .post.template-two_column_feature.layout--regular > .container {
    position: relative;
  }
  .post.template-two_column_feature.layout--regular .article-featured-media-wrap {
    width: 74.56293706%;
    box-sizing: border-box;
    float: left;
  }
  .post.template-two_column_feature.layout--regular .article-featured-media--thumbnail {
    max-height: 633px;
  }
  .post.template-two_column_feature.layout--regular .entry-content-sidebar {
    position: absolute;
    top: 16px;
    right: 15px;
  }
}
.post.template-two_column_feature .article-featured-media--gallery {
  background-color: #222222;
  background-color: #333333;
  position: relative;
}
.post.template-two_column_feature .article-featured-media--gallery:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.post.template-two_column_feature .article-featured-media--gallery .gallery-image {
  background-color: #333333;
  background-color: #222222;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.66666667%;
  position: relative;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery .gallery-image {
    padding-bottom: 100%;
  }
}
.post.template-two_column_feature .article-featured-media--gallery img {
  display: block;
  height: 100%;
  margin: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .article-featured-media--gallery img.force-ratio--3x2 {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery img.force-ratio--1x1 {
    object-fit: cover;
  }
}
.post.template-two_column_feature .article-featured-media--gallery .focus-close {
  cursor: pointer;
  display: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .article-featured-media--gallery .focus-close {
    display: block;
  }
}
.post.template-two_column_feature .article-featured-media--gallery .focus-close .icon-close {
  display: block;
  position: relative;
  height: 2em;
  width: 2em;
}
.post.template-two_column_feature .article-featured-media--gallery .focus-close .icon-close:before,
.post.template-two_column_feature .article-featured-media--gallery .focus-close .icon-close:after {
  border-right: 2px solid white;
  content: " ";
  display: block;
  height: 1.5em;
  width: 0;
  position: absolute;
  top: 0.25em;
  left: 50%;
}
.post.template-two_column_feature .article-featured-media--gallery .focus-close .icon-close:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.post.template-two_column_feature .article-featured-media--gallery .focus-close .icon-close:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.post.template-two_column_feature .article-featured-media--gallery .gallery-caption {
  background-color: transparent;
  border-top: 1px solid #333333;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .article-featured-media--gallery.has-focus {
    padding-top: 80px;
    padding-bottom: 32px;
    transition: all 0.25s 0.25s;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus:before {
    background-color: #222222;
    content: " ";
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
    left: -50vw;
    right: -50vw;
    transition: top 0.25s 0.25s,
            bottom 0.25s 0.25s,
            right 0.25s 0.25s,
            left 0.25s 0.25s;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .gallery-caption {
    margin-top: 32px;
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
    transition: all 0.25s 0.25s;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .gallery-caption .label {
    display: none;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .focus-close {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    top: 16px;
    right: 0;
    transition: opacity 0.25s 0.75s;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-prev,
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-next {
    transition: transform 0.25s 0.25s;
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-prev {
    -ms-transform: translateX(-100%) scale(1.25);
        transform: translateX(-100%) scale(1.25);
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-next {
    -ms-transform: translateX(100%) scale(1.25);
        transform: translateX(100%) scale(1.25);
  }
}
@media (min-width: 1300px) {
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-prev {
    -ms-transform: translateX(-180%) scale(1.25);
        transform: translateX(-180%) scale(1.25);
  }
  .post.template-two_column_feature .article-featured-media--gallery.has-focus .owl-next {
    -ms-transform: translateX(180%) scale(1.25);
        transform: translateX(180%) scale(1.25);
  }
}
.post.template-two_column_feature .article-featured-media--gallery .owl-stage-outer {
  -webkit-transform: none;
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav {
  height: 0;
  position: static;
  pointer-events: none;
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav [class*='owl-'] {
  background-color: rgba(255, 255, 255, 0.8);
  height: 46px;
  margin-top: 31%;
  margin-top: calc(33.3333333% - 23px);
  padding: 0;
  position: absolute;
  top: 0;
  width: 46px;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery .owl-nav [class*='owl-'] {
    background: transparent;
    margin-top: 48%;
    margin-top: calc(50% - 23px);
  }
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav [class*='owl-']:after {
  background: none;
  border-color: #666666 #666666 transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  width: 8px;
  margin: 0;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery .owl-nav [class*='owl-']:after {
    border-color: #ffffff #ffffff transparent transparent;
    border-width: 3px 3px 0 0;
    height: 18px;
    width: 18px;
    top: 14px;
  }
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-prev {
  margin-left: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-prev {
    margin-left: 0;
  }
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-prev:after {
  right: 18px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-next {
  margin-right: 16px;
  right: 0;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-next {
    margin-right: 0;
  }
}
.post.template-two_column_feature .article-featured-media--gallery .owl-nav .owl-next:after {
  left: 18px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.post.template-two_column_feature .article-featured-media--gallery .owl-prev,
.post.template-two_column_feature .article-featured-media--gallery .owl-next {
  pointer-events: auto;
}
.post.template-two_column_feature .articled-featured-media--caption,
.post.template-two_column_feature .gallery-caption {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14285714;
  font-style: italic;
}
.post.template-two_column_feature .articled-featured-media--caption i,
.post.template-two_column_feature .gallery-caption i,
.post.template-two_column_feature .articled-featured-media--caption em,
.post.template-two_column_feature .gallery-caption em,
.post.template-two_column_feature .articled-featured-media--caption cite,
.post.template-two_column_feature .gallery-caption cite {
  font-style: normal;
}
.post.template-two_column_feature .articled-featured-media--caption .label,
.post.template-two_column_feature .gallery-caption .label {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.125em;
  margin-right: 32px;
  padding: 2px 0;
  text-transform: uppercase;
  vertical-align: top;
}
@media (max-width: 767px) {
  .post.template-two_column_feature .articled-featured-media--caption .label,
  .post.template-two_column_feature .gallery-caption .label {
    margin-right: 16px;
  }
}
.post.template-two_column_feature .articled-featured-media--caption p,
.post.template-two_column_feature .gallery-caption p {
  margin: 0;
  max-width: 50em;
  overflow: hidden;
}
.post.template-two_column_feature .article-featured-media-wrap--standard {
  position: relative;
}
.post.template-two_column_feature .article-featured-media-wrap--standard .articled-featured-media--caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.post.template-two_column_feature .entry-content,
.post.template-two_column_feature .entry-content-footer {
  padding-right: 10.22727273%;
  padding-left: 6.73076923%;
  background: white;
  padding-top: 32px;
  padding-bottom: 64px;
  position: relative;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-content,
  .post.template-two_column_feature .entry-content-footer {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content,
  .post.template-two_column_feature .entry-content-footer {
    width: 74.56293706%;
    box-sizing: border-box;
    float: left;
  }
}
.post.template-two_column_feature .entry-content {
  padding-bottom: 128px;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content {
    padding-bottom: 64px;
  }
}
.post.template-two_column_feature img {
  display: block;
  height: auto;
  margin: 32px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .post.template-two_column_feature img {
    margin-right: -5.8910162%;
    width: 105.8910162%;
  }
}
.post.template-two_column_feature img.aligncenter {
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .post.template-two_column_feature img.alignleft {
    width: 41.12291351% !important;
    margin-right: 11.68437026%;
    clear: left;
    float: left;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .post.template-two_column_feature img.alignright {
    width: 41.12291351% !important;
    margin-left: 11.68437026%;
    clear: right;
    float: right;
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature img.alignright {
    width: 42.85714286% !important;
  }
}
.post.template-two_column_feature figure {
  margin: 32px 0;
  position: relative;
  width: auto !important;
}
@media (min-width: 1200px) {
  .post.template-two_column_feature figure {
    margin-right: -5.8910162%;
  }
}
@media (min-width: 768px) {
  .post.template-two_column_feature figure.alignnone .wp-caption-text {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 14px;
    line-height: 1.14285714;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
  }
}
.post.template-two_column_feature figure.aligncenter {
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .post.template-two_column_feature figure.alignleft {
    width: 41.12291351% !important;
    margin-right: 11.68437026%;
    clear: left;
    float: left;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .post.template-two_column_feature figure.alignright {
    width: 41.12291351% !important;
    margin-left: 11.68437026%;
    clear: right;
    float: right;
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature figure.alignright {
    width: 42.85714286% !important;
  }
}
.post.template-two_column_feature figure .wp-caption-text {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1.23076923;
  font-style: italic;
  padding: 16px 0 0;
}
.post.template-two_column_feature figure .wp-caption-text i,
.post.template-two_column_feature figure .wp-caption-text em,
.post.template-two_column_feature figure .wp-caption-text cite {
  font-style: normal;
}
.post.template-two_column_feature figure img {
  height: auto;
  margin: 0;
  width: 100%;
}
.post.template-two_column_feature .pullquote {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .pullquote--inset {
    width: 41.12291351%;
    margin-left: 11.68437026%;
    box-sizing: border-box;
    clear: right;
    float: right;
    margin-top: 0;
    padding-top: 4px;
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature .pullquote--inset {
    margin-right: -5.8910162%;
    width: 42.85714286%;
  }
}
.post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 32px;
  text-align: left;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top {
    top: 64px;
    bottom: auto;
    left: 100%;
    margin-top: 0;
    margin-left: -24px;
    transform: translateZ(0);
    width: 48px;
    z-index: 10;
  }
  .post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top.is-fixed {
    position: fixed;
  }
  .post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top.is-stuck {
    position: absolute;
    top: auto;
    left: 100% !important;
    bottom: 64px;
  }
}
.post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top a {
  padding-right: 6px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .addtoany_share_save_container.addtoany_content_top a {
    padding-right: 4px;
    padding-left: 4px;
  }
}
.post.template-two_column_feature .entry-section {
  font-size: 13px;
  line-height: 1.23076923;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post.template-two_column_feature .entry-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.post.template-two_column_feature .entry-content-sidebar {
  padding-right: 10.22727273%;
  padding-left: 6.73076923%;
  background: white;
  overflow: hidden;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content-sidebar {
    width: 20.45454545%;
    background: transparent;
    float: right;
    padding-top: 64px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
.post.template-two_column_feature .entry-content-sidebar:before {
  border-top: 1px solid #999999;
  content: " ";
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content-sidebar:before {
    display: none;
  }
}
.post.template-two_column_feature .country-map {
  display: block;
  margin: 16px 0;
  max-width: 300px;
  width: 100%;
}
.post.template-two_column_feature .post-cta {
  background-color: #cccccc;
  font-size: 14px;
  line-height: 1.14285714;
  margin: 32px auto;
  max-width: 360px;
  overflow: hidden;
  padding: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .post-cta {
    max-width: none;
    padding: 32px;
  }
}
.post.template-two_column_feature .post-cta *:first-child {
  margin-top: 0;
}
.post.template-two_column_feature .post-cta p:first-child {
  margin-bottom: 0;
}
.post.template-two_column_feature .post-cta h1,
.post.template-two_column_feature .post-cta h2,
.post.template-two_column_feature .post-cta h3,
.post.template-two_column_feature .post-cta h4 {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}
.post.template-two_column_feature .post-cta h1 {
  font-size: 22px;
  line-height: 1.18181818;
}
.post.template-two_column_feature .post-cta h2 {
  font-size: 20px;
  line-height: 1.2;
}
.post.template-two_column_feature .post-cta h3 {
  font-size: 16px;
  line-height: 1.25;
}
.post.template-two_column_feature .post-cta h4 {
  font-size: 14px;
  line-height: 1.42857143;
}
.post.template-two_column_feature .post-cta img {
  display: block;
  height: auto;
  margin: 16px 0;
  max-width: 100%;
  width: auto;
}
.post.template-two_column_feature .post-cta blockquote {
  font-size: inherit;
}
.post.template-two_column_feature .post-cta .gform_wrapper form {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.post.template-two_column_feature .post-cta-wrap {
  background-color: #ffffff;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0.25s;
}
body.is-resizing .post.template-two_column_feature .post-cta-wrap {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}
@media (min-width: 1200px) {
  .post.template-two_column_feature .post-cta-wrap {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
  }
}
.post.template-two_column_feature .post-cta-wrap.outside {
  padding-right: 10.22727273%;
  padding-left: 6.73076923%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.template-two_column_feature .post-cta-wrap.outside {
    width: 74.56293706%;
    clear: both;
  }
}
.post.template-two_column_feature .post-cta-wrap .post-cta {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .post-cta-wrap .post-cta {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature .post-cta-wrap .post-cta {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .post.template-two_column_feature .post-cta-wrap .post-cta p:first-child > img {
    float: left;
    margin: 0;
    margin-right: 16px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .post.template-two_column_feature .post-cta-wrap .post-cta p:first-child > img {
    float: none;
    margin-top: -16px;
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 24px;
    max-width: none;
    width: 100%;
    width: calc(100% + 32px);
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature .post-cta-wrap .post-cta p:first-child > img {
    margin-top: -24px;
    margin-right: -24px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}
.post.template-two_column_feature .post-cta-wrap .gform_wrapper input[type="text"],
.post.template-two_column_feature .post-cta-wrap .gform_wrapper input[type="email"],
.post.template-two_column_feature .post-cta-wrap .gform_wrapper input[type="search"],
.post.template-two_column_feature .post-cta-wrap .gform_wrapper textarea {
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .post-cta-wrap .gform_wrapper.wv-form-horizontal_wrapper .ginput_container,
  .post.template-two_column_feature .post-cta-wrap .gform_wrapper.wv-form-horizontal_wrapper .gform_footer {
    padding-right: 0;
    padding-left: 0;
    text-align: inherit;
  }
}
.post.template-two_column_feature .entry-content-footer + .entry-content-sidebar--cta {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-content .post-cta {
    margin-right: -4.12371134%;
  }
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content .post-cta {
    margin-right: -11.34020619%;
  }
}
@media (min-width: 1200px) {
  .post.template-two_column_feature .entry-content .post-cta {
    margin-right: -5.8910162%;
  }
}
.post.template-two_column_feature .entry-content .post-cta p:first-child > img {
  margin-top: -16px;
  margin-right: -16px;
  margin-left: -16px;
  max-width: none;
  width: 100%;
  width: calc(100% + 32px);
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-content .post-cta p:first-child > img {
    float: left;
    margin: 0;
    margin-right: 16px;
    width: 200px;
  }
}
.post.template-two_column_feature .entry-content-footer {
  padding-top: 0;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content-footer {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content-footer:before {
    border-top: 1px solid #999999;
    content: " ";
    display: block;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-content-footer .footer-meta {
    float: left;
    margin-right: 48px;
    margin-bottom: 0;
    max-width: 14em;
  }
}
.post.template-two_column_feature .entry-content-footer .footer-meta:last-child {
  margin-bottom: 0;
}
.post.template-two_column_feature .entry-content-sidebar--cta + .entry-content-footer {
  padding-top: 32px;
}
.post.template-two_column_feature .article-meta {
  margin-bottom: 32px;
}
.post.template-two_column_feature .article-meta .label {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1.45454545;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.post.template-two_column_feature .article-meta .meta {
  margin: 8px 0 0;
}
.post.template-two_column_feature .article-meta .meta a {
  border-bottom: 1px solid #6699cc;
  color: #00acca;
  display: inline-block;
}
.post.template-two_column_feature .article-meta .meta a:hover {
  border-bottom-color: transparent;
  color: #0c4972;
  text-decoration: none;
}
.post.template-two_column_feature .article-meta ul.meta {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.post.template-two_column_feature .article-meta ul.meta li {
  display: inline-block;
  margin-bottom: 8px;
}
.post.template-two_column_feature .article-meta ul.meta li:after {
  background-color: #999999;
  border-radius: 3px;
  content: " ";
  display: inline-block;
  margin: 0 0.5em;
  height: 6px;
  width: 6px;
  vertical-align: middle;
}
.post.template-two_column_feature .article-meta ul.meta li:last-child:after {
  display: none;
}
.post.template-two_column_feature .entry-related {
  clear: both;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-related {
    padding-top: 64px;
  }
}
.post.template-two_column_feature .entry-related .entry-related-row {
  border-top: 1px solid #999999;
  overflow: hidden;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-related .entry-related-row {
    padding-top: 64px;
  }
  @supports (display: flex) {
    .post.template-two_column_feature .entry-related .entry-related-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
}
@media (min-width: 992px) {
  @supports (display: flex) {
    .post.template-two_column_feature .entry-related .entry-related-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
  }
}
.post.template-two_column_feature .entry-related .entry-related-row + .entry-related-row {
  border-top: none;
  padding-top: 48px;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-related .entry-related-row + .entry-related-row {
    padding-top: 0;
  }
}
.post.template-two_column_feature .entry-related .entry-related-header,
.post.template-two_column_feature .entry-related .entry-related-post {
  background: white;
  box-sizing: border-box;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-related .entry-related-header,
  .post.template-two_column_feature .entry-related .entry-related-post {
    width: 32.16783217%;
    margin-right: 1.74825175%;
    margin-bottom: 1.74825175%;
    float: left;
  }
  @supports (display: flex) {
    .post.template-two_column_feature .entry-related .entry-related-header,
    .post.template-two_column_feature .entry-related .entry-related-post {
      float: none;
    }
  }
}
.post.template-two_column_feature .entry-related .entry-related-header {
  padding: 32px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-related .entry-related-header {
    min-height: 350px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post.template-two_column_feature .entry-related .entry-related-header {
    width: 100%;
  }
}
.post.template-two_column_feature .entry-related .entry-related-header h4 {
  color: #0c4972;
  margin: 0;
}
.post.template-two_column_feature .entry-related .entry-related-header a {
  border-bottom: 1px solid #6699cc;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-related .entry-related-header a {
    font-size: 16px;
  }
}
.post.template-two_column_feature .entry-related .entry-related-header a:hover {
  border-bottom: none;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-related .entry-related--header--center {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.post.template-two_column_feature .entry-related .category-icon,
.post.template-two_column_feature .entry-related .country-map {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  width: 200px;
}
.post.template-two_column_feature .entry-related .category-icon {
  width: 100px;
}
.post.template-two_column_feature .entry-related .entry-related-post {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-related .entry-related-post {
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post.template-two_column_feature .entry-related .entry-related-post {
    width: 49.12587413%;
    margin-right: 1.74825175%;
    float: left;
  }
  @supports (display: flex) {
    .post.template-two_column_feature .entry-related .entry-related-post {
      float: none;
    }
  }
}
.post.template-two_column_feature .entry-related .entry-related-post:nth-child(3n) {
  margin-right: 0;
}
.post.template-two_column_feature .entry-related .entry-related-post:hover {
  background: #00acca;
  background: linear-gradient(#07d7fd, #2d79ac);
}
.post.template-two_column_feature .entry-related .entry-related-post:hover .entry-related-title {
  color: white;
}
.post.template-two_column_feature .entry-related .entry-related-post:hover .entry-related-section {
  color: rgba(255, 255, 255, 0.8);
}
.post.template-two_column_feature .entry-related .entry-related-post .entry-related-thumbnail {
  margin: -12px -16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .post.template-two_column_feature .entry-related .entry-related-post .entry-related-thumbnail {
    margin: -24px -32px;
    margin-bottom: 24px;
  }
}
.post.template-two_column_feature .entry-related .entry-related-post .entry-related-thumbnail img {
  width: 100%;
  height: auto;
  margin: 0;
}
.post.template-two_column_feature .entry-related .entry-related-post .entry-related-section {
  color: #00acca;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45454545;
  letter-spacing: 0.125em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.post.template-two_column_feature .entry-related .entry-related-post .entry-related-title {
  font-weight: 400;
  margin: 0;
}
.post.template-two_column_feature .entry-related .entry-related-post.entry-related-post--no-thumb {
  padding-top: 48px;
  padding-bottom: 48px;
}
.post.template-two_column_feature .entry-related .entry-related-post.entry-related-post--no-thumb .entry-related-title {
  font-size: 26px;
  line-height: 1.38461538;
  font-weight: 700;
}
@media (min-width: 992px) {
  .post.template-two_column_feature .entry-related .entry-related-post.entry-related-post--no-thumb .entry-related-title {
    font-size: 34px;
    line-height: 1.29411765;
  }
}
@media (min-width: 992px) {
  .post-cta-wrap #gform_wrapper_17 form {
    display: block;
  }
}
.post-cta-wrap .btn-primary {
  padding-left: 12px;
  padding-right: 12px;
}
.error-404 .page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
}
@keyframes swinging {
  0% {
    transform: rotate(55deg);
  }
  10% {
    transform: rotate(-55deg);
  }
  20% {
    transform: rotate(55deg);
  }
  30% {
    transform: rotate(-65deg);
  }
  40% {
    transform: rotate(65deg);
  }
  50% {
    transform: rotate(-85deg);
  }
  60% {
    transform: rotate(85deg);
  }
  70% {
    transform: rotate(-410deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  90% {
    transform: rotate(-410deg);
  }
  100% {
    transform: rotate(-300deg);
  }
}
@keyframes swinging-head {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transform: rotate(-25deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(8deg);
  }
}
@keyframes swinging-body {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes swinging-legs {
  0% {
    transform: rotate(8deg);
  }
  10% {
    transform: rotate(-70deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-80deg);
  }
  40% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(-85deg);
  }
  60% {
    transform: rotate(16deg);
  }
  70% {
    transform: rotate(-88deg);
  }
  80% {
    transform: rotate(20deg);
  }
  90% {
    transform: rotate(-92deg);
  }
  100% {
    transform: rotate(24deg);
  }
}
@keyframes swinging-ponytail {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transform: rotate(-50deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(70deg);
  }
}
.error-404 #animated_swing .rectangle-background {
  margin-left: 300px;
  margin-top: 400px;
  z-index: 1;
}
.error-404 #animated_swing .full-animation {
  margin-left: 300px;
  margin-top: 400px;
  z-index: 5;
}
.error-404 #animated_swing .base {
  transition: transform 2s;
  -ms-transform-origin: 54px 1px;
      transform-origin: 54px 1px;
  animation: swinging 10s infinite;
}
.error-404 #animated_swing #head-full {
  -ms-transform-origin: 27px 116px;
      transform-origin: 27px 116px;
  animation: swinging-head 10s infinite;
}
.error-404 #animated_swing #legs {
  -ms-transform-origin: 88px 180px;
      transform-origin: 88px 180px;
  animation: swinging-legs 10s infinite;
}
.error-404 #animated_swing #ponytail {
  transition: transform 2s;
  -ms-transform-origin: 15px 96px;
      transform-origin: 15px 96px;
  animation: swinging-ponytail 10s infinite;
}
.error-404 #animated_swing #shadow {
  opacity: 0;
}
.error-404 .wrapper-404 {
  margin-left: 24px;
}
.error-404 .wrapper-404 form {
  margin-bottom: 15px;
}
.error-404 .wrapper-404 #search-form-1 input[type="text"] {
  width: 410px;
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.35);
  margin: 5px 15px 3px 0;
  border: 1px solid #ccc;
  padding-left: 5px;
  height: 35px;
}
@media screen and (max-width: 1199px) {
  .error-404 #animated_swing {
    width: 30vw;
    height: 29vw;
  }
}
@media screen and (max-width: 991px) {
  .error-404 .page-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .error-404 .wrapper-404 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .error-404 #animated_swing {
    width: 80vw;
    height: 78vw;
  }
  .error-404 .wrapper-404 #search-form-1 input[type="text"] {
    width: 100%;
  }
  .error-404 .wrapper-404 .btn-primary {
    margin-top: 6px;
  }
}
.wvus-ghf .wv-footer .div-title {
  font-weight: 500 !important;
}
.wvus-ghf .wv-footer.slim-footer {
  padding-top: 0;
}
.wvus-ghf .wv-footer-thriftiness__descriptors .slim-thrify-descriptor {
  font-weight: 500;
}
.wvus-ghf .wv-footer.slim-footer .wv-footer-accountability {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .wv-footer.slim-footer .wv-footer-thriftiness {
    border-bottom: 1px solid #0077b3;
  }
}
.wv-header-slim {
  padding-top: 24px;
}
.wv-header-slim #logo-box {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}
.wv-header-slim #slogan {
  margin-left: 24px;
}
.wv-header-slim #slogan p {
  margin-bottom: 0;
}
.vc_grid-item .vc_grid-filter {
  margin-bottom: 6px;
}
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name .vc_gitem-post-category-name {
  padding-right: 5px;
}
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item:active,
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item:hover {
  background-color: transparent;
}
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item .vc_gitem-link {
  font-size: 16px;
  color: #00acca;
}
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item .vc_gitem-link:active,
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item .vc_gitem-link:hover,
.vc_grid-item .vc_grid-filter > .vc_gitem-post-category-name.vc_grid-filter-item .vc_gitem-link:focus {
  color: #006661;
}
.btn,
.gform_button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.556;
}
.btn:hover,
.gform_button:hover {
  text-decoration: none !important;
}
.btn-text {
  background: transparent;
  border: none;
}
.btn-primary,
.gform_button {
  color: #ffffff;
  background-color: #ff6b00;
  border-color: #ff6b00;
  box-shadow: inset 0 -3px 0 0 #db5c00;
}
.btn-primary:focus,
.gform_button:focus,
.btn-primary.focus,
.gform_button.focus {
  color: #ffffff;
  background-color: #cc5600;
  border-color: #803600;
}
.btn-primary:hover,
.gform_button:hover {
  color: #ffffff;
  background-color: #db5c00;
  border-color: #db5c00;
}
.btn-primary:active,
.gform_button:active,
.btn-primary.active,
.gform_button.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.gform_button {
  color: #ffffff;
  background-color: #cc5600;
  border-color: #c25100;
}
.btn-primary:active:hover,
.gform_button:active:hover,
.btn-primary.active:hover,
.gform_button.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.gform_button:hover,
.btn-primary:active:focus,
.gform_button:active:focus,
.btn-primary.active:focus,
.gform_button.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.gform_button:focus,
.btn-primary:active.focus,
.gform_button:active.focus,
.btn-primary.active.focus,
.gform_button.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.gform_button.focus {
  color: #ffffff;
  background-color: #a84700;
  border-color: #803600;
}
.btn-primary:active,
.gform_button:active,
.btn-primary.active,
.gform_button.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.gform_button {
  background-image: none;
}
.btn-primary.disabled:hover,
.gform_button.disabled:hover,
.btn-primary[disabled]:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .gform_button:hover,
.btn-primary.disabled:focus,
.gform_button.disabled:focus,
.btn-primary[disabled]:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .gform_button:focus,
.btn-primary.disabled.focus,
.gform_button.disabled.focus,
.btn-primary[disabled].focus,
.gform_button[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .gform_button.focus {
  background-color: #ff6b00;
  border-color: #ff6b00;
}
.btn-primary .badge,
.gform_button .badge {
  color: #ff6b00;
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #00acca;
  border-color: #00acca;
  box-shadow: inset 0 -3px 0 0 #008ea6;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #008197;
  border-color: #003f4a;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #008ea6;
  border-color: #008ea6;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #008197;
  border-color: #00788d;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #ffffff;
  background-color: #006273;
  border-color: #003f4a;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #00acca;
  border-color: #00acca;
}
.btn-secondary .badge {
  color: #00acca;
  background-color: #ffffff;
}
.btn-text-orange {
  color: #ff6b00;
}
.btn-text-orange:focus,
.btn-text-orange.focus,
.btn-text-orange:hover,
.btn-text-orange:active {
  color: #cc5600;
}
.btn-text-blue {
  color: #00acca;
}
.btn-text-blue:focus,
.btn-text-blue.focus,
.btn-text-blue:hover,
.btn-text-blue:active {
  color: #006661;
}
.btn-text-white {
  color: #ffffff;
}
.btn-text-white:focus,
.btn-text-white.focus,
.btn-text-white:hover,
.btn-text-white:active {
  color: rgba(255, 255, 255, 0.7);
}
.btn-small {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.33333333;
  border-radius: 8px;
}
.btn-normal,
.gform_button {
  padding: 13px 23px;
  font-size: 16px;
  line-height: 1.556;
  border-radius: 8px;
}
.btn-large {
  padding: 15px 24px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 8px;
}
.btn-left {
  text-align: left;
}
.btn-center {
  text-align: center;
}
.btn-right {
  text-align: right;
}
.gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .gform_fields input,
.gform_wrapper .gform_fields select,
.gform_wrapper .gform_fields textarea {
  display: block;
  width: 100%;
  height: 53px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.556;
  color: #7d7d7d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox li {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_checkbox li label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.gform_wrapper ul.gfield_radio li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"],
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_checkbox li input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.gform_wrapper ul.gfield_radio li + .gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio li + .gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li + .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox li + .gform_wrapper ul.gfield_checkbox li {
  margin-top: -5px;
}
.gform_wrapper ul.gfield_radio li.disabled label,
fieldset[disabled] .gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_radio li.disabled label,
fieldset[disabled] .gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li.disabled label,
fieldset[disabled] .gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_checkbox li.disabled label,
fieldset[disabled] .gform_wrapper ul.gfield_checkbox li label {
  cursor: not-allowed;
}
.has-success .gform_wrapper ul.gfield_radio li,
.has-success.gform_wrapper ul.gfield_radio li label,
.has-success .gform_wrapper ul.gfield_radio li,
.has-success.gform_wrapper ul.gfield_radio li label,
.has-success .gform_wrapper ul.gfield_checkbox li,
.has-success.gform_wrapper ul.gfield_checkbox li label,
.has-success .gform_wrapper ul.gfield_checkbox li,
.has-success.gform_wrapper ul.gfield_checkbox li label {
  color: #46bb95;
}
.has-success .gform_wrapper ul.gfield_radio li,
.has-success.gform_wrapper ul.gfield_radio li label,
.has-success .gform_wrapper ul.gfield_radio li,
.has-success.gform_wrapper ul.gfield_radio li label,
.has-success .gform_wrapper ul.gfield_checkbox li,
.has-success.gform_wrapper ul.gfield_checkbox li label,
.has-success .gform_wrapper ul.gfield_checkbox li,
.has-success.gform_wrapper ul.gfield_checkbox li label {
  color: #46bb95;
}
.has-warning .gform_wrapper ul.gfield_radio li,
.has-warning.gform_wrapper ul.gfield_radio li label,
.has-warning .gform_wrapper ul.gfield_radio li,
.has-warning.gform_wrapper ul.gfield_radio li label,
.has-warning .gform_wrapper ul.gfield_checkbox li,
.has-warning.gform_wrapper ul.gfield_checkbox li label,
.has-warning .gform_wrapper ul.gfield_checkbox li,
.has-warning.gform_wrapper ul.gfield_checkbox li label {
  color: #fca12d;
}
.has-warning .gform_wrapper ul.gfield_radio li,
.has-warning.gform_wrapper ul.gfield_radio li label,
.has-warning .gform_wrapper ul.gfield_radio li,
.has-warning.gform_wrapper ul.gfield_radio li label,
.has-warning .gform_wrapper ul.gfield_checkbox li,
.has-warning.gform_wrapper ul.gfield_checkbox li label,
.has-warning .gform_wrapper ul.gfield_checkbox li,
.has-warning.gform_wrapper ul.gfield_checkbox li label {
  color: #fca12d;
}
.has-error .gform_wrapper ul.gfield_radio li,
.has-error.gform_wrapper ul.gfield_radio li label,
.has-error .gform_wrapper ul.gfield_radio li,
.has-error.gform_wrapper ul.gfield_radio li label,
.has-error .gform_wrapper ul.gfield_checkbox li,
.has-error.gform_wrapper ul.gfield_checkbox li label,
.has-error .gform_wrapper ul.gfield_checkbox li,
.has-error.gform_wrapper ul.gfield_checkbox li label {
  color: #e54f5e;
}
.has-error .gform_wrapper ul.gfield_radio li,
.has-error.gform_wrapper ul.gfield_radio li label,
.has-error .gform_wrapper ul.gfield_radio li,
.has-error.gform_wrapper ul.gfield_radio li label,
.has-error .gform_wrapper ul.gfield_checkbox li,
.has-error.gform_wrapper ul.gfield_checkbox li label,
.has-error .gform_wrapper ul.gfield_checkbox li,
.has-error.gform_wrapper ul.gfield_checkbox li label {
  color: #e54f5e;
}
@media (min-width: 768px) {
  .form-inline .gform_wrapper ul.gfield_radio li,
  .form-inline .gform_wrapper ul.gfield_radio li,
  .form-inline .gform_wrapper ul.gfield_checkbox li,
  .form-inline .gform_wrapper ul.gfield_checkbox li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .gform_wrapper ul.gfield_radio li label,
  .form-inline .gform_wrapper ul.gfield_radio li label,
  .form-inline .gform_wrapper ul.gfield_checkbox li label,
  .form-inline .gform_wrapper ul.gfield_checkbox li label {
    padding-left: 0;
  }
  .form-inline .gform_wrapper ul.gfield_radio li input[type="checkbox"],
  .form-inline .gform_wrapper ul.gfield_radio li input[type="radio"],
  .form-inline .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
  .form-inline .gform_wrapper ul.gfield_checkbox li input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
}
.form-horizontal .gform_wrapper ul.gfield_radio li,
.form-horizontal .gform_wrapper ul.gfield_radio li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .gform_wrapper ul.gfield_radio li,
.form-horizontal .gform_wrapper ul.gfield_radio li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li,
.form-horizontal .gform_wrapper ul.gfield_checkbox li {
  min-height: 31px;
}
.form-btn-ghost-white .gform_button {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.form-btn-ghost-orange .gform_button {
  color: #ff6b00;
  background-color: transparent;
  border-color: #ff6b00;
}
.gform_wrapper .hidden_label label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li label,
.gf-default-styling .gform_wrapper ul.gfield_checkbox li label {
  padding-left: 20px;
}
.gf-default-styling .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 6px 16px !important;
}
.gform_wrapper {
  max-width: 300px;
}
.gform_wrapper ul {
  list-style: none;
  padding-left: 0;
}
.gform_wrapper label {
  font-weight: 400;
}
.gform_wrapper .formgroup .ginput_container.ginput_complex > span > input {
  margin-bottom: 0px;
}
.gform_wrapper .formgroup .ginput_container.ginput_complex .ginput_full {
  display: block;
}
.gform_wrapper input[type="submit"] {
  width: 100%;
}
.gform_wrapper .ginput_complex > span,
.gform_wrapper .ginput_container:not(.ginput_complex),
.gform_wrapper .gform_footer {
  padding: 3px;
  display: block;
}
.gform_wrapper .gform_fields input,
.gform_wrapper .gform_fields select,
.gform_wrapper .gform_fields textarea {
  color: #333333;
  margin-bottom: 0px;
}
.gform_wrapper .gform_fields input[type="checkbox"],
.gform_wrapper .gform_fields input[type="radio"] {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  height: 20px;
}
.gform_wrapper .gform_fields textarea {
  height: auto;
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #00acca;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 172, 202, 0.6);
}
.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
  border-color: #00acca;
  border-width: 2px;
  box-shadow: none;
  outline: 0;
}
.gform_wrapper .ginput_container input::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.gform_wrapper .ginput_container input:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea:-ms-input-placeholder {
  color: #999;
}
.gform_wrapper .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}
.gform_wrapper .gfield {
  margin-bottom: 0;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
}
.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
  margin-top: auto;
  padding-left: 5px;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .gform_hidden {
  display: none;
}
.gform_wrapper .validation_error {
  display: none;
  color: #e54f5e;
  padding-bottom: 20px;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select {
  border-color: #e54f5e;
}
.gform_wrapper .gfield_error .validation_message {
  padding-bottom: 20px;
  text-align: center;
  color: #e54f5e;
}
.gform_wrapper .select2-container .select2-selection--single {
  height: 36px;
}
.gform_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
}
.gform_wrapper .select2-container--bootstrap .select2-selection {
  border-radius: 8px;
}
.wv-form-horizontal_wrapper.gform_wrapper {
  max-width: 960px;
}
.wv-form-horizontal_wrapper.gform_wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.wv-form-horizontal_wrapper.gform_wrapper .gform_body {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.wv-form-horizontal_wrapper.gform_wrapper .gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wv-form-horizontal_wrapper.gform_wrapper .gfield {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 0;
}
.wv-form-horizontal_wrapper.gform_wrapper .gform_fields {
  margin-bottom: 0;
}
.wv-form-horizontal_wrapper.gform_wrapper .gform_fields input,
.wv-form-horizontal_wrapper.gform_wrapper .gform_fields select,
.wv-form-horizontal_wrapper.gform_wrapper .gform_fields textarea {
  margin-bottom: 0;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container {
  margin-bottom: 6px;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container input {
  width: 100%;
  margin-bottom: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container.ginput_complex {
  display: -ms-flexbox;
  display: flex;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container.ginput_complex > span {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container.ginput_complex > span > input {
  margin-bottom: 0px;
}
.wv-form-horizontal_wrapper.gform_wrapper .validation_message {
  padding-bottom: 0;
}
.wv-form-horizontal_wrapper.gform_wrapper .ginput_container,
.wv-form-horizontal_wrapper.gform_wrapper .gform_footer {
  text-align: center;
}
.wv-form-horizontal_wrapper.gform_wrapper .gforms_confirmation_message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
.wv-form-horizontal_wrapper.gform_wrapper .gfield_error {
  font-size: 13px;
}
@media (min-width: 768px) {
  .wv-form-horizontal_wrapper.gform_wrapper .gform_footer input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wv-form-horizontal_wrapper.gform_wrapper {
    max-width: 100%;
  }
  .wv-form-horizontal_wrapper.gform_wrapper .ginput_container input,
  .wv-form-horizontal_wrapper.gform_wrapper .gform_body,
  .wv-form-horizontal_wrapper.gform_wrapper .gform_footer,
  .wv-form-horizontal_wrapper.gform_wrapper .gform_footer input {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 1199px) {
  .wv-form-horizontal-small_wrapper.gform_wrapper {
    max-width: 100%;
  }
  .wv-form-horizontal-small_wrapper.gform_wrapper .ginput_container input,
  .wv-form-horizontal-small_wrapper.gform_wrapper .gform_body,
  .wv-form-horizontal-small_wrapper.gform_wrapper .gform_footer input {
    width: 100%;
    max-width: 420px;
  }
  .wv-form-horizontal-small_wrapper.gform_wrapper .gform_footer {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .wv-form-horizontal-multifield_wrapper .gform_footer {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .wv-form-horizontal-singlefield_wrapper .gform_body {
    max-width: 350px;
  }
}
.wv-form-vertical-one-column .ginput_complex > span,
.wv-form-vertical-one-column .ginput_container:not(.ginput_complex),
.wv-form-vertical-one-column .gform_footer {
  padding: 9px;
  display: block;
}
.form-dark-background {
  color: #ffffff;
}
.form-dark-background .gform_confirmation_wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.form-centered .gform_wrapper,
.form-centered .wv-form_wrapper {
  margin-left: auto;
  margin-right: auto;
}
.form-fullwidth .gform_wrapper,
.form-fullwidth .wv-form_wrapper {
  max-width: initial;
}
@media (min-width: 768px) {
  .form-halfcontainerwidth .gform_wrapper,
  .form-halfcontainerwidth .wv-form_wrapper {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .form-threequarterwidth .gform_wrapper,
  .form-threequarterwidth .wv-form_wrapper {
    max-width: 70%;
  }
}
.form-btn-ghost-white .gform_button:focus,
.form-btn-ghost-white .gform_button.focus,
.form-btn-ghost-white .gform_button:hover,
.form-btn-ghost-white .gform_button:active {
  color: #ff6b00;
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-btn-ghost-orange .gform_button:focus,
.form-btn-ghost-orange .gform_button.focus,
.form-btn-ghost-orange .gform_button:hover,
.form-btn-ghost-orange .gform_button:active {
  color: #ffffff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}
.ui-datepicker select {
  color: #000000;
}
@media (max-width: 1199px) {
  .pum-container.popmake.theme-13963.size-custom.pum-position-fixed.fixed.custom-position,
  .pum-container.popmake.theme-13961.size-custom.pum-position-fixed.fixed.custom-position {
    top: initial !important;
    bottom: 0 !important;
    height: 160px !important;
    margin-bottom: 0 !important;
  }
}
.pum-container.popmake.theme-13963 button.pum-close.popmake-close,
.pum-container.popmake.theme-13961 button.pum-close.popmake-close {
  height: 30px;
  width: 34px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .pum-container.popmake.theme-13963,
  .pum-container.popmake.theme-13961 {
    display: none;
  }
}
@media (min-width: 768px) {
  .wv-popup-form .wpb_wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .wv-popup-form .wpb_wrapper {
    height: 80px;
  }
}
.wv-popup-form .gform_wrapper,
.wv-popup-form .wv-form-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .wv-popup-form .gform_wrapper,
  .wv-popup-form .wv-form-content-wrapper {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .wv-popup-form .gform_wrapper,
  .wv-popup-form .wv-form-content-wrapper {
    height: 90px;
  }
}
.wv-popup-form .gform_wrapper p,
.wv-popup-form .wv-form-content-wrapper p {
  margin-bottom: 10px;
}
.wv-popup-form .wpb_content_element {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .wv-popup-form .wpb_content_element p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .wv-popup-form .wpb_content_element {
    margin-bottom: 10px;
  }
}
.wv-form-icon--envelope {
  width: 60px;
  margin-top: -20px;
  height: auto;
}
@media (max-width: 767px) {
  .wv-form-icon--envelope {
    margin-top: -45px;
  }
}
@media (min-width: 768px) {
  .wv-form-icon--envelope {
    width: 100px;
    margin-top: -40px;
  }
}
.wv-form-icon-column .wpb_wrapper {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.wv-form-img-container {
  text-align: center;
  height: 20px;
}
@media (max-width: 767px) {
  .wv-form-img-container {
    text-align: left;
    height: 0;
  }
}
@media (min-width: 768px) {
  .wv-form-img-container {
    height: auto;
  }
}
.spinner--wv-star {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
}
.spinner--wv-star .double-bounce1,
.spinner--wv-star .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ff6b00;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner--wv-star .double-bounce2 {
  animation-delay: -1s;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/192462/cross-star-logo-no-border.svg");
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.gf-default-styling {
  /*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
http: //www.gravityforms.com
updated: May 01, 2018 10:46 AM US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
  /* mobile styles first ​*/
  /* date ​fields */
  /* time ​fields */
  /* fix for twentyfifteen theme table layout issue */
  /* save and continue dialog and form */
  /* adjusting the captcha margin for left or right label settings */
  /* rich text editor */
  /* do our best to restore styles for lists inside the HTML field */
  /* media queries - portrait mode tablet or desktop styles */
}
.gf-default-styling .gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}
.gf-default-styling .gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.gf-default-styling .gform_wrapper *,
.gf-default-styling .gform_wrapper *:before,
.gf-default-styling .gform_wrapper *:after {
  box-sizing: border-box !important;
}
.gf-default-styling .gform_wrapper h1,
.gf-default-styling .gform_wrapper h2,
.gf-default-styling .gform_wrapper h3 {
  font-weight: normal;
  border: none;
  background: none;
}
.gf-default-styling .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
.gf-default-styling .gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gf-default-styling .gform_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.gf-default-styling .gform_wrapper select {
  line-height: 1.5;
}
.gf-default-styling .gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.gf-default-styling .gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
.gf-default-styling html > body .entry ul,
.gf-default-styling .gform_wrapper ul {
  text-indent: 0;
}
.gf-default-styling .gform_wrapper li,
.gf-default-styling .gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
.gf-default-styling .gform_wrapper ul li.gfield {
  clear: both;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li,
.gf-default-styling .gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}
.gf-default-styling .gform_wrapper ul.gform_fields.right_label li.gfield,
.gf-default-styling .gform_wrapper form ul.gform_fields.right_label li.gfield,
.gf-default-styling .gform_wrapper ul.gform_fields.left_label li.gfield,
.gf-default-styling .gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}
.gf-default-styling .gform_wrapper ul.right_label li ul.gfield_radio li,
.gf-default-styling .gform_wrapper form ul.right_label li ul.gfield_radio li,
.gf-default-styling .gform_wrapper ul.left_label li ul.gfield_radio li,
.gf-default-styling .gform_wrapper form ul.left_label li ul.gfield_radio li,
.gf-default-styling .gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gf-default-styling .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gf-default-styling .gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gf-default-styling .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
.gf-default-styling .gform_wrapper ul li:before,
.gf-default-styling .gform_wrapper ul li:after,
.gf-default-styling .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gf-default-styling .gform_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.gf-default-styling .gform_wrapper select option {
  padding: 2px;
  display: block;
}
.gf-default-styling .gform_wrapper .inline {
  display: inline !important;
}
.gf-default-styling .gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gf-default-styling .gform_wrapper .clear-multi {
  display: -ms-flexbox;
  display: flex;
}
.gf-default-styling .gform_wrapper .gfield_date_day,
.gf-default-styling .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling .gform_wrapper .gfield_date_day,
.gf-default-styling .gform_wrapper .gfield_date_month,
.gf-default-styling .gform_wrapper .gfield_date_year {
  width: 33.333%;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gf-default-styling .gform_wrapper .gfield_date_day,
  .gf-default-styling .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gf-default-styling .gform_wrapper .gfield_date_year,
  .gf-default-styling .gform_wrapper .gfield_time_ampm {
    max-width: calc(4.5rem);
  }
}
.gf-default-styling .gform_wrapper .gfield_date_dropdown_month,
.gf-default-styling .gform_wrapper .gfield_date_dropdown_day,
.gf-default-styling .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  -ms-flex-direction: row;
      flex-direction: row;
}
.gf-default-styling .gform_wrapper .gfield_date_dropdown_month,
.gf-default-styling .gform_wrapper .gfield_date_dropdown_day,
.gf-default-styling .gform_wrapper .gfield_date_dropdown_year {
  margin-right: .5rem;
}
.gf-default-styling .gform_wrapper .gfield_date_month,
.gf-default-styling .gform_wrapper .gfield_date_day {
  width: 4rem;
  margin-right: .5rem;
}
.gf-default-styling .gform_wrapper .gfield_date_month input[type="number"],
.gf-default-styling .gform_wrapper .gfield_date_day input[type="number"] {
  width: calc(11rem) !important;
}
.gf-default-styling .gform_wrapper .gfield_date_year input[type="number"] {
  width: calc(12rem) !important;
}
.gf-default-styling .gform_wrapper .gfield_date_year {
  width: 5rem;
}
.gf-default-styling .gform_wrapper .gfield_date_month input,
.gf-default-styling .gform_wrapper .gfield_date_day input {
  width: calc(11rem);
}
.gf-default-styling .gform_wrapper .gfield_date_year input {
  width: 4rem;
}
.gf-default-styling .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gf-default-styling .gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}
.gf-default-styling .gform_wrapper .gfield_time_hour,
.gf-default-styling .gform_wrapper .gfield_time_minute,
.gf-default-styling .gform_wrapper .gfield_time_ampm {
  width: 33.333%;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gf-default-styling .gform_wrapper .gfield_time_hour,
  .gf-default-styling .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gf-default-styling .gform_wrapper .gfield_time_hour,
  .gf-default-styling .gform_wrapper .gfield_time_ampm {
    max-width: calc(4.5rem);
  }
  .gf-default-styling .gform_wrapper .gfield_time_hour {
    max-width: calc(4.5rem);
  }
}
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}
.gf-default-styling .gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gf-default-styling .gform_wrapper .gfield_time_minute {
  margin-right: .5rem;
}
.gf-default-styling .gform_wrapper .gfield_time_hour {
  margin-right: .25rem;
}
.gf-default-styling .gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling .gform_wrapper .gfield_time_ampm select {
  min-width: calc(27rem);
  width: calc(28rem);
}
.gf-default-styling .gform_wrapper .gfield_time_hour input,
.gf-default-styling .gform_wrapper .gfield_time_minute input {
  width: calc(11rem);
}
.gf-default-styling .gform_wrapper .gfield_time_hour input[type="number"],
.gf-default-styling .gform_wrapper .gfield_time_minute input[type="number"] {
  width: calc(11rem) !important;
}
.gf-default-styling .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gf-default-styling .gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.gf-default-styling .gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
.gf-default-styling .gform_wrapper .field_name_first,
.gf-default-styling .gform_wrapper .field_name_middle,
.gf-default-styling .gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gf-default-styling .gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gf-default-styling .gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gf-default-styling .gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gf-default-styling .gform_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gf-default-styling .gform_wrapper .ginput_complex .ginput_left input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gf-default-styling .gform_wrapper .ginput_complex .ginput_right input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
  width: 100%;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_right select,
.gf-default-styling .gform_wrapper .ginput_complex select {
  width: 100%;
}
.gf-default-styling .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li label,
.gf-default-styling .gform_wrapper ul.gfield_checkbox li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gf-default-styling .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 9px 0 1px 1px;
}
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}
.gf-default-styling .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gf-default-styling .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 1px 0 9px 1px;
}
.gf-default-styling .gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gf-default-styling .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}
.gf-default-styling body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
.gf-default-styling body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
.gf-default-styling body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 16px;
  margin-bottom: 0;
}
.gf-default-styling .gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gf-default-styling .gfield.right_label,
.gf-default-styling .gfield.left_label {
  padding-top: 10px;
}
.gf-default-styling .gform_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gf-default-styling .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf-default-styling .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
.gf-default-styling .gform_wrapper label.screen-reader-text,
.gf-default-styling .gform_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gf-default-styling .gform_wrapper input.small,
.gf-default-styling .gform_wrapper select.small,
.gf-default-styling .gform_wrapper input.medium,
.gf-default-styling .gform_wrapper select.medium,
.gf-default-styling .gform_wrapper input.large,
.gf-default-styling .gform_wrapper select.large,
.gf-default-styling .gform_wrapper input.large,
.gf-default-styling .gform_wrapper select.large {
  width: 100%;
}
.gf-default-styling .gform_wrapper input.datepicker_with_icon.small,
.gf-default-styling .gform_wrapper input.datepicker_with_icon.medium,
.gf-default-styling .gform_wrapper input.datepicker_with_icon.large {
  width: calc(76%);
}
.gf-default-styling .gform_wrapper .gfield_error input.small,
.gf-default-styling .gform_wrapper .gfield_error select.small,
.gf-default-styling .gform_wrapper .gfield_error input.medium,
.gf-default-styling .gform_wrapper .gfield_error select.medium,
.gf-default-styling .gform_wrapper .gfield_error input.large,
.gf-default-styling .gform_wrapper .gfield_error select.large,
.gf-default-styling .gform_wrapper .gfield_error input.large,
.gf-default-styling .gform_wrapper .gfield_error select.large {
  width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_error input.datepicker_with_icon.small,
.gf-default-styling .gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gf-default-styling .gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(68%);
}
.gf-default-styling .gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gf-default-styling .gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gf-default-styling .gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gf-default-styling .gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.gf-default-styling .gform_wrapper .gsection .gfield_label,
.gf-default-styling .gform_wrapper h2.gsection_title,
.gf-default-styling .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}
.gf-default-styling .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
.gf-default-styling .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gf-default-styling .gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(84%);
  margin-bottom: 16px;
}
.gf-default-styling .gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}
.gf-default-styling .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gf-default-styling .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}
.gf-default-styling .gform_wrapper .gfield_checkbox li,
.gf-default-styling .gform_wrapper .gfield_radio li {
  position: relative;
}
.gf-default-styling .gform_wrapper ul.gfield_checkbox,
.gf-default-styling .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gf-default-styling .gform_wrapper .gfield_checkbox li label,
.gf-default-styling .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gf-default-styling .gform_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gf-default-styling .gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gf-default-styling .gform_wrapper .gfield_checkbox li input[type=checkbox],
.gf-default-styling .gform_wrapper .gfield_radio li input[type=radio],
.gf-default-styling .gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gf-default-styling .gform_wrapper .description,
.gf-default-styling .gform_wrapper .gfield_description,
.gf-default-styling .gform_wrapper .gsection_description,
.gf-default-styling .gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gf-default-styling .gform_wrapper .description,
.gf-default-styling .gform_wrapper .gfield_description,
.gf-default-styling .gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gf-default-styling .gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gf-default-styling .gform_wrapper .field_sublabel_above .description,
.gf-default-styling .gform_wrapper .field_sublabel_above .gfield_description,
.gf-default-styling .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gf-default-styling .gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gf-default-styling .gform_wrapper .gfield_description {
  width: 100%;
}
.gf-default-styling .gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
.gf-default-styling .gfield_date_year + .gfield_description {
  padding: 0;
}
.gf-default-styling .gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error,
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(84%);
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
.gf-default-styling li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gf-default-styling .gform_wrapper .top_label .gfield_error {
  width: calc(98%);
}
.gf-default-styling .gform_wrapper .top_label .gfield_error input.large,
.gf-default-styling .gform_wrapper .top_label .gfield_error select.large,
.gf-default-styling .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gf-default-styling .gform_wrapper .right_label .gfield_error input.large,
.gf-default-styling .gform_wrapper .right_label .gfield_error select.large,
.gf-default-styling .gform_wrapper .right_label .gfield_error textarea.textarea,
.gf-default-styling .gform_wrapper .left_label .gfield_error input.large,
.gf-default-styling .gform_wrapper .left_label .gfield_error select.large,
.gf-default-styling .gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}
.gf-default-styling .gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 12px;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
.gf-default-styling .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gf-default-styling .gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gf-default-styling .gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gf-default-styling .gform_wrapper ol.validation_list li a {
  color: #790000;
}
.gf-default-styling .gform_wrapper ol.validation_list:after {
  content: "";
}
.gf-default-styling .gform_wrapper div#error {
  margin-bottom: 25px;
}
.gf-default-styling .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gf-default-styling .gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%;
}
.gf-default-styling .gform_wrapper li.gfield fieldset > * {
  width: auto;
}
.gf-default-styling .gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
.gf-default-styling div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gf-default-styling .gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.20;
  margin-bottom: 16px;
}
.gf-default-styling .gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gf-default-styling .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gf-default-styling .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gf-default-styling .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gf-default-styling .gform_wrapper li.gfield_error ul.gfield_checkbox,
.gf-default-styling .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gf-default-styling .gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.gf-default-styling .gform_wrapper .gform_footer input.button,
.gf-default-styling .gform_wrapper .gform_page_footer input.button,
.gf-default-styling .gform_wrapper .gform_footer input[type=submit],
.gf-default-styling .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
.gf-default-styling .gform_wrapper .gform_footer a.gform_save_link,
.gf-default-styling .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
.gf-default-styling .gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_left,
.gf-default-styling .gform_wrapper .ginput_complex .ginput_right,
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=text],
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=url],
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=email],
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=number],
.gf-default-styling .gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_checkbox li,
.gf-default-styling .gform_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gf-default-styling .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gf-default-styling .gchoice_select_all {
  font-weight: 700;
}
.gf-default-styling .gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling .gform_wrapper input[type=hidden],
.gf-default-styling .gform_wrapper input.gform_hidden,
.gf-default-styling .gform_wrapper .gform_hidden,
.gf-default-styling .gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gf-default-styling .gform_wrapper .gfield_visibility_hidden,
.gf-default-styling .gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gf-default-styling .gform_wrapper .ginput_full br,
.gf-default-styling .gform_wrapper .ginput_left br,
.gf-default-styling .gform_wrapper .ginput_right br {
  display: none !important;
}
.gf-default-styling .gform_wrapper ul.gfield_checkbox li,
.gf-default-styling .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gf-default-styling .gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
.gf-default-styling .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
.gf-default-styling .gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
.gf-default-styling .gform_wrapper li.gfield_html {
  max-width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
.gf-default-styling body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100%  !important;
}
.gf-default-styling .gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gf-default-styling .gform_validation_container,
.gf-default-styling .gform_wrapper .gform_validation_container,
.gf-default-styling body .gform_wrapper li.gform_validation_container,
.gf-default-styling body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
.gf-default-styling body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gf-default-styling .gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gf-default-styling .gform_wrapper .simple_captcha_small input {
  width: 64px;
}
.gf-default-styling .gform_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gf-default-styling .gform_wrapper .simple_captcha_large input {
  width: 128px;
}
.gf-default-styling .gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gf-default-styling .gform_wrapper .right_label .simple_captcha_small,
.gf-default-styling .gform_wrapper .left_label .simple_captcha_medium,
.gf-default-styling .gform_wrapper .right_label .simple_captcha_medium,
.gf-default-styling .gform_wrapper .left_label .simple_captcha_large,
.gf-default-styling .gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}
.gf-default-styling .gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gf-default-styling .gform_wrapper .math_small input {
  width: 70px;
}
.gf-default-styling .gform_wrapper .math_medium input {
  width: 510px;
}
.gf-default-styling .gform_wrapper .math_large input {
  width: 612px;
}
.gf-default-styling .gform_wrapper .left_label .math_small,
.gf-default-styling .gform_wrapper .right_label .math_small,
.gf-default-styling .gform_wrapper .left_label .math_medium,
.gf-default-styling .gform_wrapper .right_label .math_medium,
.gf-default-styling .gform_wrapper .left_label .math_large,
.gf-default-styling .gform_wrapper .right_label .math_large {
  margin-left: 32%;
}
.gf-default-styling .gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important;
}
.gf-default-styling .gform_wrapper div.charleft[style] {
  width: 92% !important;
}
.gf-default-styling .gform_wrapper .left_label div.charleft,
.gf-default-styling .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gf-default-styling .gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gf-default-styling .gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}
.gf-default-styling .gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gf-default-styling .gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf-default-styling .gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gf-default-styling .gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}
.gf-default-styling .gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gf-default-styling .gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gf-default-styling .gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gf-default-styling .gform_wrapper span.ginput_product_price {
  color: #900;
}
.gf-default-styling .gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gf-default-styling .gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}
.gf-default-styling .gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}
.gf-default-styling .gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
  clear: both;
}
.gf-default-styling .gform_wrapper .gform_page_footer.left_label,
.gf-default-styling .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gf-default-styling .gform_wrapper .gform_page_footer .button.gform_previous_button,
.gf-default-styling .gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling .gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gf-default-styling .gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.gf-default-styling .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}
.gf-default-styling .gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.gf-default-styling .gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: .813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.gf-default-styling .gform_wrapper .gf_progressbar:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.gf-default-styling .gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gf-default-styling .gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}
.gf-default-styling .gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gf-default-styling .gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}
.gf-default-styling .gform_wrapper .percentbar_gray {
  background-color: #7C7C7C ;
  color: #FFF;
}
.gf-default-styling .gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}
.gf-default-styling .gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}
.gf-default-styling .gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}
.gf-default-styling .gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}
.gf-default-styling .gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit;
}
.gf-default-styling .gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
.gf-default-styling .gform_wrapper .gf_step span.gf_step_number,
.gf-default-styling .gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gf-default-styling .gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.gf-default-styling .gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gf-default-styling .gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}
.gf-default-styling .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
.gf-default-styling .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gf-default-styling .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}
.gf-default-styling .gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}
.gf-default-styling .gform_wrapper .gfield_password_strength.short,
.gf-default-styling .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gf-default-styling .gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}
.gf-default-styling .gform_wrapper table.gfield_list,
.gf-default-styling .gform_wrapper table.gfield_list caption,
.gf-default-styling .gform_wrapper table.gfield_list tbody,
.gf-default-styling .gform_wrapper table.gfield_list tfoot,
.gf-default-styling .gform_wrapper table.gfield_list thead,
.gf-default-styling .gform_wrapper table.gfield_list tr,
.gf-default-styling .gform_wrapper table.gfield_list th,
.gf-default-styling .gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gf-default-styling .gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
.gf-default-styling .gform_wrapper table.gfield_list {
  table-layout: auto !important ;
}
.gf-default-styling .gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gf-default-styling .gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gf-default-styling .gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gf-default-styling .gform_wrapper table.gfield_list thead,
.gf-default-styling .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gf-default-styling .gform_wrapper table.gfield_list th,
.gf-default-styling .gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}
.gf-default-styling .gform_wrapper table.gfield_list th + th,
.gf-default-styling .gform_wrapper table.gfield_list td + td {
  padding: 0 0 0 16px;
}
.gf-default-styling .gform_wrapper .gfield_list {
  width: 100%;
}
.gf-default-styling .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gf-default-styling .gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}
.gf-default-styling .gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px  !important;
  box-sizing: border-box;
}
.gf-default-styling .gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gf-default-styling .gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}
.gf-default-styling .gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.gf-default-styling .gform_wrapper .chosen-container,
.gf-default-styling .gform_wrapper .chosen-container * {
  box-sizing: border-box;
}
.gf-default-styling .gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}
.gf-default-styling .gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.gf-default-styling .gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.gf-default-styling .gform_wrapper .chosen-container a {
  cursor: pointer;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gf-default-styling .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gf-default-styling .gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gf-default-styling .gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gf-default-styling .gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gf-default-styling .gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gf-default-styling .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gf-default-styling .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.gf-default-styling .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.gf-default-styling .gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gf-default-styling .gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.gf-default-styling .gform_wrapper .chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.gf-default-styling .gform_wrapper .chosen-rtl {
  text-align: right;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.gf-default-styling .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px;
}
.gf-default-styling .gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gf-default-styling .gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.gf-default-styling .gform_wrapper .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.gf-default-styling .gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.gf-default-styling .gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gf-default-styling .gform_wrapper .chosen-rtl .chosen-search input[type="text"],
  .gf-default-styling .gform_wrapper .chosen-container-single .chosen-single abbr,
  .gf-default-styling .gform_wrapper .chosen-container-single .chosen-single div b,
  .gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gf-default-styling .gform_wrapper .chosen-container .chosen-results-scroll-down span,
  .gf-default-styling .gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.gf-default-styling .gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.gf-default-styling .gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gf-default-styling .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;
}
.gf-default-styling .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;
}
.gf-default-styling .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px!important;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.gf-default-styling .gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}
.gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../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;
}
.gf-default-styling .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.gf-default-styling .gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gf-default-styling .gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gf-default-styling .gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
.gf-default-styling .gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}
.gf-default-styling .gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  border-radius: 2px;
}
.gf-default-styling .gform_wrapper .form_saved_message form {
  text-align: center;
}
.gf-default-styling .form_saved_message p.resume_form_link_wrapper {
  background-color: #ffffff;
  display: inline-block;
  padding: 1em;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
}
.gf-default-styling .form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
.gf-default-styling .form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
.gf-default-styling .form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
.gf-default-styling div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: .25em;
}
.gf-default-styling div.form_saved_message div.form_saved_message_emailform form input {
  margin: .75em auto 0 auto;
  display: inline-block;
}
.gf-default-styling div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(-0.25em) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: #ffffff;
  border: 1px solid #91afc7;
  color: #424242;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0px 0px 5px 0px #eeeeee;
}
.gf-default-styling div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: .75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  .gf-default-styling div.form_saved_message div.form_saved_message_emailform form input[type=email],
  .gf-default-styling div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.gf-default-styling .form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.gf-default-styling .form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
}
.gf-default-styling .form_saved_message_sent .saved_message_email,
.gf-default-styling .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
.gf-default-styling .form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
.gf-default-styling body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
.gf-default-styling body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}
.gf-default-styling body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gf-default-styling body .gform_wrapper img.add_list_item,
.gf-default-styling body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gf-default-styling .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
.gf-default-styling .gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
  width: 45.25%;
}
.gf-default-styling .gform_wrapper table.recaptchatable {
  table-layout: auto;
}
.gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}
.gf-default-styling .gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gf-default-styling .gfield .wp-switch-editor {
  border-color: #ddd;
}
.gf-default-styling .gfield .tmce-active .switch-tmce,
.gf-default-styling .gfield .html-active .switch-html {
  border-bottom-color: #f5f5f5;
}
.gf-default-styling .gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
.gf-default-styling body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
.gf-default-styling body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal!important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}
.gf-default-styling body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
.gf-default-styling body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
.gf-default-styling .gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
@media only screen and (max-width: 641px) {
  .gf-default-styling {
    /* make the inputs a little larger for mobile devices */
  }
  .gf-default-styling .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    line-height: 2;
    min-height: 2rem;
  }
  .gf-default-styling .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gf-default-styling .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gf-default-styling .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gf-default-styling .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gf-default-styling .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gf-default-styling .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gf-default-styling .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(90%);
    line-height: 2;
    float: none;
  }
  .gf-default-styling .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gf-default-styling .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(44%);
  }
  .gf-default-styling .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gf-default-styling .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gf-default-styling .gform_wrapper ul.gfield_radio li label,
  .gf-default-styling .gform_wrapper ul.gfield_checkbox li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gf-default-styling {
    /* force the list table to not behave like a table anymore */
  }
  .gf-default-styling .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gf-default-styling .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }
  .gf-default-styling .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  .gf-default-styling .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list th + th,
  .gf-default-styling .gform_wrapper table.gfield_list td + td {
    padding: 4px 0 0 0;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr.gfield_list_row_odd,
  .gf-default-styling .gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px 4px !important;
    background-color: #EEE;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gf-default-styling .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gf-default-styling .gform_wrapper .gform_footer a.gform_save_link,
  .gf-default-styling .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gf-default-styling .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(84%);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gf-default-styling {
    /* adjusting the name field so it aligns properly */
    /* a little better specificty to avoid problems with forms in widgets */
    /* tweak the sizes for validation and left/right label layouts */
    /* adjusting the address field alignment for some scenarios */
    /* force the CAPTCHA field over for right and left label layouts */
  }
  .gf-default-styling .gform_wrapper .gform_body {
    width: 100%;
  }
  .gf-default-styling .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(84%) !important;
  }
  .gf-default-styling .gform_wrapper .gfield_checkbox li,
  .gf-default-styling .gform_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .gf-default-styling .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gf-default-styling .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gf-default-styling .gform_wrapper .left_label .gfield_description,
  .gf-default-styling .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gf-default-styling .gform_wrapper ul.right_label li ul.gfield_radio li,
  .gf-default-styling .gform_wrapper form ul.right_label li ul.gfield_radio li,
  .gf-default-styling .gform_wrapper ul.left_label li ul.gfield_radio li,
  .gf-default-styling .gform_wrapper form ul.left_label li ul.gfield_radio li,
  .gf-default-styling .gform_wrapper ul.right_label li ul.gfield_checkbox li,
  .gf-default-styling .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gf-default-styling .gform_wrapper ul.left_label li ul.gfield_checkbox li,
  .gf-default-styling .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }
  .gf-default-styling .gform_wrapper .right_label .gfield_description,
  .gf-default-styling .gform_wrapper .left_label .gfield_description,
  .gf-default-styling .gform_wrapper .left_label .instruction,
  .gf-default-styling .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gf-default-styling .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gf-default-styling .gform_wrapper .right_label div.ginput_complex,
  .gf-default-styling .gform_wrapper .left_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gf-default-styling .gform_wrapper .right_label input.small,
  .gf-default-styling .gform_wrapper .right_label select.small,
  .gf-default-styling .gform_wrapper .left_label input.small,
  .gf-default-styling .gform_wrapper .left_label select.small {
    width: 15%;
  }
  .gf-default-styling .gform_wrapper .right_label input.medium,
  .gf-default-styling .gform_wrapper .right_label select.medium,
  .gf-default-styling .gform_wrapper .left_label input.medium,
  .gf-default-styling .gform_wrapper .left_label select.medium {
    width: calc(27%);
  }
  .gf-default-styling .gform_wrapper .right_label input.large,
  .gf-default-styling .gform_wrapper .right_label select.large,
  .gf-default-styling .gform_wrapper .left_label input.large,
  .gf-default-styling .gform_wrapper .left_label select.large {
    width: 70%;
  }
  .gf-default-styling .gform_wrapper .right_label textarea.small,
  .gf-default-styling .gform_wrapper .left_label textarea.small,
  .gf-default-styling .gform_wrapper .right_label textarea.medium,
  .gf-default-styling .gform_wrapper .left_label textarea.medium,
  .gf-default-styling .gform_wrapper .right_label textarea.large,
  .gf-default-styling .gform_wrapper .left_label textarea.large {
    width: 70%;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gf-default-styling .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gf-default-styling .gform_wrapper .left_label .gf_list_one_column,
  .gf-default-styling .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gf-default-styling .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gf-default-styling .gform_wrapper .left_label li.hidden_label input,
  .gf-default-styling .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gf-default-styling .gform_wrapper .left_label li.gfield .gfield_password_strength,
  .gf-default-styling .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gf-default-styling .gform_wrapper .top_label input.small,
  .gf-default-styling .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gf-default-styling .gform_wrapper .top_label input.medium,
  .gf-default-styling .gform_wrapper .top_label select.medium {
    width: calc(42%);
  }
  .gf-default-styling .gform_wrapper.gform_validation_error .top_label input.medium,
  .gf-default-styling .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gf-default-styling .gform_wrapper .top_label input.large,
  .gf-default-styling .gform_wrapper .top_label select.large,
  .gf-default-styling .gform_wrapper .hidden_label input.large,
  .gf-default-styling .gform_wrapper .hidden_label select.large {
    width: 100%;
  }
  .gf-default-styling .gform_wrapper .top_label input.small.datepicker,
  .gf-default-styling .gform_wrapper .top_label input.medium.datepicker,
  .gf-default-styling .gform_wrapper .top_label input.large.datepicker {
    width: auto;
  }
  .gf-default-styling .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gf-default-styling .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gf-default-styling .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_left,
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gf-default-styling .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .gf-default-styling .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left,
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gf-default-styling .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gf-default-styling .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gf-default-styling .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gf-default-styling .gform_wrapper .gform_footer input.button,
  .gf-default-styling .gform_wrapper .gform_footer input[type=submit],
  .gf-default-styling .gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gf-default-styling .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gf-default-styling .gform_wrapper .gform_footer a.gform_save_link,
  .gf-default-styling .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gf-default-styling .gform_wrapper .gform_footer input.button,
  .gf-default-styling .gform_wrapper .gform_page_footer input.button,
  .gf-default-styling .gform_wrapper .gform_footer input[type=submit],
  .gf-default-styling .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gf-default-styling .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gf-default-styling .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important ;
    margin-right: 8px;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important ;
    margin-right: -8px;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gf-default-styling .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gf-default-styling .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gf-default-styling .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }
  .gf-default-styling .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .gf-default-styling .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .gf-default-styling .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(115%);
  }
  .gf-default-styling .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(113%);
  }
  .gf-default-styling .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(114%);
  }
  .gf-default-styling ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  .gf-default-styling ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  .gf-default-styling ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(85%);
    margin-left: 29%;
  }
  .gf-default-styling ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
  .gf-default-styling ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
  .gf-default-styling ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(94%);
  }
  .gf-default-styling ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(83%);
    margin-left: 29%;
  }
  .gf-default-styling ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(84%);
    margin-left: 29%;
  }
  .gf-default-styling div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  .gf-default-styling div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  .gf-default-styling div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  .gf-default-styling div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  .gf-default-styling div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  .gf-default-styling div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  .gf-default-styling html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  .gf-default-styling html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  .gf-default-styling html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  .gf-default-styling html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0!important;
  }
  .gf-default-styling .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(115%);
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(86%);
    margin-left: 29%;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(87%);
  }
  .gf-default-styling li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(78%) !important;
  }
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gf-default-styling .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gf-default-styling .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
  .gf-default-styling .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gf-default-styling .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gf-default-styling .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  .gf-default-styling html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
  .gf-default-styling html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  .gf-default-styling html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    width: 70%;
    margin-left: 29%;
  }
  .gf-default-styling .gform_wrapper .gf_progressbar {
    width: calc(84%);
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  .gf-default-styling body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(42%);
    margin-right: 0;
  }
  .gf-default-styling .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gf-default-styling .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gf-default-styling .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gf-default-styling .gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
}
/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/datepicker/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}
