@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/Roboto/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontRegular';
  src: url("../fonts/Roboto/Roboto.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontMedium';
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontBold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  src: url("../fonts/Noto_Serif/NotoSerif-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: #002857; }

.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: #fafafa;
  color: #000;
  font-family: "PrimaryFont", sans-serif; }

p {
  font-family: "PrimaryFont", sans-serif;
  color: #000;
  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; }

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

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

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

h6 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1.15em; }

section {
  outline: none; }

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

  h2 {
    font-size: 2.0em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.35em; }

  h5 {
    font-size: 1.25em; }

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

  h2 {
    font-size: 2.5em; }

  h3 {
    font-size: 1.75em; }

  h4 {
    font-size: 1.5em; }

  h5 {
    font-size: 1.35em; }

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

  h2 {
    font-size: 2.5em; }

  h3 {
    font-size: 2.0em; }

  h4 {
    font-size: 1.65em; }

  h5 {
    font-size: 1.35em; }

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

*:focus {
  outline: 0; }

a {
  color: #919eb6;
  text-decoration: none;
  outline: none; }

a:link {
  outline: none; }

a:hover {
  color: #002857; }

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: #002857; }

.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-reponsive {
  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; }

/*  -------------------------------------------
    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.45em; }

  .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 10px;
      color: #002857;
      border-radius: 0 !important;
      border-bottom: 2px #fff solid;
      transition: all 0.25s; }
    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      color: #002857;
      border-bottom: 2px #97a0b7 solid;
      transition: all 0.25s; }
    .sm-clean a.current {
      color: #002857; }
    .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: #002857; }
      .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: #002857;
        margin: 0;
        font-size: 0.85em;
        padding-left: 10px; }
      .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 #002857; } }
@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: 0.85em; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      margin: 0 10px; }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
      font-size: 0.85em; } }
.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 li.ab-not-for-768 {
    display: none; }
  .sm-clean ul a {
    text-align: left; }
    .sm-clean ul a span.ab-fake-space {
      display: inline-block;
      width: 5px; } }
@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; }

.ab-header-home {
  opacity: 0;
  transition: opacity 0.25s; }

.ab-header-home-show {
  opacity: 1;
  transition: opacity .25s; }

#header-top-row {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: #556c8f;
  color: #fff;
  text-align: center;
  font-family: "SecondaryFont", serif;
  font-style: italic;
  font-size: 0.715em; }

#header-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 141px 48px;
  justify-content: space-between;
  transition: all 0.25s; }
  #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: 141px;
      height: 48px;
      outline: 0;
      border: 0;
      transition: all 0.25s;
      background: url("../graphics/logo.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-container {
    display: grid;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    grid-template-columns: auto;
    grid-area: 2 / 1 / 3 / 3; }
  #header-grid #header-grid-extra {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    grid-template-columns: auto auto;
    align-items: flex-start;
    justify-content: end;
    font-family: "SecondaryFont", serif;
    font-weight: bold; }
    #header-grid #header-grid-extra .header-grid-extra-tel {
      box-sizing: border-box;
      margin: 0;
      padding: 7px 20px;
      color: #002857;
      font-size: 0.85em; }
    #header-grid #header-grid-extra .header-grid-extra-popup {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 20px;
      font-size: 0.85em;
      background: linear-gradient(to left, #d5d8e1 50%, #002857 50%);
      background-size: 220% 100%;
      background-position: right bottom;
      color: #002857;
      transition: all 0.25s ease; }
    #header-grid #header-grid-extra .header-grid-extra-popup:hover {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 7px 20px;
      background-position: left bottom;
      color: #fff;
      font-size: 0.85em; }
  #header-grid #header-grid-desktop {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    #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-home {
      display: none;
      box-sizing: border-box;
      margin: 0;
      padding: 0 10px 0 0; }
      #header-grid #header-grid-desktop #header-grid-home a {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 25px;
        background: url("../graphics/home-icon-color.png") top left no-repeat;
        background-size: cover;
        text-indent: -9999px; }
    #header-grid #header-grid-desktop #header-grid-search {
      display: none;
      box-sizing: border-box;
      margin: 0;
      padding: 0 0 10px 10px; }
      #header-grid #header-grid-desktop #header-grid-search a {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 15px;
        height: 15px;
        background: url("../graphics/search-icon-color.png") top left no-repeat;
        background-size: cover;
        text-indent: -9999px; }

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

@media (min-width: 768px) {
  #header-top-row {
    font-size: 0.825em; }

  #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: 177px;
      height: 60px;
      transition: all 0.25s; }
    #header-grid #header-grid-mobile {
      display: none; }
    #header-grid #header-grid-container {
      grid-area: unset; }
    #header-grid #header-grid-extra {
      display: grid; }
    #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-home {
      display: none; }
    #header-grid #header-grid-desktop #header-grid-search {
      display: none; }

  .ab-header-margin {
    height: 136px; } }
@media (min-width: 1024px) {
  #header-top-row {
    font-size: 1.0em; }

  #header-grid {
    padding: 20px 0; }
    #header-grid #header-grid-logo a {
      width: 221px;
      height: 75px;
      transition: all 0.25s; }
    #header-grid #header-grid-desktop {
      grid-area: unset;
      display: grid;
      grid-template-columns: auto auto auto;
      align-items: flex-end;
      justify-content: end; }
      #header-grid #header-grid-desktop #header-grid-home {
        display: block; }
      #header-grid #header-grid-desktop #header-grid-search {
        display: block; }

  #header-grid.header-grid-short {
    padding: 10px 0;
    transition: all 0.25s; }
    #header-grid.header-grid-short #header-grid-logo a {
      width: 177px;
      height: 60px; }

  .ab-header-margin {
    height: 157px; } }
@media (min-width: 1280px) {
  #header-grid #header-grid-desktop #header-grid-search {
    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: 10%;
    text-align: center;
    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: #002857;
      font-weight: bold;
      font-size: 1.15em;
      border: 2px #002857 solid; }
    #ab-cover-video .ab-cover-video-links .ab-cover-video-link-btn:hover {
      background: #556c8f;
      border: 1px #556c8f solid; }
  #ab-cover-video .ab-cover-video-link-show {
    position: absolute;
    bottom: 10%;
    left: 10%;
    opacity: 1;
    transition: all 0.5s ease; }
  #ab-cover-video .ab-cover-logo-container {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 15, 49, 0.5);
    font-size: 0.765em; }
    #ab-cover-video .ab-cover-logo-container h4 {
      margin: 0px 0px 10px 0px; }
    #ab-cover-video .ab-cover-logo-container .ab-cover-logo-grid {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%;
      display: grid;
      grid-template-columns: auto auto auto auto auto auto auto auto auto;
      justify-content: space-between;
      align-items: center; }
      #ab-cover-video .ab-cover-logo-container .ab-cover-logo-grid img {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        height: 12px;
        width: auto; }

.ab-new-video-btn {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 280px;
  height: 101px;
  border: 0;
  outline: none;
  background: transparent url("../graphics/ab-new-video-btn.png") center center no-repeat;
  background-size: cover; }

.ab-new-video-btn:hover {
  background: transparent url("../graphics/ab-new-video-btn-hover.png") center center no-repeat;
  background-size: cover; }

@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-logo-container {
    width: 100%;
    height: 90px; }
    #ab-cover-video .ab-cover-logo-container .ab-cover-logo-grid img {
      height: 25px;
      width: auto; }
  #ab-cover-video .ab-cover-video-links {
    left: 42.5%; }
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 22.5%;
    left: 42.5%; } }
@media (min-width: 1024px) {
  #ab-cover-video .ab-cover-video-links {
    left: 42.5%; }
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 28%;
    left: 42.5%; }
  #ab-cover-video .ab-cover-logo-container {
    width: 100%;
    height: 125px;
    padding: 20px 0; }
    #ab-cover-video .ab-cover-logo-container h4 {
      margin: 0px 0px 20px 0px; }
    #ab-cover-video .ab-cover-logo-container .ab-cover-logo-grid img {
      height: 35px;
      width: auto; } }
@media (min-width: 1280px) {
  #ab-cover-video .ab-cover-video-links {
    left: 42.5%; }
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 32.5%;
    left: 42.5%; }
  #ab-cover-video .ab-cover-logo-container .ab-cover-logo-grid img {
    height: 35px;
    width: auto; } }
@media (min-width: 1600px) {
  #ab-cover-video .ab-cover-video-links {
    left: 43.5%; }
  #ab-cover-video .ab-cover-video-link-show {
    bottom: 35%;
    left: 43.5%; } }
/*  -------------------------------------------
    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: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    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 0 20px 0;
      text-align: center; }
    .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
      font-family: "PrimaryFontBold", sans-serif;
      color: #919eb6;
      font-size: 0.765em;
      letter-spacing: 1px; }
    .ab-banner .ab-banner-shadow h2 {
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      padding: 0 20px;
      letter-spacing: 1px;
      line-height: 90%;
      border-left: 15px #919eb6 solid;
      border-right: 15px #919eb6 solid;
      color: #fff;
      text-shadow: 1px 1px 3px #000; }
  .ab-banner .ab-banner-shadow-B {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: flex-end; }
    .ab-banner .ab-banner-shadow-B .ab-banner-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 0 20px 0;
      text-align: center; }
    .ab-banner .ab-banner-shadow-B .ab-banner-shadow-txt {
      font-family: 'SecondaryFont', serif;
      color: #fff;
      font-size: 1.25em; }
    .ab-banner .ab-banner-shadow-B h2 {
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      letter-spacing: 1px;
      line-height: 120%;
      color: #fff;
      text-shadow: 1px 1px 3px #000; }
  .ab-banner .ab-banner-shadow-blue {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center; }
    .ab-banner .ab-banner-shadow-blue .ab-banner-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 0 20px 0;
      text-align: center; }
    .ab-banner .ab-banner-shadow-blue .ab-banner-shadow-txt {
      font-family: "PrimaryFontBold", sans-serif;
      color: #919eb6;
      font-size: 0.765em;
      letter-spacing: 1px; }
    .ab-banner .ab-banner-shadow-blue h2 {
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      padding: 0 20px;
      letter-spacing: 1px;
      line-height: 90%;
      border-left: 15px #919eb6 solid;
      border-right: 15px #919eb6 solid;
      color: #fff;
      text-shadow: 1px 1px 3px #000; }
    .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px;
      background: rgba(0, 40, 87, 0.5);
      color: #fff; }
      .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue p {
        font-family: "SecondaryFont", serif;
        font-weight: normal;
        color: #fff; }

.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?nocache=1") center center no-repeat;
  background-size: cover; }

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

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

@media (min-width: 768px) {
  .ab-banner {
    height: 300px; }
    .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
      font-size: 1.15em; }
    .ab-banner .ab-banner-shadow-B {
      display: grid;
      grid-template-columns: 60%;
      justify-content: end;
      align-items: center; }
      .ab-banner .ab-banner-shadow-B .ab-banner-box {
        text-align: left;
        padding: 0 20px 20px 0; }
      .ab-banner .ab-banner-shadow-B .ab-banner-shadow-txt {
        font-size: 1.35em; }
    .ab-banner .ab-banner-shadow-blue {
      margin: 0;
      padding: 0 10% 0 0;
      display: grid;
      grid-template-columns: 40%;
      justify-content: end;
      align-items: center; }
      .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue {
        padding: 25px; }
        .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue p {
          color: #fff;
          font-size: 1.25em; }

  .ab-banner-07 {
    background: url("../graphics/banner-07.jpg") center center no-repeat;
    background-size: cover; } }
@media (min-width: 1024px) {
  .ab-banner {
    height: 450px; }
    .ab-banner .ab-banner-shadow .ab-banner-shadow-txt {
      font-size: 1.25em; }
    .ab-banner .ab-banner-shadow-B {
      display: grid;
      grid-template-columns: 50%;
      justify-content: end;
      align-items: center; }
      .ab-banner .ab-banner-shadow-B .ab-banner-shadow-txt {
        font-size: 1.5em; }
    .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue {
      padding: 50px; } }
@media (min-width: 1280px) {
  .ab-banner {
    height: 650px; }
    .ab-banner .ab-banner-shadow-blue {
      margin: 0;
      padding: 0 10% 0 0;
      display: grid;
      grid-template-columns: 35%;
      justify-content: end;
      align-items: center; }
      .ab-banner .ab-banner-shadow-blue .ab-banner-box-blue {
        padding: 50px 75px; } }
/*  -------------------------------------------
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: 300px;
  background: transparent; }

.ab-sec-parallax-02 {
  min-height: 250px;
  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-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: 0; }
  footer .ab-container {
    max-width: 1500px; }
  footer .footer-tagline {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #cccfdb; }
    footer .footer-tagline img {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 400px;
      height: auto; }
  footer .footer-main {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #002857 url("../graphics/footer-bg.png") top center no-repeat;
    background-size: cover; }
    footer .footer-main .ab-footer-logo {
      display: block;
      margin: 0 auto;
      padding: 50px 0;
      width: 100%;
      max-width: 300px;
      height: auto; }
    footer .footer-main .footer-main-grid {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 0 50px 0; }
      footer .footer-main .footer-main-grid .footer-main-grid-menu {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0 20px 0 0;
        list-style: none;
        display: none; }
        footer .footer-main .footer-main-grid .footer-main-grid-menu li {
          box-sizing: border-box;
          width: 100%;
          margin: 0;
          padding: 0; }
          footer .footer-main .footer-main-grid .footer-main-grid-menu li a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            padding: 0 0 8px 0; }
        footer .footer-main .footer-main-grid .footer-main-grid-menu a {
          font-family: "SecondaryFont", serif;
          color: #fff;
          font-size: 0.85em; }
        footer .footer-main .footer-main-grid .footer-main-grid-menu ul {
          box-sizing: border-box;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          footer .footer-main .footer-main-grid .footer-main-grid-menu ul a {
            color: #919eb6; }
          footer .footer-main .footer-main-grid .footer-main-grid-menu ul a:hover {
            color: #fff; }
      footer .footer-main .footer-main-grid .footer-main-grid-contact {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0; }
        footer .footer-main .footer-main-grid .footer-main-grid-contact p {
          font-family: "SecondaryFont", serif;
          color: #fff;
          font-size: 0.85em; }
    footer .footer-main .footer-legal {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px 0 10px 0;
      border-top: 1px #fff solid;
      font-size: 0.8em;
      color: #fff; }
      footer .footer-main .footer-legal p {
        color: #fff; }
      footer .footer-main .footer-legal a {
        color: #fff; }
      footer .footer-main .footer-legal a:hover {
        color: #919eb6; }
    footer .footer-main .footer-legal-grid {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; }

@media (min-width: 768px) {
  footer .footer-main .footer-main-grid {
    display: grid;
    grid-template-columns: 70% 30%; }
    footer .footer-main .footer-main-grid .footer-main-grid-menu {
      display: grid;
      grid-template-columns: 32% 32% 32%;
      justify-content: space-between; }
    footer .footer-main .footer-main-grid .footer-main-grid-contact {
      padding: 0 0 0 20px;
      border-left: 1px #fff solid; }
  footer .footer-main .footer-legal {
    font-size: 0.705em;
    color: #fff; }
  footer .footer-main .footer-legal-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  footer .footer-main .footer-main-grid {
    display: grid;
    grid-template-columns: 80% 20%; }
    footer .footer-main .footer-main-grid .footer-main-grid-menu {
      display: grid;
      grid-template-columns: 19% 19% 19% 19% 19%;
      justify-content: space-between; } }
/*  -------------------------------------------
    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-grey {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #ebecef;
  outline: none; }

.ab-sec-color {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #002857;
  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-25 {
  height: 25px; }

.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: #919eb6; }

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

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: 15px 10px;
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  color: #002857;
  border: 1px #f0f0f0 solid;
  border-radius: 0; }

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

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

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

textarea.ab-textarea-small {
  box-sizing: border-box;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  color: #002857;
  border: 1px #f0f0f0 solid;
  border-radius: 0; }

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

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

button {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
  grid-template-columns: auto auto;
  font-family: "PrimaryFontMedium", sans-serif;
  font-size: 0.85em;
  background: linear-gradient(to left, #002857 50%, #919eb6 50%);
  background-size: 220% 100%;
  background-position: right bottom;
  color: #fff;
  border: 0;
  border-left: 10px #919eb6 solid;
  transition: all 0.25s ease; }
  button .ab-btn-LB-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url("../graphics/ab-btn-LB-arrow.png") top left no-repeat;
    background-size: cover; }

button:hover {
  background-position: left bottom;
  color: #fff;
  font-size: 0.85em; }

/*  -------------------------------------------
    PROJECT 
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #002857; }

.prj-txt-regular {
  font-family: "PrimaryFontRegular", sans-serif; }

.prj-txt-medium {
  font-family: "PrimaryFontMedium", sans-serif; }

.prj-txt-bold {
  font-family: "PrimaryFontBold", sans-serif; }

.prj-txt-color-A {
  color: #002857; }

.prj-txt-color-B {
  color: #919eb6; }

.prj-sec-title {
  font-family: "PrimaryFontBold", sans-serif;
  color: #919eb6;
  font-size: 1.15em;
  letter-spacing: 1px; }

.prj-list-arrow {
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  width: 100%; }
  .prj-list-arrow li {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    margin: 10px 0;
    background: url("../graphics/prj-list-arrow.png") 1px 3px no-repeat;
    background-size: 15px 15px; }
    .prj-list-arrow li a {
      color: #002857;
      font-size: 1.15em;
      font-family: "PrimaryFontBold", sans-serif; }
    .prj-list-arrow li a:hover {
      color: #919eb6; }

@media (min-width: 768px) {
  .prj-multiple-col-2 {
    column-count: 2; }

  .prj-multiple-col-3 {
    column-count: 2; }

  .prj-multiple-col-4 {
    column-count: 2; }

  .prj-list-arrow {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px 0; } }
@media (min-width: 1024px) and (min-width: 768px) {
  .prj-multiple-col-3 {
    column-count: 3; }

  .prj-multiple-col-4 {
    column-count: 3; } }
@media (min-width: 1280px) {
  .prj-multiple-col-4 {
    column-count: 4; } }
/*  -------------------------------------------
    BUTTONS
-----------------------------------------------*/
.ab-btn-LB {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
  font-family: "PrimaryFontMedium", sans-serif;
  font-size: 0.85em;
  text-align: center;
  background: linear-gradient(to left, #002857 50%, #919eb6 50%);
  background-size: 220% 100%;
  background-position: right bottom;
  color: #fff;
  border-left: 10px #919eb6 solid;
  transition: all 0.25s ease; }
  .ab-btn-LB .ab-btn-LB-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url("../graphics/ab-btn-LB-arrow.png") top left no-repeat;
    background-size: cover; }

.ab-btn-LB:hover {
  background-position: left bottom;
  color: #fff;
  font-size: 0.85em; }

.ab-btn-LB-dark {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 30px;
  font-family: "SecondaryFont", serif;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to left, #d5d8e1 50%, #002857 50%);
  background-size: 220% 100%;
  background-position: right bottom;
  color: #002857;
  transition: all 0.25s ease; }
  .ab-btn-LB-dark .ab-btn-LB-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url("../graphics/ab-btn-LB-arrow-blue-dark.png") top left no-repeat;
    background-size: cover; }

.ab-btn-LB-dark:hover {
  font-family: "SecondaryFont", serif;
  font-weight: bold;
  background-position: left bottom;
  color: #fff; }
  .ab-btn-LB-dark:hover .ab-btn-LB-arrow {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: url("../graphics/ab-btn-LB-arrow.png") top left no-repeat;
    background-size: cover; }

.ab-btn-LB-full {
  width: 100%; }

.ab-btn-LB-200 {
  width: 200px; }

.ab-btn-LB-300 {
  width: 300px; }

.ab-btn-LB-450-max {
  width: 100%;
  max-width: 450px; }

.ab-btn-LB-600-max {
  width: 100%;
  max-width: 600px; }

.ab-link-arrow {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0;
  width: 14px;
  height: 14px;
  background: url("../graphics/ab-btn-LB-arrow.png") top left no-repeat;
  background-size: cover; }

/*  -------------------------------------------
    PROJECT COMPONENTS
-----------------------------------------------*/
.ab-prj-grey-box {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 25px;
  background: #ebecef; }

.ab-prj-grey-subtitle {
  font-family: "PrimaryFontBold", sans-serif; }

.ab-prj-list-arrow-blue {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none; }
  .ab-prj-list-arrow-blue li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 0 5px 20px;
    background: url("../graphics/ab-btn-LB-arrow-blue.png") 0px 8px no-repeat;
    background-size: 10px 10px; }

/*  -------------------------------------------
    ABOUT: FEATURED LOGOS
-----------------------------------------------*/
.prj-aboutus-logos {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: 70px;
  background: #000f31;
  font-size: 0.765em; }
  .prj-aboutus-logos h4 {
    margin: 0px 0px 10px 0px; }
  .prj-aboutus-logos .prj-aboutus-logo-grid {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    align-items: center; }
    .prj-aboutus-logos .prj-aboutus-logo-grid img {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      height: 12px;
      width: auto; }

@media (min-width: 768px) {
  .prj-aboutus-logos {
    width: 100%;
    height: 90px; }
    .prj-aboutus-logos .prj-aboutus-logo-grid img {
      height: 25px;
      width: auto; } }
@media (min-width: 1024px) {
  .prj-aboutus-logos {
    width: 100%;
    height: 135px;
    padding: 25px 0; }
    .prj-aboutus-logos h4 {
      margin: 0px 0px 25px 0px; }
    .prj-aboutus-logos .prj-aboutus-logo-grid img {
      height: 35px;
      width: auto; } }
@media (min-width: 1280px) {
  .ab-cover-logo-container .ab-cover-logo-grid img {
    height: 35px;
    width: auto; } }
/*  -------------------------------------------
    LIST: CHECK MARK
-----------------------------------------------*/
.ab-list-check-mark {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-list-check-mark li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0 20px 40px;
    background: url("../graphics/prj-check-mark.png") 1px 11px no-repeat;
    background-size: 25px 25px; }

/*  -------------------------------------------
    POPUP: SEARCH
-----------------------------------------------*/
#ab-search-popup {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
  color: #002857;
  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: #cccfdb;
    color: #002857;
    font-family: "SecondaryFont", serif;
    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: #002857;
    font-family: "SecondaryFont", serif;
    color: #fff;
    font-size: 1.15em;
    text-align: center;
    border: 2px #002857 solid;
    border-radius: 2px; }
  .ab-search-popup-box form.ab-search-form input[type="submit"]:hover {
    background: #556c8f;
    color: #fff;
    border: 2px #556c8f solid; }

/*  -------------------------------------------
    POPUP: CALL TO ACTION
-----------------------------------------------*/
#ab-calltoaction-popup, #ab-download-popup {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
  color: #002857;
  width: 100%;
  max-width: 850px;
  margin: 20px auto; }

.ab-calltoaction-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%; }
  .ab-calltoaction-grid .ab-calltoaction-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-download {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: 100%;
      grid-gap: 5px; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-kit {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: 100%;
      grid-gap: 5px; }
      .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-kit .ab-form-kit-grid {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 5px; }
  .ab-calltoaction-grid .ab-calltoaction-grid-item-2 {
    grid-area: 1/1/2/2; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item-2 .ab-calltoaction-img-book {
      display: block;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 270px;
      height: auto; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item-2 .ab-calltoaction-img-kit {
      display: block;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 300px;
      height: auto; }

@media (min-width: 768px) {
  .ab-calltoaction-grid {
    display: grid;
    grid-template-columns: auto 300px;
    justify-content: space-between;
    grid-gap: 50px; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-download {
      display: grid;
      grid-template-columns: 49.5% 49.5%;
      justify-content: space-between;
      grid-gap: 5px 5px; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-kit {
      display: grid;
      grid-template-columns: 49.5% 49.5%;
      justify-content: space-between;
      grid-gap: 5px 5px; }
      .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-kit .ab-form-kit-full {
        grid-column: 1 / span 2; }
      .ab-calltoaction-grid .ab-calltoaction-grid-item .ab-form-kit .ab-form-kit-grid {
        display: grid;
        grid-template-columns: 49.5% 49.5%;
        justify-content: space-between;
        grid-gap: 5px 5px; }
    .ab-calltoaction-grid .ab-calltoaction-grid-item-2 {
      grid-area: unset; } }
@media (min-width: 1024px) {
  #ab-calltoaction-popup, #ab-download-popup, #ab-contact-popup {
    padding: 50px; } }
/*  -------------------------------------------
    POPUP: CONTACT MAP
-----------------------------------------------*/
#ab-contact-popup {
  position: relative;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
  color: #002857;
  width: 100%;
  max-width: 1250px;
  margin: 20px auto; }

@media (min-width: 1024px) {
  #ab-contact-popup {
    padding: 50px; } }
/*  -------------------------------------------
    BOOK SECTION
-----------------------------------------------*/
.ab-book-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-book-grid .ab-book-grid-cover {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-book-grid .ab-book-grid-cover img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      max-width: 250px;
      height: auto;
      margin: 0;
      padding: 0; }
  .ab-book-grid .ab-book-grid-info {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }

.ab-book-grid-cover-margin {
  display: none; }

@media (min-width: 768px) {
  .ab-book-grid {
    display: grid;
    grid-template-columns: 250px auto;
    align-items: center; }
    .ab-book-grid .ab-book-grid-info {
      padding: 0 0 0 50px; } }
@media (min-width: 1024px) {
  .ab-book-grid {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center; }
    .ab-book-grid .ab-book-grid-cover img {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0;
      padding: 0;
      margin-top: -100px; }
    .ab-book-grid .ab-book-grid-info {
      padding: 0 0 0 50px; }

  .ab-book-grid-cover-margin {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0; } }
/*  -------------------------------------------
    HOME: WHAT DO YOU GET WITH BLRS?
-----------------------------------------------*/
.prj-get-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 20px; }
  .prj-get-grid .prj-get-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .prj-get-grid .prj-get-grid-item img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; }
    .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: 100%;
      position: absolute;
      top: calc(100% - 67px);
      left: 0;
      right: 0;
      background: rgba(0, 40, 87, 0.6);
      color: #fff;
      animation: slideInDown;
      animation-duration: 0.75s; }
      .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt h5 {
        font-family: "SecondaryFont", serif;
        font-weight: normal;
        font-size: 1.20em;
        color: #fff;
        margin: 0;
        padding: 20px 0;
        text-align: center; }
      .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt p {
        margin: 0;
        padding: 0 35px;
        color: #fff;
        text-align: center; }
      .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt .prj-get-grid-item-txt-link {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 20px 0 0 0;
        text-align: center; }
      .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt .ab-btn-TXT {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 0 20px 0 0;
        height: 12px;
        font-family: "PrimaryFontMedium", sans-serif; }
        .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt .ab-btn-TXT .ab-btn-TXT-arrow {
          display: inline-block;
          box-sizing: border-box;
          margin: 0 0 0 5px;
          padding: 0;
          width: 12px;
          height: 12px;
          background: url("../graphics/ab-btn-LB-arrow-blue.png") top left no-repeat;
          background-size: cover; }
      .prj-get-grid .prj-get-grid-item .prj-get-grid-item-txt .ab-btn-TXT:hover {
        color: #fff; }
  .prj-get-grid .prj-get-grid-item:hover .prj-get-grid-item-txt {
    align-items: center;
    top: 0;
    animation: slideInUp;
    animation-duration: 0.75s; }

@media (min-width: 640px) {
  .prj-get-grid {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    gap: 20px; } }
@media (min-width: 1024px) {
  .prj-get-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    gap: 20px; } }
/*  -------------------------------------------
    SECTION: QUOTATION
-----------------------------------------------*/
.prj-sec-quotation {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .prj-sec-quotation .prj-sec-quotation-img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100px;
    height: auto; }
  .prj-sec-quotation .prj-sec-quotation-txt {
    font-family: "SecondaryFont", serif;
    font-weight: normal;
    line-height: 150%;
    font-size: 1.55em;
    font-style: italic;
    color: #002857;
    text-align: center; }
  .prj-sec-quotation .prj-sec-quotation-author {
    font-family: "PrimaryFont", sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #002857;
    text-align: center; }
    .prj-sec-quotation .prj-sec-quotation-author .prj-sec-quotation-name {
      font-family: "PrimaryFontBold", sans-serif;
      color: #002857;
      text-align: center; }
      .prj-sec-quotation .prj-sec-quotation-author .prj-sec-quotation-name span {
        font-size: 0.875em; }

/*  -------------------------------------------
    SECTION: TOP 10 RETIREMENT Q&A
-----------------------------------------------*/
.prj-sec-qa {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-sec-qa.jpg") center center no-repeat;
  background-size: cover; }
  .prj-sec-qa h2 {
    color: #fff; }

.prj-sec-qa-screen {
  display: none; }

.prj-sec-qa-mobile {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 25px 0 50px 0;
  display: block; }
  .prj-sec-qa-mobile ul {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .prj-sec-qa-mobile ul li {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 30px 0;
      border-bottom: 1px rgba(255, 255, 255, 0.25) solid; }
      .prj-sec-qa-mobile ul li h3 {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0 65px 0 0;
        color: #fff;
        background: url("../graphics/ab-prj-arrow-down.png") center right no-repeat;
        background-size: 30px 17px; }
      .prj-sec-qa-mobile ul li p {
        display: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 30px 0 0 0;
        color: #fff; }
        .prj-sec-qa-mobile ul li p .ab-btn-TXT {
          display: inline-block;
          box-sizing: border-box;
          margin: 0;
          padding: 0 20px 0 0;
          height: 12px; }
          .prj-sec-qa-mobile ul li p .ab-btn-TXT .ab-btn-TXT-arrow {
            display: inline-block;
            box-sizing: border-box;
            margin: 0 0 0 5px;
            padding: 0;
            width: 12px;
            height: 12px;
            background: url("../graphics/ab-btn-LB-arrow.png") top left no-repeat;
            background-size: cover; }
        .prj-sec-qa-mobile ul li p .ab-btn-TXT:hover {
          color: #fff; }
    .prj-sec-qa-mobile ul li:first-child {
      border-top: 1px rgba(255, 255, 255, 0.25) solid; }
    .prj-sec-qa-mobile ul li.ab-current h3 {
      background: url("../graphics/ab-prj-arrow-up.png") center right no-repeat;
      background-size: 30px 17px; }
    .prj-sec-qa-mobile ul li.ab-current p {
      display: block; }

@media (min-width: 1024px) {
  .prj-sec-qa-mobile {
    display: none; }

  .prj-sec-qa-screen {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative; }
    .prj-sec-qa-screen .prj-sec-qa-blank {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
    .prj-sec-qa-screen .prj-sec-qa-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: 50% 50%;
      grid-template-rows: 20% 20% 20% 20% 20%; }
      .prj-sec-qa-screen .prj-sec-qa-grid a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
    .prj-sec-qa-screen .prj-sec-qa-bg-01 {
      background: url("../graphics/prj-QnA-01.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-02 {
      background: url("../graphics/prj-QnA-02.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-03 {
      background: url("../graphics/prj-QnA-03.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-04 {
      background: url("../graphics/prj-QnA-04.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-05 {
      background: url("../graphics/prj-QnA-05.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-06 {
      background: url("../graphics/prj-QnA-06.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-07 {
      background: url("../graphics/prj-QnA-07.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-08 {
      background: url("../graphics/prj-QnA-08.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-09 {
      background: url("../graphics/prj-QnA-09.png") center center no-repeat;
      background-size: cover; }
    .prj-sec-qa-screen .prj-sec-qa-bg-10 {
      background: url("../graphics/prj-QnA-10.png") center center no-repeat;
      background-size: cover; } }
/*  -------------------------------------------
    SECTION: SHADE RIGHT
-----------------------------------------------*/
.prj-sec-shade-right {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ebecef; }

@media (min-width: 768px) {
  .prj-sec-shade-right {
    background: transparent url("../graphics/prj-shade-right.png") top center repeat-y; } }
/*  -------------------------------------------
    SECTION: MEET BILL LOSEY
-----------------------------------------------*/
.ab-meet-bill-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ebecef; }
  .ab-meet-bill-grid .ab-meet-bill-grid-pic {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-meet-bill-grid .ab-meet-bill-grid-pic img {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
  .ab-meet-bill-grid .ab-meet-bill-grid-txt {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px; }
    .ab-meet-bill-grid .ab-meet-bill-grid-txt h3 {
      margin: 0 0 10px 0; }
      .ab-meet-bill-grid .ab-meet-bill-grid-txt h3 span {
        font-size: 0.765em; }
    .ab-meet-bill-grid .ab-meet-bill-grid-txt h4 {
      margin-top: 0; }

@media (min-width: 768px) {
  .ab-meet-bill-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center; }
    .ab-meet-bill-grid .ab-meet-bill-grid-txt {
      padding: 20px 0 20px 20px; } }
@media (min-width: 1024px) {
  .ab-meet-bill-grid .ab-meet-bill-grid-txt {
    padding: 20px 0 20px 50px; } }
@media (min-width: 1280px) {
  .ab-meet-bill-grid .ab-meet-bill-grid-txt {
    padding: 20px 0 20px 75px; } }
/*  -------------------------------------------
    SECTION: BIO ACCORDIAN
-----------------------------------------------*/
.ab-bio {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.ab-bio > li {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 100px;
  background: url("../graphics/bio-icon-default.png") top left no-repeat;
  background-size: 85px auto; }
  .ab-bio > li h3 {
    margin-top: 0;
    color: #cccfdb;
    padding-top: 20px;
    cursor: pointer; }
  .ab-bio > li .ab-bio-content {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none; }

.ab-bio > li:last-child {
  background: url("../graphics/bio-icon-default-last.png") top left no-repeat;
  background-size: 85px auto; }

.ab-bio > li.ab-bio-open {
  background: url("../graphics/bio-icon-open.png") top left no-repeat;
  background-size: 85px auto; }
  .ab-bio > li.ab-bio-open h3 {
    color: #002857; }
  .ab-bio > li.ab-bio-open .ab-bio-content {
    display: block; }

.ab-bio > li:hover h3 {
  color: #002857; }

.ab-bio > li.ab-bio-open:last-child {
  background: url("../graphics/bio-icon-open-last.png") top left no-repeat;
  background-size: 85px auto; }

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

/*  -------------------------------------------
    SECTION: MEDIA PRESENCE
-----------------------------------------------*/
.ab-media-links {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  justify-content: space-between;
  gap: 10px; }
  .ab-media-links li {
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    font-family: "SecondaryFont", serif;
    font-size: 1.0em;
    background: #fff;
    overflow: hidden;
    cursor: pointer; }
    .ab-media-links li div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      color: #002857;
      text-align: center; }
  .ab-media-links li:hover {
    background: #002857; }
    .ab-media-links li:hover div {
      color: #fff; }
  .ab-media-links li.ab-current {
    background: #002857; }
    .ab-media-links li.ab-current div {
      color: #fff; }

.ab-media-list {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }
  .ab-media-list .ab-media-list-icons {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-media-list .ab-media-list-icons ul {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: 100%;
      justify-content: space-between;
      gap: 10px;
      /*  ------------------------------------------
      TELEVISION
      ------------------------------------------  */
      /*  ------------------------------------------
      RADIO
      ------------------------------------------  */
      /*  ------------------------------------------
      NEWSPAPER
      ------------------------------------------  */
      /*  ------------------------------------------
      MAGAZINES
      ------------------------------------------  */
      /*  ------------------------------------------
      INDUSTRY TRADE MAGAZINES
      ------------------------------------------  */ }
      .ab-media-list .ab-media-list-icons ul li {
        box-sizing: border-box;
        width: 100%;
        height: 150px;
        margin: 0;
        padding: 0;
        background: #eef0f4; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-01 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-01.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-01:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-01c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-02 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-02.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-02:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-02c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-03 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-03.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-03:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-03c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-04 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-04.png") center center no-repeat;
        background-size: auto 35px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-04:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-04c.png") center center no-repeat;
        background-size: auto 35px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-05 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-05.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-05:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-05c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-06 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-06.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-06:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-06c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-07 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-07.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-07:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-07c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-08 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-08.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-08:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-08c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-09 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-09.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-09:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-09c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-10 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-10.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-10:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-10c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-11 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-11.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-11:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-11c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-12 {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-12.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-01-12:hover {
        background: #eef0f4 url("../graphics/media-presence/televison/ab-media-list-icon-01-12c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-01 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-01.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-01:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-01c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-02 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-02.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-02:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-02c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-03 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-03.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-03:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-03c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-04 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-04.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-04:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-04c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-05 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-05.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-05:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-05c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-06 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-06.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-06:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-06c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-07 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-07.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-07:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-07c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-08 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-08.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-08:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-08c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-09 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-09.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-09:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-09c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-10 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-10.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-10:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-10c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-11 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-11.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-11:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-11c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-12 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-12.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-12:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-12c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-13 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-13.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-13:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-13c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-14 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-14.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-14:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-14c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-15 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-15.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-15:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-15c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-16 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-16.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-16:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-16c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-17 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-17.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-17:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-17c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-18 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-18.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-18:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-18c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-19 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-19.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-19:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-19c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-20 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-20.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-20:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-20c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-21 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-21.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-21:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-21c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-22 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-22.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-22:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-22c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-23 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-23.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-23:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-23c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-24 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-24.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-24:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-24c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-25 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-25.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-25:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-25c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-26 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-26.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-26:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-26c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-27 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-27.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-27:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-27c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-28 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-28.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-28:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-28c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-29 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-29.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-29:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-29c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-30 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-30.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-30:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-30c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-31 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-31.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-31:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-31c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-32 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-32.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-32:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-32c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-33 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-33.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-33:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-33c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-34 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-34.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-34:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-34c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-35 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-35.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-35:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-35c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-36 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-36.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-36:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-36c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-37 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-37.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-37:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-37c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-38 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-38.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-38:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-38c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-39 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-39.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-39:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-39c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-40 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-40.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-40:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-40c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-41 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-41.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-41:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-41c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-42 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-42.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-42:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-42c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-43 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-43.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-43:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-43c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-44 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-44.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-44:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-44c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-45 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-45.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-45:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-45c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-46 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-46.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-46:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-46c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-47 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-47.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-47:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-47c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-48 {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-48.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-02-48:hover {
        background: #eef0f4 url("../graphics/media-presence/radio/ab-media-list-icon-02-48c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-01 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-01.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-01:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-01c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-02 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-02.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-02:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-02c.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-03 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-03.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-03:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-03c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-04 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-04.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-04:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-04c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-05 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-05.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-05:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-05c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-06 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-06.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-06:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-06c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-07 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-07.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-07:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-07c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-08 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-08.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-08:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-08c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-09 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-09.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-09:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-09c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-10 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-10.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-10:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-10c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-11 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-11.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-11:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-11c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-12 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-12.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-12:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-12c.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-13 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-13.png") center center no-repeat;
        background-size: auto 75px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-13:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-13c.png") center center no-repeat;
        background-size: auto 75px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-14 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-14.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-14:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-14c.png") center center no-repeat;
        background-size: auto 60px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-15 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-15.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-15:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-15c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-16 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-16.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-16:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-16c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-17 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-17.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-17:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-17c.png") center center no-repeat;
        background-size: auto 40px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-18 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-18.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-18:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-18c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-19 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-19.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-19:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-19c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-20 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-20.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-20:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-20c.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-21 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-21.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-21:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-21c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-22 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-22.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-22:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-22c.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-23 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-23.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-23:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-23c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-24 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-24.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-24:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-24c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-25 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-25.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-25:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-25c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-26 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-26.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-26:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-26c.png") center center no-repeat;
        background-size: auto 25px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-27 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-27.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-27:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-27c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-28 {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-28.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-03-28:hover {
        background: #eef0f4 url("../graphics/media-presence/newspapers/ab-media-list-icon-03-28c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-01 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-01.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-01:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-01c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-02 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-02.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-02:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-02c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-03 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-03.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-03:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-03c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-04 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-04.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-04:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-04c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-05 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-05.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-05:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-05c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-06 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-06.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-06:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-06c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-07 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-07.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-07:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-07c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-08 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-08.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-08:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-08c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-09 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-09.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-09:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-09c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-10 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-10.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-10:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-10c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-11 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-11.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-11:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-11c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-12 {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-12.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-04-12:hover {
        background: #eef0f4 url("../graphics/media-presence/magazines/ab-media-list-icon-04-12c.png") center center no-repeat;
        background-size: auto 50px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-01 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-01.png") center center no-repeat;
        background-size: auto 20px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-01:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-01c.png") center center no-repeat;
        background-size: auto 20px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-02 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-02.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-02:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-02c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-03 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-03.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-03:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-03c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-04 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-04.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-04:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-04c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-05 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-05.png") center center no-repeat;
        background-size: auto 20px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-05:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-05c.png") center center no-repeat;
        background-size: auto 20px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-06 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-06.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-06:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-06c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-07 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-07.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-07:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-07c.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-08 {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-08.png") center center no-repeat;
        background-size: auto 30px; }
      .ab-media-list .ab-media-list-icons ul .ab-media-list-icon-05-08:hover {
        background: #eef0f4 url("../graphics/media-presence/itm/ab-media-list-icon-05-08c.png") center center no-repeat;
        background-size: auto 30px; }

.ab-media-list.ab-current {
  display: block;
  animation: slideInUp;
  animation-duration: 0.75s; }

@media (min-width: 768px) {
  .ab-media-links {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    justify-content: space-between; }
    .ab-media-links li {
      font-size: 0.815em; }

  .ab-media-list .ab-media-list-icons ul {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%; } }
@media (min-width: 1024px) {
  .ab-media-links {
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    justify-content: space-between; }
    .ab-media-links li {
      font-size: 1.0em; }

  .ab-media-list .ab-media-list-icons ul {
    display: grid;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%; } }
/*  -------------------------------------------
    SECTION: LET’S GET PERSONAL
-----------------------------------------------*/
.ab-get-personal-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-get-personal.jpg") center center no-repeat;
  background-size: cover; }

.ab-get-personal {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%; }
  .ab-get-personal .ab-get-personal-item {
    box-sizing: border-box;
    width: 100%;
    height: 225px;
    margin: 0;
    padding: 0;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url("../graphics/ab-get-personal.png");
    background-position: center top;
    background-size: 90% 1px;
    background-repeat: no-repeat; }
    .ab-get-personal .ab-get-personal-item .ab-get-personal-box {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
      .ab-get-personal .ab-get-personal-item .ab-get-personal-box h2 {
        color: #fff;
        margin: 0; }
      .ab-get-personal .ab-get-personal-item .ab-get-personal-box img {
        display: block;
        box-sizing: border-box;
        width: auto;
        height: 65px;
        margin: 0 auto;
        padding: 0; }
      .ab-get-personal .ab-get-personal-item .ab-get-personal-box div {
        font-family: "PrimaryFontBold", sans-serif;
        margin: 5px 0;
        color: #919eb6; }
      .ab-get-personal .ab-get-personal-item .ab-get-personal-box p {
        color: #fff;
        margin: 0;
        line-height: 125%; }
  .ab-get-personal .ab-get-personal-item:first-child {
    background-image: none; }

@media (min-width: 768px) {
  .ab-get-personal {
    display: grid;
    grid-template-columns: 50% 50%; }
    .ab-get-personal .ab-get-personal-item:nth-child(1n+0) {
      background-image: url("../graphics/ab-get-personal.png"), url("../graphics/ab-get-personal.png");
      background-position: right center, center top;
      background-size: 1px 80%,  90% 1px;
      background-repeat: no-repeat, no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(1) {
      background-image: url("../graphics/ab-get-personal.png");
      background-position: right center;
      background-size: 1px 80%;
      background-repeat: no-repeat, no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(2n+0) {
      background-image: url("../graphics/ab-get-personal.png");
      background-position: center top;
      background-size: 90% 1px;
      background-repeat: no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(2) {
      background-image: none; } }
@media (min-width: 1024px) {
  .ab-get-personal {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%; }
    .ab-get-personal .ab-get-personal-item:nth-child(1n+0) {
      background-image: url("../graphics/ab-get-personal.png"), url("../graphics/ab-get-personal.png");
      background-position: right center, center top;
      background-size: 1px 80%,  90% 1px;
      background-repeat: no-repeat, no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(1), .ab-get-personal .ab-get-personal-item:nth-child(2) {
      background-image: url("../graphics/ab-get-personal.png");
      background-position: right center;
      background-size: 1px 80%;
      background-repeat: no-repeat, no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(3n+0) {
      background-image: url("../graphics/ab-get-personal.png");
      background-position: center top;
      background-size: 90% 1px;
      background-repeat: no-repeat; }
    .ab-get-personal .ab-get-personal-item:nth-child(3) {
      background-image: none; } }
/*  -------------------------------------------
    SECTION: GALLERY
-----------------------------------------------*/
.ab-gallery-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-sec-gallery.jpg") center center no-repeat;
  background-size: cover; }

.ab-gallery-grid {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 280px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 45px 60px;
  gap: 5px; }
  .ab-gallery-grid .gallery-pic img {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .ab-gallery-grid .gallery-pic-01 img, .ab-gallery-grid .gallery-pic-02 img, .ab-gallery-grid .gallery-pic-03 img {
    height: 45px;
    width: auto; }
  .ab-gallery-grid .gallery-pic-04 img {
    height: 110px;
    width: auto; }
  .ab-gallery-grid .gallery-pic-05 img, .ab-gallery-grid .gallery-pic-06 img {
    height: 60px;
    width: auto; }
  .ab-gallery-grid .gallery-pic-04 {
    grid-area: 1/4/3/5; }
  .ab-gallery-grid .gallery-pic-05 {
    grid-area: 2/1/3/3; }

@media (min-width: 768px) {
  .ab-gallery-grid {
    width: 100%;
    max-width: 580px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 90px 120px;
    gap: 15px; }
    .ab-gallery-grid .gallery-pic-01 img, .ab-gallery-grid .gallery-pic-02 img, .ab-gallery-grid .gallery-pic-03 img {
      height: 90px;
      width: auto; }
    .ab-gallery-grid .gallery-pic-04 img {
      height: 225px;
      width: auto; }
    .ab-gallery-grid .gallery-pic-05 img, .ab-gallery-grid .gallery-pic-06 img {
      height: 120px;
      width: auto; } }
@media (min-width: 1024px) {
  .ab-gallery-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 940px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 150px 200px;
    gap: 20px; }
    .ab-gallery-grid .gallery-pic img {
      box-sizing: border-box;
      margin: 0;
      padding: 0; }
    .ab-gallery-grid .gallery-pic-01 img, .ab-gallery-grid .gallery-pic-02 img, .ab-gallery-grid .gallery-pic-03 img {
      height: 150px;
      width: auto; }
    .ab-gallery-grid .gallery-pic-04 img {
      height: 370px;
      width: auto; }
    .ab-gallery-grid .gallery-pic-05 img, .ab-gallery-grid .gallery-pic-06 img {
      height: 200px;
      width: auto; }
    .ab-gallery-grid .gallery-pic-04 {
      grid-area: 1/4/3/5; }
    .ab-gallery-grid .gallery-pic-05 {
      grid-area: 2/1/3/3; } }
/*  -------------------------------------------
    SECTION: FIRM STRUCTURE
-----------------------------------------------*/
.ab-fs-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-firm-structure.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  .ab-fs-container .ab-fs-title {
    color: #919eb6;
    font-size: 1.15em;
    letter-spacing: 1px; }

.ab-fs-sei-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(0, 40, 87, 0.5); }
  .ab-fs-sei-grid .ab-fs-sei-grid-logo {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 50px 0; }
    .ab-fs-sei-grid .ab-fs-sei-grid-logo img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      max-width: 360px;
      height: auto;
      margin: 0;
      padding: 0; }
  .ab-fs-sei-grid .ab-fs-sei-grid-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 50px 0 0 0;
    border-top: 1px #fff solid; }
    .ab-fs-sei-grid .ab-fs-sei-grid-text p {
      margin: 0;
      font-size: 1.15em;
      color: #fff;
      font-family: "PrimaryFontBold", sans-serif; }

@media (min-width: 768px) {
  .ab-fs-sei-grid {
    padding: 50px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center; }
    .ab-fs-sei-grid .ab-fs-sei-grid-logo {
      padding: 0 50px 0 0;
      display: grid;
      justify-content: end; }
    .ab-fs-sei-grid .ab-fs-sei-grid-text {
      padding: 0 0 0 50px;
      border: 0;
      border-left: 1px #fff solid; } }
/*  -------------------------------------------
    SECTION: FREQUENTLY ASKED QUESTIONS
-----------------------------------------------*/
.ab-faqs-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-faqs.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }

.ab-faqs-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px; }
  .ab-faqs-grid .ab-faqs-grid-item {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    background: url("../graphics/prj-faq-bg.png") center center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 5px #f0f0f0;
    display: grid;
    align-content: center;
    cursor: pointer; }
    .ab-faqs-grid .ab-faqs-grid-item h4 {
      text-align: center;
      margin: 0; }
    .ab-faqs-grid .ab-faqs-grid-item .ab-faqs-grid-item-arrow {
      box-sizing: border-box;
      width: 100%;
      height: 13px;
      margin: 0;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      background: url("../graphics/prj-faq-arrow.png") center center no-repeat;
      background-size: 20px 13px; }
    .ab-faqs-grid .ab-faqs-grid-item .ab-faqs-grid-item-answer {
      box-sizing: border-box;
      width: 100%;
      height: 410px;
      margin: 0;
      padding: 10px;
      background: #dee2ea;
      display: none; }
      .ab-faqs-grid .ab-faqs-grid-item .ab-faqs-grid-item-answer h4 {
        text-align: center;
        margin: 0; }
      .ab-faqs-grid .ab-faqs-grid-item .ab-faqs-grid-item-answer p {
        text-align: center; }
  .ab-faqs-grid .ab-faqs-grid-item:hover .ab-faqs-grid-item-answer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 10;
    display: grid;
    align-content: center; }

@media (min-width: 768px) {
  .ab-faqs-grid .ab-faqs-grid-item .ab-faqs-grid-item-answer {
    padding: 50px; } }
@media (min-width: 1024px) {
  .ab-faqs-grid {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    justify-content: space-between;
    gap: 10px; } }
/*  -------------------------------------------
    SECTION: CONTACT MAP
-----------------------------------------------*/
.ab-contact-map-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-contact-map-container a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-contact-map-container a img {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .ab-contact-map-container .ab-container-container {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-contact-map-container .ab-container-container .ab-container-mobile {
      margin: 0 auto;
      padding: 0; }
    .ab-contact-map-container .ab-container-container .ab-contact-address-box {
      box-sizing: border-box;
      width: 100%;
      max-width: 360px;
      margin: 0;
      padding: 20px;
      background: rgba(0, 40, 87, 0.75); }
      .ab-contact-map-container .ab-container-container .ab-contact-address-box p {
        margin: 0 0 20px 0;
        color: #fff;
        font-family: "SecondaryFont", serif; }
      .ab-contact-map-container .ab-container-container .ab-contact-address-box p:last-child {
        margin-bottom: 0px; }

@media (min-width: 768px) {
  .ab-contact-map-container .ab-container-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px; }
    .ab-contact-map-container .ab-container-container .ab-container-mobile {
      padding: 0px 10px; }
    .ab-contact-map-container .ab-container-container .ab-contact-address-box {
      width: 100%;
      max-width: 300px;
      margin: 0;
      padding: 20px; } }
@media (min-width: 1024px) {
  .ab-contact-map-container .ab-container-container .ab-container-mobile {
    padding: 0px 25px; }
  .ab-contact-map-container .ab-container-container .ab-contact-address-box {
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding: 35px; }
    .ab-contact-map-container .ab-container-container .ab-contact-address-box p {
      font-size: 1.15em; } }
@media (min-width: 1280px) {
  .ab-contact-map-container .ab-container-container .ab-container-mobile {
    padding: 0px 75px; }
  .ab-contact-map-container .ab-container-container .ab-contact-address-box {
    width: 100%;
    max-width: 375px;
    margin: 0;
    padding: 35px; }
    .ab-contact-map-container .ab-container-container .ab-contact-address-box p {
      font-size: 1.25em; } }
/*  -------------------------------------------
    SECTION: GET IN TOUCH
-----------------------------------------------*/
.ab-git-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-get-in-touch.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  display: grid;
  align-items: center; }

.ab-git-grid {
  box-sizing: border-box;
  width: 100%;
  margin: -50px 0 0 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  background: #fff; }
  .ab-git-grid .ab-git-grid-item-2 h4 {
    margin-bottom: 10px; }
  .ab-git-grid .ab-git-recaptcha {
    text-align: center; }
  .ab-git-grid p {
    margin: 0; }
  .ab-git-grid .ab-git-submit button {
    width: 100%; }

@media (min-width: 768px) {
  .ab-git-grid {
    margin: -100px 0 0 0;
    padding: 50px;
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start; }
    .ab-git-grid .ab-git-grid-item-2 {
      grid-area: 1/2/4/3; }
    .ab-git-grid .ab-git-recaptcha {
      text-align: center;
      grid-column: 1 / span 2; }
    .ab-git-grid p {
      grid-column: 1 / span 2; }
    .ab-git-grid .ab-git-submit {
      grid-column: 1 / span 2;
      text-align: center; }
      .ab-git-grid .ab-git-submit button {
        width: 100%;
        max-width: 200px; } }
/*  -------------------------------------------
    SECTION: MEDIA AND PRESS INQUIRIES
-----------------------------------------------*/
.ab-mp-inquiries-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  position: relative; }
  .ab-mp-inquiries-grid input[type="text"], .ab-mp-inquiries-grid input[type="email"], .ab-mp-inquiries-grid textarea {
    background: #fff; }
  .ab-mp-inquiries-grid p {
    margin: 0; }
  .ab-mp-inquiries-grid .ab-mp-inquiries-submit button {
    width: 100%; }

@media (min-width: 768px) {
  .ab-mp-inquiries-grid {
    padding: 0 50px;
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 10px;
    justify-content: space-between; }
    .ab-mp-inquiries-grid textarea, .ab-mp-inquiries-grid p {
      grid-column: 1 / span 2; }
    .ab-mp-inquiries-grid .ab-mp-inquiries-submit {
      text-align: right; }
      .ab-mp-inquiries-grid .ab-mp-inquiries-submit button {
        width: 100%;
        max-width: 200px; } }
/*  -------------------------------------------
    SECTION: LIVE EVENTS
-----------------------------------------------*/
.ab-live-events {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-live-events li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 35px 0 10px 0;
    border-bottom: 1px #cccfdb solid; }
    .ab-live-events li h4 {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 45px 20px 45px;
      cursor: pointer;
      background-image: url("../graphics/prj-check-mark.png"), url("../graphics/prj-accordian-arrow-down.png");
      background-position: top left, top right;
      background-size: 30px 30px,  12px 12px;
      background-repeat: no-repeat, no-repeat; }
    .ab-live-events li div {
      display: none;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: 150%; }
  .ab-live-events li:first-child {
    border-top: 1px #cccfdb solid; }
  .ab-live-events li.ab-current {
    padding: 35px 0; }
    .ab-live-events li.ab-current h4 {
      background-image: url("../graphics/prj-check-mark.png"), url("../graphics/prj-accordian-arrow-up.png");
      background-position: top left, top right;
      background-size: 30px 30px,  12px 12px;
      background-repeat: no-repeat, no-repeat; }
    .ab-live-events li.ab-current div {
      display: block; }

@media (min-width: 768px) {
  .ab-live-events {
    padding: 0 50px; } }
/*  -------------------------------------------
    SECTION: OUR CLIENT PROCESS
-----------------------------------------------*/
.ab-client-process-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-client-process.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  .ab-client-process-container .ab-cp-title {
    color: #919eb6;
    font-size: 1.15em;
    letter-spacing: 1px; }

.ab-cp-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 50px;
  justify-content: space-between; }
  .ab-cp-grid .ab-cp-grid-item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram img {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid .ab-cp-diagram-grid-item {
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
          cursor: pointer; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid-bg-1 {
        background: url("../graphics/ab-client-process-01.png") top left no-repeat;
        background-size: cover; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid-bg-2 {
        background: url("../graphics/ab-client-process-02.png") top left no-repeat;
        background-size: cover; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid-bg-3 {
        background: url("../graphics/ab-client-process-03.png") top left no-repeat;
        background-size: cover; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-diagram .ab-cp-diagram-grid-bg-4 {
        background: url("../graphics/ab-client-process-04.png") top left no-repeat;
        background-size: cover; }
    .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 25px 15px;
      background: rgba(0, 40, 87, 0.65); }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0; }
        .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider .ab-cp-slide {
          box-sizing: border-box;
          width: 100%;
          margin: 0;
          padding: 0; }
          .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider .ab-cp-slide .ab-cp-slide-title {
            font-family: "PrimaryFontBold", sans-serif;
            color: #919eb6;
            font-size: 1.15em;
            letter-spacing: 1px; }
          .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider .ab-cp-slide h4 {
            color: #fff;
            margin: 0; }
          .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider .ab-cp-slide p {
            margin-bottom: 0;
            font-family: "PrimaryFontMedium", sans-serif;
            color: #fff; }
      .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider-arrows {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 30px 30px;
        grid-template-rows: 30px;
        gap: 15px; }
        .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container .ab-cp-slider-arrows img {
          display: block;
          box-sizing: border-box;
          width: 30px;
          height: 30px;
          margin: 0;
          padding: 0;
          cursor: pointer; }

@media (min-width: 768px) {
  .ab-cp-grid {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: unset;
    justify-content: space-between; }
    .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container {
      width: 100%;
      margin: 0;
      padding: 50px; } }
@media (min-width: 1024px) {
  .ab-cp-grid {
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between; }
    .ab-cp-grid .ab-cp-grid-item .ab-cp-slider-container {
      width: 100%;
      height: 80%;
      margin: 0;
      padding: 75px; } }
/*  -------------------------------------------
    SECTION: RISK ANALYSIS
-----------------------------------------------*/
.ab-ra-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: url("../graphics/ab-risk-00.png") center center no-repeat;
  background-size: cover; }
  .ab-ra-container img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  .ab-ra-container .ab-ra-03 {
    box-sizing: border-box;
    width: 45%;
    height: 90%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 5%;
    z-index: 2; }
  .ab-ra-container .ab-ra-02 {
    box-sizing: border-box;
    width: 33%;
    height: 65%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 17.5%;
    bottom: 17.5%;
    z-index: 4; }
  .ab-ra-container .ab-ra-01 {
    box-sizing: border-box;
    width: 20%;
    height: 45%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 27.5%;
    bottom: 27.5%;
    z-index: 6; }

.ab-ra-container-bg-01 {
  background: url("../graphics/ab-risk-01.png") center center no-repeat;
  background-size: cover; }

.ab-ra-container-bg-02 {
  background: url("../graphics/ab-risk-02.png") center center no-repeat;
  background-size: cover; }

.ab-ra-container-bg-03 {
  background: url("../graphics/ab-risk-03.png?nocache=1") center center no-repeat;
  background-size: cover; }

/*  -------------------------------------------
    SECTION: ADDITIONAL VALUE
-----------------------------------------------*/
.ab-additional-value-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-additional-value.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }

/*  -------------------------------------------
    SECTION: GOVERNING VALUES
-----------------------------------------------*/
.ab-gv-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../graphics/bg-visual-governing-values.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }

.ab-gv-grid-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-gv-grid-container .ab-gv-blank {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  .ab-gv-grid-container .ab-gv-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: 37.5% 12.5% 12.5% 37.5%;
    grid-template-rows: 24.75% 27.35% 17% 30.9%; }
    .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-01, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-02, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-03, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-04, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-05, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-06, .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-07 {
      cursor: pointer; }
    .ab-gv-grid-container .ab-gv-grid .ab-gv-grid-item-07 {
      grid-column: 2 / span 2; }

.ab-gv-grid-bg-1 {
  background: url("../graphics/ab-gv-01.png?nocache=1") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-2 {
  background: url("../graphics/ab-gv-02.png?nocache=1") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-3 {
  background: url("../graphics/ab-gv-03.png?nocache=1") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-4 {
  background: url("../graphics/ab-gv-04.png?nocache=1") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-5 {
  background: url("../graphics/ab-gv-05.png?nocache=1") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-6 {
  background: url("../graphics/ab-gv-06.png?nocache=2") center center no-repeat;
  background-size: cover; }

.ab-gv-grid-bg-7 {
  background: url("../graphics/ab-gv-07.png?nocache=1") center center no-repeat;
  background-size: cover; }

/*  -------------------------------------------
    SECTION: RETIREMENT STRATEGIES: LINKS
-----------------------------------------------*/
.ab-rs-links {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 15px; }
  .ab-rs-links li {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    font-family: "SecondaryFont", serif;
    font-size: 1.0em;
    background: #fff;
    overflow: hidden;
    cursor: pointer; }
    .ab-rs-links li div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      color: #002857;
      text-align: center; }
  .ab-rs-links li:hover {
    background: #002857; }
    .ab-rs-links li:hover div {
      color: #fff; }
  .ab-rs-links li.ab-current {
    background: #002857; }
    .ab-rs-links li.ab-current div {
      color: #fff; }

@media (min-width: 768px) {
  .ab-rs-links {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-rs-links {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: RETIREMENT STRATEGIES: GRID CONTAINER
-----------------------------------------------*/
.ab-rs-container {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0; }
  .ab-rs-container .ab-rs-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between; }
    .ab-rs-container .ab-rs-grid .ab-rs-grid-item {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; }
    .ab-rs-container .ab-rs-grid .ab-rs-grid-item-pic {
      height: 400px; }
    .ab-rs-container .ab-rs-grid .ab-rs-grid-item-txt {
      background: #ebecef;
      padding: 20px 10px; }
  .ab-rs-container .ab-rs-feature-title {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #cccfdb; }
  .ab-rs-container .ab-rs-features {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px; }
    .ab-rs-container .ab-rs-features .ab-rs-features-item {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 20px;
      background: #fff;
      opacity: 0.5;
      box-shadow: 0px 0px 5px 5px #f0f0f0; }
      .ab-rs-container .ab-rs-features .ab-rs-features-item img.ab-rs-img-checkmark {
        display: block;
        box-sizing: border-box;
        width: 30px;
        height: auto;
        margin: 0 auto;
        padding: 0; }
      .ab-rs-container .ab-rs-features .ab-rs-features-item img.ab-rs-img-icon {
        display: block;
        box-sizing: border-box;
        width: 75px;
        height: auto;
        margin: 0 auto;
        padding: 0; }
    .ab-rs-container .ab-rs-features .ab-rs-features-item:hover {
      background: #ebecef;
      opacity: 1; }

.ab-rs-container-current {
  display: block;
  animation: slideInUp;
  animation-duration: 0.75s; }

.ab-rs-container-01 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-01.jpg") center center no-repeat;
  background-size: cover; }

.ab-rs-container-02 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-02.jpg") center center no-repeat;
  background-size: cover; }

.ab-rs-container-03 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-03.jpg") center center no-repeat;
  background-size: cover; }

.ab-rs-container-04 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-04.jpg") center center no-repeat;
  background-size: cover; }

.ab-rs-container-05 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-05.jpg") center center no-repeat;
  background-size: cover; }

.ab-rs-container-06 .ab-rs-grid .ab-rs-grid-item-pic {
  background: url("../graphics/prj-get-06.jpg") center center no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .ab-rs-container .ab-rs-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: unset;
    justify-content: space-between; }
    .ab-rs-container .ab-rs-grid .ab-rs-grid-item-pic {
      height: unset; }
    .ab-rs-container .ab-rs-grid .ab-rs-grid-item-txt {
      background: #ebecef;
      padding: 50px 25px;
      display: grid;
      align-items: center; }
  .ab-rs-container .ab-rs-feature-title {
    padding: 20px; }
  .ab-rs-container .ab-rs-features {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 20px;
    justify-content: space-between; }
  .ab-rs-container .ab-rs-features-4col {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px;
    justify-content: space-between; }

  .ab-rs-container-02 .ab-rs-grid, .ab-rs-container-04 .ab-rs-grid, .ab-rs-container-06 .ab-rs-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: unset;
    justify-content: space-between; }
    .ab-rs-container-02 .ab-rs-grid .ab-rs-grid-item-pic, .ab-rs-container-04 .ab-rs-grid .ab-rs-grid-item-pic, .ab-rs-container-06 .ab-rs-grid .ab-rs-grid-item-pic {
      grid-area: 1/2/2/3; }
    .ab-rs-container-02 .ab-rs-grid .ab-rs-grid-item-txt, .ab-rs-container-04 .ab-rs-grid .ab-rs-grid-item-txt, .ab-rs-container-06 .ab-rs-grid .ab-rs-grid-item-txt {
      grid-area: 1/1/2/2; } }
@media (min-width: 1024px) {
  .ab-rs-container .ab-rs-grid .ab-rs-grid-item-pic {
    height: 650px; }
  .ab-rs-container .ab-rs-grid .ab-rs-grid-item-txt {
    padding: 50px; }
  .ab-rs-container .ab-rs-features-4col {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SECTION: RETIREMENT STRATEGIES: ACCORDIAN
-----------------------------------------------*/
.ab-rs-accordian {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ab-rs-accordian li {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 35px 0 10px 0;
    border-bottom: 1px #cccfdb solid; }
    .ab-rs-accordian li h4 {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 45px 20px 0;
      cursor: pointer;
      background-image: url("../graphics/prj-accordian-arrow-down.png");
      background-position: top right;
      background-size: 12px 12px;
      background-repeat: no-repeat; }
    .ab-rs-accordian li div {
      display: none;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: 150%; }
  .ab-rs-accordian li:first-child {
    border-top: 1px #cccfdb solid; }
  .ab-rs-accordian li.ab-current {
    padding: 35px 0; }
    .ab-rs-accordian li.ab-current h4 {
      background-image: url("../graphics/prj-accordian-arrow-up.png");
      background-position: top right;
      background-size: 12px 12px;
      background-repeat: no-repeat; }
    .ab-rs-accordian li.ab-current div {
      display: block; }

/*  -------------------------------------------
    SECTION: CASE STUDIES: LINKS
-----------------------------------------------*/
.ab-cs-links {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 15px; }
  .ab-cs-links li {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    font-family: "SecondaryFont", serif;
    font-size: 1.0em;
    background: #fff;
    overflow: hidden;
    cursor: pointer; }
    .ab-cs-links li div {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      color: #002857;
      text-align: center; }
  .ab-cs-links li:hover {
    background: #002857; }
    .ab-cs-links li:hover div {
      color: #fff; }
  .ab-cs-links li.ab-current {
    background: #002857; }
    .ab-cs-links li.ab-current div {
      color: #fff; }

@media (min-width: 768px) {
  .ab-cs-links {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    justify-content: space-between;
    gap: unset; } }
/*  -------------------------------------------
    SECTION: CASE STUDIES: LINKS
-----------------------------------------------*/
.ab-cs-banner-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
  .ab-cs-banner-nav .ab-cs-banner {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  .ab-cs-banner-nav .ab-cs-banner-nav-bar {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 40, 87, 0.6); }
    .ab-cs-banner-nav .ab-cs-banner-nav-bar h4 {
      font-size: 1.0em; }
  .ab-cs-banner-nav .ab-cs-banner-nav-grid {
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto 30px auto 30px auto;
    justify-content: space-between;
    align-items: center; }
    .ab-cs-banner-nav .ab-cs-banner-nav-grid h4 {
      color: #fff;
      margin: 0;
      padding: 20px 0 10px 0;
      border-bottom: 10px transparent solid;
      cursor: pointer; }
    .ab-cs-banner-nav .ab-cs-banner-nav-grid h4:hover {
      border-bottom: 10px #919eb6 solid; }
    .ab-cs-banner-nav .ab-cs-banner-nav-grid h4.ab-current {
      border-bottom: 10px #919eb6 solid; }
    .ab-cs-banner-nav .ab-cs-banner-nav-grid .ab-cs-banner-nav-bar-arrow {
      display: block;
      box-sizing: border-box;
      width: 30px;
      height: auto;
      margin: 0;
      padding: 0; }

.ab-cs-slider-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 40px 40px;
  justify-content: space-between; }
  .ab-cs-slider-container .ab-cs-slider-LA, .ab-cs-slider-container .ab-cs-slider-RA {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 10px 0;
    padding: 0; }
    .ab-cs-slider-container .ab-cs-slider-LA img, .ab-cs-slider-container .ab-cs-slider-RA img {
      display: block;
      box-sizing: border-box;
      width: 30px;
      height: auto;
      margin: 5px;
      padding: 0;
      cursor: pointer; }
  .ab-cs-slider-container .ab-cs-slider {
    box-sizing: border-box;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0; }
  .ab-cs-slider-container .ab-cs-slider-LA {
    grid-area: 1/1/2/2; }
  .ab-cs-slider-container .ab-cs-slider-RA {
    grid-area: 1/2/2/3; }
  .ab-cs-slider-container .ab-cs-slider {
    grid-area: 1/1/2/3; }

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

.ab-cs-container-current {
  display: block;
  animation: slideInUp;
  animation-duration: 0.75s; }

@media (min-width: 768px) {
  .ab-cs-banner-nav {
    position: relative; }
    .ab-cs-banner-nav .ab-cs-banner-nav-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .ab-cs-banner-nav .ab-cs-banner-nav-bar h4 {
        font-size: 1.35em; }

  .ab-cs-slider-container .ab-cs-slider-LA {
    grid-area: unset; }
  .ab-cs-slider-container .ab-cs-slider-RA {
    grid-area: unset; }
  .ab-cs-slider-container .ab-cs-slider {
    grid-area: unset; }

  .ab-cs-slider-container {
    width: 95%;
    margin: 35px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 30px 600px 30px;
    justify-content: space-between;
    align-items: center; }
    .ab-cs-slider-container .ab-cs-slider-LA, .ab-cs-slider-container .ab-cs-slider-RA {
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0; }
      .ab-cs-slider-container .ab-cs-slider-LA img, .ab-cs-slider-container .ab-cs-slider-RA img {
        display: block;
        box-sizing: border-box;
        width: 30px;
        height: auto;
        margin: 5px;
        padding: 0;
        cursor: pointer; }
    .ab-cs-slider-container .ab-cs-slider {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; } }
@media (min-width: 1024px) {
  .ab-cs-banner-nav {
    position: relative; }
    .ab-cs-banner-nav .ab-cs-banner-nav-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .ab-cs-banner-nav .ab-cs-banner-nav-bar h4 {
        font-size: 1.5em; }

  .ab-cs-slider-container {
    width: 95%;
    margin: 50px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 30px 800px 30px;
    justify-content: space-between;
    align-items: center; }
    .ab-cs-slider-container .ab-cs-slider-LA, .ab-cs-slider-container .ab-cs-slider-RA {
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0; }
      .ab-cs-slider-container .ab-cs-slider-LA img, .ab-cs-slider-container .ab-cs-slider-RA img {
        display: block;
        box-sizing: border-box;
        width: 30px;
        height: auto;
        margin: 5px;
        padding: 0;
        cursor: pointer; }
    .ab-cs-slider-container .ab-cs-slider {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0; } }
@media (min-width: 1280px) {
  .ab-cs-slider-container {
    width: 95%;
    margin: 50px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 30px 900px 30px; } }

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