﻿/* Accessibility Styles */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 9999;
  border-radius: 0 0 4px 4px;
}

.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* Focus indicators */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

/* Button link styling for accessibility */
.btn-link {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

/* Slider accessibility fixes */
.slick-dots li[aria-hidden="true"] button {
  display: none !important;
}

.slick-dots li[role="presentation"][aria-selected="true"] {
  /* Remove invalid aria-selected from presentation role */
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: "•";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ccc;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .skip-link {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
  }
}

/* Additional accessibility improvements */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-device-width: 480px) {
  span.anchor {
    margin-top: -12vh;
    display: block;
    height: 12vh;
    visibility: hidden;
    position: relative;
  }
}

@media screen and (min-device-width: 481px) {
  span.anchor {
    margin-top: -13.5vh;
    display: block;
    height: 13.5vh;
    visibility: hidden;
    position: relative;
  }
}

@media print {
  body {
    margin: 25mm 25mm 25mm 50mm;
    overflow: auto;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }

  .page-break-after {
    page-break-inside: avoid;
    page-break-after: always !important;
  }

  .page-break-before {
    page-break-inside: avoid;
    page-break-after: always !important;
  }

  .container {
    overflow: auto;
    padding-right: 20mm;
    color: black;
  }

  p,
  ul,
  li,
  div {
    overflow: auto;
    padding-right: 30mm;
    color: black;
  }

  .uw-sl {
    display: none !important;
  }

  .uwy {
    display: none !important;
  }
}

body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

.alert-description a {
  text-decoration: underline;
}

#navigation.modern.scrolled .columns .logo a,
#navigation.modern.scrolled .columns .logo img {
  margin-top: 0px;
}

#navigation.modern .columns .logo img {
  /* width: auto; */
  /* height: auto; */
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50% 50%;
  border: 2px solid #fff;
}

#navigation.modern.scrolled .columns .logo img {
  border-radius: 0px;
}

#navigation.modern .columns .logo {
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}

#navigation.modern .columns .logo a,
#navigation.modern .columns .logo img {
  /* max-height: 50px; */
  height: 130px;
  max-height: 130px;
}

/*#navigation.modern.sticky.white-nav .columns .nav-menu a.blueline:hover {
    color: #06c !important;
    opacity: 1;
    border-bottom: 3px solid #06c;
}*/

#navigation.modern.sticky.white-nav
  .columns
  .nav-menu
  .nav
  li:hover
  a.blueline {
  color: #06c !important;
  opacity: 1;
  border-bottom: 3px solid #06c !important;
}

.twitter-module .circle-dots .slick-dots {
  top: 74px;
}

#navigation.modern .columns ul li {
  padding-bottom: 2px;
}

#pagetop {
  z-index: 1000;
}

#pagetop .right a {
  border: 0px !important;
  color: #454545;
}

#pagetop .right :hover {
  visibility: visible !important;
}

#navigation.modern.radius-drop .columns .dropdown-menu {
  border-radius: 0px;
  width: max-content;
}

.sm-mt {
  margin-top: 0px;
}

.press-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-heading {
  position: relative;
  padding: 5px 15px 0 15px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.press-alert .panel-heading {
  background: #d22e2e;
}

.press-alert .panel-heading h5,
.press-alert .panel-heading span {
  font-weight: bold;
}

.press-list span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #595959;
}

section .panel-body p {
  color: #595959;
  font-size: 13px;
}

.press-list span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #595959;
}

.panel {
  border: 1px solid #bbb;
  border-radius: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 6px 15px 6px 15px;
}

.press-alert .panel-heading h5,
.press-alert .panel-heading span {
  font-weight: bold;
}

.press-list h5 {
  color: #337ab7;
  margin: 0;
  padding: 5px 0 11px 0;
}

.press-list a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

section .meetings.table {
  border: 1px solid #bbb;
  background: #fff;
  color: #595959;
}

/* MODERN CONTACT */
#contact {
  padding: 100px 0;
}

#contact_form .half input,
#contact_form .half button {
  width: 45%;
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
}

#contact_form .half button {
  margin-right: 0px;
}

#contact_form .half input:last-child {
  margin-right: 0;
}

#contact_form input,
#contact_form textarea,
#contact_form button {
  width: 100%;
  border: 1px solid #ececec;
  background: #fafafa;
  padding: 15px 14px;
  text-transform: uppercase;
  outline: none;
  margin: 8px 0;
  font-size: 14px;
  color: #8c8c8c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#contact_form textarea {
  min-height: 150px;
  max-height: 150px;
  max-width: 100%;
}

#contact_form input:hover,
#contact_form textarea:hover,
#contact_form input:focus,
#contact_form textarea:focus {
  border-color: #dbdbdb;
}

#contact_form .error_warning,
#contact_form .error_warning:hover,
#contact_form .error_warning:focus {
  border-color: #c23b3b;
}

.dark-section #contact_form input,
.dark-section #contact_form textarea,
.dark-section #contact_form button {
  border: 1px solid #444;
  background: #222;
  color: white;
}

.dark-section #contact_form input:hover,
.dark-section #contact_form textarea:hover,
.dark-section #contact_form input:focus,
.dark-section #contact_form textarea:focus {
  border-color: #555;
}

.alert {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}

.nav_account_button {
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  display: block !important;
  background-color: #009d00 !important;
}

.small-p-nav {
  font-size: 12px;
  text-align: center;
  text-transform: none;
}

.account_question {
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3 !important;
  font-size: 12px;
  padding: 10px !important;
  color: #333 !important;
  margin-bottom: 15px;
}

.account_question p {
  text-transform: none;
}

.account_question u {
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}

.account_question:hover u {
  text-decoration: underline;
}

.account_question p.title {
  font-weight: bold;
}

#navigation.modern .columns ul.dropdown-menu li.social-links a {
  display: inline;
}

body:not(.device-lg)
  #navigation.modern
  .columns
  ul.dropdown-menu.mega-menu
  .column {
  max-width: 400px;
}

#navigation.modern .columns .mega-menu .column {
  width: auto;
  /*width: 400px;*/
}

#navigation.modern.white-nav .columns .mega-menu .column-title {
  color: #333;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  padding: 5px 10px !important;
  margin: 0px;
  line-height: 24px;
}

#navigation.modern .columns ul.dropdown-menu.mega-menu li a {
  font-size: 13px;
  color: #666;
  line-height: 24px;
}

/* Responsive Contact form */
@media only screen and (max-width: 640px) {
  #contact_form .half input,
  #contact_form .half button {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .box-home {
    margin-bottom: 20px;
    display: block;
  }

  .box-home:hover {
    width: 100%;
  }
}

.green-link {
  /*display: block !important;
     padding: 8px 5px; 
    background-color: #009d00 !important;*/
  color: #009d00 !important;
}

.header-image {
  position: absolute;
  right: 300px;
  top: 10px;
  z-index: 500;
}

#home {
  /* min-height: 350px;
    background-color: #777;
    background: url(/images/header.jpg) no-repeat;
    background-size:cover;
    background-position: center center;*/
  position: relative;
}

.qdr-controls ul.slick-dots {
  text-align: center;
}

.space-menu {
  padding-top: 90px;
}

.header-text {
  padding-top: 150px;
}

.colored1,
.colored1-hover:hover {
  color: #0066cc !important;
}

#container-menu {
  position: fixed;
  z-index: 900;
  height: 120px;
}

#navigation.modern .columns .logo {
  z-index: 900;
}

.press-release-logo {
  max-width: 300px;
}

.dataTables_wrapper.form-inline {
  display: block;
}

.bold {
  font-weight: 600 !important;
}

#one div a:hover {
  background-color: #0066cc;
  color: #fff;
}

#one div a:hover div.colored1 {
  color: #fff !important;
}

.bg-colored,
.bg-colored-hover:hover {
  background-color: #0066cc !important;
}

.alert-primary {
  color: #fff;
  background-color: #0066cc !important;
  border-color: #0066cc !important;
}

.alert-success {
  color: #fff;
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}

.alert-warning {
  color: #333333;
  background-color: #ffe57f !important;
  border-color: #ffe57f !important;
}

.alert-danger {
  color: #fff;
  background-color: #b00020 !important;
  border-color: #b00020 !important;
}

.fs-searchform input {
  background-color: #06c !important;
  color: #fff !important;
}

.fs-searchform input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.fs-searchform input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.fs-searchform input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#fs-searchform button {
  right: 20px !important;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #06c !important;
  border-color: #06c !important;
}

.cbp-caption-expand .cbp-caption-defaultWrap i.fa {
  position: absolute;
  top: 16px;
  left: 0;
}

.twitter-module .twitter-list {
  color: #858585;
}

.fa-1p5x {
  font-size: 1.5em;
}

.fa-1p25x {
  font-size: 1.25em;
}

footer .row {
  margin-left: auto !important;
  margin-right: auto !important;
}

footer .row:first-child div {
  padding-left: 0 !important;
}

footer .row:last-child div {
  padding-right: 0 !important;
}

/* Fix footer color contrast issues */
footer.classic_footer {
  color: #595959 !important;
}

footer.classic_footer a {
  color: #595959 !important;
}

footer.classic_footer address {
  color: #595959 !important;
}

footer.classic_footer .footer-bottom {
  color: #595959 !important;
}

footer.classic_footer .footer-bottom a {
  color: #595959 !important;
}

/* Fix touch target size issues for footer links */
footer a.underline-hover {
  padding: 4px 0 !important;
  min-height: 24px !important;
  display: inline-block !important;
  line-height: 1.2 !important;
}

.bg-dark-transparent {
  background: rgba(0, 0, 0, 0.4);
}

.news-article-body p {
  margin: 0.75em 0 !important;
}

.news-article-body a {
  color: #3e5ee7 !important;
}

.text-smaller {
  font-size: 0.65em;
}

ul.list-icons li ul {
  margin-left: 15px;
}

ul.list-icons li li {
  padding-left: 10px;
  margin: 0;
}

.markup-default p {
  margin: 1em 0;
}

.markup-default ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.markup-default ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.markup-default li {
  display: list-item;
}

.markup-default a {
  color: #0066cc;
  text-decoration: underline;
}

.suscribeButtonsHeight {
  height: 50px;
}

.cover-force-valign-middle {
  background-position-y: 50% !important;
}

@media only screen and (max-width: 1229px) {
  .alert {
    padding-left: 25%;
    padding-right: 25%;
  }

  #navigation.modern .columns .logo a,
  #navigation.modern .columns .logo img {
    height: 130px;
    max-height: 100px;
    margin-top: 50px;
  }

  #container-menu {
    height: 72px;
  }

  .space-menu {
    padding-top: 48px;
  }
}

.banner-logo {
  visibility: hidden;
}

@media only screen and (max-width: 719px) {
  .header-image {
    visibility: hidden;
  }

  .banner-logo {
    visibility: hidden;
  }
}

@media only screen and (min-width: 880px) and (max-width: 1015px) {
  .header-image {
    visibility: visible;
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .banner-logo {
    visibility: visible;
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-width: 1015px) and (max-width: 1500px) {
  .header-image {
    visibility: visible;
    position: absolute;
    right: 30px;
    top: 10px;
  }

  .banner-logo {
    visibility: visible;
    width: 250px;
    height: 250px;
  }
}

@media only screen and (min-width: 1501px) {
  .header-image {
    visibility: visible;
    position: absolute;
    right: 80px;
    top: 10px;
  }

  .banner-logo {
    visibility: visible;
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 1500px) {
}

input[type="submit"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cursor-disable {
  cursor: not-allowed;
}

/*Search Box*/
.clear-search-button {
  position: absolute;
  right: 15px;
  width: 51px;
  top: 0;
  height: 51px;
  padding: 5px;
}

/*My Location Button*/
.geolocate-button {
  position: absolute;
  left: 15px;
  width: 160px;
  top: 0;
  height: 51px;
  padding: 5px;
  text-align: left;
}

.geolocate-button span {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
}

.geolocate-input-field {
  padding-left: 175px !important;
}

.gmap-api-display {
  height: 400px;
  border: 1px solid #ddd;
  pointer-events: none;
}

.image-input-field-display {
  max-width: 100%;
  /*height: 400px;*/
  border: 1px solid #ddd;
  pointer-events: none;
  margin-bottom: 15px;
}

.xxl-btn {
  padding: 6px 40px;
}

@media screen and (min-width: 768px) {
  .modal {
    z-index: 8000;
    height: 100%;
    width: 100%;
  }

  .modal-alert .modal-content {
    max-height: 85%;
    max-width: 95%;
    border: 1px;
    border-color: #444444;
  }

  .modal-alert .modal-logo {
    overflow: hidden;
    position: absolute;
    height: 85%;
    left: 0;
    padding: 0;
    margin-top: 15px;
  }

  .modal-alert .modal-logo img {
    max-height: 300px;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .modal {
    z-index: 8000;
  }

  .modal.dialog {
    border: 3px;
    border-color: black;
  }

  .modal-alert .modal-content {
    border: 3px;
    border-color: black;
    max-height: 85%;
    max-width: 95%;
  }

  .modal-alert .modal-logo {
    margin-top: 15px;
  }

  .modal-alert .modal-logo img {
    max-height: 120px;
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .middle-modal > div {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .modal-details {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 500px) {
  .modal {
    z-index: 8000;
  }

  .modal.dialog {
    border: 3px;
    border-color: black;
  }

  .modal-alert .modal-content {
    border: 3px;
    border-color: black;
    max-height: 85%;
    max-width: 95%;
  }

  .modal-alert .modal-logo {
    margin-top: 15px;
  }

  .modal-alert .modal-logo img {
    max-height: 120px;
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .middle-modal > div {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .modal-details {
    overflow-x: scroll;
  }
}

.image-and-caption-wrapper {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.board-meetings-column {
  margin: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 100%;
}

.board-meetings-link {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  line-height: 100%;
  white-space: nowrap;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

#google_translate_element {
  line-height: 35px !important;
}

.goog-te-gadget-simple {
  border-top: 0 !important;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: rgb(232, 232, 232);
  border-left: 0 !important;
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: rgb(232, 232, 232);
  border-right: 0 !important;
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: rgb(232, 232, 232);
  border-bottom: 0 !important;
  border-bottom-width: 0px !important;
  border-bottom-style: solid;
}

.news-article-body ul {
  padding-left: 20px;
}

.news-article-body ul li {
  list-style-type: disc;
  text-align: left;
}

.cal {
  display: inline-block;
  border: 0.1px solid #cccac5;
  background-color: #fff;
  width: 125px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.cal .month {
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #e75951;
  color: #fff;
}

.cal .date {
  font-size: 3.5rem;
  color: #585858;
  line-height: 60px;
}

.cal .time {
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #f1f1f1;
  color: #585858;
}

#infinite-scroll-container {
  padding-left: 20px;
  padding-right: 20px;
}

span.circle {
  background: #0066cc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.black-text {
  color: black;
  font-size: 18px;
}

.dataTables_paginate {
  float: left !important;
}

.fullwidthcenter {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

.tight {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.pressrelease-link a {
  color: #343a40 !important;
}

.pressrelease-link a:hover {
  color: #343a40 !important;
}
