@charset "UTF-8";
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ----------------------------------------------------------------------
VARIABLES
------------------------------------------------------------------------- */
@font-face {
  font-family: 'PrimaryFont';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontBold';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  src: url("../fonts/Castoro/Castoro-Regular.ttf") format("truetype"); }
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #ebebed; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*  -------------------------------------------
    STANDARD
-----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  color: #232c36;
  font-family: "PrimaryFont", sans-serif; }

p {
  font-family: "PrimaryFont", sans-serif;
  color: #232c36;
  line-height: 150%; }

h1 {
  font-family: "SecondaryFont", serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.75em; }

h2 {
  font-family: "SecondaryFont", serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.75em; }

h2.ab-font-bold {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal; }

h3 {
  font-family: "SecondaryFont", serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.35em; }

h4 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.35em; }

h4.ab-font-not-bold {
  font-family: "PrimaryFont", sans-serif; }

h5 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  font-size: 1.25em; }

h6 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal; }

section {
  outline: none; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.5em; }

  h5 {
    font-size: 1.25em; } }
@media (min-width: 1280px) {
  h1 {
    font-size: 3.0em; }

  h2 {
    font-size: 2.75em; }

  h3 {
    font-size: 1.75em; }

  h4 {
    font-size: 1.75em; }

  h5 {
    font-size: 1.35em; } }
@media (min-width: 1366px) {
  h1 {
    font-size: 3.5em; }

  h2 {
    font-size: 2.75em; }

  h3 {
    font-size: 2.0em; }

  h4 {
    font-size: 2.0em; }

  h5 {
    font-size: 1.35em; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*:focus {
  outline: 0; }

a {
  color: #242d36;
  text-decoration: none;
  outline: none; }

a:link {
  outline: none; }

a:hover {
  color: #dd8a03; }

a:active {
  outline: none; }

a:visited {
  outline: none; }

.ab-clear {
  clear: both;
  outline: none; }

.ab-space {
  height: 20px;
  clear: both; }

.ab-space-extra {
  height: 50px;
  clear: both; }

.ab-txt-normal {
  font-weight: normal; }

.ab-txt-bold {
  font-weight: bold; }

.ab-txt-italic {
  font-style: italic; }

.ab-txt-underline {
  text-decoration: underline; }

.ab-txt-left {
  text-align: left; }

.ab-txt-right {
  text-align: right; }

.ab-txt-center {
  text-align: center; }

.ab-grid-vcenter {
  display: grid;
  align-items: center; }

.ab-flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.ab-box-center {
  margin: 0px auto; }

.ab-box-left {
  float: left; }

.ab-box-right {
  float: right; }

.ab-txt-light {
  font-weight: normal; }

.ab-font-light {
  font-weight: normal; }

.ab-font-normal {
  font-weight: normal; }

.ab-font-bold {
  font-weight: bold; }

.ab-txt-shadow {
  text-shadow: 0 0 10px #000; }

.ab-txt-light {
  font-weight: normal; }

.ab-txt-verysmall {
  font-size: 0.625em; }

.ab-txt-small {
  font-size: 0.725em; }

.ab-txt-medium {
  font-size: 0.85em; }

.ab-txt-big {
  font-size: 1.25em; }

.ab-txt-bigger {
  font-size: 1.55em;
  font-weight: bold; }

.ab-txt-bigger-normal {
  font-size: 1.55em;
  font-weight: normal; }

.ab-txt-verybig {
  font-size: 2.0em; }

.ab-txt-highlight {
  font-size: 1.125em;
  font-weight: bold; }

.ab-txt-color-primary {
  color: #dd8a03; }

.ab-txt-color-white {
  color: #fff; }

.ab-txt-color-black {
  color: #000; }

.ab-line-small {
  line-height: 110%; }

.ab-line-normal {
  line-height: normal; }

.ab-line-big {
  line-height: 150%; }

.ab-no-margin {
  margin: 0; }

.ab-no-margin-top {
  margin-top: 0px; }

.ab-margin-top-5 {
  margin-top: 5px; }

.ab-no-margin-bottom {
  margin-bottom: 0px; }

.ab-margin-bottom-5 {
  margin-bottom: 5px; }

.ab-no-padding {
  padding: 0; }

.ab-no-padding-top {
  padding-top: 0px; }

.ab-padding-top-big {
  padding-top: 25px; }

.ab-no-padding-bottom {
  padding-bottom: 0px; }

.ab-padding-top-50 {
  padding-top: 50px; }

.ab-padding-bottom-50 {
  padding-bottom: 50px; }

.ab-padding-left-50 {
  padding-left: 50px; }

.ab-padding-right-50 {
  padding-right: 50px; }

.ab-padding-75 {
  padding: 75px 0px; }

.ab-padding-50 {
  padding: 50px 0px; }

.ab-padding-20 {
  padding: 20px 0px; }

.ab-img-responsive {
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

a.ab-txt-color-white {
  color: #fff; }

a.ab-txt-color-white:hover.ab-txt-color-white {
  color: #fff; }

a.ab-txt-color-black {
  color: #000; }

a.ab-txt-color-black:hover {
  color: #000; }

.ab-fix-long-url {
  overflow-wrap: break-word;
  word-wrap: break-word; }

/*  -------------------------------------------
    TEXT SIZE
-----------------------------------------------*/
.ab-vtxt-nm {
  font-size: 1.0em; }

.ab-vtxt-lg {
  font-size: 1.15em; }

.ab-vtxt-smlg {
  font-size: 0.5em; }

.ab-vtxt-xlg {
  font-size: 1.15em; }

@media (min-width: 600px) {
  .ab-vtxt-smlg {
    font-size: 1.05em; } }
@media (min-width: 768px) {
  .ab-vtxt-nm {
    font-size: 1.05em; }

  .ab-vtxt-lg {
    font-size: 1.25em; }

  .ab-vtxt-smlg {
    font-size: 1.15em; }

  .ab-vtxt-xlg {
    font-size: 1.5em; } }
@media (min-width: 1024px) {
  .ab-vtxt-smlg {
    font-size: 1.25em; } }
@media (min-width: 1280px) {
  .ab-vtxt-nm {
    font-size: 1.15em; }

  .ab-vtxt-lg {
    font-size: 1.30em; }

  .ab-vtxt-smlg {
    font-size: 1.55em; }

  .ab-vtxt-xlg {
    font-size: 1.75em; } }
@media (min-width: 1500px) {
  .ab-vtxt-nm {
    font-size: 1.25em; }

  .ab-vtxt-lg {
    font-size: 1.55em; }

  .ab-vtxt-smlg {
    font-size: 1.75em; }

  .ab-vtxt-xlg {
    font-size: 2.0em; } }
/*  -------------------------------------------
    BACK TO TOP
-----------------------------------------------*/
.ab-top {
  display: inline-block;
  width: 40px;
  height: 41px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../graphics/ab-arrow-up-small.png) no-repeat top center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.ab-top.ab-is-visible, .ab-top.ab-fade-out, .no-touch .ab-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.ab-top.ab-is-visible {
  visibility: visible;
  opacity: 1;
  outline: none;
  border: 0; }

.ab-top.ab-fade-out {
  opacity: .5; }

.no-touch .ab-top:hover {
  opacity: 1;
  outline: none;
  border: 0; }

@media (min-width: 768px) {
  .ab-top {
    right: 20px;
    bottom: 20px; } }
@media (min-width: 1024px) {
  .ab-top {
    width: 80px;
    height: 81px;
    right: 30px;
    bottom: 30px;
    background: transparent url("../graphics/ab-arrow-up.png") no-repeat top center; } }
/*  -------------------------------------------
    mfp-with-anim
-----------------------------------------------*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.sm-clean {
  background: #eeeeee;
  border-radius: 5px; }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #555555;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; }
  .sm-clean a.current {
    color: #D23600; }
  .sm-clean a.disabled {
    color: #bbbbbb; }
  .sm-clean a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }
  .sm-clean a .sub-arrow::before {
    content: '+'; }
  .sm-clean a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
    border-radius: 5px 5px 0 0; }
  .sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 5px 5px; }
  .sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0; }
  .sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .sm-clean > li:first-child {
    border-top: 0; }
  .sm-clean ul {
    background: rgba(162, 162, 162, 0.1); }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
      font-size: 16px;
      border-left: 8px solid transparent; }
    .sm-clean ul ul a,
    .sm-clean ul ul a:hover,
    .sm-clean ul ul a:focus,
    .sm-clean ul ul a:active {
      border-left: 16px solid transparent; }
    .sm-clean ul ul ul a,
    .sm-clean ul ul ul a:hover,
    .sm-clean ul ul ul a:focus,
    .sm-clean ul ul ul a:active {
      border-left: 24px solid transparent; }
    .sm-clean ul ul ul ul a,
    .sm-clean ul ul ul ul a:hover,
    .sm-clean ul ul ul ul a:focus,
    .sm-clean ul ul ul ul a:active {
      border-left: 32px solid transparent; }
    .sm-clean ul ul ul ul ul a,
    .sm-clean ul ul ul ul ul a:hover,
    .sm-clean ul ul ul ul ul a:focus,
    .sm-clean ul ul ul ul ul a:active {
      border-left: 40px solid transparent; }

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em; }

  .sm-clean li {
    float: left; }

  .sm-clean.sm-rtl li {
    float: right; }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none; }

  .sm-clean a {
    white-space: nowrap; }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal; }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      padding: 12px 12px;
      color: #555555;
      border-radius: 0 !important; }
    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      color: #D23600; }
    .sm-clean a.current {
      color: #D23600; }
    .sm-clean a.disabled {
      color: #bbbbbb; }
    .sm-clean a.has-submenu {
      padding-right: 24px; }
    .sm-clean a .sub-arrow {
      top: 50%;
      margin-top: -2px;
      right: 12px;
      width: 0;
      height: 0;
      border-width: 4px;
      border-style: solid dashed dashed dashed;
      border-color: #555555 transparent transparent transparent;
      background: transparent;
      border-radius: 0; }
    .sm-clean a .sub-arrow::before {
      display: none; }
    .sm-clean li {
      border-top: 0; }
    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
      content: '';
      position: absolute;
      top: -18px;
      left: 30px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 9px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #bbbbbb transparent; }
    .sm-clean > li > ul::after {
      top: -16px;
      left: 31px;
      border-width: 8px;
      border-color: transparent transparent #fff transparent; }
    .sm-clean ul {
      border: 1px solid #bbbbbb;
      padding: 5px 0;
      background: #fff;
      border-radius: 5px !important;
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2); }
      .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #555555; }
      .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #D23600; }
      .sm-clean ul a.current {
        color: #D23600; }
      .sm-clean ul a.disabled {
        background: #fff;
        color: #cccccc; }
      .sm-clean ul a.has-submenu {
        padding-right: 20px; }
      .sm-clean ul a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555; }
    .sm-clean .scroll-up,
    .sm-clean .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #fff;
      height: 20px; }
      .sm-clean .scroll-up:hover,
      .sm-clean .scroll-down:hover {
        background: #eeeeee; }
    .sm-clean .scroll-up:hover .scroll-up-arrow {
      border-color: transparent transparent #D23600 transparent; }
    .sm-clean .scroll-down:hover .scroll-down-arrow {
      border-color: #D23600 transparent transparent transparent; }
    .sm-clean .scroll-up-arrow,
    .sm-clean .scroll-down-arrow {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -6px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 6px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #555555 transparent; }
    .sm-clean .scroll-down-arrow {
      top: 8px;
      border-style: solid dashed dashed dashed;
      border-color: #555555 transparent transparent transparent; }
    .sm-clean.sm-rtl a.has-submenu {
      padding-right: 12px;
      padding-left: 24px; }
    .sm-clean.sm-rtl a .sub-arrow {
      right: auto;
      left: 12px; }
    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
      padding: 10px 20px; }
    .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
      right: auto;
      left: 8px;
      border-style: dashed solid dashed dashed;
      border-color: transparent #555555 transparent transparent; }
    .sm-clean.sm-rtl > li > ul::before {
      left: auto;
      right: 30px; }
    .sm-clean.sm-rtl > li > ul::after {
      left: auto;
      right: 31px; }
    .sm-clean.sm-rtl ul a.has-submenu {
      padding: 10px 20px !important; }
    .sm-clean.sm-rtl ul a .sub-arrow {
      right: auto;
      left: 8px;
      border-style: dashed solid dashed dashed;
      border-color: transparent #555555 transparent transparent; }
    .sm-clean.sm-vertical {
      padding: 10px 0;
      border-radius: 5px; }
      .sm-clean.sm-vertical a {
        padding: 10px 20px; }
        .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
          background: #fff; }
        .sm-clean.sm-vertical a.disabled {
          background: #eeeeee; }
        .sm-clean.sm-vertical a .sub-arrow {
          right: 8px;
          top: 50%;
          margin-top: -5px;
          border-width: 5px;
          border-style: dashed dashed dashed solid;
          border-color: transparent transparent transparent #555555; }
      .sm-clean.sm-vertical > li > ul::before,
      .sm-clean.sm-vertical > li > ul::after {
        display: none; }
      .sm-clean.sm-vertical ul a {
        padding: 10px 20px; }
        .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
          background: #eeeeee; }
        .sm-clean.sm-vertical ul a.disabled {
          background: #fff; } }
@media (min-width: 768px) {
  .sm-clean {
    padding: 0;
    background: #fff;
    border-radius: 0 !important; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
      font-family: "SecondaryFont", serif;
      font-size: 0.85em; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      padding: 3px 0;
      margin: 0 12px;
      color: #232c36;
      border-radius: 0 !important;
      border-bottom: 5px #fff solid; }
    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      color: #232c36;
      border-bottom: 5px #dd8a03 solid; }
    .sm-clean a.current {
      color: #232c36; }
    .sm-clean a.has-submenu {
      padding-right: 0; }
    .sm-clean a .sub-arrow {
      top: unset;
      margin-top: 0;
      right: unset;
      width: 0;
      height: 0;
      border: 0;
      background: transparent;
      border-radius: 0; }
    .sm-clean a .sub-arrow::before {
      display: none; }
    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
      content: unset;
      position: unset;
      top: unset;
      left: unset;
      width: unset;
      height: unset;
      overflow: unset;
      border-width: unset;
      border-style: unset;
      border-color: unset; }
    .sm-clean > li > ul::after {
      top: unset;
      left: unset;
      border-width: unset;
      border-color: unset; }
    .sm-clean ul {
      border: unset;
      padding: 0;
      background: #f6f6f6;
      border-radius: 0 !important;
      box-shadow: unset; }
      .sm-clean ul li ul {
        background: #ebebed; }
        .sm-clean ul li ul a:hover, .sm-clean ul li ul a:focus, .sm-clean ul li ul a:active, .sm-clean ul li ul a.highlighted {
          background: #ebebed;
          color: #dd8a03; }
      .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #232c36;
        margin: 0;
        font-size: 0.85em; }
      .sm-clean ul a.has-submenu {
        padding-right: 20px; }
      .sm-clean ul a.has-submenu.highlighted {
        background: #1d252c;
        color: #fff; }
      .sm-clean ul a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #dd8a03; } }
@media (min-width: 1280px) {
  .sm-clean {
    padding: 0;
    background: #fff;
    border-radius: 0; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
      font-size: unset; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      margin: 0 15px; } }
.sm-clean a span.ab-fake-space, .sm-clean a:hover span.ab-fake-space, .sm-clean a:focus span.ab-fake-space, .sm-clean a:active span.ab-fake-space {
  display: inline-block;
  width: 5px; }
.sm-clean a span.ab-fake-line, .sm-clean a:hover span.ab-fake-line, .sm-clean a:focus span.ab-fake-line, .sm-clean a:active span.ab-fake-line {
  display: none; }

@media (min-width: 768px) {
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    text-align: center; }
    .sm-clean a span.ab-fake-space, .sm-clean a:hover span.ab-fake-space, .sm-clean a:focus span.ab-fake-space, .sm-clean a:active span.ab-fake-space {
      display: block;
      width: 0px; }
    .sm-clean a span.ab-fake-line, .sm-clean a:hover span.ab-fake-line, .sm-clean a:focus span.ab-fake-line, .sm-clean a:active span.ab-fake-line {
      display: block; }
  .sm-clean ul a {
    text-align: left; }
    .sm-clean ul a span.ab-fake-space {
      display: inline-block;
      width: 5px; }
  .sm-clean li.ab-not-for-768 {
    display: none; } }
@media (min-width: 1024px) {
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    text-align: left; }
    .sm-clean a span.ab-fake-space, .sm-clean a:hover span.ab-fake-space, .sm-clean a:focus span.ab-fake-space, .sm-clean a:active span.ab-fake-space {
      display: inline-block;
      width: 5px; }
    .sm-clean a span.ab-fake-line, .sm-clean a:hover span.ab-fake-line, .sm-clean a:focus span.ab-fake-line, .sm-clean a:active span.ab-fake-line {
      display: none; }
  .sm-clean li.ab-not-for-1024 {
    display: none; } }
/*  -------------------------------------------
HEADER:
-----------------------------------------------*/
header {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  header .ab-container {
    max-width: 1500px; }

#header-top-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f6f6f6; }
  #header-top-nav #header-top-nav-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: end; }

#header-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 132px 48px;
  justify-content: space-between; }
  #header-grid #header-grid-logo {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    #header-grid #header-grid-logo a {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 217px;
      height: 48px;
      outline: 0;
      border: 0;
      background: url("../graphics/logo-etfs.svg") top left no-repeat;
      background-size: cover;
      text-indent: -9999px; }
      #header-grid #header-grid-logo a h1 {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%; }
  #header-grid #header-grid-mobile {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    #header-grid #header-grid-mobile #ab-menu-button {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 48px;
      height: 48px;
      text-indent: -9999px;
      background: url("../graphics/ab-menu-button.png") top left no-repeat;
      background-size: cover; }
  #header-grid #header-grid-desktop {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    grid-area: 2 / 1 / 3 / 3; }
    #header-grid #header-grid-desktop #header-grid-nav {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 0; }
      #header-grid #header-grid-desktop #header-grid-nav #ab-main-menu {
        display: none;
        margin-top: 10px; }
    #header-grid #header-grid-desktop #header-grid-gs {
      display: none;
      box-sizing: border-box;
      margin: 0;
      padding: 0 0 10px 0; }

.ab-header-margin {
  box-sizing: border-box;
  height: 97px;
  width: 100%;
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  #header-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: flex-end; }
    #header-grid #header-grid-logo a {
      width: 217px;
      height: 48px; }
    #header-grid #header-grid-mobile {
      display: none; }
    #header-grid #header-grid-desktop {
      grid-area: unset;
      display: grid;
      grid-template-columns: auto auto;
      align-items: flex-end;
      justify-content: end; }
      #header-grid #header-grid-desktop #header-grid-nav {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0; }
        #header-grid #header-grid-desktop #header-grid-nav #ab-main-menu {
          display: block; }
      #header-grid #header-grid-desktop #header-grid-gs {
        display: block; }

  .ab-header-margin {
    height: 119px; } }
@media (min-width: 1024px) {
  #header-grid {
    padding: 20px 0; }
    #header-grid #header-grid-logo a {
      width: 272px;
      height: 60px; }
    #header-grid #header-grid-desktop {
      grid-area: unset;
      display: grid;
      grid-template-columns: auto auto;
      align-items: flex-end;
      justify-content: end; }
      #header-grid #header-grid-desktop #header-grid-gs {
        display: block; }

  .ab-header-margin {
    height: 129px; } }
@media (min-width: 1280px) {
  #header-grid #header-grid-desktop #header-grid-gs {
    padding: 0 0 10px 20px; } }
#ab-cover-video {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }
  #ab-cover-video video {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  #ab-cover-video .ab-bg-video {
    display: none; }
  #ab-cover-video .ab-bg-video-mobile {
    display: block; }
  #ab-cover-video .ab-cover-video-links {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 7%;
    opacity: 0;
    transition: all 0.5s ease; }
    #ab-cover-video .ab-cover-video-links .ab-cover-video-link-btn {
      box-sizing: border-box;
      margin: 0;
      padding: 7px 25px;
      background: transparent;
      text-align: center;
      font-family: "PrimaryFontBold", sans-serif;
      color: #dd8a03;
      font-weight: bold;
      font-size: 1.15em;
      border: 2px #dd8a03 solid; }
    #ab-cover-video .ab-cover-video-links .ab-cover-video-link-btn:hover {
      background: #1d252c;
      border: 1px #1d252c solid; }
  #ab-cover-video .ab-cover-video-link-show {
    position: absolute;
    bottom: 10%;
    opacity: 1;
    transition: all 0.5s ease; }

@media (min-width: 768px) {
  #ab-cover-video .ab-bg-video {
    display: block; }
  #ab-cover-video .ab-bg-video-mobile {
    display: none; }
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 15%; } }
@media (min-width: 1024px) {
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 20%; } }
@media (min-width: 1280px) {
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 20%; } }
/*  -------------------------------------------
    BANNERS
-----------------------------------------------*/
.ab-banner {
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-banner .ab-banner-shadow {
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center; }
    .ab-banner .ab-banner-shadow .ab-banner-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
    .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
      color: #dd8a03;
      text-shadow: 1px 1px 3px #000;
      font-size: 1.0em;
      font-weight: bold; }
    .ab-banner .ab-banner-shadow h2 {
      margin: 0;
      color: #fff;
      text-shadow: 1px 1px 3px #000; }
    .ab-banner .ab-banner-shadow .ab-banner-shadow-txt-sub {
      color: #fff;
      text-shadow: 1px 1px 3px #000;
      font-family: "SecondaryFont", serif;
      font-weight: normal;
      font-size: 1.15em; }

.ab-banner-00 {
  background: url("../graphics/banner-00.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-01 {
  background: url("../graphics/banner-01.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-02 {
  background: url("../graphics/banner-02.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-03 {
  background: url("../graphics/banner-03.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-04 {
  background: url("../graphics/banner-04.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-05 {
  background: url("../graphics/banner-05.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-06 {
  background: url("../graphics/banner-06.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-07 {
  background: url("../graphics/banner-07.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-08 {
  background: url("../graphics/banner-08.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-09 {
  background: url("../graphics/banner-09.jpg") center center no-repeat;
  background-size: cover; }

.ab-banner-10 {
  background: url("../graphics/banner-10.jpg") center center no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .ab-banner {
    height: 300px; }
    .ab-banner .ab-banner-shadow {
      width: 40%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: unset;
      bottom: 0; }
      .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
        font-size: 1.15em; } }
@media (min-width: 1024px) {
  .ab-banner {
    height: 350px; }
    .ab-banner .ab-banner-shadow {
      width: 33%;
      height: 100%; }
      .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
        font-size: 1.25em; } }
@media (min-width: 1280px) {
  .ab-banner {
    height: 500px; } }
/*  -------------------------------------------
SHADED SECTIONS 
-----------------------------------------------*/
.ab-sec-shade {
  padding: 0;
  margin: 0;
  color: #fff; }

.ab-sec-shade h1 {
  color: #fff;
  margin: 0; }

.ab-sec-shade h3 {
  color: #fff; }

.ab-sec-shade h2 {
  color: #fff; }

.ab-sec-shade p {
  color: #fff; }

.ab-sec-shade-left {
  padding: 25px 0px;
  margin: 0;
  color: #fff;
  background: transparent url("../graphics/ab-sec-shade-left.png") top left repeat-y;
  border: 0; }

.ab-sec-shade-right {
  padding: 25px 0px;
  margin: 0;
  color: #fff;
  background: transparent url("../graphics/ab-sec-shade-right.png") top right repeat-y;
  border: 0; }

.ab-sec-shade-light-left {
  padding: 25px 0px;
  margin: 0;
  color: #fff;
  background: transparent url("../graphics/ab-sec-shade-light-left.png") top left repeat-y;
  border: 0; }

.ab-sec-shade-light-right {
  padding: 25px 0px;
  margin: 0;
  color: #fff;
  background: transparent url("../graphics/ab-sec-shade-light-right.png") top right repeat-y;
  border: 0; }

.ab-sec-shade-padding-tall {
  padding: 50px 0px; }

.ab-sec-shade-left-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #fff; }

.ab-sec-shade-right-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #fff; }

@media (min-width: 768px) {
  .ab-sec-shade-left {
    padding: 50px 0px;
    margin: 0;
    color: #fff;
    background: transparent url("../graphics/ab-sec-shade-left.png") top center repeat-y;
    border: 0; }

  .ab-sec-shade-right {
    padding: 50px 0px;
    margin: 0;
    color: #fff;
    background: transparent url("../graphics/ab-sec-shade-right.png") top center repeat-y;
    border: 0; }

  .ab-sec-shade-light-left {
    padding: 50px 0px;
    margin: 0;
    color: #fff;
    background: transparent url("../graphics/ab-sec-shade-light-left.png") top center repeat-y;
    border: 0; }

  .ab-sec-shade-light-right {
    padding: 50px 0px;
    margin: 0;
    color: #fff;
    background: transparent url("../graphics/ab-sec-shade-light-right.png") top center repeat-y;
    border: 0; }

  .ab-sec-shade-height-450 {
    height: 450px; }

  .ab-sec-shade-padding-tall {
    padding: 75px 0px; }

  .ab-sec-shade-left-container {
    width: 50%;
    float: left;
    padding: 0 30px 0 0; }

  .ab-sec-shade-right-container {
    width: 50%;
    float: right;
    padding: 0 0 0 30px; } }
@media (min-width: 1024px) {
  .ab-sec-shade-padding-tall {
    padding: 100px 0px; }

  .ab-sec-shade-left-container {
    width: 50%;
    float: left;
    padding: 0 50px 0 0; }

  .ab-sec-shade-right-container {
    width: 50%;
    float: right;
    padding: 0 0 0 50px; } }
/*  -------------------------------------------
    PARALLAX SECTIONS
-----------------------------------------------*/
.ab-sec-parallax {
  box-sizing: border-box;
  padding: 50px 0px;
  margin: 0;
  color: #fff; }

.ab-sec-parallax h1 {
  color: #fff;
  margin: 0; }

.ab-sec-parallax h3 {
  color: #fff; }

.ab-sec-parallax h2 {
  color: #fff; }

.ab-sec-parallax p {
  color: #fff; }

.ab-sec-parallax-01 {
  min-height: 350px;
  background: transparent; }

.ab-sec-parallax-02 {
  min-height: 450px;
  background: transparent; }

.ab-sec-parallax-03 {
  min-height: 300px;
  background: transparent; }

.ab-sec-parallax-04 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-05 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-06 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-07 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-08 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-09 {
  min-height: 300px;
  background: transparent; }

.ab-sec-parallax-10 {
  min-height: 600px;
  background: transparent; }

.ab-sec-parallax-11 {
  min-height: 250px;
  background: transparent; }

.ab-sec-parallax-12 {
  min-height: 100px;
  background: transparent; }

.ab-sec-parallax-13 {
  min-height: 100px;
  background: transparent; }

.ab-sec-parallax-00-shaded {
  padding: 0;
  margin: 0;
  min-height: 450px;
  background: transparent; }

@media (min-width: 768px) {
  .ab-sec-parallax {
    padding: 75px 0px;
    margin: 0; }

  .ab-box-right-parallax {
    padding: 0 0 0 200px; } }
@media (min-width: 1024px) {
  .ab-box-right-parallax {
    padding: 0 0 0 400px; } }
/*  -------------------------------------------
FOOTER:
-----------------------------------------------*/
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #525860;
  color: #fff; }

#footer-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  border-bottom: 1px #fff solid; }
  #footer-grid #footer-grid-contact {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    #footer-grid #footer-grid-contact p {
      color: #fff; }
  #footer-grid #footer-grid-logo {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    #footer-grid #footer-grid-logo img {
      width: 200px;
      height: auto;
      outline: none;
      border: 0;
      padding: 0;
      margin: 0; }

#footer-legal {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0; }
  #footer-legal p {
    margin-top: 0;
    color: #fff;
    font-size: 0.815em;
    line-height: 125%;
    text-align: justify; }
  #footer-legal ol {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 0 12px; }

@media (min-width: 768px) {
  #footer-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 50px 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: flex-start; } }
/*  -------------------------------------------
    LAYOUT
-----------------------------------------------*/
.ab-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 10px; }

.ab-container-1500 {
  max-width: 1500px; }

.ab-container-2000 {
  max-width: 1500px; }

.ab-clear-small {
  clear: both; }

.ab-break {
  display: inline; }

.ab-break-small {
  display: inline; }

.ab-break-medium {
  display: inline; }

.ab-break-large {
  display: inline; }

.ab-small-only {
  display: block; }

.ab-small-medium {
  display: block; }

.ab-medium-only {
  display: none; }

.ab-large-only {
  display: none; }

.ab-medium-large {
  display: none; }

.ab-medium-large-inline {
  display: none; }

.ab-xlarge-only {
  display: none; }

.ab-col-2-medium-padding {
  padding: 0px 10px 0px 10px; }

@media (min-width: 500px) {
  .ab-break-small {
    display: block; } }
@media (min-width: 768px) {
  .ab-clear-small {
    clear: none; }

  .ab-break-medium {
    display: block; }

  .ab-small-only {
    display: none; }

  .ab-medium-only {
    display: block; }

  .ab-large-only {
    display: none; }

  .ab-medium-large {
    display: block; }

  .ab-medium-large-inline {
    display: inline; }

  .ab-col-2-medium-padding {
    padding: 0px 10px 0px 20px; } }
@media (min-width: 1024px) {
  .ab-container {
    padding: 0px 25px; }

  .ab-break {
    display: block; }

  .ab-small-only {
    display: none; }

  .ab-small-medium {
    display: none; }

  .ab-medium-only {
    display: none; }

  .ab-large-only {
    display: block; }

  .ab-medium-large {
    display: block; }

  .ab-col-2-medium-padding {
    padding: 0px 10px 0px 25px; } }
@media (min-width: 1280px) {
  .ab-container {
    padding: 0px 75px; }

  .ab-break-large {
    display: block; }

  .ab-xlarge-only {
    display: block; } }
/*  -------------------------------------------
SECTIONS
-----------------------------------------------*/
.ab-sec-normal {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: transparent;
  outline: none; }

.ab-sec-white {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #fff;
  outline: none; }

.ab-sec-lightgrey {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #f6f6f6;
  outline: none; }

.ab-sec-grey {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #ebebed;
  outline: none; }

.ab-sec-greymedium {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #e4e5e7;
  outline: none; }

.ab-sec-greydark {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #333a43;
  outline: none; }

.ab-sec-dark {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #232c36;
  outline: none; }

.ab-sec-darkgreen {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #124734;
  outline: none; }

.ab-sec-black {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #1d252c;
  outline: none; }

@media (min-width: 768px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 65%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto; } }
@media (min-width: 1024px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 70%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto; } }
@media (min-width: 1280px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 65%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto; }

  .ab-sec-width-55 {
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto; }

  .ab-sec-width-75 {
    box-sizing: border-box;
    width: 75%;
    margin: 0 auto; }

  .ab-sec-width-85 {
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto; }

  .ab-sec-width-100 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto; }

  .ab-sec-width-1000 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; } }
/*  -------------------------------------------
EXTRA PADDING
-----------------------------------------------*/
.ab-prj-extra-space-5 {
  height: 5px; }

.ab-prj-extra-space-10 {
  height: 10px; }

.ab-prj-extra-space-25 {
  height: 25px; }

.ab-prj-extra-space-35 {
  height: 35px; }

.ab-prj-extra-space-50 {
  height: 50px; }

.ab-prj-extra-space-75 {
  height: 75px; }

.ab-prj-extra-space-100 {
  height: 100px; }

.ab-prj-extra-space-125 {
  height: 125px; }

.ab-prj-extra-space-250 {
  height: 250px; }

.ab-prj-extra-space-500 {
  height: 500px; }

.ab-prj-extra-space-10-25-50 {
  height: 10px; }

.ab-prj-extra-space-25-50-75 {
  height: 25px; }

.ab-prj-extra-space-50-75-100 {
  height: 50px; }

.ab-prj-extra-space {
  height: 30px; }

.ab-prj-padding-extra-TB {
  padding: 25px 0 25px 0; }

.ab-prj-padding-extra-TB-sm {
  padding: 15px 0 15px 0; }

.ab-prj-padding-top {
  padding-top: 0px; }

.ab-prj-padding-bottom {
  padding-bottom: 0px; }

.ab-prj-padding-left {
  padding-left: 0px; }

.ab-prj-padding-right {
  padding-right: 0px; }

@media (min-width: 768px) {
  .ab-prj-extra-space-10-25-50 {
    height: 25px; }

  .ab-prj-extra-space-25-50-75 {
    height: 50px; }

  .ab-prj-extra-space-50-75-100 {
    height: 75px; }

  .ab-prj-padding-extra-TB {
    padding: 50px 0 50px 0; }

  .ab-prj-padding-extra-TB-sm {
    padding: 25px 0 25px 0; }

  .ab-prj-padding-top {
    padding-top: 25px; }

  .ab-prj-padding-bottom {
    padding-bottom: 25px; }

  .ab-prj-padding-left {
    padding-left: 25px; }

  .ab-prj-padding-right {
    padding-right: 25px; } }
@media (min-width: 1024px) {
  .ab-prj-extra-space-10-25-50 {
    height: 50px; }

  .ab-prj-extra-space-25-50-75 {
    height: 75px; }

  .ab-prj-extra-space-50-75-100 {
    height: 100px; }

  .ab-prj-padding-extra-TB {
    padding: 75px 0 75px 0; }

  .ab-prj-padding-extra-TB-sm {
    padding: 35px 0 35px 0; }

  .ab-prj-padding-top {
    padding-top: 50px; }

  .ab-prj-padding-bottom {
    padding-bottom: 50px; }

  .ab-prj-padding-left {
    padding-left: 50px; }

  .ab-prj-padding-right {
    padding-right: 50px; } }
/*  -------------------------------------------
    TEXT, EMAIL, PASSWORD, SUBMIT, TEXTAREA
-----------------------------------------------*/
@supports (-moz-appearance: none) {
  select {
    -moz-appearance: none !important;
    background: #fff url("data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==") right center no-repeat !important;
    background-position: calc(100% - 5px) center !important; } }
form {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  width: 100%; }

::placeholder {
  color: #ccc; }

input[type="text"], input[type="email"], input[type="password"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled {
  background: transparent;
  padding: 0;
  border: 0; }

input[type="text"]:disabled::placeholder, input[type="email"]:disabled::placeholder, input[type="password"]:disabled::placeholder {
  color: transparent; }

input[type="date"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

input[type="file"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

input[type="file"]:hover, input[type="file"]:focus {
  border: 1px #0095cc solid; }

textarea {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 125px;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

textarea.ab-textarea-small {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 65px;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  box-sizing: border-box;
  padding: 12px 25px;
  margin: 25px 0 0 0;
  color: #fff;
  border: 0;
  border-radius: 5px; }

select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 0;
  outline: none;
  border: 1px #f0f0f0 solid;
  border-radius: 5px; }

/*  -------------------------------------------
    PROJECT INLINE CSS SECURITY FIX
-----------------------------------------------*/
.ab-sfix-unset-width {
  width: unset !important; }

.ab-sfix-width-100 {
  width: 100% !important; }

.ab-sfix-width-200px {
  width: 200px !important; }

.ab-sfix-display-block {
  display: block !important; }

.ab-sec-normal-sfix-padding-0 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  background: transparent;
  outline: none; }

.ab-sec-grey-sfix-padding-0 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  background: #ebebed;
  outline: none; }

.ab-sec-greydark-sfix-padding-0 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  background: #333a43;
  outline: none; }

.ab-sec-dark-sfix-padding-0 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  background: #232c36;
  outline: none; }

.ab-sec-black-sfix-padding-0 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  background: #1d252c;
  outline: none; }

.ab-sec-grey-sfix-sec-etf-based-solutions {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #ebebed;
  outline: none;
  position: relative;
  padding: 0;
  margin-top: -15px; }

h2.ab-sec-heading-sfix-sec-etf-based-solutions {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  border-left: 2px #dd8a03 solid;
  margin: 0 0 10px 0; }

.ab-btn-white-big-sfix {
  width: 300px;
  margin: 10px auto;
  text-align: center; }

.ab-btn-white-big-sfix:hover {
  width: 300px;
  margin: 10px auto;
  text-align: center; }

.ab-prj-link-btn-sfix {
  width: 200px;
  padding: 10px;
  margin-top: 20px !important; }

.ab-prj-link-btn-sfix:hover {
  width: 200px;
  padding: 10px;
  margin-top: 20px !important; }

.ab-sfix-width-100-max-width-400 {
  width: 100%;
  max-width: 400px; }

.ab-sfix-zecp-tagline {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto; }

/*  -------------------------------------------
    PROJECT 
-----------------------------------------------*/
.ab-not-for-mobile {
  display: none; }

h2.ab-sec-heading {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  border-left: 2px #dd8a03 solid; }

.ab-sec-heading-minor {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  color: #dd8a03;
  font-family: "PrimaryFontBold", sans-serif; }

.ab-txt-color-A {
  color: #dd8a03; }

.ab-txt-semibold {
  font-family: "PrimaryFontBold", sans-serif; }

.ab-txt-secondary-font {
  font-family: "SecondaryFont", serif; }

.ab-prj-width-800 {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0; }

.ab-prj-width-900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0; }

.ab-prj-width-1000 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0; }

.ab-quote-box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #154733;
  font-style: italic; }
  .ab-quote-box .ab-quote-box-author {
    text-align: right; }

.ab-prj-two-columns {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-prj-two-columns li {
    box-sizing: border-box;
    margin: 0 0 35px 0;
    padding: 0; }

.ab-R-Box {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none; }

.ab-R-Box-current {
  display: block; }

.ab-prj-2col-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-prj-23col-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-dark-btn-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-dark-btn-list li {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #242d36; }
    .ab-dark-btn-list li a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 20px 0 0;
      color: #fff;
      background: transparent url("../graphics/logo-icon-orange.png") center right no-repeat;
      background-size: 15px 16px;
      font-size: 1.25em;
      font-family: "PrimaryFontBold", sans-serif;
      font-weight: normal; }
  .ab-dark-btn-list li:hover a {
    color: #dd8a03; }

.ab-prj-bearish-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-prj-bearish {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  margin: 0; }
  .ab-prj-bearish img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0; }

.ab-prj-link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  background: transparent;
  text-align: center;
  font-family: "PrimaryFontBold", sans-serif;
  color: #dd8a03;
  border: 2px #dd8a03 solid;
  font-size: 1.15em; }

.ab-prj-link-btn:hover {
  background: #dd8a03;
  color: #fff; }

@media (min-width: 768px) {
  .ab-not-for-mobile {
    display: inline; }

  .ab-prj-two-columns {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between; }

  .ab-prj-2col-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between; }

  .ab-prj-bearish-grid {
    display: grid;
    grid-template-columns: 60% 30%; } }
@media (min-width: 1024px) {
  .ab-prj-23col-grid {
    display: grid;
    grid-template-columns: 30% 60%;
    justify-content: space-between; } }
/*  -------------------------------------------
    POPUP: CONTACT
-----------------------------------------------*/
#ab-contact-popup {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
  color: #232c36;
  width: 100%;
  max-width: 400px;
  margin: 5px auto; }

/*  -------------------------------------------
    POPUP: SEARCH
-----------------------------------------------*/
#ab-search-popup {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  background: #525860;
  color: #232c36;
  width: 100%;
  max-width: 400px;
  margin: 5px auto; }

.ab-search-popup-box form.ab-search-form {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-search-popup-box form.ab-search-form input[type="text"] {
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 10px 0;
    width: 100%;
    background: #fbfbfc;
    border: 0;
    border-radius: 2px; }
  .ab-search-popup-box form.ab-search-form input[type="submit"] {
    display: grid;
    box-sizing: border-box;
    width: 150px;
    margin: 0;
    padding: 7px 15px;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
    background: #dd8a03;
    font-family: "PrimaryFontBold", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 1.15em;
    text-align: center;
    border: 2px #dd8a03 solid;
    border-radius: 2px; }
  .ab-search-popup-box form.ab-search-form input[type="submit"]:hover {
    background: #1d252c;
    color: #fff;
    border: 2px #1d252c solid; }

/*  -------------------------------------------
    BUTTONS
-----------------------------------------------*/
.ab-btn-white {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 15px;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  align-items: center;
  background: #fff;
  font-family: "PrimaryFont", sans-serif;
  color: #dd8a03;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px #dd8a03 solid; }
  .ab-btn-white .ab-arrow-orange {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 9px;
    height: 10px;
    background: url("../graphics/logo-icon-orange.png") center center no-repeat;
    background-size: cover; }

.ab-btn-white:hover {
  background: #1d252c;
  color: #fff;
  border: 1px #1d252c solid; }

.ab-btn-white-big {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 15px;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  align-items: center;
  background: #fff;
  font-family: "PrimaryFontBold", sans-serif;
  color: #dd8a03;
  font-weight: bold;
  font-size: 1.15em;
  border: 2px #dd8a03 solid; }
  .ab-btn-white-big .ab-arrow-orange {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 12px;
    background: url("../graphics/logo-icon-orange.png") center center no-repeat;
    background-size: cover; }

.ab-btn-white-big:hover {
  background: #1d252c;
  color: #fff;
  border: 2px #1d252c solid; }

.ab-btn-orange {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 15px;
  align-items: center;
  background: #dd8a03;
  font-family: "PrimaryFont", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px #dd8a03 solid; }

.ab-btn-orange:hover {
  background: #1d252c;
  color: #fff;
  border: 1px #1d252c solid; }

.ab-btn-orange-big {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  background: transparent;
  text-align: center;
  font-family: "PrimaryFontBold", sans-serif;
  color: #dd8a03;
  border: 2px #dd8a03 solid;
  font-size: 1.15em; }

.ab-btn-orange-big:hover {
  background: #dd8a03;
  color: #fff; }

.ab-btn-orange-big-reverse {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  background: #dd8a03;
  text-align: center;
  font-family: "PrimaryFontBold", sans-serif;
  color: #fff;
  border: 2px #dd8a03 solid;
  font-size: 1.15em; }

.ab-btn-orange-big-reverse:hover {
  background: #1d252c;
  border: 2px #1d252c solid;
  color: #fff; }

.ab-btn-darkgreen {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 15px;
  align-items: center;
  background: #1d252c;
  font-family: "PrimaryFont", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px #1d252c solid; }

.ab-btn-darkgreen:hover {
  background: #dd8a03;
  color: #fff;
  border: 1px #dd8a03 solid; }

.ab-btn-navy {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 15px;
  align-items: center;
  background: #1d252c;
  font-family: "PrimaryFont", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px #1d252c solid; }

.ab-btn-navy:hover {
  background: #dd8a03;
  color: #fff;
  border: 1px #dd8a03 solid; }

.ab-btn-search {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 100%;
  background: #787b83 url("../graphics/search-icon-white.png") center center no-repeat;
  background-size: 14px 14px;
  text-indent: -9999px; }

.ab-btn-search:hover {
  background-color: #dd8a03; }

/*  -------------------------------------------
    LINKS
-----------------------------------------------*/
.ab-link-01 {
  display: inline-block;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PrimaryFontBold", sans-serif;
  color: #cccdd1; }
  .ab-link-01 .ab-link-01-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 21px;
    background: url("../graphics/logo-icon-orange.png") 1px 10px no-repeat;
    background-size: 10px 11px; }

.ab-link-01:hover .ab-link-01-txt {
  color: #cccdd1; }

.ab-link-01-dark {
  display: inline-block;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PrimaryFontBold", sans-serif;
  color: #333; }
  .ab-link-01-dark .ab-link-01-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 21px;
    background: url("../graphics/logo-icon-orange.png") 1px 10px no-repeat;
    background-size: 10px 11px; }

.ab-link-01-dark:hover .ab-link-01-txt {
  color: #cccdd1; }

.ab-link-02 {
  display: inline-block;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PrimaryFontBold", sans-serif;
  color: #fff;
  font-size: 1.25em; }
  .ab-link-02 .ab-link-02-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 21px;
    background: url("../graphics/logo-icon-orange.png") 1px 10px no-repeat;
    background-size: 10px 11px; }

.ab-link-02:hover .ab-link-02-txt {
  color: #dd8a03; }

/*  -------------------------------------------
    GRIDS: 
-----------------------------------------------*/
.ab-grid-1-1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

.ab-grid-1-2 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

.ab-grid-2-1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

.ab-grid-2-3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

.ab-grid-1-1-1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

@media (min-width: 768px) {
  .ab-grid-1-1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    grid-gap: unset; }

  .ab-grid-1-2 {
    display: grid;
    grid-template-columns: 33% 65%;
    justify-content: space-between;
    grid-gap: unset; }

  .ab-grid-2-1 {
    display: grid;
    grid-template-columns: 65% 33%;
    justify-content: space-between;
    grid-gap: unset; }

  .ab-grid-2-3 {
    display: grid;
    grid-template-columns: 40% 58%;
    justify-content: space-between;
    grid-gap: unset; }

  .ab-grid-1-1-1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    justify-content: space-between;
    grid-gap: unset; } }
/*  -------------------------------------------
    SECTION: MAIN PRODUCTS
-----------------------------------------------*/
.ab-sec-main-products {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 50px 0 25px 0; }

.ab-sec-main-products-grid {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
  overflow: hidden; }
  .ab-sec-main-products-grid .ab-sec-main-products-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-img {
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
    .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-content {
      box-sizing: border-box;
      width: 90%;
      height: 90%;
      padding: 25px;
      margin: 0;
      position: absolute;
      top: 5%;
      left: 5%;
      right: 5%;
      bottom: 5%;
      background: rgba(0, 0, 0, 0.65);
      color: #fff; }
      .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-content h3 {
        color: #fff;
        margin: 0; }
      .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-content p {
        color: #fff;
        margin: 10px 0;
        line-height: 125%; }
      .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-content a {
        display: inline-block;
        color: rgba(255, 255, 255, 0.75);
        box-sizing: border-box;
        padding: 0 20px 0 0;
        margin: 0;
        background: url("../graphics/logo-icon-orange.png") center right no-repeat;
        background-size: 12px 13px; }
    .ab-sec-main-products-grid .ab-sec-main-products-box .ab-sec-main-products-content:hover a {
      color: #dd8a03; }

@media (min-width: 768px) {
  .ab-sec-main-products-grid {
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
    justify-content: space-between;
    overflow: hidden; } }
/*  -------------------------------------------
    SECTION: GENERAL INFO
-----------------------------------------------*/
.ab-sec-general-info {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 50px 0 25px 0; }

.ab-sec-general-info-grid {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
  overflow: hidden; }
  .ab-sec-general-info-grid .ab-sec-general-info-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    .ab-sec-general-info-grid .ab-sec-general-info-box .ab-sec-general-info-img {
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
    .ab-sec-general-info-grid .ab-sec-general-info-box .ab-sec-general-info-content {
      box-sizing: border-box;
      width: 90%;
      height: 90%;
      padding: 25px;
      margin: 0;
      position: absolute;
      top: 5%;
      left: 5%;
      right: 5%;
      bottom: 5%;
      background: rgba(0, 0, 0, 0);
      color: #fff;
      display: grid;
      align-items: center;
      justify-content: center; }
      .ab-sec-general-info-grid .ab-sec-general-info-box .ab-sec-general-info-content h5 {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 0 0;
        margin: 0;
        background: url("../graphics/logo-icon-orange.png") center right no-repeat;
        background-size: 15px 16px; }
    .ab-sec-general-info-grid .ab-sec-general-info-box .ab-sec-general-info-content:hover h5 {
      color: #dd8a03; }

@media (min-width: 768px) {
  .ab-sec-general-info-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between;
    grid-gap: unset;
    overflow: hidden; } }
/*  -------------------------------------------
    SECTION: ETF BTNS
-----------------------------------------------*/
.ab-sec-etf-btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 50px 0 25px 0; }

.ab-sec-etf-btn-grid {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
  gap: 20px; }
  .ab-sec-etf-btn-grid .ab-sec-etf-btn-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333a43; }
    .ab-sec-etf-btn-grid .ab-sec-etf-btn-box .ab-sec-etf-btn-content {
      box-sizing: border-box;
      width: 100%;
      padding: 50px 25px;
      margin: 0;
      background: rgba(0, 0, 0, 0);
      color: #fff;
      display: grid;
      align-items: center;
      text-align: center; }
      .ab-sec-etf-btn-grid .ab-sec-etf-btn-box .ab-sec-etf-btn-content h2 {
        display: inline-block;
        color: #dd8a03;
        font-style: italic;
        text-align: center;
        font-family: "PrimaryFontBold", sans-serif;
        font-weight: normal;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0; }
      .ab-sec-etf-btn-grid .ab-sec-etf-btn-box .ab-sec-etf-btn-content h5 {
        display: inline-block;
        color: #fff;
        font-style: italic;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0; }
      .ab-sec-etf-btn-grid .ab-sec-etf-btn-box .ab-sec-etf-btn-content .ab-link-01 {
        color: #fff;
        font-size: 1.15em; }

@media (min-width: 768px) {
  .ab-sec-etf-btn-grid {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    gap: 25px; } }
@media (min-width: 1280px) {
  .ab-sec-etf-btn-grid {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    gap: 50px; } }
/*  -------------------------------------------
    SECTION: REPORTS
-----------------------------------------------*/
.ab-sec-reports-btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 50px 0 25px 0; }

.ab-sec-reports-btn-grid {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
  overflow: hidden; }
  .ab-sec-reports-btn-grid .ab-sec-reports-btn-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    .ab-sec-reports-btn-grid .ab-sec-reports-btn-box .ab-sec-reports-btn-img {
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
    .ab-sec-reports-btn-grid .ab-sec-reports-btn-box .ab-sec-reports-btn-content {
      box-sizing: border-box;
      width: 90%;
      height: 90%;
      padding: 25px;
      margin: 0;
      position: absolute;
      top: 5%;
      left: 5%;
      right: 5%;
      bottom: 5%;
      background: rgba(0, 0, 0, 0);
      color: #fff;
      display: grid;
      align-items: center; }
      .ab-sec-reports-btn-grid .ab-sec-reports-btn-box .ab-sec-reports-btn-content h4 {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0; }
      .ab-sec-reports-btn-grid .ab-sec-reports-btn-box .ab-sec-reports-btn-content .ab-link-01 {
        color: #fff;
        font-size: 1.15em; }

@media (min-width: 768px) {
  .ab-sec-reports-btn-grid {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    grid-gap: unset;
    overflow: hidden; } }
/*  -------------------------------------------
    SECTION: Home Investment Products
-----------------------------------------------*/
.ab-sec-homeIP {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 350px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }

.ab-sec-homeIP-container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.ab-sec-homeIP-grid {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    margin: 0; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-top {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px 30px 20px;
    margin: 0; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-bottom {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px 0px 20px;
    margin: 0; }

@media (min-width: 480px) {
  .ab-sec-homeIP {
    padding: 0 0 150px 0; }

  .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-top {
    padding: 0 0 150px 0; }

  .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-bottom {
    padding: 0 0 0 0; } }
@media (min-width: 768px) {
  .ab-sec-homeIP {
    padding: 0 0 150px 0; }

  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item {
    padding: 30px; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-top {
    padding: 0px 30px 30px 30px; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution-bottom {
    padding: 30px 30px 0px 30px; } }
@media (min-width: 1024px) {
  .ab-sec-homeIP {
    padding: 0 0 200px 0; }

  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item {
    padding: 50px; }
  .ab-sec-homeIP-grid .ab-sec-homeIP-grid-item-sfix-sec-eft-based-solution {
    padding: 0 50px 50px 50px; } }
/*  -------------------------------------------
    BANNER LINK
-----------------------------------------------*/
.ab-banner-link {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #dd8a03; }
  .ab-banner-link .ab-banner-link-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px; }
    .ab-banner-link .ab-banner-link-grid div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 15px; }
    .ab-banner-link .ab-banner-link-grid h4 {
      margin: 0; }
    .ab-banner-link .ab-banner-link-grid p {
      margin: 0; }
  .ab-banner-link .ab-banner-link-btn {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 25px;
    background: transparent;
    text-align: center;
    font-family: "PrimaryFontBold", sans-serif;
    color: #dd8a03;
    border: 2px #dd8a03 solid;
    font-size: 1.15em; }
  .ab-banner-link .ab-banner-link-btn:hover {
    background: #dd8a03;
    color: #fff; }
  .ab-banner-link .ab-banner-link-btn-2 {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 25px;
    background: #dd8a03;
    text-align: center;
    font-family: "PrimaryFontBold", sans-serif;
    color: #fff;
    border: 2px #dd8a03 solid;
    font-size: 1.15em; }
  .ab-banner-link .ab-banner-link-btn-2:hover {
    background: #232c36;
    border: 2px #232c36 solid; }

.ab-banner-link-no-bg {
  background: unset; }
  .ab-banner-link-no-bg .ab-banner-link-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px; }
    .ab-banner-link-no-bg .ab-banner-link-grid div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 15px 0; }

@media (min-width: 768px) {
  .ab-banner-link .ab-banner-link-grid {
    padding: 25px 0;
    display: grid;
    grid-template-columns: auto 200px;
    grid-gap: unset;
    justify-content: space-between;
    align-items: center; }
  .ab-banner-link .ab-banner-link-grid-no {
    display: grid;
    grid-template-columns: 100%; }
    .ab-banner-link .ab-banner-link-grid-no div {
      padding: 15px 15px 15px 0; }

  .ab-banner-link-2-btns .ab-banner-link-grid {
    display: grid;
    grid-template-columns: auto 450px;
    justify-content: space-between;
    align-items: center; }
    .ab-banner-link-2-btns .ab-banner-link-grid .ab-banner-link-2-btn-container {
      display: grid;
      grid-template-columns: auto auto;
      justify-content: space-between;
      align-items: center; }
  .ab-banner-link-2-btns .ab-banner-link-grid-no {
    display: grid;
    grid-template-columns: 100%; }
    .ab-banner-link-2-btns .ab-banner-link-grid-no .ab-banner-link-2-btn-container {
      display: grid;
      grid-template-columns: auto auto;
      grid-gap: 25px;
      justify-content: start;
      align-items: center; } }
/*  -------------------------------------------
    GRID SHADED RIGHT-LEFT
-----------------------------------------------*/
.bg-shaded-right {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url("../graphics/bg-shade-right.png") top center repeat-y; }

.bg-shaded-left {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url("../graphics/bg-shade-left.png") top center repeat-y; }

.ab-grid-shaded {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-grid-shaded .ab-grid-shaded-40 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    .ab-grid-shaded .ab-grid-shaded-40 img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .ab-grid-shaded .ab-grid-shaded-60 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/bg-shade.png") top center repeat-y;
    display: grid;
    align-items: center; }
    .ab-grid-shaded .ab-grid-shaded-60 .ab-grid-shaded-content {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px; }
      .ab-grid-shaded .ab-grid-shaded-60 .ab-grid-shaded-content h3 {
        margin: 0; }

.ab-grid-shaded-right {
  display: grid;
  grid-template-columns: 100%; }

.ab-grid-shaded-left {
  display: grid;
  grid-template-columns: 100%; }
  .ab-grid-shaded-left .ab-grid-shaded-40 {
    grid-area: 1/1/2/2; }
  .ab-grid-shaded-left .ab-grid-shaded-60 {
    grid-area: 2/1/3/2; }

@media (min-width: 768px) {
  .ab-grid-shaded .ab-grid-shaded-60 .ab-grid-shaded-content {
    padding: 10px 25px; }

  .ab-grid-shaded-right {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    align-items: center; }

  .ab-grid-shaded-left {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    align-items: center; }
    .ab-grid-shaded-left .ab-grid-shaded-40 {
      grid-area: unset; }
    .ab-grid-shaded-left .ab-grid-shaded-60 {
      grid-area: unset; } }
@media (min-width: 1024px) {
  .ab-grid-shaded .ab-grid-shaded-60 .ab-grid-shaded-content {
    padding: 0 50px; }

  .ab-grid-shaded-right {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    align-items: center; }

  .ab-grid-shaded-left {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: space-between;
    align-items: center; } }
/*  -------------------------------------------
    SECTION: BLOG-SUBSCRIPTION
-----------------------------------------------*/
.ab-blog-subscription {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-blog-subscription-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-blog-subscription-grid .ab-blog-subscription-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px; }
    .ab-blog-subscription-grid .ab-blog-subscription-grid-item h4 {
      color: #fff;
      margin: 0 0 20px 0; }
    .ab-blog-subscription-grid .ab-blog-subscription-grid-item form {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; }
      .ab-blog-subscription-grid .ab-blog-subscription-grid-item form input[type="email"] {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 10px;
        background: #fff;
        border: 0;
        border-radius: 3px; }
      .ab-blog-subscription-grid .ab-blog-subscription-grid-item form input[type="submit"] {
        display: inline-block;
        box-sizing: border-box;
        margin: 10px 0;
        padding: 10px 45px;
        background: transparent;
        text-align: center;
        border: 0;
        border-radius: 0;
        font-family: "PrimaryFontBold", sans-serif;
        color: #dd8a03;
        font-size: 1.25em;
        border: 2px #dd8a03 solid; }
      .ab-blog-subscription-grid .ab-blog-subscription-grid-item form input[type="submit"]:hover {
        background: #dd8a03;
        color: #fff; }

.ab-blog-subscription-grid-welcome .ab-blog-subscription-grid-item form input[type="email"] {
  border-radius: 0; }
.ab-blog-subscription-grid-welcome .ab-blog-subscription-grid-item form input[type="submit"] {
  margin: 10px 0 0 0;
  padding-top: 5px;
  padding-bottom: 5px; }

@media (min-width: 768px) {
  .ab-blog-subscription-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    align-items: center; }
    .ab-blog-subscription-grid .ab-blog-subscription-grid-item {
      padding: 0; }

  .ab-blog-subscription-grid-welcome {
    grid-template-columns: 100%;
    justify-content: center; }
    .ab-blog-subscription-grid-welcome .ab-blog-subscription-grid-item {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
      .ab-blog-subscription-grid-welcome .ab-blog-subscription-grid-item form {
        display: grid;
        grid-template-columns: 65% 33%;
        gap: 20px;
        align-items: center; }
        .ab-blog-subscription-grid-welcome .ab-blog-subscription-grid-item form input[type="submit"] {
          margin: 0; } }
/*  -------------------------------------------
    SECTION: DIFFERENCE
-----------------------------------------------*/
.ab-difference {
  box-sizing: border-box;
  width: 100%;
  height: 1600px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .ab-difference .ab-difference-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item {
      box-sizing: border-box;
      width: 100%;
      max-width: 360px;
      height: 100%;
      margin: 20px auto;
      padding: 0;
      cursor: pointer; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative; }
        .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box {
          box-sizing: border-box;
          width: 90%;
          height: 93%;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 3.5%;
          left: 5%;
          right: 5%;
          bottom: 3.5%;
          border: 1px #5a5f65 solid;
          overflow: hidden;
          display: grid;
          align-items: center; }
          .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content {
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            padding: 0 20px; }
            .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt {
              display: block; }
              .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt div {
                color: #fff;
                text-align: center; }
            .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt-hover {
              display: none; }
              .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt-hover div {
                color: #fff;
                text-align: center; }
            .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content h4 {
              color: #dd8a03;
              text-align: center;
              margin: 0; }
            .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content p {
              color: #fff;
              text-align: center; }
        .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-arrow {
          box-sizing: border-box;
          width: 100%;
          height: 25px;
          margin: 0;
          padding: 0;
          background: url("../graphics/ab-difference-arrow-down.png") center center no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 10%; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item:hover .ab-difference-box-container .ab-difference-box {
      border: 1px #dd8a03 solid;
      overflow: hidden;
      display: grid;
      align-items: center; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item:hover .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt {
        display: none; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item:hover .ab-difference-box-container .ab-difference-box .ab-difference-box-content .ab-difference-box-txt-hover {
        display: block; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item:hover .ab-difference-box-container .ab-difference-arrow {
      background: url("../graphics/ab-difference-arrow-up.png") center center no-repeat;
      background-size: contain; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item-0 {
      display: none;
      background: url("../graphics/ab-difference-01.jpg") center center no-repeat;
      background-size: cover; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item-1 {
      background: url("../graphics/ab-difference-01.jpg") center center no-repeat;
      background-size: cover; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item-2 {
      background: url("../graphics/ab-difference-02.jpg") center center no-repeat;
      background-size: cover; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item-3 {
      background: url("../graphics/ab-difference-03.jpg") center center no-repeat;
      background-size: cover; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item-4 {
      background: url("../graphics/ab-difference-04.jpg") center center no-repeat;
      background-size: cover; }

@media (min-width: 768px) {
  .ab-difference {
    height: 800px; }
    .ab-difference .ab-difference-grid {
      display: grid;
      grid-template-columns: 48% 48%;
      gap: 20px;
      justify-content: center; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item {
        width: 100%;
        max-width: 370px;
        height: 100%;
        margin: 0; } }
@media (min-width: 1024px) {
  .ab-difference {
    height: 800px; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item {
      width: 100%;
      max-width: unset;
      height: 100%;
      margin: 0; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box {
        box-sizing: border-box;
        width: 90%;
        height: 93%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 3.5%;
        left: 5%;
        right: 5%;
        bottom: 3.5%; }
        .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content {
          padding: 0 25px; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-arrow {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10%; } }
@media (min-width: 1280px) {
  .ab-difference {
    height: 1000px; }
    .ab-difference .ab-difference-grid .ab-difference-grid-item {
      width: 100%;
      max-width: unset;
      height: 100%;
      margin: 0; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box {
        box-sizing: border-box;
        width: 90%;
        height: 90%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%; }
        .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-box .ab-difference-box-content {
          padding: 0 25px; }
      .ab-difference .ab-difference-grid .ab-difference-grid-item .ab-difference-box-container .ab-difference-arrow {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10%; } }
/*  -------------------------------------------
    SECTION: PHILOSOPHY-LIST
-----------------------------------------------*/
.ab-philosophy-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: philosophy-list-counter;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  grid-gap: 25px; }
  .ab-philosophy-list li {
    box-sizing: border-box;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding: 25px;
    background: #fff url("../graphics/bg-logo-icon-watermark-philosophy.png") top right no-repeat;
    background-size: cover;
    counter-increment: philosophy-list-counter;
    display: flex; }
    .ab-philosophy-list li div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 0 0 20px; }
      .ab-philosophy-list li div h4 {
        margin: 5px 0; }
      .ab-philosophy-list li div p {
        margin: 0; }
  .ab-philosophy-list li::before {
    content: counter(philosophy-list-counter);
    font-size: 3rem;
    color: #dd8a03;
    line-height: 1; }

@media (min-width: 768px) {
  .ab-philosophy-list {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    grid-gap: 25px; } }
@media (min-width: 1024px) {
  .ab-philosophy-list {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    grid-gap: 50px; }
    .ab-philosophy-list li {
      min-height: 250px; }
      .ab-philosophy-list li div {
        padding: 0 20px; } }
/*  -------------------------------------------
    SECTION: FIRM'S OVERVIEW
-----------------------------------------------*/
.ab-overview-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-overview {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-overview .ab-overview-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-prj-zacks-overview-00.png") top left no-repeat;
    background-size: cover; }
  .ab-overview .ab-overview-0 {
    background: transparent url("../graphics/ab-prj-zacks-overview-01.png") top left no-repeat;
    background-size: cover; }
  .ab-overview .ab-overview-1 {
    background: transparent url("../graphics/ab-prj-zacks-overview-01.png") top left no-repeat;
    background-size: cover; }
  .ab-overview .ab-overview-2 {
    background: transparent url("../graphics/ab-prj-zacks-overview-02.png") top left no-repeat;
    background-size: cover; }
  .ab-overview .ab-overview-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 28% 20% 52%;
    grid-template-rows: 50% 50%; }
    .ab-overview .ab-overview-grid .ab-overview-grid-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-overview .ab-overview-grid .ab-overview-grid-item-1 {
      grid-area: 1/1/3/2; }
    .ab-overview .ab-overview-grid .ab-overview-grid-item-2 {
      grid-area: 1/2/2/3;
      cursor: pointer; }
    .ab-overview .ab-overview-grid .ab-overview-grid-item-3 {
      grid-area: 2/2/3/3;
      cursor: pointer; }
    .ab-overview .ab-overview-grid .ab-overview-grid-item-4 {
      grid-area: 1/3/3/4; }

/*  -------------------------------------------
    SECTION: PCG DIAGRAM
-----------------------------------------------*/
.ab-pcg-diagram-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0; }

.ab-pcg-diagram {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-pcg-diagram .ab-pcg-diagram-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-pcg-diagram-00.png") top left no-repeat;
    background-size: cover; }
  .ab-pcg-diagram .ab-pcg-diagram-1 {
    background: transparent url("../graphics/ab-pcg-diagram-01.png") top left no-repeat;
    background-size: cover; }
  .ab-pcg-diagram .ab-pcg-diagram-2 {
    background: transparent url("../graphics/ab-pcg-diagram-02.png") top left no-repeat;
    background-size: cover; }
  .ab-pcg-diagram .ab-pcg-diagram-3 {
    background: transparent url("../graphics/ab-pcg-diagram-03.png") top left no-repeat;
    background-size: cover; }
  .ab-pcg-diagram .ab-pcg-diagram-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%; }
    .ab-pcg-diagram .ab-pcg-diagram-grid .ab-pcg-diagram-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: PCG EXPERIENCE
-----------------------------------------------*/
.ab-pcg-experience {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-pcg-experience li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 40px 0 50px 75px;
    border-bottom: 1px #ccc solid; }
    .ab-pcg-experience li h4 {
      color: #dd8a03;
      margin: 0; }
    .ab-pcg-experience li p {
      margin: 0; }
  .ab-pcg-experience li:last-child {
    border: 0; }
    .ab-pcg-experience li:last-child h4 {
      color: #dd8a03;
      margin: 0; }
    .ab-pcg-experience li:last-child p {
      margin: 0; }
  .ab-pcg-experience li.ab-pcg-experience-01 {
    background: url("../graphics/ab-pcg-experience-01.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-pcg-experience li.ab-pcg-experience-02 {
    background: url("../graphics/ab-pcg-experience-02.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-pcg-experience li.ab-pcg-experience-03 {
    background: url("../graphics/ab-pcg-experience-03.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-pcg-experience li.ab-pcg-experience-04 {
    background: url("../graphics/ab-pcg-experience-04.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-pcg-experience li.ab-pcg-experience-05 {
    background: url("../graphics/ab-pcg-experience-05.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-pcg-experience li.ab-pcg-experience-06 {
    background: url("../graphics/ab-pcg-experience-06.png") 0px 40px no-repeat;
    background-size: 50px 50px; }

@media (min-width: 768px) {
  .ab-pcg-experience li {
    display: grid;
    grid-template-columns: 33% 65%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: PCG EXPERIENCE
-----------------------------------------------*/
.ab-pcg-offer-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-pcg-offer-list li {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 15px 15px 15px 50px;
    background: #fff url("../graphics/ab-pcg-offer-list.png") 15px 20px no-repeat;
    background-size: 18px 20px; }

/*  -------------------------------------------
    SECTION: PCG EXPERIENCE
-----------------------------------------------*/
.ab-pcg-services {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 35px 0 0 0;
  list-style: none; }
  .ab-pcg-services li {
    box-sizing: border-box;
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 10px 0 50px 150px; }
    .ab-pcg-services li h4 {
      color: #dd8a03;
      margin: 0; }
    .ab-pcg-services li p {
      margin: 0; }
  .ab-pcg-services li:last-child {
    border: 0; }
    .ab-pcg-services li:last-child h4 {
      color: #dd8a03;
      margin: 0; }
    .ab-pcg-services li:last-child p {
      margin: 0; }
  .ab-pcg-services li.ab-pcg-services-01 {
    background: url("../graphics/ab-pcg-services-01.png") 0px 0px no-repeat;
    background-size: 125px auto; }
  .ab-pcg-services li.ab-pcg-services-02 {
    background: url("../graphics/ab-pcg-services-02.png") 0px 0px no-repeat;
    background-size: 125px auto; }
  .ab-pcg-services li.ab-pcg-services-03 {
    background: url("../graphics/ab-pcg-services-03.png") 0px 0px no-repeat;
    background-size: 125px auto; }
  .ab-pcg-services li.ab-pcg-services-04 {
    background: url("../graphics/ab-pcg-services-04.png") 0px 0px no-repeat;
    background-size: 125px auto; }
  .ab-pcg-services li.ab-pcg-services-05 {
    background: url("../graphics/ab-pcg-services-05.png") 0px 0px no-repeat;
    background-size: 125px auto; }

.ab-pcg-services-foot {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #d6d7da; }
  .ab-pcg-services-foot p {
    margin: 0; }

@media (min-width: 768px) {
  .ab-pcg-services-foot {
    padding: 50px; } }
/*  -------------------------------------------
    SECTION: CLIENT PROCESS
-----------------------------------------------*/
.ab-cp-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-cp {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-cp .ab-cp-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-client-process-00.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-0 {
    background: transparent url("../graphics/ab-client-process-00.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-1 {
    background: transparent url("../graphics/ab-client-process-01.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-2 {
    background: transparent url("../graphics/ab-client-process-02.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-3 {
    background: transparent url("../graphics/ab-client-process-03.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-4 {
    background: transparent url("../graphics/ab-client-process-04.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-5 {
    background: transparent url("../graphics/ab-client-process-05.png") top left no-repeat;
    background-size: cover; }
  .ab-cp .ab-cp-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 27.5% 14% 17% 14% 27.5%;
    grid-template-rows: 41% 36% 23%; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item-1 {
      cursor: pointer; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item-2 {
      cursor: pointer; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item-3 {
      cursor: pointer;
      grid-area: 3/2/4/5; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item-4 {
      cursor: pointer; }
    .ab-cp .ab-cp-grid .ab-cp-grid-item-5 {
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: FINANCIAL PROFESSIONALS DIAGRAM
-----------------------------------------------*/
.ab-financial-professionals-diagram {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  height: auto;
  padding: 0; }

/*  -------------------------------------------
    SECTION: ZIM WAYS
-----------------------------------------------*/
.ab-zim-ways {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-zim-ways li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 40px 0 50px 75px;
    border-bottom: 1px #ccc solid; }
    .ab-zim-ways li h4 {
      margin: 0; }
    .ab-zim-ways li p {
      margin: 0; }
  .ab-zim-ways li:last-child {
    border: 0; }
  .ab-zim-ways li.ab-zim-ways-01 {
    background: url("../graphics/ab-pcg-experience-01.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-zim-ways li.ab-zim-ways-02 {
    background: url("../graphics/ab-pcg-experience-02.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-zim-ways li.ab-zim-ways-03 {
    background: url("../graphics/ab-pcg-experience-03.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-zim-ways li.ab-zim-ways-04 {
    background: url("../graphics/ab-pcg-experience-04.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-zim-ways li.ab-zim-ways-05 {
    background: url("../graphics/ab-pcg-experience-05.png") 0px 40px no-repeat;
    background-size: 50px 50px; }
  .ab-zim-ways li.ab-zim-ways-06 {
    background: url("../graphics/ab-pcg-experience-06.png") 0px 40px no-repeat;
    background-size: 50px 50px; }

@media (min-width: 768px) {
  .ab-zim-ways li {
    display: grid;
    grid-template-columns: 33% 65%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: TURNKEY SOLUTIONS
-----------------------------------------------*/
.ab-tk-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-tk-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-tk-list li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 50px 30px;
    cursor: pointer;
    background: url("../graphics/ab-tk-all.png") top left no-repeat;
    background-size: 14px auto; }
    .ab-tk-list li h4 {
      margin: 0;
      color: #525860; }
    .ab-tk-list li p {
      margin: 0;
      color: #525860; }
  .ab-tk-list li:hover {
    background: url("../graphics/ab-tk-all-hover.png") top left no-repeat;
    background-size: 14px auto; }
    .ab-tk-list li:hover h4 {
      color: #dd8a03; }
    .ab-tk-list li:hover p {
      color: #fff; }
  .ab-tk-list li:first-child {
    background: url("../graphics/ab-tk-first.png") top left no-repeat;
    background-size: 14px auto; }
  .ab-tk-list li:first-child:hover {
    background: url("../graphics/ab-tk-first-hover.png") top left no-repeat;
    background-size: 14px auto; }
  .ab-tk-list li:last-child {
    background: url("../graphics/ab-tk-last.png") top left no-repeat;
    background-size: 14px auto; }
  .ab-tk-list li:last-child:hover {
    background: url("../graphics/ab-tk-last-hover.png") top left no-repeat;
    background-size: 14px auto; }

@media (min-width: 768px) {
  .ab-tk-list li {
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: PROPRIETARY TOOLS & FEATURES
-----------------------------------------------*/
.ab-proprietary-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ebebed; }

.ab-proprietary-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-proprietary-grid .ab-proprietary-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px; }
    .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-list {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-list li {
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0;
        padding: 15px 45px 15px 15px;
        font-family: "PrimaryFontBold", sans-serif;
        color: #cccdd1;
        cursor: pointer; }
      .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-list li:hover {
        background: #fff url("../graphics/ab-proprietary-list.png") 10px 15px no-repeat;
        background-size: 23px 25px;
        color: #232c36;
        padding: 15px 15px 15px 45px; }
      .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-list li.ab-proprietary-current {
        background: #fff url("../graphics/ab-proprietary-list.png") 10px 15px no-repeat;
        background-size: 23px 25px;
        color: #232c36;
        padding: 15px 15px 15px 45px; }
    .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-content {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px 0 0 0;
      display: none; }
      .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-content img {
        display: block;
        height: 110px;
        width: auto;
        outline: none;
        border: 0;
        padding: 0;
        margin: 0; }
    .ab-proprietary-grid .ab-proprietary-grid-item .ab-proprietary-content-current {
      display: block; }

@media (min-width: 768px) {
  .ab-proprietary-grid {
    display: grid;
    grid-template-columns: 50% 50%; } }
/*  -------------------------------------------
    SECTION: APPLICATIONS & FORMS
-----------------------------------------------*/
.ab-prj-glossary {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px #d6d7da solid; }

.ab-prj-glossary-first {
  border-top: 1px #d6d7da solid; }

.ab-resources-sec-bg {
  background: url("../graphics/ab-resources-sec-bg.jpg") center center no-repeat;
  background-size: cover; }

.ab-resources-sec-btn {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  background: transparent;
  text-align: center;
  font-family: "PrimaryFontBold", sans-serif;
  color: #dd8a03;
  border: 2px #dd8a03 solid;
  font-size: 1.15em; }

.ab-resources-sec-btn:hover {
  background: #dd8a03;
  color: #fff; }

.ab-resources-sec-btn-2 {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  background: #dd8a03;
  text-align: center;
  font-family: "PrimaryFontBold", sans-serif;
  color: #fff;
  border: 2px #dd8a03 solid;
  font-size: 1.15em; }

.ab-resources-sec-btn-2:hover {
  background: #232c36;
  border: 2px #232c36 solid; }

.ab-pdf-download-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-pdf-download {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 10px 15px;
  background: #fff; }
  .ab-pdf-download .ab-pdf-icon-bg {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url("../graphics/pdf-icon.png") center left no-repeat;
    background-size: 17px 20px; }
  .ab-pdf-download .ab-arrow-icon-bg {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url("../graphics/logo-icon-orange.png") center right no-repeat;
    background-size: 14px 15px; }
  .ab-pdf-download h5 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 20px 0 25px;
    color: #dd8a03; }

.ab-pdf-download:hover {
  background: #242d36; }
  .ab-pdf-download:hover h5 {
    color: #fff; }

@media (min-width: 768px) {
  .ab-pdf-download-grid {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: MUTUAL FUNDS
-----------------------------------------------*/
.ab-mf-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-mf-container .ab-mf-grid-heading {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "PrimaryFontBold", sans-serif;
    color: #dd8a03; }
  .ab-mf-container h4 {
    color: #dd8a03;
    margin-top: 0; }

.ab-mf-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px; }
  .ab-mf-grid .ab-mf-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer; }
    .ab-mf-grid .ab-mf-grid-item img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
    .ab-mf-grid .ab-mf-grid-item .ab-mf-content {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 20px;
      border-bottom: 5px #dd8a03 solid;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f2f2f2; }
      .ab-mf-grid .ab-mf-grid-item .ab-mf-content h4 {
        color: #232c36;
        margin: 0; }
      .ab-mf-grid .ab-mf-grid-item .ab-mf-content .ab-mf-content-body {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none; }
        .ab-mf-grid .ab-mf-grid-item .ab-mf-content .ab-mf-content-body ul {
          box-sizing: border-box;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          .ab-mf-grid .ab-mf-grid-item .ab-mf-content .ab-mf-content-body ul li {
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            padding: 8px 0 7px 20px;
            background: url("../graphics/ab-mf-list.png") 1px 15px no-repeat;
            background-size: 11px 12px; }
  .ab-mf-grid .ab-mf-grid-item:hover .ab-mf-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(242, 242, 242, 0.85); }
    .ab-mf-grid .ab-mf-grid-item:hover .ab-mf-content .ab-mf-content-body {
      display: block; }

@media (min-width: 768px) {
  .ab-mf-grid {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-mf-container {
    display: grid;
    grid-template-columns: 33% 66%;
    justify-content: space-between; } }
@media (min-width: 1366px) {
  .ab-mf-container h4 {
    font-size: 1.75em; }

  .ab-mf-grid .ab-mf-grid-item .ab-mf-content h4 {
    font-size: 2.0em; } }
/*  -------------------------------------------
    SECTION: MUTUAL FUNDS NAVIGATION
-----------------------------------------------*/
.ab-mf-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-mf-nav .ab-mf-nav-item {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    cursor: pointer; }
    .ab-mf-nav .ab-mf-nav-item .ab-btn-orange-big {
      display: block;
      box-sizing: border-box;
      width: 100%;
      font-size: 1.0em; }
  .ab-mf-nav .ab-mf-nav-item-current .ab-btn-orange-big {
    background: #dd8a03;
    color: #fff; }

@media (min-width: 768px) {
  .ab-mf-nav {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between; }
    .ab-mf-nav .ab-mf-nav-item {
      margin: 0; } }
/*  -------------------------------------------
    SECTION: MUTUAL FUNDS CONTAINER
-----------------------------------------------*/
.ab-mf-content-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none; }

.ab-mf-content-container-show {
  display: block; }

.ab-mf-content-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-mf-content-grid .ab-mf-content-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-grey-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px 20px;
      background: #ebebed; }
    .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-table {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      border-top: 3px #000 solid;
      border-bottom: 3px #000 solid; }
      .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-table tr td {
        padding: 10px;
        border-bottom: 1px #000 solid; }
      .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-table tr td.head {
        font-family: "PrimaryFontBold", sans-serif;
        font-weight: normal;
        background: #000;
        color: #fff; }

.ab-content-table {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 3px #000 solid;
  border-bottom: 3px #000 solid; }
  .ab-content-table tr td {
    padding: 10px;
    border-bottom: 1px #000 solid; }
  .ab-content-table tr td.head {
    font-family: "PrimaryFontBold", sans-serif;
    font-weight: normal;
    background: #000;
    color: #fff; }

.ab-mf-grey-box {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  background: #ebebed; }

@media (min-width: 768px) {
  .ab-mf-content-grid {
    display: grid;
    grid-template-columns: 47% 47%;
    justify-content: space-between; }
    .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-grey-box {
      padding: 35px 25px; }

  .ab-mf-grey-box {
    padding: 35px 25px; } }
@media (min-width: 1024px) {
  .ab-mf-content-grid .ab-mf-content-grid-item .ab-mf-content-grey-box {
    padding: 50px; }

  .ab-mf-grey-box {
    padding: 50px; } }
/*  -------------------------------------------
    SECTION: MUTUAL FUNDS CONTAINER
-----------------------------------------------*/
.ab-mf-details {
  box-sizing: border-box;
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  gap: 25px; }
  .ab-mf-details .ab-mf-details-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-mf-details .ab-mf-details-item img {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
    .ab-mf-details .ab-mf-details-item div {
      box-sizing: border-box;
      width: 100%;
      margin: 10px 0 0 0;
      padding: 0;
      text-align: center;
      color: #fff; }
  .ab-mf-details .ab-mf-details-item:hover div {
    color: #dd8a03; }

@media (min-width: 768px) {
  .ab-mf-details {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-mf-details {
    display: grid;
    grid-template-columns: 18% 18% 18% 18% 18%;
    justify-content: space-between; }

  .ab-mf-details-4 {
    display: grid;
    grid-template-columns: 18% 18% 18% 18%;
    justify-content: space-between; } }
@media (min-width: 1280px) {
  .ab-mf-details {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    gap: 25px;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: MUTUAL FUND PROCESS ZSCCX
-----------------------------------------------*/
.ab-mf-ZSCCX-process-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-mf-ZSCCX-process {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-mf-ZSCCX-process .ab-mf-ZSCCX-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-mf-process-ZSCCX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-0 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-1 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-01.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-2 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-02.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-3 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-03.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-4 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-04.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-ZSCCX-5 {
    background: transparent url("../graphics/ab-mf-process-ZSCCX-05.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZSCCX-process .ab-mf-process-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 27.5% 14% 17% 14% 27.5%;
    grid-template-rows: 41% 36% 23%; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item-1 {
      cursor: pointer; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item-2 {
      cursor: pointer; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item-3 {
      cursor: pointer;
      grid-area: 3/2/4/5; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item-4 {
      cursor: pointer; }
    .ab-mf-ZSCCX-process .ab-mf-process-grid .ab-mf-process-item-5 {
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: MUTUAL FUND PROCESS ZDIVX
-----------------------------------------------*/
.ab-mf-ZDIVX-process-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-mf-ZDIVX-process {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-mf-ZDIVX-process .ab-mf-ZDIVX-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-mf-process-ZDIVX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-0 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-1 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-01.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-2 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-02.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-3 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-03.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-4 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-04.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-ZDIVX-5 {
    background: transparent url("../graphics/ab-mf-process-ZDIVX-05.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ZDIVX-process .ab-mf-process-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 27.5% 14% 17% 14% 27.5%;
    grid-template-rows: 41% 36% 23%; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item-1 {
      cursor: pointer; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item-2 {
      cursor: pointer; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item-3 {
      cursor: pointer;
      grid-area: 3/2/4/5; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item-4 {
      cursor: pointer; }
    .ab-mf-ZDIVX-process .ab-mf-process-grid .ab-mf-process-item-5 {
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: MUTUAL FUND PROCESS CZOVX
-----------------------------------------------*/
.ab-mf-CZOVX-process-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-mf-CZOVX-process {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-mf-CZOVX-process .ab-mf-CZOVX-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-mf-process-CZOVX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-0 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-1 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-01.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-2 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-02.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-3 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-03.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-4 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-04.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-CZOVX-5 {
    background: transparent url("../graphics/ab-mf-process-CZOVX-05.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-CZOVX-process .ab-mf-process-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 27.5% 14% 17% 14% 27.5%;
    grid-template-rows: 41% 36% 23%; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item-1 {
      cursor: pointer; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item-2 {
      cursor: pointer; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item-3 {
      cursor: pointer;
      grid-area: 3/2/4/5; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item-4 {
      cursor: pointer; }
    .ab-mf-CZOVX-process .ab-mf-process-grid .ab-mf-process-item-5 {
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: ETFs
-----------------------------------------------*/
.ab-mf-ETF-process-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.ab-mf-ETF-process {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-mf-ETF-process .ab-mf-ETF-default {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent url("../graphics/ab-mf-process-ETF-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-0 {
    background: transparent url("../graphics/ab-mf-process-ETF-00.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-1 {
    background: transparent url("../graphics/ab-mf-process-ETF-01.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-2 {
    background: transparent url("../graphics/ab-mf-process-ETF-02.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-3 {
    background: transparent url("../graphics/ab-mf-process-ETF-03.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-4 {
    background: transparent url("../graphics/ab-mf-process-ETF-04.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-ETF-5 {
    background: transparent url("../graphics/ab-mf-process-ETF-05.png") top left no-repeat;
    background-size: cover; }
  .ab-mf-ETF-process .ab-mf-process-grid {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 27.5% 14% 17% 14% 27.5%;
    grid-template-rows: 41% 36% 23%; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item-1 {
      cursor: pointer; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item-2 {
      cursor: pointer; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item-3 {
      cursor: pointer;
      grid-area: 3/2/4/5; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item-4 {
      cursor: pointer; }
    .ab-mf-ETF-process .ab-mf-process-grid .ab-mf-process-item-5 {
      cursor: pointer; }

/*  -------------------------------------------
    SECTION: DISCLOSURE DOCUMENTS
-----------------------------------------------*/
.ab-disclosure-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px; }
  .ab-disclosure-grid .ab-disclosure-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-disclosure-grid .ab-disclosure-grid-item .ab-btn-pdf-file {
      display: grid;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 10px;
      grid-template-columns: auto auto;
      grid-gap: 5px;
      align-items: center;
      justify-content: center;
      background: transparent;
      font-family: "PrimaryFontBold", sans-serif;
      color: #dd8a03;
      font-weight: bold;
      font-size: 1.15em;
      border: 2px #dd8a03 solid; }
      .ab-disclosure-grid .ab-disclosure-grid-item .ab-btn-pdf-file .ab-pdf-icon {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 17px;
        height: 20px;
        background: url("../graphics/pdf-icon.png") center center no-repeat;
        background-size: cover; }
    .ab-disclosure-grid .ab-disclosure-grid-item .ab-btn-pdf-file:hover {
      background: #1d252c;
      color: #fff;
      border: 2px #1d252c solid; }
    .ab-disclosure-grid .ab-disclosure-grid-item .ab-btn-orange-txt {
      display: grid;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 10px;
      align-items: center;
      background: #dd8a03;
      font-family: "PrimaryFontBold", sans-serif;
      color: #fff;
      font-weight: bold;
      font-size: 1.15em;
      border: 1px #dd8a03 solid;
      text-align: center; }
    .ab-disclosure-grid .ab-disclosure-grid-item .ab-btn-orange-txt:hover {
      background: #1d252c;
      color: #fff;
      border: 1px #1d252c solid; }

@media (min-width: 768px) {
  .ab-disclosure-grid {
    padding: 10px 0 20px 0;
    display: grid;
    grid-template-columns: 38% 29% 32%;
    grid-gap: unset;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 1024px) {
  .ab-disclosure-grid {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    justify-content: space-between;
    align-items: center; } }
/*  -------------------------------------------
    SECTION: DISCLOSURE DOCUMENTS
-----------------------------------------------*/
.ab-sm-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
  justify-content: start;
  align-items: end; }
  .ab-sm-grid .ab-sm-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "PrimaryFontBold", sans-serif; }
    .ab-sm-grid .ab-sm-grid-item a {
      color: #dd8a03;
      font-size: 80%;
      font-weight: bold; }
    .ab-sm-grid .ab-sm-grid-item a:hover {
      color: #1d252c; }

/*  -------------------------------------------
    SECTION: CONTACT FORM
-----------------------------------------------*/
.ab-contact-form-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-contact-form-grid .ab-contact-form-space {
    padding-bottom: 20px; }
  .ab-contact-form-grid .ab-contact-form-select-head {
    font-family: "PrimaryFontBold", sans-serif;
    font-size: 1.15em; }
  .ab-contact-form-grid .ab-contact-form-submit {
    display: grid;
    box-sizing: border-box;
    width: 150px;
    margin: 0;
    padding: 7px 15px;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
    background: transparent;
    font-family: "PrimaryFontBold", sans-serif;
    color: #dd8a03;
    font-weight: bold;
    font-size: 1.15em;
    text-align: center;
    border: 2px #dd8a03 solid;
    border-radius: 0; }
  .ab-contact-form-grid .ab-contact-form-submit:hover {
    background: #1d252c;
    color: #fff;
    border: 2px #1d252c solid; }

.ab-chkbox-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  align-items: center; }

@media (min-width: 768px) {
  .ab-chkbox-grid {
    display: grid;
    grid-template-columns: 50% 50%; } }
@media (min-width: 1024px) {
  .ab-chkbox-grid {
    display: grid;
    grid-template-columns: 22% 22% 22% 34%; } }
/*  -------------------------------------------
    SECTION: LOGIN / REGISTRATION FORM
-----------------------------------------------*/
.ab-login-form-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff; }

.ab-login-form-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-login-form-grid .ab-login-form-space {
    padding-top: 10px; }
  .ab-login-form-grid input[type="text"], .ab-login-form-grid input[type="email"], .ab-login-form-grid input[type="password"] {
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 0;
    width: 100%;
    background: #fbfbfc;
    border: 0;
    border-radius: 5px; }
  .ab-login-form-grid input[type="checkbox"] {
    border: 1px #dd8a03 solid; }
  .ab-login-form-grid .ab-login-form-submit {
    display: grid;
    box-sizing: border-box;
    width: 150px;
    margin: 0;
    padding: 7px 15px;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
    background: #dd8a03;
    font-family: "PrimaryFontBold", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 1.15em;
    text-align: center;
    border: 2px #dd8a03 solid;
    border-radius: 0; }
  .ab-login-form-grid .ab-login-form-submit:hover {
    background: #1d252c;
    color: #fff;
    border: 2px #1d252c solid; }

@media (min-width: 768px) {
  .ab-login-form-container {
    padding: 50px; }

  .ab-login-form-grid .ab-login-form-space-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-login-form-container {
    padding: 50px 75px; } }
/*  -------------------------------------------
    SECTION: TEAM MAP
-----------------------------------------------*/
.ab-team-map {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-team-map img {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0; }

@media (min-width: 1024px) {
  .ab-team-map img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto; } }
/*  -------------------------------------------
    SECTION: TEAM CATEGORIES
-----------------------------------------------*/
.ab-team-category-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

.ab-team-category {
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  margin: 10px 0;
  padding: 0;
  cursor: pointer; }
  .ab-team-category .ab-team-category-title {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px 5px;
    background: transparent;
    font-family: "PrimaryFont", sans-serif;
    color: #dd8a03;
    font-weight: bold;
    font-size: 1.15em;
    text-align: center;
    border: 1px #dd8a03 solid; }
  .ab-team-category .ab-team-category-location {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 2px 5px;
    background: #a3a4a7;
    font-family: "PrimaryFont", sans-serif;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 0.825em;
    text-align: center; }

.ab-team-category:hover .ab-team-category-title {
  background: #1d252c;
  color: #fff;
  border: 1px #1d252c solid; }

.ab-team-category-current .ab-team-category-title {
  background: #1d252c;
  color: #fff;
  border: 1px #1d252c solid; }

@media (min-width: 768px) {
  .ab-team-category {
    width: 300px;
    margin: 10px; } }
@media (min-width: 1280px) {
  .ab-team-category {
    width: 350px; } }
/*  -------------------------------------------
    SECTION: TEAM BOX
-----------------------------------------------*/
.ab-team-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none; }

.ab-team-list-current {
  display: block; }

.ab-team-box-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }

.ab-team-box-title {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0; }
  .ab-team-box-title h4 {
    margin: 0 0 10px 0; }

.ab-team-box {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #fff; }
  .ab-team-box h5 {
    font-weight: bold; }
  .ab-team-box div {
    margin-bottom: 10px; }
  .ab-team-box a {
    font-size: 1.15em; }
  .ab-team-box .ab-vtxt-nm a {
    font-size: unset; }

.ab-team-box-black {
  border-bottom: 5px #1c252c solid; }

.ab-team-box-blue-light {
  border-bottom: 5px #47a4bc solid; }

.ab-team-box-green-pastel {
  border-bottom: 5px #4da08b solid; }

.ab-team-box-orange {
  border-bottom: 5px #de890a solid; }

.ab-team-box-brown-light {
  border-bottom: 5px #e0d8b8 solid; }

.ab-team-box-green-dark {
  border-bottom: 5px #154733 solid; }

.ab-team-box-green {
  border-bottom: 5px #97b659 solid; }

.ab-team-box-blue {
  border-bottom: 5px #4e7fb5 solid; }

.ab-team-box-brown-A {
  border-bottom: 5px #d5ddb1 solid; }

@media (min-width: 768px) {
  .ab-team-box-container {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px;
    justify-content: space-between; } }
/*  -------------------------------------------
    POPUP: TEAM BIO
-----------------------------------------------*/
.ab-team-bio {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background: #f6f6f6;
  color: #232c36;
  width: 100%;
  max-width: 800px;
  margin: 5px auto; }

.ab-team-bio-head {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 35px;
  background: #232c36;
  color: #e2e2e2; }

.ab-team-bio-head-pic {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }
  .ab-team-bio-head-pic img {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0; }

.ab-team-bio-head-txt-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-team-bio-head-txt-container h4 {
    color: #dd8a03;
    margin: 0; }
    .ab-team-bio-head-txt-container h4 span {
      font-size: 75%; }

.ab-team-bio-head-txt {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }
  .ab-team-bio-head-txt .ab-team-bio-head-txt-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-team-bio-head-txt .ab-team-bio-head-txt-item h5 {
      margin: 0; }
    .ab-team-bio-head-txt .ab-team-bio-head-txt-item ul {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .ab-team-bio-head-txt .ab-team-bio-head-txt-item ul li {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0 0 5px 20px;
        background: url("../graphics/logo-icon-orange.png") 0px 5px no-repeat;
        background-size: 11px 12px;
        color: #fff; }

.ab-team-bio-body {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 35px;
  background: #f6f6f6;
  color: #232c36; }

@media (min-width: 768px) {
  .ab-team-bio-head {
    padding: 50px; }

  .ab-team-bio-body {
    padding: 50px; }

  .ab-team-bio-head-pic {
    display: grid;
    grid-template-columns: 30% 65%;
    grid-gap: unset;
    justify-content: space-between; }

  .ab-team-bio-head-txt {
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: unset;
    justify-content: space-between; }
    .ab-team-bio-head-txt .ab-team-bio-head-txt-item:first-child {
      padding: 0 20px 0 0;
      border-right: 1px #525860 solid; }
    .ab-team-bio-head-txt .ab-team-bio-head-txt-item:last-child {
      padding: 0 0 0 20px; } }
/*  -------------------------------------------
    SECTION: BLOG/RESOURCES NAV
-----------------------------------------------*/
.ab-blog-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-blog-nav .ab-blog-nav-select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    align-items: center;
    justify-content: start;
    font-family: "PrimaryFont", sans-serif;
    font-weight: normal;
    font-size: 1.35em; }
    .ab-blog-nav .ab-blog-nav-select .ab-blog-nav-select-txt {
      font-family: "PrimaryFont", sans-serif;
      font-weight: normal;
      font-size: 1.15em; }
    .ab-blog-nav .ab-blog-nav-select select {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      border-bottom: 2px #dddee1 solid;
      /*
         -moz-appearance:none !important;
          background: #f6f6f6 url('../graphics/ab-blog-nav-select.png') right center no-repeat !important;
          background-size:12px 11px !important;
          background-position: calc(100% - 5px) center !important;
      */
      background-color: transparent;
      font-family: "PrimaryFontBold", sans-serif; }
    .ab-blog-nav .ab-blog-nav-select .ab-blog-nav-select-head {
      font-weight: bold; }
  .ab-blog-nav .ab-btn-blog-nav {
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 75px;
    background: transparent;
    text-align: center;
    border: 0;
    border-radius: 0;
    font-family: "PrimaryFontBold", sans-serif;
    color: #dd8a03;
    font-size: 1.25em;
    border: 2px #dd8a03 solid; }
  .ab-blog-nav .ab-btn-blog-nav:hover {
    background: #dd8a03;
    color: #fff; }
  .ab-blog-nav .ab-blog-nav-search {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px #dddee1 solid;
    display: grid;
    grid-template-columns: auto 25px;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center; }
    .ab-blog-nav .ab-blog-nav-search input[type="text"] {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0; }
    .ab-blog-nav .ab-blog-nav-search input[type="submit"] {
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      border: 0;
      background: url("../graphics/search-icon-orange.png") center center no-repeat;
      background-size: 20px 20px;
      text-indent: -9999px; }

@media (min-width: 768px) {
  .ab-blog-nav {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: BLOG/RESOURCES POST GRID
-----------------------------------------------*/
.ab-blog-post-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }
  .ab-blog-post-grid .ab-blog-post-grid-item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    background: #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 0;
    padding: 0;
    position: relative; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-img {
      box-sizing: border-box;
      width: 100%;
      height: 250px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
      box-sizing: border-box;
      width: 80%;
      height: 250px;
      margin: 0 auto;
      padding: 10px;
      background: #f6f6f6;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-cat {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0 0 10px 0;
        color: #dd8a03;
        text-align: center; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date {
        color: #787b83;
        text-align: center; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-head {
        font-family: "SecondaryFont", serif;
        font-weight: normal;
        line-height: 125%;
        font-size: 1.25em;
        color: #232c36;
        text-align: center; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-link {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        font-family: "PrimaryFontBold", sans-serif;
        color: #787b83;
        text-align: center; }
        .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-link .ab-link-01-arrow {
          display: inline-block;
          box-sizing: border-box;
          margin: 0;
          padding: 0;
          width: 15px;
          height: 21px;
          background: url("../graphics/logo-icon-orange.png") 1px 10px no-repeat;
          background-size: 10px 11px; }
  .ab-blog-post-grid .ab-blog-post-grid-item:hover {
    box-shadow: rgba(0, 0, 0, 0) 1.95px 1.95px 2.6px; }

@media (min-width: 768px) {
  .ab-blog-post-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    grid-gap: 30px; }
    .ab-blog-post-grid .ab-blog-post-grid-item {
      width: 100%;
      height: 400px; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
        box-sizing: border-box;
        width: 80%;
        height: 250px;
        margin: 0 auto;
        padding: 20px;
        background: #f6f6f6; } }
@media (min-width: 1024px) {
  .ab-blog-post-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between; }
    .ab-blog-post-grid .ab-blog-post-grid-item {
      width: 100%;
      height: 420px; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
        box-sizing: border-box;
        width: 80%;
        height: 250px;
        margin: 0 auto;
        padding: 25px;
        background: #f6f6f6; } }
/*  -------------------------------------------
    SECTION: RESOURCES LIBRARY
-----------------------------------------------*/
.ab-resource-library-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px; }
  .ab-resource-library-grid .ab-resource-library-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 33.33% 66.67%; }
    .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-pic {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      border: 0; }
    .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 20px;
      background: #646871;
      color: #fff;
      display: grid;
      grid-template-columns: 100%;
      justify-content: center;
      align-items: center; }
      .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt h3 {
        display: inline;
        margin: 0;
        color: #fff;
        font-size: 1.15em; }
      .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt .ab-arrow-orange {
        display: inline-block;
        box-sizing: border-box;
        margin: 0 0 0 5px;
        padding: 0;
        width: 11px;
        height: 12px;
        background: url("../graphics/logo-icon-orange.png") center center no-repeat;
        background-size: cover; }
  .ab-resource-library-grid .ab-resource-library-grid-item:hover .ab-resource-library-grid-item-txt {
    background: #232c36;
    color: #fff; }

.ab-resource-box-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-resource-box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff; }
  .ab-resource-box .ab-resource-box-img {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-resource-box .ab-resource-box-img img {
      display: block;
      width: 100%;
      height: auto;
      outline: none;
      border: 0;
      padding: 0;
      margin: 0; }
  .ab-resource-box .ab-resource-box-txt {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px; }
    .ab-resource-box .ab-resource-box-txt h4 {
      color: #232c36;
      margin: 0; }
  .ab-resource-box .ab-resource-box-btn {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px; }
    .ab-resource-box .ab-resource-box-btn .ab-btn-pdf-file {
      display: grid;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 10px;
      grid-template-columns: auto auto;
      grid-gap: 5px;
      align-items: center;
      justify-content: center;
      background: transparent;
      font-family: "PrimaryFontBold", sans-serif;
      color: #dd8a03;
      font-weight: bold;
      font-size: 1.15em;
      border: 2px #dd8a03 solid; }
      .ab-resource-box .ab-resource-box-btn .ab-btn-pdf-file .ab-pdf-icon {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 17px;
        height: 20px;
        background: url("../graphics/pdf-icon.png") center center no-repeat;
        background-size: cover; }
    .ab-resource-box .ab-resource-box-btn .ab-btn-pdf-file:hover {
      background: #1d252c;
      color: #fff;
      border: 2px #1d252c solid; }

@media (min-width: 768px) {
  .ab-resource-library-grid {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 20px;
    justify-content: space-between; }
    .ab-resource-library-grid .ab-resource-library-grid-title {
      grid-column: 1 / span 2; }
    .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt {
      padding: 0 25px; }
      .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt h3 {
        font-size: 1.35em; }

  .ab-resource-box {
    display: grid;
    grid-template-columns: 15% 65% 20%;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 1024px) {
  .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt {
    padding: 0 50px; }
    .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt h3 {
      font-size: 1.75em; } }
@media (min-width: 1366px) {
  .ab-resource-library-grid .ab-resource-library-grid-item .ab-resource-library-grid-item-txt h3 {
    font-size: 2.0em; }

  .ab-resource-box .ab-resource-box-txt {
    padding: 10px 25px; }
  .ab-resource-box .ab-resource-box-btn {
    padding: 10px 25px; } }
/*  -------------------------------------------
    SECTION: PRIVATE CLIENT RESOURCES
-----------------------------------------------*/
.ab-resource-pc-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none; }

.ab-resource-pc-list-current {
  display: block; }

.ab-resource-pc-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px; }
  .ab-resource-pc-grid .ab-resource-pc-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-resource-pc-grid .ab-resource-pc-grid-item div {
      display: grid;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 10px;
      grid-template-columns: auto auto;
      grid-gap: 5px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: transparent;
      font-family: "PrimaryFontBold", sans-serif;
      color: #dd8a03;
      font-weight: bold;
      font-size: 1.15em;
      border: 2px #dd8a03 solid; }
    .ab-resource-pc-grid .ab-resource-pc-grid-item div:hover {
      background: #1d252c;
      color: #fff;
      border: 2px #1d252c solid; }
    .ab-resource-pc-grid .ab-resource-pc-grid-item .ab-btn-current {
      display: grid;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 10px;
      align-items: center;
      background: #dd8a03;
      font-family: "PrimaryFontBold", sans-serif;
      color: #fff;
      font-weight: bold;
      font-size: 1.15em;
      border: 1px #dd8a03 solid;
      text-align: center; }
    .ab-resource-pc-grid .ab-resource-pc-grid-item .ab-btn-current:hover {
      background: #1d252c;
      color: #fff;
      border: 1px #1d252c solid; }

@media (min-width: 768px) {
  .ab-resource-pc-grid {
    padding: 10px 0 20px 0;
    display: grid;
    grid-template-columns: 38% 29% 32%;
    grid-gap: unset;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 1024px) {
  .ab-resource-pc-grid {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    justify-content: space-between;
    align-items: center; } }
/*  -------------------------------------------
    SECTION: ZIM RESOURCES
-----------------------------------------------*/
.ab-zim-resource-left, .ab-zim-resource-right {
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 100%; }
  .ab-zim-resource-left .ab-zim-resource-pic, .ab-zim-resource-right .ab-zim-resource-pic {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-area: 1/1/2/2; }
    .ab-zim-resource-left .ab-zim-resource-pic img, .ab-zim-resource-right .ab-zim-resource-pic img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .ab-zim-resource-left .ab-zim-resource-txt, .ab-zim-resource-right .ab-zim-resource-txt {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-area: 2/1/3/2;
    display: grid;
    align-content: center; }
    .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 10px;
      display: grid;
      align-content: center;
      background: #333a43;
      color: #fff; }
      .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box h4, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box h4 {
        font-family: "PrimaryFontBold", sans-serif;
        color: #fff;
        font-weight: normal;
        margin: 0; }
      .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box .ab-link-01, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box .ab-link-01 {
        font-family: "PrimaryFontBold", sans-serif;
        color: #fff; }
      .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box .ab-link-01:hover, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box .ab-link-01:hover {
        color: #dd8a03; }

@media (min-width: 768px) {
  .ab-zim-resource-left .ab-zim-resource-pic, .ab-zim-resource-right .ab-zim-resource-pic {
    grid-area: unset; }
  .ab-zim-resource-left .ab-zim-resource-txt, .ab-zim-resource-right .ab-zim-resource-txt {
    grid-area: unset; }
    .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box {
      padding: 25px 20px; }

  .ab-zim-resource-left {
    display: grid;
    grid-template-columns: 40% 58%; }

  .ab-zim-resource-right {
    display: grid;
    grid-template-columns: 58% 40%;
    justify-content: flex-end; } }
@media (min-width: 1024px) {
  .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box {
    padding: 50px 25px;
    height: 240px; }

  .ab-zim-resource-left {
    display: grid;
    grid-template-columns: 40% 50%; }

  .ab-zim-resource-right {
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: flex-end; } }
@media (min-width: 1280px) {
  .ab-zim-resource-left .ab-zim-resource-txt .ab-zim-resource-txt-box, .ab-zim-resource-right .ab-zim-resource-txt .ab-zim-resource-txt-box {
    padding: 50px;
    height: 330px; }

  .ab-zim-resource-left {
    display: grid;
    grid-template-columns: 45% 45%; }

  .ab-zim-resource-right {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: flex-end; } }
/*  -------------------------------------------
    SECTION: ICON GRID
-----------------------------------------------*/
.ab-icon-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 25px 0 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px; }
  .ab-icon-grid .ab-icon-grid-box-head {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #dd8a03; }
  .ab-icon-grid .ab-icon-grid-box-data {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.825em; }
    .ab-icon-grid .ab-icon-grid-box-data img {
      display: block;
      box-sizing: border-box;
      height: 90px;
      width: auto;
      margin: 0 0 10px 0;
      padding: 0; }
    .ab-icon-grid .ab-icon-grid-box-data h4 {
      color: #dd8a03;
      margin: 0; }
    .ab-icon-grid .ab-icon-grid-box-data p {
      color: #fff;
      margin: 0; }

@media (min-width: 768px) {
  .ab-icon-grid {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 25px;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-icon-grid {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 50px;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: ICON GRID
-----------------------------------------------*/
.smiz-logo {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.groz-logo {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.quiz-logo {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.smiz-alpha-model {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.smiz-alpha-model-list {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
  counter-reset: my-smiz-counter; }

.smiz-alpha-model-list li {
  box-sizing: border-box;
  width: 100%;
  margin: 25px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 60px auto; }
  .smiz-alpha-model-list li span {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    background-color: #dd8a03;
    color: #fff; }
  .smiz-alpha-model-list li div {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    .smiz-alpha-model-list li div h4 {
      color: #dd8a03; }
    .smiz-alpha-model-list li div p {
      color: #fff; }

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