/* STRIPS PAGE OF ALL TEMPLATE STYLING */

.inner-wrap .mbt {
  max-width: 1200px;
  margin: 40px auto 0 auto;
}

.inner-wrap .container {
  width: 100% !important;
  padding: 0;
}
.inner-wrap .sectionBlock {
  border: none;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.inner-wrap .sectionContent {
  padding: 0;
}
.inner-wrap .clear {
  display: none;
}

/* MAIN STYLE */

.cms-mrkt html,
.cms-mrkt body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  line-height: 1.6em;
}
.cms-mrkt h1 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 700 !important;
}
.cms-mrkt h2 {
  font-weight: 700 !important;
  font-size: 32px;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.15em;
}
.cms-mrkt h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 700 !important;
  color: #2f3942;
  line-height: 1.45em;
}
.cms-mrkt h4 {
  font-weight: 700 !important;
  font-size: 16px;
  color: #575758;
  margin: 0 0 5px 0;
}
.cms-mrkt .content-wrapper p {
  color: #2f3942;
  font-size: 16px !important;
}
.cms-mrkt p {
  margin: 0 0 1.25em 0;
  line-height: 1.5em;
  color: #2f3942;
}
.cms-mrkt p:last-of-type {
  margin: 0;
}
.cms-mrkt .text-center {
  text-align: center;
}
.cms-mrkt a {
  font-weight: 700;
  color: #0d5db8;
  text-decoration: none;
  cursor: pointer;
}
.cms-mrkt a:hover {
  color: #3275dc;
}
.cms-mrkt strong {
  font-weight: 700;
}
.cms-mrkt .content-1 ul,
.cms-mrkt .content-1 ol {
  padding-left: 35px;
  font-size: 16px !important;
  margin-bottom: 1.5em;
  color: #4080e6;
}
.cms-mrkt .content-1 ul li,
.cms-mrkt .content-1 ol li {
  margin-bottom: 1em;
}
.cms-mrkt img {
  max-width: 100%;
}
.cms-mrkt img.float-left {
  margin: 0 20px 20px 0;
}
.cms-mrkt img.float-right {
  margin: 0 0 20px 20px;
  float: right;
}
.cms-mrkt img.center-content {
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
.cms-mrkt img.fill-container {
  width: 100% !important;
}
.cms-mrkt .content-wrapper {
  color: #2f3942;
}
.cms-mrkt .support-hero {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 350px;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  background-size: cover;
  background-position: top center;
  text-align: left;
}
.cms-mrkt .hero-text {
  margin: 120px 0 0 8%;
  line-height: 1;
}
.cms-mrkt .hero-text h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}
.cms-mrkt h2.hero-subtext {
  font-size: 22px;
  margin: 5px 0 20px 0 !important;
  color: #fff;
  font-weight: 500 !important;
  max-width: 60%;
}
.cms-mrkt .flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cms-mrkt .sidebar-nav-wrapper {
  float: left;
  width: 280px;
  background-color: #f3f5f7;
  color: #2f3942;
  box-sizing: border-box;
  padding: 40px 0 5px 0;
  margin-right: 40px;
}
.cms-mrkt .margin-20 {
  display: block;
  margin: 0 20px;
  width: 240px;
}
.cms-mrkt .sidebar-header-text {
  font-weight: 700;
  font-size: 18px;
  color: #545a63;
  text-align: left;
  line-height: 1.25em;
  margin-left: 20px;
}
.cms-mrkt .sub-nav-items {
  margin-top: 15px;
}
.cms-mrkt .sub-nav-items li {
  display: block;
  position: relative;
  background-color: #fff;
}
.cms-mrkt .sub-nav-items li::after {
  content: url(/images/nav_chevron.svg);
  float: right;
  position: absolute;
  top: 11px;
  right: 20px;
  display: inline-block;
  z-index: 2;
}
.cms-mrkt .sub-nav-items li:hover::after {
  content: url(/images/nav_chevron_active.svg);
}
.cms-mrkt .sub-nav-items li a {
  display: block;
  padding: 6px 20px 6px 20px;
  background-color: #f3f5f7;
  font-weight: 600;
  font-size: 14px;
  color: #2f3942;
  text-align: left;
  line-height: 24px;
  transition: color 0.25s ease-in-out;
}
.cms-mrkt .sub-nav-items li a:hover {
  color: #4080e6;
}
.cms-mrkt .sub-nav-items li.active-nav {
  display: block;
  position: relative;
  background-color: #fff;
  border-left: solid 4px #4080e6;
}
.cms-mrkt .sub-nav-items li.active-nav::after {
  content: url(/images/nav_chevron_active.svg);
  float: right;
  position: absolute;
  top: 11px;
  right: 20px;
  display: inline-block;
  z-index: 2;
}
.cms-mrkt .sub-nav-items li.active-nav a {
  color: #4080e6;
  background-color: #fff;
  padding: 6px 20px 6px 16px;
}
.cms-mrkt .sidebar-hr {
  display: block;
  margin: 15px auto 25px auto;
  padding: 0;
  border: none;
  height: 1px;
  width: 240px;
  background-color: #e2e5e8;
  box-sizing: border-box;
}
.cms-mrkt .sidebar-nav-banner {
  display: block;
  width: 240px;
  margin: 0 auto 25px auto;
}
.cms-mrkt .content-1 {
  display: table-cell;
  box-sizing: border-box;
  padding: 40px 40px 40px 0;
}
.cms-mrkt .faq-col:first-child {
  margin-bottom: 30px;
}
.cms-mrkt .full-width-section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 30px 0;
}
.cms-mrkt .float-left {
  float: left;
  margin: 10px 20px 10px 0;
}
.cms-mrkt .float-right {
  float: right;
  margin: 10px 0 10px 20px;
}
.cms-mrkt .float-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cms-mrkt .center-content {
  display: block;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms-mrkt .spacer {
  display: block;
  margin: 0 0 15px 0;
  clear: both;
}
.cms-mrkt .clearer {
  display: block;
  clear: both;
}
.cms-mrkt .sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.cms-mrkt .italic {
  font-style: italic;
}
.cms-mrkt p.spacer {
  margin-bottom: 35px;
}
.cms-mrkt .last {
  margin-bottom: 0;
}
.cms-mrkt .mobile-remove {
  display: block;
}
.cms-mrkt .mobile-display {
  display: none;
}
.cms-mrkt .round-corners {
  border-radius: 5px;
}
.cms-mrkt .padding {
  padding: 20px;
}
@media only screen and (max-width: 720px) {
  .cms-mrkt .page-hero {
    padding-top: 20px;
    min-height: 350px;
  }
  .cms-mrkt .page-hero h1 {
    line-height: 1.25em;
    font-size: 30px;
  }
  .cms-mrkt h2.hero-subtext {
    font-size: 18px;
  }
  .cms-mrkt .text-image {
    display: block;
    max-width: 100% !important;
  }
  .cms-mrkt .mobile-remove {
    display: none !important;
  }
  .cms-mrkt .mobile-display {
    display: block;
  }
  .cms-mrkt .latin-america-bg {
    background-image: none;
  }
  .cms-mrkt img.float-right {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .cms-mrkt .grid-row {
    margin: 40px 0;
  }
}
@supports (display: grid) {
  .cms-mrkt .content-1 ul,
  .cms-mrkt .content-1 ol {
    padding-left: 35px;
    font-size: 16px !important;
    margin-bottom: 1.5em;
    color: #4080e6;
  }
  .cms-mrkt .content-1 ul li,
  .cms-mrkt .content-1 ol li {
    margin-bottom: 1em;
  }
  .cms-mrkt .content-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    -ms-grid-columns: 280px 1fr;
    grid-template-rows: 350px 1fr;
    -ms-grid-rows: 350px 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    grid-template-areas: "hero hero" "sidebar-nav content-area";
    color: #2f3942;
  }
  .cms-mrkt .support-hero {
    grid-area: hero;
    background-position: top center;
    background-size: cover;
  }
  .cms-mrkt .hero-text {
    margin: 120px 0 0 8%;
  }
  .cms-mrkt .sidebar-nav-wrapper {
    grid-area: sidebar-nav;
    background-color: #f3f5f7;
    color: #2f3942;
    box-sizing: border-box;
    padding: 40px 0 20px 0;
  }
  .cms-mrkt .sidebar-header-text {
    font-weight: 700;
    font-size: 18px;
    color: #545a63;
    text-align: left;
    line-height: 1.25em;
    margin-left: 20px;
  }
  .cms-mrkt .sub-nav-items {
    margin-top: 15px;
  }
  .cms-mrkt .sub-nav-items li {
    display: block;
    position: relative;
    background-color: #fff;
  }
  .cms-mrkt .sub-nav-items li::after {
    content: url(/content/nav_chevron.svg);
    float: right;
    position: absolute;
    top: 8px;
    right: 20px;
    display: inline-block;
    z-index: 2;
  }
  .cms-mrkt .sub-nav-items li:hover::after {
    content: url(/content/nav_chevron_active.svg);
  }
  .cms-mrkt .sub-nav-items li a {
    display: block;
    padding: 6px 20px 6px 20px;
    background-color: #f3f5f7;
    font-weight: 600;
    font-size: 14px;
    color: #2f3942;
    text-align: left;
    line-height: 24px;
    transition: color 0.25s ease-in-out;
  }
  .cms-mrkt .sub-nav-items li a:hover {
    color: #4080e6;
  }
  .cms-mrkt .sub-nav-items li.active-nav {
    display: block;
    position: relative;
    background-color: #fff;
    border-left: solid 4px #4080e6;
  }
  .cms-mrkt .sub-nav-items li.active-nav::after {
    content: url(/content/nav_chevron_active.svg);
    float: right;
    position: absolute;
    top: 8px;
    right: 20px;
    display: inline-block;
    z-index: 2;
  }
  .cms-mrkt .sub-nav-items li.active-nav a {
    color: #4080e6;
    background-color: #fff;
    padding: 6px 20px 6px 16px;
  }
  .cms-mrkt .sidebar-hr {
    display: block;
    margin: 15px auto 25px auto;
    padding: 0;
    border: none;
    height: 1px;
    width: 240px;
    background-color: #e2e5e8;
    box-sizing: border-box;
  }
  .cms-mrkt .sidebar-nav-banner {
    display: block;
    width: 240px;
    margin: 0 auto 25px auto;
  }
  .cms-mrkt .content-1 {
    grid-area: content-area;
    box-sizing: border-box;
    padding: 40px 40px 40px 0;
  }
  @media only screen and (max-width: 720px) {
    .cms-mrkt .mobile-remove {
      display: none !important;
    }
    .cms-mrkt .mobile-display {
      display: block;
    }
    .cms-mrkt .content-wrapper {
      grid-template-columns: 2fr;
      grid-template-rows: auto;
      grid-column-gap: 10px;
      grid-row-gap: 0px;
      grid-template-areas: "hero" "sidebar-nav" "content-area";
      color: #2f3942;
    }
    .cms-mrkt .sidebar-nav-wrapper {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
      margin-right: 0;
      grid-row-start: 5;
      grid-row-end: 6;
    }
    .cms-mrkt .sidebar-hr {
      margin: 15px auto 25px auto;
      width: 100%;
    }
    .cms-mrkt .sidebar-nav-banner {
      display: block;
      width: 240px;
      margin: 0 auto 25px auto;
    }
    .cms-mrkt .margin-20 {
      display: none;
    }
    .cms-mrkt .content-1 {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-column-gap: 0px;
      grid-row-gap: 0;
      padding: 40px 20px;
      box-sizing: border-box;
    }
    .cms-mrkt .float-right {
      float: none;
      margin: 10px 0;
    }
  }
  @media only screen and (min-width: 1400px) {
    .cms-mrkt .content-1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 0;
    }
  }
}
