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

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

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

[hidden] {
  display: none; }

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

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

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p, pre {
  margin: 1em 0; }

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

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

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

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

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

button, input {
  line-height: normal; }

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------
VARIABLES
------------------------------------------------------------------------- */
@font-face {
  font-family: 'PrimaryFont';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontBold';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  src: url("../fonts/Castoro/Castoro-Regular.ttf") format("truetype"); }
/* 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, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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: not-allowed; }

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

.sm, .sm *, .sm *:before, .sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sm-clean {
  background: #eeeeee;
  /*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-clean a.current {
  color: #10234a; }

.sm-clean a.disabled {
  color: #bbbbbb; }

.sm-clean a span.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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  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 {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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; }

  .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: 0px;
    background: #eeeeee;
    /*
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    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;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }

  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #10234a; }

  .sm-clean a.current {
    color: #10234a; }

  .sm-clean a.disabled {
    color: #bbbbbb; }

  .sm-clean a.has-submenu {
    padding-right: 24px; }

  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  .sm-clean a.highlighted span.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 white transparent; }

  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: white;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    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: #10234a; }

  .sm-clean ul a.current {
    color: #10234a; }

  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc; }

  .sm-clean ul a.has-submenu {
    padding-right: 20px; }

  .sm-clean ul a span.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 span.scroll-up,
  .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }

  .sm-clean span.scroll-up:hover,
  .sm-clean span.scroll-down:hover {
    background: #eeeeee; }

  .sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #10234a transparent; }

  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #10234a transparent transparent transparent; }

  .sm-clean span.scroll-up-arrow, .sm-clean span.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 span.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 span.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 span.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 span.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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    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: white; }

  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee; }

  .sm-clean.sm-vertical a span.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: white; } }
/* 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; }

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

.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; } }
/*  -------------------------------------------
    STANDARD
-----------------------------------------------*/
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 2500px;
  background: #fff;
  color: #000;
  font-family: "PrimaryFont", sans-serif; }

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

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

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

h3 {
  font-family: "SecondaryFont", serif;
  color: #ae841f;
  font-size: 1.15em;
  font-weight: normal; }

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

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

h5 {
  font-family: "SecondaryFont", serif; }

h6 {
  font-family: "SecondaryFont", serif; }

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

  h2 {
    font-size: 2.25em;
    font-weight: normal; }

  h3 {
    font-size: 1.35em;
    font-weight: normal; }

  h4 {
    font-size: 1.15em;
    font-weight: normal; } }
@media (min-width: 1280px) {
  h1 {
    font-size: 2.75em;
    font-weight: normal; }

  h2 {
    font-size: 2.25em;
    font-weight: normal; }

  h3 {
    font-size: 1.5em;
    font-weight: normal; }

  h4 {
    font-size: 1.25em;
    font-weight: normal; } }
a {
  color: #000;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #ae841f; }

.ab-clear {
  clear: both; }

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

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

.ab-position-relative {
  position: relative; }

.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-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-font-normal {
  font-family: "PrimaryFont", sans-serif; }

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

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

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

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

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

.ab-txt-color-red {
  color: #c00; }

.ab-txt-color-green {
  color: #0c0; }

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

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

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

.ab-letter-spacing-1px {
  letter-spacing: 1px; }

.ab-letter-spacing-2px {
  letter-spacing: 2px; }

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

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

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

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

.slick-slide {
  outline: none; }

/*  -------------------------------------------
    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-lglg {
  font-size: 1.15em; }

.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-lglg {
    font-size: 1.35em; }

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

  .ab-vtxt-lglg {
    font-size: 1.45em; } }
@media (min-width: 1280px) {
  .ab-vtxt-nm {
    font-size: 1.15em; }

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

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

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

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

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

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

  .ab-vtxt-lglg {
    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; } }
/*  -------------------------------------------
    SOCIAL MEDIA
-----------------------------------------------*/
a.ab-facebook {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-facebook.png") top left no-repeat;
  background-size: 100%; }

a.ab-facebook:hover {
  background-color: #000; }

a.ab-twitter {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-twitter.png") top left no-repeat;
  background-size: 100%; }

a.ab-twitter:hover {
  background-color: #000; }

a.ab-linkedin {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-linkedin.png") top left no-repeat;
  background-size: 100%; }

a.ab-linkedin:hover {
  background-color: #000; }

a.ab-google {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-google.png") top left no-repeat;
  background-size: 100%; }

a.ab-google:hover {
  background-color: #000; }

a.ab-instagram {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-instagram.png") top left no-repeat;
  background-size: 100%; }

a.ab-instagram:hover {
  background-color: #000; }

a.ab-rss {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-rss.png") top left no-repeat;
  background-size: 100%; }

a.ab-rss:hover {
  background-color: #000; }

a.ab-share {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-share.png") top left no-repeat;
  background-size: 100%; }

a.ab-share:hover {
  background-color: #000; }

a.ab-email {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 40px;
  height: 40px;
  background: #999 url("../graphics/sm-email.png") top left no-repeat;
  background-size: 100%; }

a.ab-email:hover {
  background-color: #000; }

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

/*  -------------------------------------------
    HOME PAGE HEADER
-----------------------------------------------*/
#ab-home-header {
  display: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

#ab-home-header #ab-header-margin {
  box-sizing: border-box;
  height: 0px;
  margin: 0;
  padding: 0; }

/*  -------------------------------------------
HEADER:
-----------------------------------------------*/
header {
  width: 100%;
  background: #fff;
  z-index: 1000;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#ab-header-margin {
  box-sizing: border-box;
  height: 68px;
  margin: 0;
  padding: 0; }

header #ab-navigation {
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0px; }

header #ab-navigation #ab-header-logo {
  float: left;
  width: 150px;
  height: 48px;
  margin: 0;
  padding: 0; }

header #ab-navigation #ab-header-logo h1 {
  margin: 0;
  padding: 0; }

header #ab-navigation #ab-header-logo h1 a {
  display: block;
  width: 150px;
  height: 48px;
  background: transparent url("../graphics/logo.svg") bottom left no-repeat;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  outline: none;
  background-size: cover; }

header #ab-navigation #ab-menu-button {
  display: block;
  float: right; }

header #ab-navigation nav {
  clear: both;
  margin: 0;
  padding: 0; }

header #ab-navigation nav .ab-search-btn a {
  outline: none;
  text-decoration: none;
  border: 0;
  margin-right: 0px; }

header #ab-navigation nav .ab-search-btn img {
  height: 16px;
  width: auto;
  display: none;
  border: 0; }

header #ab-navigation nav .ab-search-btn span {
  display: inline-block;
  border: 0; }

header #ab-navigation nav .ab-nav-mobile-link {
  display: inline-block; }

header #ab-navigation nav #ab-nav-quick-links {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0; }
  header #ab-navigation nav #ab-nav-quick-links .ab-nav-quick-links-btn {
    box-sizing: border-box;
    padding: 5px 15px;
    margin: 0;
    border-radius: 5px;
    font-family: "PrimaryFontBold", sans-serif;
    background: #114633;
    color: #fff;
    font-size: 0.765em;
    font-weight: bold;
    text-transform: uppercase; }
    header #ab-navigation nav #ab-nav-quick-links .ab-nav-quick-links-btn span {
      box-sizing: border-box;
      display: inline-block;
      margin: 0;
      padding: 0 20px 0 0;
      border: 0;
      background: transparent url("../graphics/arrow-gold.png") center right no-repeat;
      background-size: 13px 10px; }
  header #ab-navigation nav #ab-nav-quick-links .ab-nav-quick-links-btn:hover {
    color: #ae841f; }

header.ab-header-fixed {
  background: #fff; }

@media (min-width: 768px) {
  #ab-header-margin {
    height: 70px;
    margin: 0;
    padding: 0; }

  header #ab-navigation {
    padding: 10px 0px; }

  header #ab-navigation #ab-header-logo {
    width: 156px;
    height: 50px; }

  header #ab-navigation #ab-header-logo h1 a {
    width: 156px;
    height: 50px; } }
@media (min-width: 1024px) {
  #ab-header-margin {
    height: 82px;
    margin: 0;
    padding: 0; }

  header #ab-navigation #ab-header-logo {
    width: 188px;
    height: 60px; }

  header #ab-navigation #ab-header-logo h1 a {
    width: 188px;
    height: 60px; }

  header #ab-navigation #ab-menu-button {
    display: none; }

  header #ab-navigation nav {
    clear: right;
    float: right;
    margin: 0;
    padding: 0; }

  header #ab-navigation nav .ab-search-btn img {
    display: block; }

  header #ab-navigation nav .ab-search-btn span {
    display: none; }

  header #ab-navigation nav .ab-nav-mobile-link {
    display: none; }

  header #ab-navigation nav #ab-nav-quick-links {
    display: flex;
    justify-content: end;
    align-items: top; } }
@media (min-width: 1280px) {
  #ab-header-margin {
    height: 100px;
    margin: 0;
    padding: 0; }

  header #ab-navigation {
    padding: 20px 0px; }

  header #ab-navigation nav {
    padding: 0; } }
/*  -------------------------------------------
FOOTER:
-----------------------------------------------*/
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 75px 0 0 0;
  color: #fff;
  color: #fff;
  background: #114633;
  border: 0; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #ae841f; }
  footer .footer-main {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    footer .footer-main .footer-logo {
      display: block;
      box-sizing: border-box;
      width: 250px;
      height: auto;
      margin: 0;
      padding: 0; }
    footer .footer-main .footer-grid {
      box-sizing: border-box;
      width: 100%;
      margin: 0 0 50px 0;
      padding: 0;
      display: grid;
      grid-template-columns: 100%;
      justify-content: space-between; }
      footer .footer-main .footer-grid .footer-grid-item-logo .footer-logo {
        margin: 0 auto; }
      footer .footer-main .footer-grid .footer-grid-item-address {
        margin: 35px 0 0 0;
        text-align: center; }
      footer .footer-main .footer-grid .footer-grid-item-head {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 5px 0;
        padding: 0;
        font-family: "PrimaryFontBold", sans-serif;
        font-weight: normal;
        font-size: 1.0em; }
      footer .footer-main .footer-grid .footer-grid-item-body {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 25px 0;
        padding: 0;
        font-size: 1.0em; }
      footer .footer-main .footer-grid .footer-grid-item-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center; }
        footer .footer-main .footer-grid .footer-grid-item-menu ul li {
          margin: 10px;
          display: inline-block; }
        footer .footer-main .footer-grid .footer-grid-item-menu ul ul {
          display: none; }
      footer .footer-main .footer-grid .footer-grid-item-social {
        box-sizing: border-box;
        width: 100%;
        margin: 25px 0 0 0;
        padding: 0;
        text-align: center; }
        footer .footer-main .footer-grid .footer-grid-item-social a {
          display: inline-block;
          margin: 0 10px 0 0;
          outline: none; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-facebook {
          width: 36px;
          height: 36px;
          background: transparent url("../graphics/circle-facebook.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-facebook:hover {
          background: transparent url("../graphics/circle-facebook-gold.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-linkedin {
          width: 36px;
          height: 36px;
          background: transparent url("../graphics/circle-linkedin.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-linkedin:hover {
          background: transparent url("../graphics/circle-linkedin-gold.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-youtube {
          width: 36px;
          height: 36px;
          background: transparent url("../graphics/circle-youtube.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-social .circle-youtube:hover {
          background: transparent url("../graphics/circle-youtube-gold.png") center center no-repeat;
          background-size: cover; }
      footer .footer-main .footer-grid .footer-grid-item-google-review {
        box-sizing: border-box;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .footer-main .footer-grid .footer-grid-item-google-review a {
          box-sizing: border-box;
          display: inline-block;
          margin: 0 10px 0 0;
          outline: none; }
        footer .footer-main .footer-grid .footer-grid-item-google-review .circle-google {
          box-sizing: border-box;
          width: 36px;
          height: 36px;
          background: transparent url("../graphics/circle-google-gold.png") center center no-repeat;
          background-size: cover; }
        footer .footer-main .footer-grid .footer-grid-item-google-review .review-text {
          box-sizing: border-box;
          width: 108px;
          font-size: 0.725em;
          padding: 0 0 0 10px;
          color: #ae841f;
          font-weight: bold; }
      footer .footer-main .footer-grid .footer-grid-item-google-review:hover .circle-google {
        background: transparent url("../graphics/circle-google.png") center center no-repeat;
        background-size: cover; }
      footer .footer-main .footer-grid .footer-grid-item-google-review:hover .review-text {
        color: #fff; }
  footer .footer-nav {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.785em; }
  footer .footer-nav > div {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0; }
  footer .footer-copyrights {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0 20px 0;
    border-top: 1px #356252 solid;
    font-size: 0.85em;
    text-align: center; }
  footer .footer-copyrights-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between; }
    footer .footer-copyrights-grid .broker-check {
      display: block;
      width: 200px;
      height: auto;
      margin: 25px auto; }

@media (min-width: 768px) {
  footer .footer-main .footer-logo {
    width: 200px;
    height: auto; }
  footer .footer-main .footer-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between; }
    footer .footer-main .footer-grid .footer-grid-item-logo .footer-logo {
      margin: 0; }
    footer .footer-main .footer-grid .footer-grid-item-address {
      margin: 15px 0 0 0;
      text-align: unset; }
    footer .footer-main .footer-grid .footer-grid-item-menu {
      margin: 5px 0 0 0; }
      footer .footer-main .footer-grid .footer-grid-item-menu ul {
        text-align: unset; }
        footer .footer-main .footer-grid .footer-grid-item-menu ul li {
          margin: 10px 0;
          display: block; }
    footer .footer-main .footer-grid .footer-grid-item-social {
      width: 100%;
      margin: 15px 0 0 0;
      text-align: right; }
  footer .footer-nav {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.785em;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between; }
  footer .footer-copyrights {
    text-align: unset; }
  footer .footer-copyrights-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 50px 0 20px 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: space-between; }
    footer .footer-copyrights-grid .broker-check {
      width: 200px;
      height: auto;
      margin: 0; } }
@media (min-width: 1024px) {
  footer .footer-main .footer-logo {
    width: 250px;
    height: auto; }
  footer .footer-main .footer-grid {
    margin: 0 0 50px 0;
    padding: 0; } }
/*  -------------------------------------------
VIDEO COVER
-----------------------------------------------*/
#ab-cover-video {
  display: none;
  box-sizing: border-box;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }

#ab-cover-video-mobile {
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }

#ab-cover-video video, #ab-cover-video-mobile video {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

.ab-bg-video {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

.ab-cover-video-link {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease; }
  .ab-cover-video-link .ab-cover-video-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0; }
  .ab-cover-video-link .ab-prj-link-white {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    font-family: "PrimaryFontBold", sans-serif;
    font-weight: normal;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
    .ab-cover-video-link .ab-prj-link-white .ab-prj-yellow-arrow {
      box-sizing: border-box;
      padding: 0;
      margin: 0 0 0 5px;
      background: transparent; }
      .ab-cover-video-link .ab-prj-link-white .ab-prj-yellow-arrow img {
        display: inline-block;
        width: 13px;
        height: 10px;
        margin: 0;
        padding: 0; }
  .ab-cover-video-link .ab-prj-link-white:hover {
    color: #ae841f; }
    .ab-cover-video-link .ab-prj-link-white:hover .ab-prj-yellow-arrow {
      background: transparent; }

#ab-cover-video-mobile .ab-cover-video-link {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: all 0.5s ease; }
  #ab-cover-video-mobile .ab-cover-video-link .ab-cover-video-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0; }
  #ab-cover-video-mobile .ab-cover-video-link .ab-prj-link-white {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-family: "PrimaryFontBold", sans-serif;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
    #ab-cover-video-mobile .ab-cover-video-link .ab-prj-link-white .ab-prj-yellow-arrow {
      box-sizing: border-box;
      padding: 0;
      margin: 0 0 0 5px;
      background: transparent; }
      #ab-cover-video-mobile .ab-cover-video-link .ab-prj-link-white .ab-prj-yellow-arrow img {
        display: inline-block;
        width: 13px;
        height: 10px;
        margin: 0;
        padding: 0; }
  #ab-cover-video-mobile .ab-cover-video-link .ab-prj-link-white:hover {
    color: #ae841f; }
    #ab-cover-video-mobile .ab-cover-video-link .ab-prj-link-white:hover .ab-prj-yellow-arrow {
      background: transparent; }

.ab-cover-video-link-show {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.5s ease; }

#ab-cover-video-mobile .ab-cover-video-link-show {
  position: absolute;
  bottom: 30%;
  opacity: 1;
  transition: all 0.5s ease; }

@media (min-width: 768px) {
  #ab-cover-video {
    display: block; }

  #ab-cover-video-mobile {
    display: none; }

  .ab-cover-video-link-show {
    position: absolute;
    bottom: 30%; } }
.ab-homebanners {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: 0px; }
  .ab-homebanners .ab-homebanner-xx {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    .ab-homebanners .ab-homebanner-xx .ab-homebanner-layer {
      box-sizing: border-box;
      margin: 0;
      padding: 10px;
      width: 100vw;
      height: calc(100vh - 68px);
      background: rgba(0, 0, 0, 0.5);
      display: grid;
      grid-template-columns: 100%;
      align-items: center;
      justify-content: center; }
  .ab-homebanners .ab-homebanner-01 {
    background: #f2f2f2 url("../images/welcome-banner-01.jpg") top center no-repeat;
    background-size: cover; }
  .ab-homebanners .ab-homebanner-02 {
    background: #f2f2f2 url("../images/welcome-banner-02.jpg") top center no-repeat;
    background-size: cover; }

@media (min-width: 768px) {
  .ab-homebanners .ab-homebanner-xx .ab-homebanner-layer {
    width: 100vw;
    height: calc(100vh - 70px); } }
@media (min-width: 1280px) {
  .ab-homebanners .ab-homebanner-xx .ab-homebanner-layer {
    width: 100%;
    height: calc(100vh - 100px); } }
/*  -------------------------------------------
    BUTTONS & LINKS 
-----------------------------------------------*/
.ab-btn {
  box-sizing: border-box;
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  margin: 10px 0px;
  padding: 15px 40px;
  font-size: 1.0em;
  color: #ae841f;
  border: 1px #ae841f solid;
  border-radius: 8px;
  outline: none; }

.ab-btn-P-15-20 {
  padding: 15px 20px; }

.ab-btn:hover {
  background: #ae841f;
  color: #fff; }

.ab-btn-gold {
  box-sizing: border-box;
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  margin: 10px 0px;
  padding: 15px 40px;
  font-size: 1.0em;
  color: #fff;
  background: #ae841f;
  border-radius: 8px;
  outline: none; }

.ab-btn-gold:hover {
  background: #114633;
  color: #fff; }

.ab-btn-primary {
  box-sizing: border-box;
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  margin: 10px 0px;
  padding: 15px 40px;
  font-size: 1.0em;
  color: #114633;
  border: 1px #114633 solid;
  border-radius: 8px;
  outline: none; }

.ab-btn-primary:hover {
  background: #114633;
  color: #fff; }

.ab-btn-primary-solid {
  box-sizing: border-box;
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  margin: 10px 0px;
  padding: 15px 40px;
  font-size: 1.0em;
  color: #fff;
  background: #114633;
  border-radius: 8px;
  outline: none; }

.ab-btn-primary-solid:hover {
  background: #ae841f;
  color: #fff; }

.ab-btn-w175px {
  width: 175px; }

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

.ab-btn-w225px {
  width: 225px; }

.ab-btn-w250px {
  width: 250px; }

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

.ab-btn-w350px {
  width: 350px; }

@media (min-width: 768px) {
  .ab-btn {
    font-size: 1.05em; }

  .ab-btn-gold {
    font-size: 1.05em; } }
@media (min-width: 1280px) {
  .ab-btn {
    font-size: 1.15em; }

  .ab-btn-gold {
    font-size: 1.15em; } }
@media (min-width: 1500px) {
  .ab-btn {
    font-size: 1.25em; }

  .ab-btn-P-15-20 {
    font-size: 1.15em; }

  .ab-btn-gold {
    font-size: 1.25em; } }
/*  -------------------------------------------
    AB-FORM
-----------------------------------------------*/
form.ab-form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

form.ab-form input[type="text"], form.ab-form input[type="number"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 15px 10px;
  font-size: 0.85em;
  border: 1px #fff solid;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.25s;
  outline: none; }

form.ab-form input[type="text"]:focus, form.ab-form input[type="number"]:focus {
  border: 1px #ae841f solid; }

form.ab-form input[type="email"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 15px 10px;
  font-size: 0.85em;
  border: 1px #fff solid;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.25s;
  outline: none; }

form.ab-form input[type="email"]:focus {
  border: 1px #ae841f solid; }

form.ab-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin: 10px 0px;
  padding: 15px 10px;
  font-size: 0.85em;
  border: 1px #fff solid;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.25s;
  outline: none; }

form.ab-form textarea:focus {
  border: 1px #ae841f solid; }

form.ab-form input[type="password"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 15px 10px;
  font-size: 0.85em;
  border: 1px #fff solid;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.25s;
  outline: none; }

form.ab-form input[type="password"]:focus {
  border: 1px #ae841f solid; }

form.ab-form select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 15px 10px;
  font-size: 0.85em;
  border: 1px #fff solid;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.25s;
  outline: none; }

form.ab-form select:focus {
  border: 1px #ae841f solid; }

form.ab-form input[type="submit"] {
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  margin: 10px 0px;
  padding: 15px 50px;
  font-size: 1.0em;
  color: #ae841f;
  border: 1px #ae841f solid;
  border-radius: 8px;
  outline: none; }

form.ab-form input[type="submit"]:hover {
  background: #ae841f;
  color: #fff; }

form.ab-form input[type="submit"].gold {
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  margin: 10px 0px;
  padding: 15px 50px;
  font-size: 1.0em;
  background: #ae841f;
  color: #fff;
  border: 1px #ae841f solid;
  border-radius: 8px;
  outline: none; }

form.ab-form input[type="submit"].gold:hover {
  background: #114633;
  color: #fff;
  border: 1px #114633 solid; }

form.ab-form input[type="submit"].transparent {
  display: inline-block;
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  margin: 10px 0px;
  padding: 15px 20px;
  font-size: 1.0em;
  background: transparent;
  color: #ae841f;
  border: 1px #ae841f solid;
  border-radius: 8px;
  outline: none; }

form.ab-form input[type="submit"].transparent:hover {
  background: #ae841f;
  color: #fff;
  border: 1px #ae841f solid; }

/*  -------------------------------------------
    RECAPTCHA
-----------------------------------------------*/
.ab-recaptcha-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 304px; }

.ab-recaptcha-container-center {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 304px;
  display: grid;
  grid-template-columns: 304px;
  justify-content: center; }

/*  -------------------------------------------
    EXTRA COMPONENTS
-----------------------------------------------*/
.ab-label-cursor {
  cursor: pointer; }

form.ab-form textarea.ab-reverse-outline, form.ab-form input[type="text"], form.ab-form input[type="number"], form.ab-form input[type="email"] {
  border: 1px #cccccc solid; }

form.ab-form textarea.ab-reverse-outline:focus, form.ab-form input[type="text"]:focus, form.ab-form input[type="number"]:focus, form.ab-form input[type="email"]:focus {
  border: 1px #ae841f solid; }

span.error {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 0.625em;
  color: #c00; }

.ab-txt-below-field {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 0.625em;
  color: #666; }

.ab-txt-label-ML-10px {
  margin: 0 0 10px 0; }

.ab-input-ML-10px {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center; }
  .ab-input-ML-10px input {
    margin-right: 10px; }

@media (min-width: 768px) {
  .ab-txt-label-ML-10px {
    margin: 0 0 0 10px; }

  .ab-input-ML-10px {
    margin: 0 0 10px 10px; } }
/*  -------------------------------------------
    SEARCH BOX (POP-UP)
-----------------------------------------------*/
#ab-search-form {
  display: block;
  position: relative;
  background: #f2f2f2;
  padding: 50px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

#ab-search-form div {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

#ab-search-form input[type="text"] {
  display: inline-block;
  width: 70%;
  height: 25px;
  padding: 0px 10px;
  margin: 0;
  background: transparent;
  border: 0px;
  outline: 0px;
  vertical-align: top; }

#ab-search-form input[type="submit"] {
  width: 27px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0px;
  outline: 0px;
  float: right;
  background: transparent url("../graphics/prj-search-icon.png") center center no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .ab-searchbox {
    display: block; } }
/*  -------------------------------------------
    LAYOUT
-----------------------------------------------*/
.ab-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 10px; }

.ab-container-left {
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0;
  padding: 0px 10px; }

.ab-container-right {
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0;
  padding: 0px 10px; }

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

.ab-break {
  display: none; }

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

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

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

.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-xxlarge-only {
  display: none; }

@media (min-width: 500px) {
  .ab-break-small {
    display: block; } }
@media (min-width: 768px) {
  .ab-container-right {
    padding: 0px 10px 0px 0px; }

  .ab-container-left {
    padding: 0px 0px 0px 10px; }

  .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-large-only {
    display: none; }

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

  .ab-medium-large-inline {
    display: inline; } }
@media (min-width: 1024px) {
  .ab-container {
    padding: 0px 25px; }

  .ab-container-right {
    padding: 0px 25px 0px 0px; }

  .ab-container-left {
    padding: 0px 0px 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; } }
@media (min-width: 1280px) {
  .ab-container {
    padding: 0px 75px; }

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

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

  .ab-break-large {
    display: block; } }
@media (min-width: 1360px) {
  .ab-xxlarge-only {
    display: block; } }
/*  -------------------------------------------
SECTIONS
-----------------------------------------------*/
.ab-sec-normal {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0; }

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

.ab-sec-dark {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  color: #fff;
  background: #114633; }

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

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

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

.ab-sec-visual {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0; }

.ab-sec-white-space-10 {
  box-sizing: border-box;
  height: 10px;
  padding: 0px;
  margin: 0;
  background: #fff; }

/*  -------------------------------------------
    PROJECT: GRID LEFT/RIGHT
-----------------------------------------------*/
.ab-grid-LR {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: space-between; }
  .ab-grid-LR .ab-grid-item-L {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center; }
  .ab-grid-LR .ab-grid-item-R {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center; }

@media (min-width: 768px) {
  .ab-grid-LR {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between; }
    .ab-grid-LR .ab-grid-item-L {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      text-align: left; }
    .ab-grid-LR .ab-grid-item-R {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      text-align: right; } }
/*  -------------------------------------------
GRIDS
-----------------------------------------------*/
.ab-grid-2col {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-2col-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-2col1-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-2col-lg-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-3col {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-3col-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-12col-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-13col-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-20-80-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-4col-gap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-grid-align-items-start {
  align-items: start; }

.ab-grid-align-items-end {
  align-items: end; }

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

.ab-grid-align-items-stretch {
  align-items: stretch; }

.ab-grid-justify-content-start {
  justify-content: start; }

.ab-grid-justify-content-end {
  justify-content: end; }

.ab-grid-justify-content-center {
  justify-content: center; }

.ab-grid-gap-15px {
  gap: 15px; }

.ab-grid-gap-25px {
  gap: 25px; }

.ab-grid-gap-50px {
  gap: 25px; }

@media (min-width: 768px) {
  .ab-grid-2col {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%; }

  .ab-grid-2col-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 47.5% 47.5%; }

  .ab-grid-2col1-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 47.5%; }

  .ab-grid-3col {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 33.33% 33.34% 33.33%; }

  .ab-grid-3col-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%; }

  .ab-grid-12col-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 31.5% 65.75%; }

  .ab-grid-13col-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 21% 73.5%;
    justify-content: space-between; }

  .ab-grid-20-80-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 20% 78%; }

  .ab-grid-4col-gap {
    display: grid;
    grid-template-columns: 21% 21% 21% 21%;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-grid-2col-lg-gap {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 47.5% 47.5%; } }
/*  -------------------------------------------
PROJECT: GRID COLUMNS
-----------------------------------------------*/
.ab-prj-grid-col {
  padding: 0 10px; }

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

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

@media (min-width: 768px) {
  .ab-prj-grid-col {
    padding: 0 25px; }

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

  .ab-prj-grid-col-right {
    padding: 0 0 25px 25px; } }
@media (min-width: 1024px) {
  .ab-prj-grid-col {
    padding: 0 35px; }

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

  .ab-prj-grid-col-right {
    padding: 0 0 35px 35px; } }
@media (min-width: 1280px) {
  .ab-prj-grid-col {
    padding: 0 50px; }

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

  .ab-prj-grid-col-right {
    padding: 0 0 50px 50px; } }
/*  -------------------------------------------
EXTRA PADDING
-----------------------------------------------*/
.ab-prj-extra-space-5 {
  height: 5px; }

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

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

.ab-prj-extra-space-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 {
  height: 10px; }

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

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

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

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

.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 {
    height: 25px; }

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

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

  .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 {
    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; } }
/*  -------------------------------------------
    SLICK CAROUSEL
-----------------------------------------------*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev {
  left: -100px; }

[dir='rtl'] .slick-prev {
  right: -100px;
  left: auto; }

.slick-next {
  right: -100px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -100px; }

.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  left: -10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block; }

.slick-dots li button {
  /*
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #454545;
  border-radius: 15px;
  */
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px #ae841f solid;
  border-radius: 10px; }

.slick-dots li button:hover, .slick-dots li button:focus {
  /*
  outline: none;
  width: 15px;
  height: 15px;
  margin: 5px;
  background-color: #454545;
  */
  outline: none;
  width: 10px;
  height: 10px;
  background-color: #ae841f; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li.slick-active button {
  /*
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #454545;
  */
  width: 10px;
  height: 10px;
  background-color: #ae841f; }

/*  -------------------------------------------
    SMARTMENUS
-----------------------------------------------*/
#ab-menu-button {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  background: transparent url("../graphics/menu-button.png") top left no-repeat;
  text-indent: -9999px;
  outline: none; }

#ab-menu-button.ab-not-home {
  background: transparent url("../graphics/menu-button-color.png") top left no-repeat; }

#ab-menu-button:before {
  content: ''; }

#ab-menu-button.collapsed:before {
  content: ''; }

/*  -- SMARTMENUS ------------------------- */
#ab-main-menu.collapsed {
  display: none; }

.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: #114633;
  font-size: 1em;
  font-family: "PrimaryFont", sans-serif;
  font-weight: normal;
  line-height: 25px;
  text-decoration: none; }

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 1.0em;
  border-left: 8px solid transparent; }

.sm-clean ul a.ab-sm-head {
  font-weight: bold; }

@media (min-width: 1024px) {
  #ab-main-menu {
    position: relative;
    z-index: 9999; }

  #ab-main-menu.collapsed {
    display: block; }

  /*  -- MOBILE ONLY ------------------------- */
  .sm-clean li.ab-mobile-only {
    display: none; }

  /*  -- SMARTMENUS ------------------------- */
  .sm-clean {
    background: transparent; }

  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 5px 0 3px 0;
    color: #fff;
    font-family: "PrimaryFont", sans-serif;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; }

  .sm-clean a.current {
    color: #114633; }

  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #999; }

  .sm-clean ul a.current {
    color: #114633; }

  .sm-clean > li:first-child > a {
    padding-left: 0px; }

  .sm-clean a.has-submenu {
    padding-right: 0; }

  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 5px 0 3px 0;
    color: #114633;
    border-bottom: 2px transparent solid;
    font-size: 1em;
    font-family: "PrimaryFont", sans-serif; }

  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #114633;
    border-bottom: 2px #114633 solid; }

  .sm-clean a.ab-search-form-link:hover, .sm-clean a.ab-search-form-link-not-home:hover {
    color: #114633;
    border-bottom: none; }

  .sm-clean a span.sub-arrow {
    display: none;
    width: 0;
    border: 0;
    margin: 0;
    padding: 0; }

  .sm-clean > li > a {
    padding: 5px 0 3px 0;
    margin: 0 20px; }

  .sm-clean li.ab-current a {
    border-bottom: 2px #114633 solid; }

  .sm-clean a span.sub-arrow {
    border-width: 0px; }

  .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: 0px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #114633 transparent; }

  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 0px;
    border-color: transparent transparent #114633 transparent; }

  .sm-clean ul {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important; }

  .sm-clean ul li {
    border-bottom: 1px #114633 solid; }

  .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: #fff;
    background: #114633;
    font-size: 1em;
    font-family: "PrimaryFont", sans-serif; }

  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #fff;
    color: #114633;
    font-weight: normal; }

  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc; }

  .sm-clean ul a.has-submenu {
    padding-right: 20px; }

  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #000; } }
/*  -------------------------------------------
    COUNTER LIST
-----------------------------------------------*/
ol.ab-counter-list {
  counter-reset: ab-counter-li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol.ab-counter-list > li {
  list-style: none;
  /* EDIT STYLE BELOW */
  position: relative;
  min-height: 100px;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  padding: 25px 25px 25px 100px;
  width: 100%;
  margin: 0 0 15px 0;
  float: none;
  border: 1px #ccc solid;
  font-size: 1.0em;
  font-family: 'PrimaryFontLight', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 2px #ccc;
  box-shadow: 0 0 10px 2px #ccc; }

ol.ab-counter-list > li:before {
  content: counter(ab-counter-li);
  /* Use the counter as content */
  counter-increment: ab-counter-li;
  /* Increment the counter by 1 */
  /* EDIT STYLE BELOW */
  position: absolute;
  left: 15px;
  top: 0;
  font-family: 'PrimaryFontBold', sans-serif;
  color: #ededed;
  font-size: 4.5em;
  padding: 0;
  margin: 0; }

ol.ab-counter-list > li:hover:before {
  color: #00457c; }

@media (min-width: 768px) {
  ol.ab-counter-list > li {
    min-height: 160px;
    font-size: 1.0em;
    padding: 25px 25px 25px 120px;
    width: 48%;
    margin: 0 2% 15px 0;
    float: left; } }
@media (min-width: 1024px) {
  ol.ab-counter-list > li {
    min-height: 175px;
    font-size: 1.25em;
    padding: 25px 25px 25px 130px;
    width: 48%;
    margin: 0 2% 15px 0;
    float: left; }

  ol.ab-counter-list > li:before {
    left: 25px;
    top: 0;
    font-family: 'PrimaryFontBold', sans-serif;
    color: #ededed;
    font-size: 5.0em;
    padding: 0;
    margin: 0; } }
/*  -------------------------------------------
COUNTER LIST FULL
-----------------------------------------------*/
ol.ab-counter-list-full {
  counter-reset: ab-counter-full-li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol.ab-counter-list-full > li {
  list-style: none;
  /* EDIT STYLE BELOW */
  position: relative;
  min-height: 100px;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  padding: 25px 25px 25px 100px;
  width: 100%;
  margin: 0 0 15px 0;
  float: none;
  border: 1px #ccc solid;
  font-size: 1.0em;
  font-family: 'PrimaryFontLight', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 2px #ccc;
  box-shadow: 0 0 10px 2px #ccc; }

ol.ab-counter-list-full > li:before {
  content: counter(ab-counter-full-li);
  /* Use the counter as content */
  counter-increment: ab-counter-full-li;
  /* Increment the counter by 1 */
  /* EDIT STYLE BELOW */
  position: absolute;
  left: 15px;
  top: 0;
  font-family: 'PrimaryFontBold', sans-serif;
  color: #ededed;
  font-size: 4.5em;
  padding: 0;
  margin: 0; }

ol.ab-counter-list-full > li:hover:before {
  color: #00457c; }

@media (min-width: 768px) {
  ol.ab-counter-list-full > li {
    min-height: 160px;
    font-size: 1.0em;
    padding: 25px 25px 25px 120px; } }
@media (min-width: 1024px) {
  ol.ab-counter-list-full > li {
    min-height: 175px;
    font-size: 1.25em;
    padding: 25px 25px 25px 130px; }

  ol.ab-counter-list-full > li:before {
    left: 25px;
    font-size: 5.0em; } }
@media all and (-ms-high-contrast: none) {
  ol.ab-counter-list-full > li {
    min-height: 175px;
    font-size: 1.25em;
    padding: 25px 25px 25px 130px; }

  *::-ms-backdrop, ol.ab-counter-list-full > li:before {
    left: 25px;
    font-size: 0.225em; } }
/* IE11 */
/*  -------------------------------------------
BANNERS
-----------------------------------------------*/
.ab-banner-xx {
  box-sizing: border-box;
  height: 300px;
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

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

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

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

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

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

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

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

.ab-banner-inquiry {
  box-sizing: border-box;
  height: 300px;
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc url("../images/banner-inquiry.jpg") top center no-repeat;
  background-size: cover; }

.ab-banner-text-box {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.ab-banner-text-box h1 {
  color: #fff;
  margin: 0;
  text-shadow: 5px 5px 10px black; }

.ab-banner-text-box .ab-banner-text-separator {
  box-sizing: border-box;
  width: 75px;
  height: 1px;
  padding: 0;
  margin: 10px auto;
  background: #ae841f; }

@media (min-width: 768px) {
  .ab-banner-xx {
    height: 350px; } }
@media (min-width: 1024px) {
  .ab-banner-xx {
    height: 525px; } }
/*  -------------------------------------------
    PARALLAX SECTIONS
-----------------------------------------------*/
.ab-sec-parallax {
  padding: 0;
  margin: 0;
  color: #fff; }

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

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

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

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

/*
.ab-sec-parallax-left-shade { background:transparent url("../graphics/bg-shade-left.png") top left repeat-y; }
.ab-sec-parallax-right-shade { background:transparent url("../graphics/bg-shade-right.png") top right repeat-y; }
*/
.ab-sec-parallax-left-shade {
  background: transparent; }

.ab-sec-parallax-right-shade {
  background: transparent; }

.ab-sec-parallax-padding-shadow-layer {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 0px; }

.ab-sec-parallax-padding-layer {
  padding: 50px 0px; }

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

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

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

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

@media (min-width: 768px) {
  .ab-sec-parallax-left-shade {
    background: transparent url("../graphics/bg-shade-left.png") top center repeat-y; }

  .ab-sec-parallax-right-shade {
    background: transparent url("../graphics/bg-shade-right.png") top center repeat-y; }

  .ab-sec-parallax {
    padding: 0;
    margin: 0; }

  .ab-sec-parallax-padding-shadow-layer {
    background: transparent;
    padding: 75px 0px; }

  .ab-sec-parallax-padding-layer {
    padding: 75px 0px; } }
/*  -------------------------------------------
    sass --watch --style=compressed d:\www\AB\wow\scss\default.scss d:\www\AB\wow\scss\default.css
-----------------------------------------------*/
/*  -------------------------------------------
    UTILITIES: COLOR
-----------------------------------------------*/
.ab-txt-color-white {
  color: #fff; }

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

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

.ab-txt-color-B {
  color: #ae841f; }

.ab-bg-color-white {
  background-color: #fff; }

.ab-bg-color-A {
  background-color: #114633; }

.ab-bg-color-B {
  background-color: #ae841f; }

.ab-txt-separator {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 10px auto;
  background: #ae841f; }

.ab-margin-white-100px-top {
  background: transparent url("../graphics/ab-margin-white-100px-top.png") top center no-repeat;
  background-size: 100% 100px; }

.ab-margin-white-150px-top {
  background: transparent url("../graphics/ab-margin-white-100px-top.png") top center no-repeat;
  background-size: 100% 150px; }

.ab-margin-white-200px-top {
  background: transparent url("../graphics/ab-margin-white-100px-top.png") top center no-repeat;
  background-size: 100% 200px; }

.ab-prj-list-item-ring {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none; }
  .ab-prj-list-item-ring li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 10px 0;
    background: transparent url("../images/ab-prj-list-item-ring.png") 1px 10px no-repeat;
    background-size: 11px 10px; }

/*  -------------------------------------------
    PROJECT: TESTIMONIALS
-----------------------------------------------*/
.ab-prj-testimonial-container {
  width: 100%;
  margin: 0 auto; }

.ab-prj-testimonial-container .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

@media (min-width: 768px) {
  .ab-prj-testimonial-container {
    width: 90%; }

  .ab-prj-testimonial-container .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0px; } }
@media (min-width: 1024px) {
  .ab-prj-testimonial-container {
    width: 80%; } }
@media (min-width: 1280px) {
  .ab-prj-testimonial-container {
    width: 66%; } }
/*  -------------------------------------------
    PROJECT: LOGO ICON 
-----------------------------------------------*/
.ab-prj-logo-icon {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 63px;
  height: 20px;
  background: transparent url("../graphics/logo-icon-gold.png") center center no-repeat;
  background-size: cover; }

.ab-prj-logo-icon-position {
  position: absolute;
  top: -5px; }

.ab-prj-logo-icon-center {
  margin: 0 auto; }

.ab-prj-logo-icon-inline {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 14px;
  background: transparent url("../graphics/logo-icon-gold.png") center center no-repeat;
  background-size: cover; }

/*  -------------------------------------------
    UTILITIES: PADDING & MARGINS
-----------------------------------------------*/
.P-0 {
  padding: 0; }

.P-L-0 {
  padding-left: 0; }

.P-R-0 {
  padding-right: 0; }

.P-T-0 {
  padding-top: 0; }

.P-B-0 {
  padding-bottom: 0; }

.P-10 {
  padding: 10px; }

.P-25 {
  padding: 25px; }

.P-50 {
  padding: 50px; }

.P-75 {
  padding: 75pc; }

.P-10-25-35-50 {
  padding: 10px; }

.P-25-35-50 {
  padding: 25px; }

.P-25-50 {
  padding: 25px; }

.M-0 {
  margin: 0; }

.M-10 {
  margin: 10px; }

.M-10-5 {
  margin: 10px 5px; }

.M-L-0 {
  margin-left: 0; }

.M-R-0 {
  margin-right: 0; }

.M-T-0 {
  margin-top: 0; }

.M-T-10 {
  margin-top: 10px; }

.M-T-25 {
  margin-top: 25px; }

.M-T-50 {
  margin-top: 50px; }

.M-B-0 {
  margin-bottom: 0; }

.M-B-10 {
  margin-bottom: 10px; }

.M-B-50 {
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .P-10-25-35-50 {
    padding: 25px; } }
@media (min-width: 1024px) {
  .P-10-25-35-50 {
    padding: 35px; }

  .P-25-35-50 {
    padding: 35px; }

  .P-25-50 {
    padding: 50px; } }
@media (min-width: 1280px) {
  .P-10-25-35-50 {
    padding: 50px; }

  .P-25-35-50 {
    padding: 50px; } }
/*  -------------------------------------------
PROJECT: STORIES
-----------------------------------------------*/
.ab-stories-nav-item {
  cursor: pointer;
  padding: 15px 15px; }

.ab-stories-nav-item-current {
  background: #ae841f;
  color: #fff; }

.ab-stories {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%; }
  .ab-stories .ab-story {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none; }
    .ab-stories .ab-story .ab-story-bg {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      width: 100%; }
      .ab-stories .ab-story .ab-story-bg .ab-story-bg-img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto; }
      .ab-stories .ab-story .ab-story-bg .ab-story-content-container {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #114633; }
  .ab-stories .ab-story-current {
    display: block; }

@media (min-width: 550px) {
  .ab-stories .ab-story .ab-story-bg .ab-story-bg-img {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    height: 350px;
    object-fit: cover; } }
@media (min-width: 1024px) {
  .ab-stories .ab-story .ab-story-bg {
    position: relative; }
    .ab-stories .ab-story .ab-story-bg .ab-story-bg-img {
      width: 52.5%;
      height: 900px; }
    .ab-stories .ab-story .ab-story-bg .ab-story-content-container {
      width: 52.5%;
      position: absolute;
      top: 5%;
      right: 0;
      bottom: 5%;
      z-index: 10; } }
@media (min-width: 1280px) {
  .ab-stories .ab-story .ab-story-bg .ab-story-bg-img {
    width: 52.5%;
    height: 1050px; }
  .ab-stories .ab-story .ab-story-bg .ab-story-content-container {
    width: 52.5%;
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    z-index: 10; } }
.ab-story-content {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff; }
  .ab-story-content .ab-story-content-head {
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0;
    width: 100%; }
    .ab-story-content .ab-story-content-head ul {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .ab-story-content .ab-story-content-head ul li {
        box-sizing: border-box;
        padding: 20px 0;
        margin: 0 25px 0 0;
        cursor: pointer;
        display: inline-block;
        border-bottom: 5px transparent solid;
        font-family: "PrimaryFontBold", sans-serif;
        color: #fff; }
      .ab-story-content .ab-story-content-head ul li:hover {
        color: #ae841f; }
      .ab-story-content .ab-story-content-head ul li.current {
        border-bottom: 5px #ae841f solid; }
  .ab-story-content .ab-story-content-body {
    box-sizing: border-box;
    padding: 20px 25px;
    margin: -3px 0 0 0;
    width: 100%;
    display: block;
    border-top: 1px #ae841f solid; }
    .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment {
      box-sizing: border-box;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: fit-content; }
      .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        width: 100%; }
      .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-1, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-2, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-3, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-4, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-5, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-6 {
        display: none; }
      .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-1-current, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-2-current, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-3-current, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-4-current, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-5-current, .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment .ab-story-content-body-txt-6-current {
        display: block; }

@media (min-width: 1024px) {
  .ab-story-content {
    margin: 0; }
    .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment {
      max-width: 487px; } }
@media (min-width: 1280px) {
  .ab-story-content .ab-story-content-head {
    padding: 0 75px; }
    .ab-story-content .ab-story-content-head ul li {
      padding: 35px 0;
      margin: 0 35px 0 0;
      font-size: 1.15em; }
  .ab-story-content .ab-story-content-body {
    padding: 35px 75px; }
    .ab-story-content .ab-story-content-body .ab-story-content-body-width-adjustment {
      max-width: 565px; } }
/*  -------------------------------------------
PROJECT: IMPORTANT LINKS
-----------------------------------------------*/
.ab-important-link {
  box-sizing: border-box;
  padding: 50px;
  margin: 0;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  color: #787878;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ab-important-link img {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
    height: auto; }
  .ab-important-link .ab-important-link-go {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 20px 0 0 0;
    color: #ae841f;
    background: transparent url("../graphics/arrow-gold.png") center right no-repeat;
    background-size: 13px 10px; }

.ab-important-link-panel-border {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 15px;
  border: 10px #fff solid; }
  .ab-important-link-panel-border .ab-important-link-panel {
    box-sizing: border-box;
    display: block;
    padding: 50px 25px;
    margin: 0;
    width: 100%;
    border-radius: 15px;
    color: #ae841f;
    border: 1px #ae841f solid; }
    .ab-important-link-panel-border .ab-important-link-panel .ab-important-link-panel-icon {
      box-sizing: border-box;
      display: block;
      padding: 0;
      margin: 0 auto;
      height: 55px;
      width: auto; }
    .ab-important-link-panel-border .ab-important-link-panel .ab-important-link-panel-txt {
      box-sizing: border-box;
      padding: 0 20px;
      margin: 25px 0 10px 0;
      width: 100%;
      text-align: center; }
    .ab-important-link-panel-border .ab-important-link-panel .ab-important-link-panel-go {
      box-sizing: border-box;
      display: inline-block;
      padding: 0;
      margin: 0;
      width: 20px;
      height: 15px;
      background: transparent url("../graphics/arrow-gold.png") center right no-repeat;
      background-size: 13px 10px; }

.ab-important-link-panel-border:hover {
  border: 10px #ae841f solid; }
  .ab-important-link-panel-border:hover .ab-important-link-panel {
    border: none; }

@media (min-width: 768px) {
  .ab-important-link {
    padding: 25px; } }
@media (min-width: 1024px) {
  .ab-important-link {
    padding: 50px; } }
/*  -------------------------------------------
PROJECT: PROCESS - NAVIGATION / DIAGRAM
-----------------------------------------------*/
.ab-process-nav {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .ab-process-nav .ab-process-nav-item {
    box-sizing: border-box;
    padding: 0;
    margin: 5px 10px;
    cursor: pointer;
    display: inline-block;
    font-family: "PrimaryFontBold", sans-serif;
    color: #587a6b; }
  .ab-process-nav .ab-process-nav-item:last-child {
    background: none;
    padding: 0; }
  .ab-process-nav .ab-process-nav-item:hover, .ab-process-nav .ab-process-nav-item-current {
    color: #ae841f; }

.ab-process-diagrams {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%; }
  .ab-process-diagrams .ab-process-diagram {
    box-sizing: border-box;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }
  .ab-process-diagrams .ab-process-diagram-current {
    display: block; }

.ab-process-descriptions {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%; }
  .ab-process-descriptions .ab-process-description {
    box-sizing: border-box;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  .ab-process-descriptions .ab-process-description-current {
    display: block; }

@media (min-width: 768px) {
  .ab-process-nav .ab-process-nav-item {
    box-sizing: border-box;
    padding: 0 40px 0 0;
    margin: 20px 20px;
    cursor: pointer;
    display: inline-block;
    font-family: "PrimaryFontBold", sans-serif;
    color: #587a6b;
    background: transparent url("../graphics/arrow-green.png") center right no-repeat;
    background-size: 13px 10px; }
  .ab-process-nav .ab-process-nav-item:last-child {
    background: none;
    padding: 0; }
  .ab-process-nav .ab-process-nav-item:hover, .ab-process-nav .ab-process-nav-item-current {
    color: #ae841f;
    background: transparent url("../graphics/arrow-gold.png") center right no-repeat;
    background-size: 13px 10px; }
  .ab-process-nav .ab-process-nav-item:last-child:hover, .ab-process-nav .ab-process-nav-item-current:last-child {
    background: none;
    padding: 0; } }
/*  -------------------------------------------
PROJECT: PROCESS
-----------------------------------------------*/
.ab-process-info-grid {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }
  .ab-process-info-grid .ab-process-info-grid-item {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%; }
    .ab-process-info-grid .ab-process-info-grid-item h3, .ab-process-info-grid .ab-process-info-grid-item p {
      margin: 0;
      text-align: center; }
    .ab-process-info-grid .ab-process-info-grid-item h3 {
      color: #000; }
    .ab-process-info-grid .ab-process-info-grid-item .ab-process-info-grid-item-logo {
      box-sizing: border-box;
      display: block;
      padding: 0;
      margin: 0 auto;
      width: 100%;
      max-width: 200px;
      height: auto; }

.ab-process-info-grid-container-dark {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  color: #fff;
  background: #114633; }

@media (min-width: 768px) {
  .ab-process-info-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    justify-content: space-between; }
    .ab-process-info-grid .ab-process-info-grid-item p {
      text-align: unset; }
    .ab-process-info-grid .ab-process-info-grid-item .ab-process-info-grid-item-logo {
      width: 75%;
      max-width: 200px;
      height: auto; }
    .ab-process-info-grid .ab-process-info-grid-item-25-50-PR {
      padding-right: 25px; }

  .ab-process-info-grid-container-dark {
    padding: 0; } }
@media (min-width: 1280px) {
  .ab-process-info-grid {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    justify-content: space-between; }
    .ab-process-info-grid .ab-process-info-grid-item-25-50-PR {
      padding-right: 50px; } }
/*  -------------------------------------------
PROJECT: CONTACT
-----------------------------------------------*/
.ab-contact-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: linear-gradient(#fff 50%, #f2f2f2 0%); }
  .ab-contact-container .ab-contact-container-grid {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between; }
    .ab-contact-container .ab-contact-container-grid .ab-contact-map {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      width: 100%; }
      .ab-contact-container .ab-contact-container-grid .ab-contact-map img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto; }
    .ab-contact-container .ab-contact-container-grid .ab-contact-address {
      box-sizing: border-box;
      padding: 25px;
      margin: 0;
      width: 100%;
      display: flex;
      align-items: center;
      background: #ae841f;
      color: #fff; }
      .ab-contact-container .ab-contact-container-grid .ab-contact-address a {
        color: #fff; }
      .ab-contact-container .ab-contact-container-grid .ab-contact-address a:hover {
        color: #114633; }

@media (min-width: 768px) {
  .ab-contact-container .ab-contact-container-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
    justify-content: space-between; } }
@media (min-width: 1280px) {
  .ab-contact-container .ab-contact-container-grid .ab-contact-address {
    padding: 50px; } }
/*  -------------------------------------------
PROJECT: APPROACH
-----------------------------------------------*/
.ab-approach {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%; }

.ab-approach-A {
  background: #f7f7f7; }

.ab-approach-B {
  background: #f2f2f2; }

.ab-approach-C {
  background: #ebebeb; }

.ab-approach-split-bg-A {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: linear-gradient(#fff 50%, #f7f7f7 0%); }
  .ab-approach-split-bg-A img {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }

.ab-approach-split-bg-B {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: linear-gradient(#f7f7f7 50%, #f2f2f2 0%); }
  .ab-approach-split-bg-B img {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }

.ab-approach-split-bg-C {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: linear-gradient(#f2f2f2 50%, #ebebeb 0%); }
  .ab-approach-split-bg-C img {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }

.ab-approach-grid {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }
  .ab-approach-grid .ab-approach-grid-item {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%; }
    .ab-approach-grid .ab-approach-grid-item .ab-approach-item {
      box-sizing: border-box;
      padding: 15px 25px;
      margin: 0 0 25px 0;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      display: grid;
      grid-template-columns: 15% 80%;
      align-items: center;
      justify-content: space-between; }
      .ab-approach-grid .ab-approach-grid-item .ab-approach-item .ab-approach-item-img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0; }
        .ab-approach-grid .ab-approach-grid-item .ab-approach-item .ab-approach-item-img img {
          box-sizing: border-box;
          display: block;
          padding: 0;
          margin: 0;
          width: 100%;
          height: auto; }
      .ab-approach-grid .ab-approach-grid-item .ab-approach-item .ab-approach-item-txt {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0; }

@media (min-width: 768px) {
  .ab-approach-grid {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between; } }
/*  -------------------------------------------
PROJECT: ABOUT
-----------------------------------------------*/
.ab-about-grid-2col {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }
  .ab-about-grid-2col .ab-about-grid-2col-item-A {
    grid-area: 2 / 1 / 3 / 2; }
  .ab-about-grid-2col .ab-about-grid-2col-item-B {
    grid-area: 1 / 1 / 2 / 2; }

@media (min-width: 768px) {
  .ab-about-grid-2col {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%; }
    .ab-about-grid-2col .ab-about-grid-2col-item-A {
      grid-area: 1 / 1 / 2 / 2; }
    .ab-about-grid-2col .ab-about-grid-2col-item-B {
      grid-area: 1 / 2 / 2 / 3; } }
.ab-prj-grid-col-visual {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%; }
  .ab-prj-grid-col-visual img {
    display: block;
    border-bottom: 5px #ae841f solid; }

.ab-prj-grid-col-text {
  box-sizing: border-box;
  margin: 0;
  padding: 25px;
  width: 100%;
  background: #f2f2f2; }

@media (min-width: 1280px) {
  .ab-prj-grid-col-text {
    padding: 50px; } }
/*  -------------------------------------------
PROJECT: PARTNERS 
-----------------------------------------------*/
.ab-prj-partners {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%; }
  .ab-prj-partners .ab-prj-partners-head {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none; }
    .ab-prj-partners .ab-prj-partners-head img {
      box-sizing: border-box;
      display: block;
      padding: 0;
      margin: 0 auto;
      width: 100%;
      height: auto; }
  .ab-prj-partners .ab-prj-partners-grid {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    gap: 35px; }
    .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-A {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%; }
      .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-A .ab-prj-partners-head-A {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block; }
        .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-A .ab-prj-partners-head-A img {
          box-sizing: border-box;
          display: block;
          padding: 0;
          margin: 0 auto;
          width: 100%;
          height: auto; }
    .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-B {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%; }
      .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-B .ab-prj-partners-head-B {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block; }
        .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-B .ab-prj-partners-head-B img {
          box-sizing: border-box;
          display: block;
          padding: 0;
          margin: 0 auto;
          width: 100%;
          height: auto; }

@media (min-width: 768px) {
  .ab-prj-partners .ab-prj-partners-head {
    display: block; }
  .ab-prj-partners .ab-prj-partners-grid {
    display: grid;
    grid-template-columns: 46.25% 46.25%;
    justify-content: space-between; }
    .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-A .ab-prj-partners-head-A {
      display: none; }
    .ab-prj-partners .ab-prj-partners-grid .ab-prj-partners-B .ab-prj-partners-head-B {
      display: none; } }
/*  -------------------------------------------
PROJECT: EXTENDED TEAM
-----------------------------------------------*/
.ab-prj-extended-team {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 35px; }
  .ab-prj-extended-team .ab-prj-extended-team-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    position: relative; }
    .ab-prj-extended-team .ab-prj-extended-team-item .ab-prj-extended-team-item-txt {
      box-sizing: border-box;
      width: 90%;
      background: #e5e5e5;
      border-radius: 10px;
      padding: 15px 15px 15px 75px;
      margin: 0;
      position: absolute;
      top: 25px;
      right: 0; }
    .ab-prj-extended-team .ab-prj-extended-team-item .ab-prj-extended-team-item-icon {
      box-sizing: border-box;
      width: 100px;
      height: 100px;
      position: absolute;
      top: 0;
      left: 0; }
      .ab-prj-extended-team .ab-prj-extended-team-item .ab-prj-extended-team-item-icon img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: auto; }

@media (min-width: 768px) {
  .ab-prj-extended-team {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    justify-content: space-between;
    gap: 25px; } }
@media (min-width: 1024px) {
  .ab-prj-extended-team {
    gap: 35px; }
    .ab-prj-extended-team .ab-prj-extended-team-item {
      height: 150px; }
      .ab-prj-extended-team .ab-prj-extended-team-item .ab-prj-extended-team-item-txt {
        padding: 25px 25px 25px 125px;
        margin: 0;
        position: absolute;
        top: 35px;
        right: 0; }
      .ab-prj-extended-team .ab-prj-extended-team-item .ab-prj-extended-team-item-icon {
        box-sizing: border-box;
        width: 150px;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0; } }
@media (min-width: 1280px) {
  .ab-prj-extended-team {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between;
    gap: 25px; }
    .ab-prj-extended-team .ab-prj-extended-team-item {
      margin: 35px 0 0 0; } }
/*  -------------------------------------------
PROJECT: OUR TEAM
-----------------------------------------------*/
.ab-prj-sec-our-team {
  background: #114633 url("../graphics/bg-tile-white.png") top left repeat-x;
  background-size: 100% 200px; }

.ab-prj-our-team {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 35px; }
  .ab-prj-our-team .ab-prj-our-team-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    border: 0; }
    .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-img {
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: auto; }
    .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-text {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%; }
      .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-text h4 {
        color: #fff; }
        .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-text h4 span {
          font-size: 0.765em; }
      .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-text p {
        color: #fff;
        margin: 10px 0; }
    .ab-prj-our-team .ab-prj-our-team-item .ab-prj-our-team-item-btn {
      box-sizing: border-box;
      margin: 0;
      padding: 0 20px 0 0;
      display: inline-block;
      background: url("../graphics/arrow-gold.png") center right no-repeat;
      background-size: 13px 10px;
      color: #ae841f; }

@media (min-width: 768px) {
  .ab-prj-our-team {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    justify-content: space-between; } }
@media (min-width: 1024px) {
  .ab-prj-our-team {
    display: grid;
    grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
    justify-content: space-between; } }
/*  -------------------------------------------
    SITE POP-UP
-----------------------------------------------*/
#ab-site-popup {
  display: block;
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 750px;
  margin: 20px auto; }
  #ab-site-popup .mfp-close {
    color: #a0a0a0; }

.ab-site-popup-container, .ab-site-popup-container-foot {
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 100%; }

.ab-site-popup-container-foot {
  background: #f0f0f0; }

.ab-site-popup-grid {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: center; }

.ab-site-popup-grid-btns {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }

@media (min-width: 768px) {
  .ab-site-popup-container, .ab-site-popup-container-foot {
    padding: 25px; }

  .ab-site-popup-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 1024px) {
  .ab-site-popup-container, .ab-site-popup-container-foot {
    padding: 35px; } }
@media (min-width: 1280px) {
  .ab-site-popup-container, .ab-site-popup-container-foot {
    padding: 50px; } }
/*  -------------------------------------------
    TEAM POP-UP
-----------------------------------------------*/
#ab-team-01-popup, #ab-team-02-popup, #ab-team-03-popup, #ab-team-04-popup {
  display: block;
  position: relative;
  background: #f2f2f2;
  padding: 0;
  width: auto;
  max-width: 1000px;
  margin: 20px auto; }

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

.ab-team-popup-container {
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #f2f2f2 url("../graphics/bg-tile.png") top left repeat-x;
  background-size: 100% 450px; }
  .ab-team-popup-container .ab-team-popup-layout-grid {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between; }
    .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-pic {
      box-sizing: border-box;
      margin: 0 0 15px 0;
      padding: 25px 0 0 0;
      width: 100%; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-pic img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 200px;
        height: auto; }
    .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      width: 100%; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-name, .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-title, .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-icon {
        text-align: center; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-title {
        margin: 15px 0; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt h2 {
        color: #fff;
        margin: 0; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt h2 span {
          font-size: 0.625em; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-icon {
        box-sizing: border-box;
        display: block;
        padding: 0;
        width: 36px;
        height: 36px;
        margin: 10px auto;
        border: 0;
        outline: none;
        background: transparent url("../graphics/circle-linkedin.png") center center no-repeat;
        background-size: cover; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-icon:hover {
        background: transparent url("../graphics/circle-linkedin-gold.png") center center no-repeat;
        background-size: cover; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-bio {
        box-sizing: border-box;
        margin: 0;
        padding: 25px 0 0 0;
        width: 100%; }

@media (min-width: 768px) {
  .ab-team-popup-container {
    padding: 25px;
    background-size: 100% 300px; }
    .ab-team-popup-container .ab-team-popup-layout-grid {
      display: grid;
      grid-template-columns: 35% 60%;
      justify-content: space-between; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-pic {
        padding: 0; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-pic img {
          box-sizing: border-box;
          display: block;
          padding: 0;
          margin: 0;
          width: 100%;
          height: auto; }
      .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt {
        padding-top: 75px; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-name, .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-title, .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-icon {
          text-align: unset; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt h2 {
          color: #fff; }
          .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt h2 span {
            font-size: 0.625em; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-icon {
          margin: 10px 0; }
        .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-bio {
          padding: 100px 0 0 0; } }
@media (min-width: 1024px) {
  .ab-team-popup-container {
    padding: 35px; } }
@media (min-width: 1280px) {
  .ab-team-popup-container {
    padding: 50px; }
    .ab-team-popup-container .ab-team-popup-layout-grid .ab-team-popup-txt .ab-team-popup-txt-bio {
      padding: 75px 0 0 0; } }
/*  -------------------------------------------
PROJECT: WHAT WE DO
-----------------------------------------------*/
.ab-prj-sec-what-we-do {
  background: #f2f2f2 url("../graphics/bg-tile.png") top left repeat-x;
  background-size: 100% 400px; }

.ab-prj-what-we-do {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 35px; }
  .ab-prj-what-we-do .ab-prj-what-we-do-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative; }
    .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-img {
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: auto; }
    .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box {
      box-sizing: border-box;
      padding: 25px;
      margin: 0;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box .ab-prj-what-we-do-item-title {
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 15px 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #ae841f solid; }
      .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box .ab-prj-what-we-do-item-desc {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 15px 0 0 0;
        width: 100%;
        color: #fff;
        line-height: normal; }
  .ab-prj-what-we-do .ab-prj-what-we-do-item:hover .ab-prj-what-we-do-item-box .ab-prj-what-we-do-item-desc {
    display: block; }

@media (min-width: 768px) {
  .ab-prj-what-we-do {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    gap: unset; } }
@media (min-width: 1280px) {
  .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box {
    padding: 50px; }
    .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box .ab-prj-what-we-do-item-title {
      padding: 0 0 20px 0; }
    .ab-prj-what-we-do .ab-prj-what-we-do-item .ab-prj-what-we-do-item-box .ab-prj-what-we-do-item-desc {
      padding: 20px 0 0 0;
      line-height: 135%;
      font-size: 1.15em; } }
/*  -------------------------------------------
PROJECT: WHAT WE DO
-----------------------------------------------*/
.ab-prj-whats-your-story {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 35px; }
  .ab-prj-whats-your-story .ab-prj-whats-your-story-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 300px;
    position: relative; }
    .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-img {
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: auto; }
    .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box {
      box-sizing: border-box;
      padding: 15px;
      margin: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box .ab-prj-whats-your-story-box-content {
        box-sizing: border-box;
        padding: 25px;
        margin: 0;
        width: 270px;
        height: 270px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box .ab-prj-whats-your-story-title {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-style: italic;
        color: #fff;
        text-align: center; }
      .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box .ab-prj-whats-your-story-desc {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "SecondaryFont", serif;
        font-style: italic;
        color: #fff;
        text-align: center; }
  .ab-prj-whats-your-story .ab-prj-whats-your-story-item:hover .ab-prj-whats-your-story-box .ab-prj-whats-your-story-box-content {
    border-radius: 100%;
    background: rgba(17, 70, 51, 0.65); }
  .ab-prj-whats-your-story .ab-prj-whats-your-story-item:hover .ab-prj-whats-your-story-box .ab-prj-whats-your-story-title {
    display: none; }
  .ab-prj-whats-your-story .ab-prj-whats-your-story-item:hover .ab-prj-whats-your-story-box .ab-prj-whats-your-story-desc {
    display: block; }

@media (min-width: 1280px) {
  .ab-prj-whats-your-story {
    gap: 50px; }
    .ab-prj-whats-your-story .ab-prj-whats-your-story-item {
      width: 380px;
      height: 380px; }
      .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box {
        box-sizing: border-box;
        padding: 20px;
        margin: 0; }
        .ab-prj-whats-your-story .ab-prj-whats-your-story-item .ab-prj-whats-your-story-box .ab-prj-whats-your-story-box-content {
          box-sizing: border-box;
          padding: 25px;
          margin: 0;
          width: 340px;
          height: 340px; } }
/*  -------------------------------------------
PROJECT: SHADED SECTION
-----------------------------------------------*/
.ab-prj-shaded-grid {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }

.ab-prj-shaded-left {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent url("../graphics/bg-shade-left.png") top left repeat-y; }
  .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
    padding: 10px 10px 10px 0; }
  .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B {
    padding: 10px 0 10px 10px; }

.ab-prj-shaded-right {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent url("../graphics/bg-shade-right.png") top right repeat-y; }
  .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
    padding: 10px 10px 10px 0; }
  .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B {
    padding: 10px 0 10px 10px; }

@media (min-width: 768px) {
  .ab-prj-shaded-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between; }

  .ab-prj-shaded-left {
    background: transparent url("../graphics/bg-shade-left.png") top center repeat-y; }
    .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
      padding: 25px 25px 25px 0; }
    .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B {
      padding: 25px 0 25px 25px; }

  .ab-prj-shaded-right {
    background: transparent url("../graphics/bg-shade-right.png") top center repeat-y; }
    .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
      padding: 25px 25px 25px 0; }
    .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B {
      padding: 25px 0 25px 25px; } }
@media (min-width: 1024px) {
  .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A, .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
    padding: 35px 35px 35px 0; }
  .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B, .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-B {
    padding: 35px 0 35px 35px; } }
@media (min-width: 1280px) {
  .ab-prj-shaded-left .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A, .ab-prj-shaded-right .ab-prj-shaded-grid .ab-prj-shaded-grid-col-A {
    padding: 50px 50px 50px 0; } }
/*  -------------------------------------------
PROJECT: CONTACT FORM SECTION
-----------------------------------------------*/
.ab-grid-contact-form {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between; }
  .ab-grid-contact-form .ab-prj-grid-col-left, .ab-grid-contact-form .ab-prj-grid-col-right {
    padding: 10px; }

.ab-grid-contact-form-img {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 500px;
  background: transparent url("../images/visual-01.jpg") center center no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .ab-grid-contact-form .ab-prj-grid-col-left, .ab-grid-contact-form .ab-prj-grid-col-right {
    padding: 25px; }

  .ab-grid-contact-form-img {
    width: 100%;
    height: 600px; } }
@media (min-width: 1024px) {
  .ab-grid-contact-form {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%; }
    .ab-grid-contact-form .ab-prj-grid-col-left {
      padding: 0 35px 35px 0; }
    .ab-grid-contact-form .ab-prj-grid-col-right {
      padding: 0 0 35px 35px; }

  .ab-grid-contact-form-img {
    width: 100%;
    height: 700px; } }
@media (min-width: 1280px) {
  .ab-grid-contact-form .ab-prj-grid-col-left {
    padding: 0 60px 50px 0; }
  .ab-grid-contact-form .ab-prj-grid-col-right {
    padding: 0 0 50px 50px; }

  .ab-grid-contact-form-img {
    width: 100%;
    height: 750px; } }
/*  -------------------------------------------
    SECTION: BLOG NAV
-----------------------------------------------*/
.ab-blog-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 10px;
  align-items: center; }
  .ab-blog-nav .ab-blog-nav-select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    .ab-blog-nav .ab-blog-nav-select select {
      box-sizing: border-box;
      display: block;
      width: 100%;
      margin: 0;
      padding: 10px 0;
      border: 0;
      border-radius: 0;
      border-bottom: 1px #dddee1 solid;
      /*
         -moz-appearance:none !important;
          background: #f6f6f6 url('../graphics/ab-blog-nav-select.png') right center no-repeat !important;
          background-size:12px 11px !important;
          background-position: calc(100% - 5px) center !important;
      */
      background-color: transparent;
      font-family: "PrimaryFontBold", sans-serif; }
    .ab-blog-nav .ab-blog-nav-select .ab-blog-nav-select-head {
      font-weight: bold; }
  .ab-blog-nav .ab-btn-blog-nav {
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 75px;
    background: transparent;
    text-align: center;
    border: 0;
    border-radius: 0;
    font-family: "PrimaryFontBold", sans-serif;
    color: #114633;
    border: 2px #114633 solid; }
  .ab-blog-nav .ab-btn-blog-nav:hover {
    background: #114633;
    color: #fff; }
  .ab-blog-nav .ab-blog-nav-search {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px #dddee1 solid;
    display: grid;
    grid-template-columns: auto 25px;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center; }
    .ab-blog-nav .ab-blog-nav-search input[type="text"] {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none; }
    .ab-blog-nav .ab-blog-nav-search input[type="submit"] {
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      border: 0;
      background: url("../graphics/search-form-button.png") center center no-repeat;
      background-size: 22px 20px;
      text-indent: -9999px; }

@media (min-width: 768px) {
  .ab-blog-nav {
    display: grid;
    grid-template-columns: 46% 46%;
    justify-content: space-between;
    gap: 10px; } }
@media (min-width: 1024px) {
  .ab-blog-nav {
    display: grid;
    grid-template-columns: 30% 30%;
    justify-content: space-between;
    gap: 10px; } }
/*  -------------------------------------------
    SECTION: BLOG POSTS
-----------------------------------------------*/
.ab-blog-post-grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch; }
  .ab-blog-post-grid .ab-blog-post-grid-item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px #e0e0e0 solid;
    position: relative; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-img {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 175px;
      margin: 0;
      padding: 0;
      border-bottom: 6px #ae841f solid; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
      box-sizing: border-box;
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px;
      color: #000; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-cat {
        color: #ae841f;
        text-transform: uppercase; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt h3 {
        color: #000; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date, .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date a {
        color: #999;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px; }
  .ab-blog-post-grid .ab-blog-post-grid-item:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
    .ab-blog-post-grid .ab-blog-post-grid-item:hover .ab-blog-post-txt h3 {
      color: #ae841f; }

@media (min-width: 768px) {
  .ab-blog-post-grid {
    display: grid;
    grid-template-columns: 46% 46%;
    justify-content: space-between;
    gap: 50px; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
      box-sizing: border-box;
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px 25px; }
      .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date, .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date a {
        position: absolute;
        bottom: 15px;
        left: 25px;
        right: 25px; } }
@media (min-width: 1024px) {
  .ab-blog-post-grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    gap: 50px; } }
@media (min-width: 1280px) {
  .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-img {
    height: 200px; }
  .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt {
    padding: 25px 35px; }
    .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date, .ab-blog-post-grid .ab-blog-post-grid-item .ab-blog-post-txt .ab-blog-post-txt-date a {
      position: absolute;
      bottom: 25px;
      left: 35px;
      right: 35px; } }
/*  -------------------------------------------
    FORM: Initial Inquiry Questionnaire
-----------------------------------------------*/
.ab-prj-is-married {
  padding: 25px 0; }

.ab-prj-have-children {
  padding: 25px 0; }

.ab-prj-flex-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }

.ab-prj-ph-3 {
  width: 50px !important; }

.ab-prj-ph-4 {
  width: 60px !important; }

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