.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

img {
  max-width: 100%; }

body {
  font-weight: 400;
  line-height: 1;
  color: #cbc9c7;
  font-family: "Agenda Regular", Arial, Helvetica, sans-serif; }

h1, .h1, h2, .h2, h3, .h3 {
  font-family: 'BaskervilleOldFacD';
  font-weight: 500;
  line-height: 1.2; }

h4, .h4, h5, .h5 {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  margin: 0 0 20px 0;
  font-size: 36px; }

h2, .h2 {
  margin: 0 0 14px 0;
  font-size: 30px; }
  @media screen and (min-width: 960px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3 {
  margin: 0 0 14px 0;
  font-size: 24px;
  line-height: 1.1; }
  @media screen and (min-width: 960px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  margin: 0 0 14px 0;
  font-size: 18px; }

h5, .h5 {
  margin: 0 0 14px 0;
  font-size: 16px; }

p {
  font-size: 16px;
  margin: 0 0 11px 0;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    p {
      margin: 0 0 15px 0; } }
  @media screen and (min-width: 960px) {
    p {
      margin: 0 0 20px 0; } }

ul, ol {
  margin: 0 0 11px 0; }
  @media screen and (min-width: 768px) {
    ul, ol {
      margin: 0 0 15px 0; } }
  @media screen and (min-width: 960px) {
    ul, ol {
      margin: 0 0 20px 0; } }

ul li, ol li {
  font-size: 16px;
  line-height: 1.2;
  margin: 0; }

ol {
  list-style-type: decimal;
  padding-left: 20px; }

ul.inline, ul.links.inline {
  display: block; }

ul.inline li {
  margin: 0 20px 0 0;
  padding: 0; }

/* Nested OL lists will show 1, 1.1, 1.1.1, etc. */
ol {
  counter-reset: item; }

li {
  display: block; }

li:before {
  content: counters(item, ".") " ";
  counter-increment: item; }

ul li {
  position: relative;
  padding-left: 12px;
  margin: 6px 0 0; }

ul li:first-child {
  margin-top: 0; }

ul li:before {
  content: "Bullet";
  display: block;
  width: 4px;
  height: 4px;
  background: #767d84;
  border-radius: 50%;
  text-align: left;
  text-indent: -9999px;
  left: 0;
  top: 8px;
  position: absolute; }

ul.basic li {
  padding: 0;
  margin: 0; }

ul.basic li:before {
  display: none; }

div.tabs ul li:before,
div.toolbar-menu ul li:before {
  display: none; }

p.lead-in {
  font-size: 18px;
  color: #000; }

p.large, span.large {
  font-size: 18px;
  line-height: 1.4; }

p.xlarge {
  font-size: 20px; }

p.small {
  font-size: 14px; }

ul.large li {
  font-size: 18px; }

table {
  font-size: 16px;
  line-height: 1.4; }

a {
  text-decoration: underline;
  outline: 0;
  color: #cbc9c7; }

a:hover {
  text-decoration: none; }

li a.active {
  color: #cbc9c7; }

.item-list ul {
  margin: 0 0 11px 0; }
  .item-list ul li {
    margin: 0; }

input {
  outline: none; }

select::-ms-expand {
  display: none; }

.btn, button, .button, input[type="submit"] {
  display: inline-block;
  background-color: #767d84;
  color: #fff;
  line-height: 1.4;
  outline: none;
  padding: 9px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  border: none;
  font-family: "Agenda Medium", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  /*min-width: 280px;*/ }
  @media screen and (max-width: 767px) {
    .btn, button, .button, input[type="submit"] {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .btn, button, .button, input[type="submit"] {
      font-size: 17px;
      padding: 13px 20px; } }
  @media screen and (min-width: 960px) {
    .btn, button, .button, input[type="submit"] {
      padding: 15px 20px; } }
  .btn:hover, .btn:focus, button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #555b61;
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn.red, button.red, .button.red, input[type="submit"].red {
    background-color: #3a526c; }
    .btn.red:hover, button.red:hover, .button.red:hover, input[type="submit"].red:hover {
      background-color: #555b61; }
  .btn.small, button.small, .button.small, input[type="submit"].small {
    padding-top: 7px;
    padding-bottom: 7px; }
    @media screen and (min-width: 768px) {
      .btn.small, button.small, .button.small, input[type="submit"].small {
        padding-top: 8px;
        padding-bottom: 8px; } }

/* Special Attributes */
.opfade {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out; }

.bgfade, header .primary_support li a, header .secondary_support li a {
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out; }

.fade {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

.skipto {
  position: absolute;
  left: -700em;
  top: -700em; }

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

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

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

em, i {
  font-style: italic; }

strong, b {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.fineprint,
.fineprint p {
  font-size: 14px;
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

sub {
  vertical-align: sub;
  font-size: 75%; }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.no-top-margin {
  margin-top: 0 !important; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.no-top-padding {
  padding-top: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

.notdone {
  background: yellow; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

.ui-datepicker {
  display: none; }

.black {
  color: #000; }

/*li a.active {color: unset;}*/
.hide {
  display: none; }

/* Form Styles
=================================================*/
input, textarea, select {
  font-family: "Agenda Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #767d84;
  box-sizing: border-box;
  border-radius: 0; }

input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea, input[type="file"] {
  border-radius: 0;
  border: 1px solid #cbc9c7;
  background: #f1f3f5;
  color: #767d84;
  padding: 5px 10px;
  border-radius: 0;
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-color: #fff;
  cursor: pointer;
  background: url("../img/icons/arrow-down.png") no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 13px 6.5px !important;
  background-color: #f1f3f5; }
  select:focus {
    background-image: url("../img/icons/arrow-up.png"); }

input.error {
  border: 1px solid #dd3f46 !important; }

/* Main Structure Components */
body {
  margin: 0 auto;
  max-width: 1800px;
  background: #000000; }
  @media screen and (max-width: 1059px) {
    body {
      overflow-x: hidden !important; } }
  body.nav-displayed {
    overflow: hidden; }

#main {
  padding-top: 20px;
  /*
  section{
    padding-top: 0;
  }
  */ }
  @media screen and (min-width: 768px) {
    #main {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    #main {
      padding-top: 40px; } }
  @media screen and (min-width: 1280px) {
    #main {
      padding-top: 50px; } }

.margin-top-10 {
  margin-top: 10px !important; }

/*
.small-padding-bottom #main section, .small-padding-bottom-careers #main section
{
    padding-bottom: 0;
}
*/
.small-padding-bottom .keep_informed, .small-padding-bottom-careers .keep_informed {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .small-padding-bottom .keep_informed, .small-padding-bottom-careers .keep_informed {
      padding-top: 40px; } }
  @media screen and (min-width: 960px) {
    .small-padding-bottom .keep_informed, .small-padding-bottom-careers .keep_informed {
      padding-top: 50px; } }

/*
.small-padding-bottom-careers .keep_informed
{
  padding: 80px 0;
}
*/
.no-padding-bottom {
  padding-bottom: 0 !important; }

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

.display-ib {
  display: inline-block;
  vertical-align: middle; }

section {
  padding: 30px 0; }
  section.gray {
    padding: 40px 0; }
  @media screen and (min-width: 768px) {
    section {
      padding: 35px 0; }
      section.gray {
        padding: 50px 0; } }
  @media screen and (min-width: 960px) {
    section {
      padding: 45px 0; }
      section.gray {
        padding: 60px 0; } }
  section > div, section footer > div {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px; }
  @media screen and (min-width: 768px) {
    section > div {
      padding: 0 40px; } }
  section.wide-content > div {
    max-width: 1440px; }
  section.full-width > div {
    max-width: none; }
  section.gray {
    background: #f1f3f5; }
  section.no-inner-padding > div {
    padding: 0; }
  section.padding-bottom-80 {
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      section.padding-bottom-80 {
        padding-bottom: 70px; } }
    @media screen and (min-width: 960px) {
      section.padding-bottom-80 {
        padding-bottom: 80px; } }
  section section {
    padding: 0; }
    section section > div {
      padding: 0;
      max-width: none; }

.gray section {
  background: #f1f3f5; }

.triangle-left {
  display: inline-block; }
  .triangle-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent #8c8b93 transparent transparent; }
  .triangle-left .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #767d84; }
  .triangle-left .pole {
    display: inline-block;
    vertical-align: middle;
    background: #767d84;
    width: 1px;
    height: 43px;
    margin: 0 17px 0 19px; }

.padding-top {
  padding-top: 40px !important; }
  @media screen and (min-width: 768px) {
    .padding-top {
      padding-top: 50px !important; } }
  @media screen and (min-width: 960px) {
    .padding-top {
      padding-top: 60px !important; } }

.vertical-align {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .vertical-align:before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle; }

.va-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ha-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.flex-box {
  display: block;
  width: 100%;
  transition: width 0.5s; }
  @media screen and (min-width: 960px) {
    .flex-box {
      table-layout: fixed;
      display: table; } }
  .flex-box > div, .flex-box > aside {
    display: block;
    transition: width 0.5s; }
    @media screen and (min-width: 960px) {
      .flex-box > div, .flex-box > aside {
        display: table-cell;
        position: relative;
        vertical-align: top; } }

.social-links {
  margin: 0 0 21px 0; }
  .social-links ul {
    margin: 0; }
    .social-links ul li {
      margin: 0 7px; }
      .social-links ul li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        color: #000;
        background: #cbc9c7;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 16px;
        border: none !important;
        text-decoration: none; }
        .social-links ul li a:before {
          font-family: "Flaticon";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-decoration: inherit;
          text-rendering: optimizeLegibility;
          text-transform: none;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased; }
        .social-links ul li a.fb:before {
          content: "\f100"; }
        .social-links ul li a.ig:before {
          content: "\f101"; }
        .social-links ul li a.tw:before {
          content: "\f102"; }
        .social-links ul li a.yt:before {
          content: "\f103"; }
        .social-links ul li a:hover {
          background: #fff; }
        .social-links ul li a span {
          display: none; }

.plus-minus {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 2px 5px 0 0;
  display: inline-block;
  float: right;
  /* Vertical line */
  /* horizontal line */ }
  .plus-minus:before, .plus-minus:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .plus-minus:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px; }
  .plus-minus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px; }
  .plus-minus.dark:before, .plus-minus.dark:after {
    background-color: #555555; }
  .plus-minus.small:before {
    width: 2px;
    margin-left: -1px; }
  .plus-minus.small:after {
    height: 2px;
    margin-top: -1px; }

.active .plus-minus, .active .accordion-plus-minus {
  cursor: pointer; }
  .active .plus-minus:before, .active .accordion-plus-minus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .active .plus-minus:after, .active .accordion-plus-minus:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media screen and (min-width: 768px) {
  .border-gradient-right:after {
    content: "";
    background: url(../img/gradient-border-right.png) repeat-y;
    width: 8px;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999; } }

.flex-buttons {
  margin: 0 auto; }
  .flex-buttons:before, .flex-buttons:after {
    display: none; }
  .flex-buttons.one-button {
    max-width: 278px; }
  .flex-buttons.two-button {
    max-width: 556px; }
  .flex-buttons.three-button {
    max-width: 834px; }
  .flex-buttons.four-button {
    max-width: 1112px; }
  .flex-buttons.five-button {
    max-width: 1390px; }
  .flex-buttons.six-button {
    max-width: 1668px; }
  .flex-buttons.seven-button {
    max-width: 1946px; }
  .flex-buttons > div {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .flex-buttons > div {
        display: block; } }
    .flex-buttons > div a {
      display: block;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .flex-buttons > div a {
          border-right: 6px solid #fff;
          display: inline-block;
          margin-bottom: 0;
          max-width: 250px;
          vertical-align: middle;
          width: 100%; } }
      .flex-buttons > div a:last-child {
        border-right: 0; }
      @media screen and (min-width: 768px) {
        .flex-buttons > div a:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; } }
      .flex-buttons > div a span {
        display: inline-block;
        pointer-events: none;
        vertical-align: middle;
        width: 94%; }

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