@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/Noto_Sans/NotoSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontBold';
  src: url("../fonts/Noto_Sans/NotoSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'SecondaryFont';
  src: url("../fonts/Noto_Serif/NotoSerif-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: #d23600; }

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

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

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

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

  .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 #d23600 transparent; }

  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #d23600 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 {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #65646a;
  font-family: "PrimaryFont", sans-serif;
  font-weight: 300; }

p {
  font-family: "PrimaryFont", sans-serif;
  color: #65646a;
  font-weight: 300;
  line-height: 150%; }

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

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

h3 {
  font-family: "SecondaryFont", serif;
  color: #000;
  font-size: 1.35em;
  font-weight: 200; }

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

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

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

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

  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 1.50em; }

  h4 {
    font-size: 1.75em; }

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

  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 1.75em; }

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

a:hover {
  color: #244289; }

.ab-clear {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  -------------------------------------------
    LISTS
-----------------------------------------------*/
ul.ab-simple-list {
  padding-left: 18px; }

ul.ab-simple-list li {
  padding: 0px 0px 10px 0px; }

ol.ab-simple-list {
  padding-left: 18px; }

ol.ab-simple-list li {
  padding: 0px 0px 10px 0px; }

ul.ab-arrow {
  padding: 0px;
  list-style: none; }

ul.ab-arrow li {
  padding: 0px 0px 20px 30px;
  background: url("../graphics/li-arrow.png") top left no-repeat; }

ul.ab-bullet {
  padding: 0px;
  list-style: none; }

ul.ab-bullet li {
  padding: 0px 0px 10px 30px;
  background: url("../graphics/li-bullet.png") top left no-repeat; }

ul.ab-checkedbox {
  padding-left: 20px;
  list-style-image: url("../graphics/li-checkedbox.png"); }

ul.ab-checkedbox li {
  padding: 0px 0px 15px 0px; }

.ab-description-list {
  margin: 0;
  padding: 0; }

.ab-description-list dt {
  color: #000;
  margin: 0;
  padding: 0; }

.ab-description-list dt div {
  display: inline-block;
  padding: 0px 10px;
  background: #f0d1cc; }

.ab-description-list dt strong {
  padding-left: 10px;
  font-size: 1.1em; }

.ab-description-list dd {
  line-height: normal;
  margin: 0;
  padding: 0px 0px 15px 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

header.homewhite {
  background: transparent; }

header.home {
  background: transparent;
  color: #fff; }

#ab-header-margin {
  height: 78px;
  margin: 0;
  padding: 0; }

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

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

header #ab-navigation #ab-header-topbar {
  box-sizing: border-box;
  background: transparent;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: right;
  display: none; }

header #ab-navigation #ab-header-topbar .ab-button-clientlogin {
  font-size: 0.715em;
  margin-right: 20px;
  padding: 5px 10px;
  background: #1b4489;
  color: #fff;
  border-radius: 15px; }

header #ab-navigation #ab-header-topbar .ab-button-contactus {
  font-size: 0.715em;
  margin-right: 20px;
  padding: 5px 10px;
  background: #1b4489;
  color: #fff;
  border-radius: 15px; }

header.home #ab-navigation #ab-header-topbar .ab-button-clientlogin {
  background: #63666b;
  color: #fff; }

header.home #ab-navigation #ab-header-topbar .ab-button-contactus {
  background: #63666b;
  color: #fff; }

header.ab-header-fixed-home #ab-navigation #ab-header-topbar .ab-button-clientlogin {
  background: #1b4489;
  color: #fff; }

header.ab-header-fixed-home #ab-navigation #ab-header-topbar .ab-button-contactus {
  background: #1b4489;
  color: #fff; }

header #ab-navigation #ab-header-topbar .ab-button-search {
  box-sizing: border-box;
  display: none;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #1b4489 url("../graphics/ab-prj-button-search-white.png") center center no-repeat;
  background-size: 15px 15px;
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: -999px; }

header.home #ab-navigation #ab-header-topbar .ab-button-search {
  background: #63666b url("../graphics/ab-prj-button-search-white.png") center center no-repeat;
  background-size: 15px 15px; }

header.ab-header-fixed-home #ab-navigation #ab-header-topbar .ab-button-search {
  background: #1b4489 url("../graphics/ab-prj-button-search-white.png") center center no-repeat;
  background-size: 15px 15px; }

header #ab-navigation #ab-header-logo {
  float: left;
  width: 200px;
  height: 33px;
  margin: 0;
  padding: 10px 0 0 0; }

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

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

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

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

header.home #ab-navigation #ab-header-logo h1 a {
  width: 200px;
  height: 33px;
  background: transparent url("../graphics/logo-white.png") bottom left no-repeat;
  background-size: cover; }

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

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

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

#ab-client-login {
  display: block;
  position: relative;
  background: #f9fbfc;
  padding: 10px;
  width: auto;
  max-width: 600px;
  margin: 20px auto; }

#ab-client-login h2 {
  font-size: 2.0em; }

#ab-client-login .ab-client-login-logo {
  display: inline-block;
  padding: 10px 10px 50px 10px; }

@media (min-width: 768px) {
  header {
    height: 125px; }

  #ab-client-login {
    padding: 50px; }

  #ab-client-login h2 {
    font-size: 2.75em; }

  #ab-client-login .ab-client-login-logo {
    padding: 25px; }

  header.home {
    border-color: rgba(255, 255, 255, 0.5); }

  #ab-header-margin {
    height: 125px;
    margin: 0;
    padding: 0; }

  header #ab-navigation #ab-header-logo {
    padding: 0;
    margin-top: 30px; }

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

  header #ab-navigation #ab-header-topbar {
    display: block;
    width: 400px;
    float: right; }

  header #ab-navigation #ab-header-topbar .ab-button-clientlogin {
    display: block;
    float: right; }

  header #ab-navigation #ab-header-topbar .ab-button-contactus {
    display: block;
    float: right; }

  header #ab-navigation #ab-header-topbar .ab-button-search {
    display: block;
    float: right; }

  header #ab-navigation nav a.ab-search-form-link {
    display: none; }

  /*
      header #ab-navigation a.ab-search-form-link { display:inline-block; text-indent:-9999px; padding:0; margin:0 0 0 20px; height:18px; width:20px; background:url("../graphics/search-form-button-white.png") top left no-repeat; background-size:cover; outline:none; }
      header #ab-navigation a.ab-search-form-link-not-home { background:url("../graphics/search-form-button.png") top left no-repeat; background-size:cover; }
  
  */
  header #ab-navigation #ab-menu-button {
    display: none; }

  header #ab-navigation nav {
    clear: right;
    float: right;
    margin: 0;
    padding: 0; } }
@media (min-width: 1024px) {
  .ab-container-header {
    padding: 0px 25px; }

  header #ab-navigation #ab-header-logo {
    width: 256px;
    height: 42px;
    margin-top: 30px; }

  header #ab-navigation #ab-header-logo h1 a {
    width: 256px;
    height: 42px; }

  header.home #ab-navigation #ab-header-logo h1 a {
    width: 256px;
    height: 42px; }

  header #ab-navigation nav {
    padding: 0; } }
@media (min-width: 1280px) {
  .ab-container-header {
    padding: 0px 75px; } }
/*  -------------------------------------------
FOOTER:
-----------------------------------------------*/
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent url("../graphics/bg-footer.jpg") top center no-repeat;
  background-size: cover; }

footer .ab-container {
  padding-top: 5px;
  padding-bottom: 5px; }

footer .ab-container h2 {
  color: #fff; }

footer .ab-container p {
  color: #fff; }

form.ab-footer-form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

form.ab-footer-form input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  font-size: 0.85em;
  border: 0;
  outline: none;
  border-bottom: 1px #fff solid;
  background: transparent;
  color: #fff; }

form.ab-footer-form input[type="email"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  font-size: 0.85em;
  border: 0;
  outline: none;
  border-bottom: 1px #fff solid;
  background: transparent;
  color: #fff; }

form.ab-footer-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin: 20px 0px;
  padding: 10px;
  font-size: 0.85em;
  outline: none;
  border: 0;
  border-bottom: 1px #fff solid;
  background: transparent;
  color: #fff; }

form.ab-footer-form input[type="submit"] {
  display: block;
  color: #fff;
  padding: 5px 30px 5px 0;
  margin: 20px 0;
  border: 0;
  outline: none;
  background: transparent url("../graphics/ab-form-submit.png") center right no-repeat; }

::placeholder {
  color: #bdbdbd;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  color: #bdbdbd;
  /* Internet Explorer 10-11 */ }

::-ms-input-placeholder {
  color: #bdbdbd;
  /* Microsoft Edge */ }

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

footer #ab-copy-legal {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #244289;
  font-family: "PrimaryFont", sans-serif;
  color: #fff; }

footer #ab-copy-legal p {
  font-family: "PrimaryFont", sans-serif;
  color: #fff;
  font-size: 0.675em; }

footer #ab-copy-legal a {
  color: #fff; }

footer #ab-copy-legal a:hover {
  text-decoration: underline; }

footer .ab-footer-main-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

footer .ab-footer-main-container #ab-footer-contact {
  font-family: "PrimaryFont", sans-serif; }

footer #ab-footer-contact p .ab-footer-contact-title {
  font-family: "PrimaryFontBold", sans-serif; }

footer a, footer p, footer li {
  color: #fff;
  font-weight: normal; }

footer a:hover {
  color: #fff;
  text-decoration: underline; }

footer #ab-footer-menu > ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

footer #ab-footer-menu > ul > li {
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: "PrimaryFontBold", sans-serif; }

footer #ab-footer-menu > ul > li > a {
  font-family: "PrimaryFontBold", sans-serif; }

footer #ab-footer-menu > ul > li > ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

footer #ab-footer-menu > ul > li > ul > li {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "PrimaryFont", sans-serif; }

footer #ab-footer-menu > ul > li > ul > li > a {
  font-family: "PrimaryFont", sans-serif; }

@media (min-width: 768px) {
  footer #ab-footer-main {
    display: flex; }

  footer #ab-footer-contact {
    flex-grow: 1; }

  footer #ab-footer-contact p .ab-footer-contact-title {
    display: block;
    font-size: 1.10em;
    margin-bottom: 10px; }

  footer #ab-footer-contact p {
    font-size: 0.875em; }

  footer #ab-footer-menu {
    flex-grow: 1; }

  footer #ab-footer-menu > ul {
    display: grid;
    grid-template-columns: auto auto; }

  footer #ab-footer-menu > ul > li {
    margin: 0;
    padding: 0 0 35px 15px;
    font-size: 1.0em; }

  footer #ab-footer-menu > ul > li > ul > li {
    font-size: 0.875em; } }
@media (min-width: 1024px) {
  footer #ab-footer-menu > ul {
    display: grid;
    grid-template-columns: auto auto auto auto; } }
/*  -------------------------------------------
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: inline-block;
    color: #fff;
    padding: 5px 30px 5px 0;
    margin: 10px 0 0 0;
    background: transparent url("../graphics/prj-link-arrows.png") center right no-repeat; }

#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: inline-block;
    color: #fff;
    padding: 5px 30px 5px 0;
    margin: 10px 0 0 0;
    background: transparent url("../graphics/prj-link-arrows.png") center right no-repeat; }

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

#ab-cover-video-mobile .ab-cover-video-link-show {
  position: absolute;
  bottom: 15%;
  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%; } }
/*  -------------------------------------------
HOME BANNERS
-----------------------------------------------*/
.ab-homebanners {
  background: #f5f4f5;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden; }

.ab-homebanners-container {
  position: relative;
  height: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

.ab-homebanners .ab-homebanner-xx {
  width: 100%;
  height: 450px;
  overflow: hidden; }

.ab-homebanners .ab-homebanners-txt-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0; }

.ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0;
  background: rgba(36, 66, 137, 0.25);
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  text-align: center; }

.ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
  font-family: "SecondaryFont", serif;
  font-size: 1.25em;
  line-height: 125%;
  color: #fff;
  margin: 0 0 5px 0;
  font-weight: normal;
  text-shadow: 0 0 10px #000;
  padding: 25px; }

.ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt .ab-homebanners-link {
  display: block;
  box-sizing: border-box;
  height: 50px;
  overflow: none;
  background: #244289;
  color: #fff; }

.ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt .ab-homebanners-link a {
  display: inline-block;
  color: #fff;
  padding: 5px 30px 5px 0;
  margin: 10px 0 0 0;
  background: transparent url("../graphics/ab-homebanners-link.png") center right no-repeat; }

.ab-homebanners .ab-homebanner-01 {
  background: transparent url("../graphics/banner-home-01.jpg?nocache=1") top center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0; }

.ab-homebanners .ab-homebanner-02 {
  background: transparent url("../graphics/banner-home-02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0; }

.ab-homebanners .ab-homebanner-03 {
  background: transparent url("../graphics/banner-home-03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0; }

@media (min-width: 768px) {
  .ab-homebanners {
    height: 550px; }

  .ab-homebanners-container {
    height: 550px; }

  .ab-homebanners .ab-homebanner-xx {
    height: 500px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt {
    width: 75%;
    margin: 0 auto; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
    font-size: 2.0em;
    padding: 35px; } }
@media (min-width: 1024px) {
  .ab-homebanners {
    height: 630px; }

  .ab-homebanners-container {
    height: 630px; }

  .ab-homebanners .ab-homebanner-xx {
    height: 580px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt {
    left: unset;
    margin: 0;
    text-align: left;
    float: right;
    width: 50%; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
    font-size: 2.0em;
    padding: 50px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt .ab-homebanners-link {
    padding-left: 50px; } }
@media (min-width: 1280px) {
  .ab-homebanners {
    height: 775px; }

  .ab-homebanners-container {
    height: 775px; }

  .ab-homebanners .ab-homebanner-xx {
    height: 725px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
    font-size: 2.25em; } }
@media (min-width: 1366px) {
  .ab-homebanners {
    height: 825px; }

  .ab-homebanners-container {
    height: 825px; }

  .ab-homebanners .ab-homebanner-xx {
    height: 775px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
    font-size: 2.25em; } }
@media (min-width: 1500px) {
  .ab-homebanners {
    height: 900px; }

  .ab-homebanners-container {
    height: 900px; }

  .ab-homebanners .ab-homebanner-xx {
    height: 850px; }

  .ab-homebanners .ab-homebanners-txt-container .ab-homebanners-txt h1 {
    font-size: 2.5em; } }
/*  -- BUTTONS ---------------------------------------- */
.ab-btn-container {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  vertical-align: top; }

.ab-btn-dropdown {
  width: 220px;
  color: #fff;
  background: #b50937;
  font-size: 0.685em;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.ab-btn-content {
  display: none;
  width: 238px;
  margin: -15px 5px 15px 5px;
  padding: 15px;
  border: 1px #728eb7 solid;
  border-radius: 0px 0px 10px 10px;
  text-align: left; }

form.ab-btn-form input[type="text"] {
  display: block;
  width: 220px;
  margin: 10px 0px;
  padding: 10px 5px;
  font-size: 0.85em;
  border: 1px #ccc solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

form.ab-btn-form input[type="text"]:focus {
  border: 1px #00aeef solid; }

form.ab-btn-form input[type="email"] {
  display: block;
  width: 220px;
  margin: 10px 0px;
  padding: 10px 5px;
  font-size: 0.85em;
  border: 1px #ccc solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

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

form.ab-btn-form input[type="submit"] {
  width: 230px;
  color: #fff;
  background: #00457c;
  display: block;
  margin: 10px 0px;
  padding: 10px 5px;
  border: 0px;
  border-radius: 5px;
  outline: none;
  text-align: center; }

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

/*  -------------------------------------------
    AB-FORM
-----------------------------------------------*/
form.ab-form {
  display: block;
  box-sizing: border-box;
  width: 89%;
  margin: 0;
  padding: 0; }

form.ab-form input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 10px 5px;
  font-size: 0.85em;
  border: 1px #c9c9c9 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

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

form.ab-form input[type="email"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px;
  padding: 10px 5px;
  font-size: 0.85em;
  border: 1px #c9c9c9 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

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

form.ab-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin: 10px 0px;
  padding: 10px 5px;
  font-size: 0.85em;
  border: 1px #c9c9c9 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

form.ab-form input[type="submit"] {
  float: right;
  box-sizing: border-box;
  width: 150px;
  color: #fff;
  background: transparent;
  display: block;
  margin: 10px 0px;
  padding: 10px 5px;
  border: 1px #fff solid;
  border-radius: 25px;
  outline: none;
  text-align: center; }

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

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

#ab-search-form div {
  background: #fff;
  padding: 20px;
  border: 2px #6a7aa8 solid;
  -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"] {
  float: right;
  width: 30px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0px;
  outline: 0px;
  display: inline-block;
  background: transparent url("../graphics/search-form-button.png") top left no-repeat; }

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

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

.ab-break {
  display: inline; }

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

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

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

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

.ab-col-2-small {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-2-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-3 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-3-small {
  box-sizing: border-box;
  width: 33%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-3-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-4 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0; }

.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-col-13-small {
  box-sizing: border-box;
  width: 33%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-13-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-13 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-23-small {
  box-sizing: border-box;
  width: 66%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-23-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

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

.ab-col-25-small {
  box-sizing: border-box;
  width: 40%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-25-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-25 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-35-small {
  box-sizing: border-box;
  width: 60%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-35-medium {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-35 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.ab-col-right {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0; }

.ab-col-left {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0; }

.ab-col-medium-right {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0; }

.ab-col-medium-left {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0; }

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

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

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

  .ab-col-2-medium {
    width: 50%;
    float: left; }

  .ab-col-3-medium {
    width: 33%;
    float: left; }

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

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

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

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

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

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

  .ab-col-13-medium {
    width: 33%; }

  .ab-col-23-medium {
    width: 66%; }

  .ab-col-25-medium {
    width: 36%; }

  .ab-col-35-medium {
    width: 64%; }

  .ab-col-medium-right {
    box-sizing: border-box;
    width: 50%;
    float: right; }

  .ab-col-medium-left {
    box-sizing: border-box;
    width: 50%;
    float: none; }

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

  .ab-break {
    display: block; }

  .ab-col-2 {
    width: 50%;
    float: left; }

  .ab-col-3 {
    width: 33%;
    float: left; }

  .ab-col-4 {
    width: 25%;
    float: left; }

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

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

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

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

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

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

  .ab-col-13 {
    width: 33%; }

  .ab-col-23 {
    width: 66%; }

  .ab-col-25 {
    width: 37%; }

  .ab-col-35 {
    width: 63%; }

  .ab-col-right {
    box-sizing: border-box;
    width: 50%;
    float: right; }

  .ab-col-left {
    box-sizing: border-box;
    width: 50%;
    float: none; }

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

  .ab-break-large {
    display: block; } }
/*  -------------------------------------------
    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: left; }

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

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

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

header.ab-header-fixed-home #ab-navigation #ab-menu-button {
  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 ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 0.715em;
  border-left: 8px solid transparent; }

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

@media (min-width: 768px) {
  #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: #244289; }

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

  .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: #fff;
    border-bottom: 3px transparent solid;
    font-size: 0.765em;
    font-family: "PrimaryFont", sans-serif; }

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

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

  .sm-clean a.ab-not-home {
    color: #63666b;
    font-size: 0.765em; }

  .sm-clean a.ab-not-home:hover, .sm-clean a.ab-not-home:active, .sm-clean a.ab-not-home:focus, .sm-clean a.ab-not-home.highlighted {
    color: #63666b;
    border-bottom: 3px transparent solid; }

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

  header.ab-header-fixed-home #ab-navigation nav .sm-clean a {
    color: #63666b;
    font-size: 0.765em; }

  header.ab-header-fixed-home #ab-navigation nav .sm-clean a:hover,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean a:active,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean a:focus,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean a.highlighted {
    color: #63666b;
    border-bottom: 3px transparent solid; }

  header.ab-header-fixed-home #ab-navigation nav .sm-clean ul a {
    border: 0 !important;
    padding: 10px 20px;
    color: #fff;
    background: #244289;
    font-size: 0.765em;
    font-family: "PrimaryFont", sans-serif; }

  header.ab-header-fixed-home #ab-navigation nav .sm-clean ul a:hover,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean ul a:focus,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean ul a:active,
  header.ab-header-fixed-home #ab-navigation nav .sm-clean ul a.highlighted {
    background: #fff;
    color: #244289;
    font-weight: normal; }

  .sm-clean > li > a {
    padding: 5px 0 3px 0;
    margin: 0 10px;
    font-size: 0.765em; }

  .sm-clean li a.ab-not-home {
    padding: 5px 0 3px 0;
    margin: 0 10px;
    font-size: 0.765em; }

  .sm-clean li.ab-current a.ab-not-home {
    border-bottom: 3px #244289 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 #244289 transparent; }

  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 0px;
    border-color: transparent transparent #244289 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 #244289 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;
    font-size: 0.765em;
    padding: 10px 20px;
    color: #fff;
    background: #244289;
    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: #244289;
    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; } }
@media (min-width: 1024px) {
  .sm-clean > li > a {
    padding: 5px 0 3px 0;
    margin: 0 20px; }

  .sm-clean li a.ab-not-home {
    padding: 5px 0 3px 0;
    margin: 0 20px; } }
/*  -------------------------------------------
    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; }

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

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

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

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

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

.ab-banner-text-box {
  box-sizing: border-box;
  background: rgba(36, 66, 137, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%; }

.ab-banner-text-box h1 {
  text-align: center;
  padding: 25px;
  color: #fff;
  margin: 0;
  font-size: 1.45em; }

@media (min-width: 768px) {
  .ab-banner-xx {
    height: 350px; }

  .ab-banner-text-box {
    width: 50%; }

  .ab-banner-text-box h1 {
    text-align: left;
    padding: 25px 0 25px 25px;
    font-size: 1.75em; } }
@media (min-width: 1024px) {
  .ab-banner-xx {
    height: 500px; }

  .ab-banner-text-box h1 {
    text-align: left;
    padding: 50px 0 50px 50px;
    font-size: 2.0em; } }
@media (min-width: 1280px) {
  .ab-banner-xx {
    height: 597px; }

  .ab-banner-text-box h1 {
    padding: 75px 0 75px 75px;
    font-size: 2.75em; } }
@media (min-width: 1366px) {
  .ab-banner-xx {
    height: 637px; } }
@media (min-width: 1500px) {
  .ab-banner-xx {
    height: 700px; } }
/*  -------------------------------------------
    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-padding-grey-layer h2 {
  color: #1c5aa8; }

.ab-sec-parallax-padding-grey-layer p {
  color: #000; }

.ab-sec-parallax-padding-white-layer h2 {
  color: #1c5aa8; }

.ab-sec-parallax-padding-white-layer p {
  color: #000; }

.ab-sec-parallax-padding-white-layer-medium h2 {
  color: #1c5aa8; }

.ab-sec-parallax-padding-white-layer-medium h4 {
  color: #000; }

.ab-sec-parallax-padding-white-layer-medium p {
  color: #000; }

/*
.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-grey-layer {
  background: #ededed;
  padding: 50px 0px;
  color: #000; }

.ab-sec-parallax-padding-white-layer {
  background: #fff;
  padding: 50px 0px;
  color: #000; }

.ab-sec-parallax-padding-white-layer-medium {
  background: #fff;
  padding: 50px 0px;
  color: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.ab-sec-parallax-13 {
  min-height: 300px;
  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-grey-layer {
    background: transparent;
    padding: 75px 0px; }

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

  .ab-sec-parallax-padding-white-layer-medium {
    padding: 75px 0px; }

  .ab-sec-parallax-padding-layer {
    padding: 75px 0px; } }
@media (min-width: 1024px) {
  .ab-sec-parallax-padding-white-layer-medium {
    background: transparent;
    padding: 75px 0px; } }
/*  -------------------------------------------
    PROJECT 
-----------------------------------------------*/
.ab-prj-txt-secondary {
  font-family: "SecondaryFont", serif; }

.ab-prj-txt-colored {
  color: #244289; }

.ab-prj-txt-big {
  font-size: 1.0em;
  font-weight: normal; }

.ab-prj-txt-heading {
  font-size: 1.15em;
  font-weight: normal; }

.ab-prj-txt-big-light {
  font-family: "PrimaryFont", sans-serif;
  font-weight: 300;
  font-size: 1.0em; }

.ab-prj-txt-lineheight-more {
  line-height: 175%; }

.ab-prj-btn {
  display: inline-block;
  padding: 10px 35px;
  margin: 0;
  font-family: "PrimaryFont", sans-serif;
  font-size: 0.85em;
  letter-spacing: 2px;
  font-weight: bold;
  border: 1px #88a8d1 solid;
  color: #1c5aa8;
  background: transparent; }

.ab-prj-btn:hover {
  border: 1px #88a8d1 solid;
  color: #fff;
  background: #1c5aa8; }

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

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

.ab-sec-color .ab-prj-quote-container {
  color: #fff; }

.ab-prj-quote-text {
  font-family: "PrimaryFont", sans-serif;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 150%; }

.ab-prj-quote-author {
  font-family: "PrimaryFont", sans-serif;
  font-size: 0.825em;
  text-align: right; }

.ab-prj-quote-author span {
  font-size: 1.0em; }

.ab-prj-video-banner {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0; }

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

.ab-prj-video-text {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

.ab-prj-video-text-right {
  text-align: center; }

.ab-prj-video-btn {
  display: inline-block;
  margin-top: 50px;
  color: #fff;
  font-size: 1.25em;
  background: url("../graphics/ab-prj-button-video.png") center right no-repeat;
  height: 40px;
  padding: 10px 50px 0 0;
  background-size: 40px 40px; }

.ab-prj-video-btn:hover {
  color: #fff; }

.ab-prj-more-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: url("../graphics/ab-prj-button-more.png") center right no-repeat;
  background-size: cover; }

.ab-prj-bg-01 {
  background: #eceaeb; }

.ab-prj-grid-01 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto; }

.ab-prj-grid-01-item-L {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 0; }

.ab-prj-grid-01-item-R {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 0; }

.ab-prj-list-check {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none; }

.ab-prj-list-check li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 20px 40px;
  background: url("../graphics/ab-prj-list-check.png") top left no-repeat; }

.ab-prj-bg-02 {
  background: #f5f4f5; }

.ab-prj-grid-02 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto; }

.ab-prj-grid-02-item-L {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 0; }

.ab-prj-grid-02-item-R {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 0; }

@media (min-width: 768px) {
  .ab-prj-txt-big {
    font-size: 1.15em; }

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

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

  .ab-prj-video-text-right {
    text-align: right; }

  .ab-prj-video-btn {
    margin-top: 130px;
    font-size: 2.0em;
    height: 50px;
    padding: 10px 60px 0 0;
    background-size: 50px 50px; }

  .ab-prj-bg-01 {
    background: url("../graphics/ab-prj-bg-01.png") top center repeat-y; }

  .ab-prj-grid-01 {
    display: grid;
    grid-template-columns: 50% 50%; }

  .ab-prj-grid-01-item-L {
    padding: 25px 25px 25px 0; }

  .ab-prj-grid-01-item-R {
    padding: 25px 0 25px 25px; }

  .ab-prj-bg-02 {
    background: url("../graphics/ab-prj-bg-02.png") top center repeat-y; }

  .ab-prj-grid-02 {
    display: grid;
    grid-template-columns: 30% 60%; }

  .ab-prj-grid-02-item-L {
    padding: 25px 25px 25px 0; }

  .ab-prj-grid-02-item-R {
    padding: 25px 0 25px 25px; } }
@media (min-width: 1024px) {
  .ab-prj-txt-big {
    font-size: 1.25em;
    font-weight: 300; }

  .ab-prj-txt-big-light {
    font-size: 1.15em; }

  .ab-prj-txt-heading {
    font-size: 1.35em; }

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

  .ab-prj-quote-text {
    font-size: 1.25em; }

  .ab-prj-quote-author {
    font-size: 0.925em; }

  .ab-prj-video-btn {
    margin-top: 150px;
    font-size: 2.75em;
    height: 89px;
    padding: 25px 100px 0 0;
    background-size: 89px 89px; }

  .ab-prj-grid-02 {
    display: grid;
    grid-template-columns: 37% 63%; }

  .ab-prj-grid-01-item-L {
    padding: 35px 35px 35px 0; }

  .ab-prj-grid-01-item-R {
    padding: 35px 0 35px 35px; }

  .ab-prj-grid-02-item-L {
    padding: 35px 35px 35px 0; }

  .ab-prj-grid-02-item-R {
    padding: 35px 0 35px 35px; } }
@media (min-width: 1280px) {
  .ab-prj-txt-big {
    font-size: 1.35em; }

  .ab-prj-txt-big-light {
    font-size: 1.20em; }

  .ab-prj-txt-heading {
    font-size: 1.5em; }

  .ab-prj-quote-text {
    font-size: 1.45em; }

  .ab-prj-quote-author {
    font-size: 1.0em; }

  .ab-prj-video-btn {
    margin-top: 200px; } }
@media (min-width: 1366px) {
  .ab-prj-video-btn {
    margin-top: 220px; } }
@media (min-width: 1600px) {
  .ab-prj-video-btn {
    margin-top: 300px; } }
@media (min-width: 2000px) {
  .ab-prj-video-btn {
    margin-top: 400px; } }
/*  -------------------------------------------
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-grey {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #f5f4f5; }

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

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

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

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

@media (min-width: 768px) {
  .ab-sec-white-box {
    padding: 25px; } }
@media (min-width: 1024px) {
  .ab-sec-white-box {
    padding: 50px; } }
@media (min-width: 1280px) {
  .ab-sec-width-55 {
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto; }

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

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

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

  .ab-sec-width-1000 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; } }
/*  -------------------------------------------
GRID SECTIONS
-----------------------------------------------*/
.ab-grid-sec-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%; }

.ab-grid-sec-item-img {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  min-height: 200px; }

.ab-grid-sec-item-txt {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.ab-grid-sec-item-txt-right {
  box-sizing: border-box;
  max-width: 600px;
  padding: 20px 10px;
  margin: 0; }

.ab-grid-sec-item-txt-left {
  box-sizing: border-box;
  max-width: 600px;
  padding: 20px 10px;
  margin: 0; }

.ab-grid-sec-item-txt-content {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.ab-grid-sec-space {
  clear: both;
  height: 0; }

.ab-grid-img-01 {
  background: url("../graphics/ab-grid-img-01.jpg?nocache=1") top left no-repeat;
  background-size: cover; }

.ab-grid-img-02 {
  background: url("../graphics/ab-grid-img-02.jpg") top left no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .ab-grid-sec-container {
    display: grid;
    grid-template-columns: 62.35% 37.65%; }

  .ab-grid-sec-item-txt-right {
    float: left;
    padding: 50px 10px 50px 25px; }

  .ab-grid-sec-item-txt-left {
    float: right;
    padding: 50px 25px 50px 10px; }

  .ab-grid-sec-space {
    clear: both;
    height: 35px; } }
@media (min-width: 1024px) {
  .ab-grid-sec-item-txt-right {
    padding: 50px 25px 50px 35px; }

  .ab-grid-sec-item-txt-left {
    padding: 50px 35px 50px 25px; }

  .ab-grid-sec-space {
    clear: both;
    height: 50px; } }
@media (min-width: 1280px) {
  .ab-grid-sec-item-txt-right {
    padding: 50px 75px 50px 50px; }

  .ab-grid-sec-item-txt-left {
    padding: 50px 50px 50px 75px; }

  .ab-grid-sec-space {
    clear: both;
    height: 75px; } }
@media (min-width: 1366px) {
  .ab-grid-sec-item-txt-right {
    padding: 75px 75px 75px 50px; }

  .ab-grid-sec-item-txt-left {
    padding: 75px 50px 75px 75px; } }
/*  -------------------------------------------
    SOCIAL MEDIA
-----------------------------------------------*/
a.ab-prj-sm-linkedin {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-linkedin.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

a.ab-prj-sm-google {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-google.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

a.ab-prj-sm-facebook {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-facebook.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

a.ab-prj-sm-twitter {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-twitter.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

a.ab-prj-sm-email {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-email.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

a.ab-prj-sm-share {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 25px;
  height: 25px;
  background: transparent url("../graphics/ab-prj-sm-share.png") top left no-repeat;
  background-size: cover;
  border-radius: 50%; }

/*  -------------------------------------------
PROJECT SECTION: OUR PRINCIPLES
-----------------------------------------------*/
.ab-prj-list-principles {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none; }

.ab-prj-list-principles li {
  box-sizing: border-box;
  padding: 25px 0;
  margin: 0; }

.ab-prj-list-principles li:nth-child(odd) {
  background: #f9f8f9; }

.ab-prj-list-principles li:nth-child(even) {
  background: #fff; }

.ab-prj-list-principles li > div {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer; }

.ab-prj-list-principles li > div > h5 {
  box-sizing: border-box;
  padding: 0 0 0 40px;
  margin: 0;
  min-height: 40px;
  background: url("../graphics/ab-prj-list-principles-plus.png") top left no-repeat;
  font-family: "PrimaryFont", sans-serif;
  color: #244289;
  font-size: 1.35em;
  font-weight: normal; }

.ab-prj-list-principles li > div > div {
  display: none;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  margin: 0; }

.ab-prj-list-principles li > div > div > p {
  margin-top: 0px; }

.ab-prj-list-principles li > div.ab-open > div {
  display: block; }

.ab-prj-list-principles li > div.ab-open > h5 {
  background: url("../graphics/ab-prj-list-principles-minus.png") top left no-repeat; }

@media (min-width: 768px) {
  .ab-prj-list-principles li > div {
    max-width: 700px;
    margin: 0 auto; } }
@media (min-width: 1024px) {
  .ab-prj-list-principles li > div {
    max-width: 800px;
    margin: 0 auto; } }
@media (min-width: 1280px) {
  .ab-prj-list-principles li > div {
    width: 900px;
    margin: 0 auto; } }
/*  -------------------------------------------
PROJECT SECTION: PROCESS
-----------------------------------------------*/
.ab-prj-process {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0 auto; }

.ab-prj-process-grid {
  box-sizing: border-box;
  padding: 50px 0;
  margin: 0; }

.ab-prj-process-grid-vline {
  display: none;
  width: 50px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: url("../graphics/ab-prj-process-grid-dot.png") top center repeat-y; }

.ab-prj-process-grid-hline {
  display: none;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: url("../graphics/ab-prj-process-grid-dot.png") center center repeat-x; }

.ab-prj-process-grid-blank {
  display: none;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.ab-prj-process-grid-txt {
  box-sizing: border-box;
  padding: 25px 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px #fff solid; }

.ab-prj-process-grid-txt:last-child {
  border-bottom: 0; }

.ab-prj-process-grid-txt h3 {
  font-family: "PrimaryFont", sans-serif;
  font-size: 1.15em;
  color: #fff;
  font-weight: normal;
  margin: 0; }

.ab-prj-process-grid-txt h3 span {
  font-size: 0.815em; }

@media (min-width: 768px) {
  .ab-prj-process-grid {
    display: grid;
    grid-template-columns: auto 50px auto; }

  .ab-prj-process-grid-vline {
    display: block; }

  .ab-prj-process-grid-hline {
    display: block; }

  .ab-prj-process-grid-blank {
    display: block; }

  .ab-prj-process-grid-txt {
    padding: 25px;
    border-bottom: 0; }

  .ab-prj-process-grid-txt h3 {
    font-size: 1.25em; } }
@media (min-width: 1024px) {
  .ab-prj-process-grid {
    padding: 75px 0; }

  .ab-prj-process-grid-txt {
    padding: 25px 50px; }

  .ab-prj-process-grid-txt h3 {
    font-size: 1.35em; } }
@media (min-width: 1280px) {
  .ab-prj-process-grid-txt h3 {
    font-size: 1.5em; } }
/* -----------------------------------------------------------------------
TEAM
----------------------------------------------------------------------- */
.ab-team-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: #f5f4f5; }

#ab-team-list-section {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

#ab-team-list {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none; }

#ab-team-list li {
  display: none;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  cursor: pointer; }

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

#ab-team-list li img {
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

#ab-team-list li img.ab-team-pic {
  display: none; }

#ab-team-list li img.ab-team-pic-off {
  display: block; }

#ab-team-list li.ab-team-current img.ab-team-pic {
  display: block; }

#ab-team-list li.ab-team-current img.ab-team-pic-off {
  display: none; }

#ab-team-list li .ab-team-card {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 25px;
  margin: 0;
  width: 100%;
  background: rgba(36, 66, 137, 0.5);
  color: #fff; }

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

#ab-team-list li .ab-team-card .ab-team-name {
  font-weight: bold;
  font-size: 1.25em; }

#ab-team-list li .ab-team-card .ab-team-title {
  font-size: 1.0em; }

#ab-team-list li .ab-team-card .ab-team-name span {
  font-weight: normal;
  font-size: 0.715em; }

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

.ab-team-bio-previous {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px 0 30px;
  min-height: 21px;
  cursor: pointer;
  width: 20;
  height: auto;
  background: url("../graphics/ab-team-bio-previous.png") center left no-repeat; }

.ab-team-bio-next {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 40px 0 15px;
  min-height: 21px;
  cursor: pointer;
  background: url("../graphics/ab-team-bio-next.png") center right no-repeat; }

@media (min-width: 500px) {
  #ab-team-list {
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.3333%; }

  #ab-team-list li {
    display: block; }

  #ab-team-list li .ab-team-card .ab-team-name {
    font-size: 0.815em; }

  #ab-team-list li .ab-team-card .ab-team-title {
    font-size: 0.815em; }

  #ab-team-list li .ab-team-card .ab-team-name span {
    font-size: 0.715em; } }
@media (min-width: 768px) {
  #ab-team-list li .ab-team-card .ab-team-name {
    font-size: 1.0em; }

  #ab-team-list li .ab-team-card .ab-team-title {
    font-size: 1.0em; }

  #ab-team-list li .ab-team-card .ab-team-name span {
    font-size: 0.715em; } }
@media (min-width: 1024px) {
  #ab-team-list li .ab-team-card {
    padding: 35px 25px; }

  #ab-team-list li .ab-team-card .ab-team-name {
    font-weight: bold;
    font-size: 1.35em; }

  #ab-team-list li .ab-team-card .ab-team-name span {
    font-weight: normal;
    font-size: 0.815em; }

  .ab-team-bio {
    max-width: 800px;
    padding: 50px 0px; } }
/*  -------------------------------------------
PROJECT SECTION: PARTNERS
-----------------------------------------------*/
.ab-prj-partners-bg {
  background: url("../graphics/bg-partners.jpg") top center no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0; }

.ab-prj-partners-container-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  color: #fff; }

.ab-prj-partners-container-2 {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  background: rgba(36, 66, 137, 0.5);
  color: #fff; }

.ab-prj-partners-container-flex {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0; }

.ab-prj-partners-container-flex img {
  width: 100%;
  max-width: 280px;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

.ab-prj-partners-item-L40 {
  order: 1;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: left; }

.ab-prj-partners-item-R60 {
  order: 2;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: left; }

.ab-prj-partners-item-L60 {
  order: 2;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: left; }

.ab-prj-partners-item-R40 {
  order: 1;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: left; }

@media (min-width: 768px) {
  .ab-prj-partners-container-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 300px; }

  .ab-prj-partners-item-L40 {
    order: 1;
    flex-basis: 40%;
    padding: 0 20px 0 0;
    text-align: left; }

  .ab-prj-partners-item-R60 {
    order: 2;
    flex-basis: 60%;
    padding: 0 0 0 20px;
    text-align: left; }

  .ab-prj-partners-item-L60 {
    order: 1;
    flex-basis: 60%;
    padding: 0 20px 0 0;
    text-align: left; }

  .ab-prj-partners-item-R40 {
    order: 2;
    flex-basis: 40%;
    padding: 0 0 0 20px;
    text-align: right; } }
@media (min-width: 1024px) {
  .ab-prj-partners-container-1 img, .ab-prj-partners-container-2 img {
    max-width: 320px; } }
@media (min-width: 1280px) {
  .ab-prj-partners-container-1 img, .ab-prj-partners-container-2 img {
    max-width: 400px; } }
/*  -------------------------------------------
PROJECT: INTEREST
-----------------------------------------------*/
.ab-prj-interest-R {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative; }

.ab-prj-interest-R img {
  display: block; }

.ab-prj-interest-R .ab-prj-interest-txt-R {
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  margin: 0;
  color: #fff;
  background: #244289;
  width: 100%; }

.ab-prj-interest-R .ab-prj-interest-txt-R strong {
  color: #d5d6e7; }

.prj-interest-readmore {
  display: inline-block;
  background: url("../graphics/prj-interest-readmore.png") center right no-repeat;
  color: #d5d6e7;
  padding-right: 25px; }

.prj-interest-readmore:hover {
  color: #fff; }

.ab-prj-interest-B {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative; }

.ab-prj-interest-B img {
  display: block; }

.ab-prj-interest-B .ab-prj-interest-txt-B {
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  margin: 0;
  color: #fff;
  background: #244289;
  width: 100%; }

.ab-prj-interest-partner-logo-01 {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  .ab-prj-interest-R .ab-prj-interest-txt-R {
    background: rgba(36, 66, 137, 0.75);
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }

  .ab-prj-interest-partner-logo-01 {
    float: right;
    max-width: 250px; } }
@media (min-width: 1024px) {
  .ab-prj-interest-B .ab-prj-interest-txt-B {
    background: rgba(36, 66, 137, 0.75);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

  .ab-prj-interest-partner-logo-01 {
    max-width: 400px; } }

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