@charset "UTF-8";
/* dm-sans-regular - latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v11-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v11-latin-regular.woff") format("woff"), url("../fonts/dm-sans-v11-latin-regular.ttf") format("truetype"), url("../fonts/dm-sans-v11-latin-regular.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v11-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v11-latin-500.woff2") format("woff2"), url("../fonts/dm-sans-v11-latin-500.woff") format("woff"), url("../fonts/dm-sans-v11-latin-500.ttf") format("truetype"), url("../fonts/dm-sans-v11-latin-500.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v11-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans-v11-latin-700.woff2") format("woff2"), url("../fonts/dm-sans-v11-latin-700.woff") format("woff"), url("../fonts/dm-sans-v11-latin-700.ttf") format("truetype"), url("../fonts/dm-sans-v11-latin-700.svg#DMSans") format("svg"); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-300.woff2") format("woff2"), url("../fonts/lato-v23-latin-300.woff") format("woff"), url("../fonts/lato-v23-latin-300.ttf") format("truetype"), url("../fonts/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../fonts/lato-v23-latin-regular.woff") format("woff"), url("../fonts/lato-v23-latin-regular.ttf") format("truetype"), url("../fonts/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-700.woff2") format("woff2"), url("../fonts/lato-v23-latin-700.woff") format("woff"), url("../fonts/lato-v23-latin-700.ttf") format("truetype"), url("../fonts/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-900.woff2") format("woff2"), url("../fonts/lato-v23-latin-900.woff") format("woff"), url("../fonts/lato-v23-latin-900.ttf") format("truetype"), url("../fonts/lato-v23-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
:root {
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.blue-300 {
  background-color: #D6EEF8;
  color: #2882B1;
}

.orange-300 {
  background-color: #FFE2BD;
  color: #995804;
}

.yellow-300 {
  background-color: #F3EED2;
  color: #857833;
}

.green-300 {
  background-color: #DBF3E3;
  color: #258645;
}

.bg-blue-600 {
  background-color: #175169;
}

.bg-orange-600 {
  background-color: #F48C06;
}

.bg-yellow-600 {
  background-color: #857833;
}

.bg-green-600 {
  background-color: #258645;
}

.text-gray-blue-tint {
  color: #776C82;
}

.box-shadow {
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.12);
}
.box-shadow.large-shadow {
  box-shadow: 0px 4px 34px 0 rgba(0, 0, 0, 0.12);
}

ul.checklist {
  list-style: none;
}
ul.checklist li:before {
  content: "✓";
  margin-right: 5px;
}
ul.checklist h4, ul.checklist h5, ul.checklist h6 {
  display: inline;
}

header.site-header .header-inner {
  box-shadow: 0px 4px 25px 0px rgba(114, 114, 138, 0.25);
  background-color: #fff;
}
.avsec-sticky-header header.site-header .header-inner {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--global--admin-bar--height);
  height: auto;
  z-index: 999;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  header.site-header .account-nav {
    margin-left: auto;
  }
}
header.site-header .main-navigation {
  font-family: "DM Sans", -apple-system, "DM Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
@media (max-width: 991.98px) {
  header.site-header .main-navigation {
    order: 3;
  }
}
header.site-header .main-navigation .navbar-nav .nav-item {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
header.site-header .main-navigation .navbar-nav .nav-item.current-menu-item {
  font-weight: 700;
  border-bottom: 1px solid #2882B1;
}
header.site-header .main-navigation .navbar-nav .nav-item:hover {
  border-bottom: 1px solid #2882B1;
}
header.site-header .main-navigation .navbar-collapse {
  background-color: #2882B1;
}
@media (min-width: 992px) {
  header.site-header .main-navigation .navbar-collapse {
    background-color: inherit;
  }
}
header.site-header .main-navigation .navbar-nav .nav-item .nav-link {
  color: #fff;
}
@media (min-width: 992px) {
  header.site-header .main-navigation .navbar-nav .nav-item .nav-link {
    color: #3A3A3A;
  }
}
header.site-header .navbar-toggler {
  z-index: 999;
}
header.site-header .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.site-header .navbar-toggler.collapsed .fa-times {
  display: none;
}
header.site-header .navbar-toggler:not(.collapsed) {
  color: #fff;
}
header.site-header .navbar-toggler:not(.collapsed) .fa-bars {
  display: none;
}

.section.slice-blue {
  background-image: url(../images/section-slice-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 100%;
}
.section.blue-bg-skew:before {
  background-image: url(../images/dots-grey.svg);
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 141.01px;
  height: 311.46px;
  z-index: 0;
}
.section.blue-bg-skew:after {
  background-image: url(../images/dots-grey.svg);
  content: "";
  position: absolute;
  width: 141.01px;
  height: 311.46px;
  right: -81px;
  z-index: -1;
  top: 0%;
}
.section.blue-bg-skew .section-bg-skew {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #1D7598;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: skewY(353deg);
  /* transform: matrix(0.17, 0.98, 0.99, -0.16, 0, 0);*/
}
.section .right-dots-orange:after {
  background-image: url(../images/dots-orange.svg);
  content: "";
  position: absolute;
  width: 103px;
  height: 154px;
  right: -5%;
  bottom: -15%;
}
.section .image-wrapper.bg-orange:before {
  content: "";
  position: absolute;
  top: 7%;
  bottom: -6%;
  left: 10%;
  right: 0;
  background: rgba(244, 140, 6, 0.24);
  border-radius: 27px;
  transform: rotate(0.15deg);
  z-index: -1;
}
.section.page-section-divider-absolute-right.divider-dots:after {
  background-image: url(../images/divider-dots.svg);
  content: "";
  position: absolute;
  width: 208px;
  height: 285px;
  right: 0;
  top: -90px;
}
.section .avsec-section-pre-title {
  letter-spacing: 6px;
}
.section .section-title .section-title-divider {
  height: 4px;
  width: 84px;
  margin: 0 auto;
  margin-top: 25px;
}
.section .small-title-divider {
  height: 1px;
  width: 26px;
}
.section .section-title, .section > .section-subtitle, .section .container > .section-subtitle {
  text-align: center;
}
.section > .section-subtitle, .section .container > .section-subtitle {
  color: #1D7598;
}
.section > .section-subtitle.subtitle-small, .section .container > .section-subtitle.subtitle-small {
  width: 50%;
}
.section .meta {
  color: #2E526B;
  font-family: "Lato", -apple-system, "Lato", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-size: 18px;
}
.section .avsec-icon svg {
  width: 100%;
}

.section-header {
  /*.image-wrapper {
    z-index: 1;
    &:before {
      background-image: url(../images/dots-grey.svg);
      content: "";
      position: absolute;
      left: -89px;
      top: 0;
      width: 141.01px;
      height: 311.46px;
      z-index: -1;
    }
    &:after {
      background-image: url(../images/dots-blue.svg);
      content: "";
      position: absolute;
      width: 141.01px;
      height: 311.46px;
      z-index: -1;
      right: -11%;
      bottom: -16%;
    }
  }*/
}
.section-header.text-color-light .section-header-title {
  color: #fff;
}
.section-header.text-color-light .section-header-subtitle {
  color: #fff;
  opacity: 0.75;
}
.section-header.text-color-light .section-header-description {
  color: #CFCFCF;
}
.section-header.text-color-dark .section-header-subtitle {
  color: #616261;
}
.section-header.image-background .image-wrapper {
  display: inline-block;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .section-header.image-background .image-wrapper {
    position: absolute;
    right: 60px;
    top: 5rem;
  }
  .section-header {
    min-height: 850px;
  }
}
.section-header.image-background .image-wrapper:before {
  content: "";
  background-color: #2E526B;
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-header.image-background .image-wrapper:before {
    top: -20%;
  }
}
.section-header .section-header-title {
  font-weight: 800;
  font-size: 55px;
  line-height: 63px;
}
.section-header .section-header-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}
.section-header .section-header-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.section-feature-boxes-slide-down-info {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-feature-boxes-slide-down-info .row {
  /*  @include media-breakpoint-up(sm) {
      margin-left: -25px;
      margin-right: -25px;
    }*/
}
.section-feature-boxes-slide-down-info .avsec-feature-box:hover {
  cursor: pointer;
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
}
.section-feature-boxes-slide-down-info .avsec-feature-box:hover:after {
  content: "";
  height: 20px;
  background: #175169;
  position: absolute;
  bottom: -6px;
  width: 100%;
  left: 0;
  z-index: -14 !important;
  border-radius: 20px;
}
.section-feature-boxes-slide-down-info .avsec-feature-box:last-child {
  margin-right: 0 !important;
}
.section-feature-boxes-slide-down-info .section-feature-tooltip .tooltip-inner {
  width: 1500px;
  max-width: inherit;
  padding: 30px 30px;
  text-align: left;
  position: absolute;
  border-radius: 20px;
}
@media (max-width: 1499.98px) {
  .section-feature-boxes-slide-down-info .section-feature-tooltip .tooltip-inner {
    width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .section-feature-boxes-slide-down-info .section-feature-tooltip .tooltip-inner {
    width: 992px;
  }
}
@media (max-width: 767.98px) {
  .section-feature-boxes-slide-down-info .section-feature-tooltip .tooltip-inner {
    width: 576px;
  }
}
@media (max-width: 575.98px) {
  .section-feature-boxes-slide-down-info .section-feature-tooltip .tooltip-inner {
    width: 300px;
    transform: translate(calc(-50% - 20px), 0px);
    position: absolute;
    left: 0 !important;
  }
}

.section-features-road .container {
  z-index: 1;
}
.section-features-road .avsec-feature-road-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
}

.section-pricing .section-pricing-inner {
  padding: 78px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.section-pricing .section-pricing-inner .section-title {
  margin-bottom: 70px;
}
.section-pricing .section-pricing-inner .section-title a {
  padding: 12px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.2rem !important;
}
.section-pricing .section-pricing-inner .section-title .dropdown-toggle {
  white-space: pre-wrap;
}
.section-pricing .section-pricing-inner .section-title .dropdown-menu {
  padding: 20px;
  border: 1px solid #1D7598;
  margin-top: 20px !important;
  margin-left: 0% !important;
  width: 750px;
}
.section-pricing .section-pricing-inner .section-title .dropdown-menu li {
  cursor: pointer;
  margin-bottom: 10px;
}
.section-pricing .section-pricing-inner .section-title .dropdown-menu li:hover {
  color: #175169;
}
.section-pricing .section-pricing-inner .avsec-pricing-description li {
  margin-bottom: 10px;
}
.section-pricing .section-pricing-inner .avsec-pricing-cost {
  max-width: 400px;
}
.section-pricing .section-pricing-inner .meta {
  color: #5C6973;
}

.radio-toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.radio-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 35px;
  background: #F5F5F5;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 2px solid #175169;
}
.radio-toggle label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 30px;
  height: 29px;
  background: #175169;
  border-radius: 90px;
  transition: 0.3s;
}
.radio-toggle input:checked + label {
  background: #F5F5F5;
}
.radio-toggle input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.radio-toggle label:active:after {
  width: 130px;
}

.section-features-icon-columns {
  background-color: rgba(29, 117, 152, 0.8);
}
.section-features-icon-columns:before {
  content: "";
  background-image: url(../images/join-us-right-building.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 366px;
  height: 100%;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-features-icon-columns:after {
    content: "";
    background-image: url(../images/join-us-right-people.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 366px;
    height: 440px;
    background-repeat: no-repeat;
    display: block;
  }
}
.section-features-icon-columns .avsec-feature-column .avsec-icon {
  width: 70px;
  height: 70px;
}
.section-features-icon-columns .avsec-feature-column-title {
  height: 3.9rem;
}

.section-features-icon-columns-v2 .avsec-icon {
  width: 70px;
  height: 70px;
}

.section-features-icon-boxes .section-features-icon-row {
  max-width: 1060px;
}
.section-features-icon-boxes .section-features-icon-row .avsec-feature-box {
  max-width: 490px;
  margin-bottom: 5%;
}
.section-features-icon-boxes .section-features-icon-row .avsec-feature-box .avsec-icon {
  width: 55px;
}
.section-features-icon-boxes .section-features-icon-row .avsec-feature-box ul {
  margin: 0;
  padding-left: 24px;
}

.section-articles .avsec-article {
  border-radius: 16px;
}
.section-articles .avsec-article:last-child {
  margin-right: 0 !important;
}

.section-features-icon-numbered-columns .avsec-feature-numbered-column {
  max-width: 300px;
}
.section-features-icon-numbered-columns .avsec-feature-numbered-column .avsec-icon {
  margin-bottom: -93px;
}
.section-features-icon-numbered-columns .avsec-feature-numbered-column .avsec-feature-numbered-column-index {
  float: right;
  font-size: 204px;
  line-height: 170px;
  opacity: 0.05;
}

.section-articles-big-images .avsec-article-link {
  width: 24px;
  height: 24px;
}

.section-courses .section-subtitle {
  color: #64607D;
}
.section-courses .avsec-courses-features {
  color: #64607D;
}
.section-courses .avsec-courses-features .avsec-icon {
  width: 24px;
  height: 24px;
}
.section-courses .avsec-courses-avatar {
  min-width: 370px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 64px 194px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
}
.section-courses .avsec-courses-list {
  max-width: 342px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 64px 194px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
}
.section-courses .avsec-courses-list .avsec-icon {
  width: 50px;
  height: 50px;
}
.section-courses .avsec-courses-list .avsec-courses-badge {
  position: absolute;
  top: -42px;
  right: -42px;
}
@media (max-width: 991.98px) {
  .section-courses .avsec-courses-left {
    flex-wrap: wrap;
  }
  .section-courses .avsec-courses-left .avsec-courses-list {
    margin-top: 20px !important;
    margin-left: 0px !important;
  }
}

.section-features-alternate-bg .avsec-feature-alternate-content-image {
  display: none;
}
@media (min-width: 992px) {
  .section-features-alternate-bg .avsec-feature-alternate-content-image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90%;
  }
  .section-features-alternate-bg .avsec-feature-alternate-content-image img {
    height: 100%;
  }
}

.section-contact .avsec-icon {
  width: 35px;
}
.section-contact .avsec-contact-main-image {
  display: none;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .section-contact .avsec-contact-main-image {
    display: block;
  }
}
@media (min-width: 1500px) {
  .section-contact .avsec-contact-main-image img {
    max-height: 1650px;
  }
}
.section-contact .avsec-contact-bg {
  width: 100%;
  height: 560px;
  margin-top: -280px;
  margin-bottom: -40px;
}

.section-ps-title a.active {
  line-height: 70px;
  padding-bottom: 14px;
  border-bottom: 4px solid;
}

.section-ps-content-image-quote .content-image-quote {
  background: #175169;
  display: flex;
  align-items: center;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 40px;
  padding: 7% 5%;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .section-ps-content-image-quote .content-image-quote {
    position: absolute;
    top: -50px;
    right: 0;
    height: 70%;
    width: 37%;
  }
  .section-ps-content-image-quote .content-image-quote:before {
    content: "";
    background: #175169;
    position: absolute;
    width: 14%;
    height: 50px;
    left: -14%;
    top: 0;
  }
}

.section-ps-features-icon-columns .avsec-icon {
  width: 80px;
  height: 80px;
}

.section-ps-affiliate .avsec-ps-affiliate-cat:hover {
  background-color: #F48C06;
}
.section-ps-affiliate .avsec-icon {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
.section-ps-affiliate .avsec-icon svg path {
  fill: #fff;
}

.section-ps-features-icons-alternate-color .avsec-icon {
  width: 70px;
  height: 70px;
}

.gf-contact-form input, .gf-contact-form textarea, .gf-contact-form select, .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  background: #000;
  border: 1px solid rgba(245, 245, 245, 0.3);
  color: #fff;
}
.gf-contact-form label, .gform_wrapper label {
  opacity: 75%;
}
.gf-contact-form .gform_wrapper, .gform_wrapper .gform_wrapper {
  margin: 0;
}
.gf-contact-form .gform_title, .gform_wrapper .gform_title {
  font-size: 1rem !important;
  margin-bottom: 2rem !important;
  margin-top: 0;
  text-transform: uppercase;
}
.gf-contact-form .gform_validation_errors, .gform_wrapper .gform_validation_errors {
  border: none;
}
.gf-contact-form .gfield_error, .gform_wrapper .gfield_error {
  background: inherit !important;
  border: none !important;
}
.gf-contact-form .gfield_error .gfield_label, .gform_wrapper .gfield_error .gfield_label {
  color: inherit !important;
}

.footer-widgets {
  margin-top: 100px;
}
.footer-widgets ul li {
  margin-bottom: 5px;
}

.site-footer .footer-navigation .menu-item a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.site-footer .footer-navigation .menu-item.current-menu-item a, .site-footer .footer-navigation .menu-item:hover a {
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.aplus-v2 .aplus-standard .aplus-module-wrapper, .wc-tab .aplus-standard .aplus-module-wrapper {
  text-align: inherit;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.aplus-v2 .aplus-standard img, .wc-tab .aplus-standard img {
  vertical-align: top;
  max-width: 100%;
}
.aplus-v2 .aplus-standard .a-spacing-base, .aplus-v2 .aplus-standard .a-ws .a-ws-spacing-base, .wc-tab .aplus-standard .a-spacing-base, .wc-tab .aplus-standard .a-ws .a-ws-spacing-base {
  margin-bottom: 14px !important;
}
.aplus-v2 .aplus-standard .apm-sidemodule, .wc-tab .aplus-standard .apm-sidemodule {
  text-align: left;
  margin: 0 auto;
  width: 970px;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}
.aplus-v2 .aplus-standard .apm-sidemodule-imageleft, .wc-tab .aplus-standard .apm-sidemodule-imageleft {
  position: relative;
  float: left;
  display: block;
}
.aplus-v2 .aplus-standard .apm-fixed-width, .wc-tab .aplus-standard .apm-fixed-width {
  width: 969px;
}
.aplus-v2 .aplus-3p-fixed-width, .wc-tab .aplus-3p-fixed-width {
  width: 970px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 5px;
}

/*# sourceMappingURL=style.css.map */
