@import url("https://use.typekit.net/odp2tba.css");
.bg-darker-blue {
  background-color: #011F34; }

.w-flex, .main-nav, .custom-breadcrumb {
  display: flex; }
  .w-flex-col {
    display: flex;
    flex-direction: column; }

.w-grow-1 {
  flex-grow: 1; }

.w-100 {
  width: 100%; }

.w-items-center {
  justify-content: center;
  align-items: center; }

.w-align-center, .main-nav {
  align-items: center; }

.w-align-start {
  align-items: flex-start; }

.w-align-end {
  align-items: flex-end; }

.w-align-strech {
  align-self: stretch; }

.w-justify-center {
  justify-content: center; }

.w-justify-start {
  justify-content: flex-start; }

.w-justify-end {
  justify-content: flex-end; }

.pos-abs, .inner-banner--box, .card-hover, .card-awards, .custom-error:before {
  position: absolute; }

.pos-rel, .top-nav li, .main-nav li, .main-nav .search, .inner-banner, .inner-banner--overlay, .custom-breadcrumb li, .banner-card, .custom-error {
  position: relative; }

.pos-sticky {
  position: sticky; }

.w-title {
  color: #fff;
  font-size: 18px;
  margin: 18px 0;
  display: block; }

.w-label {
  font-size: 16px;
  color: #fff;
  display: block; }
  .w-label sup {
    color: #FF0707; }

.w-input {
  border: 1px solid #B7C6CC;
  height: 37px;
  width: 100%; }

.w-checkbox--input {
  border: 1px solid #DEE7EB !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 5px !important;
  width: 22px !important;
  height: 22px !important;
  margin-right: 10px; }
  .w-checkbox--input + label {
    color: #fff;
    font-size: 14px;
    margin-top: 5px; }

.button-submit {
  background-color: #366E96;
  color: #fff;
  display: inline-block;
  width: 146px  !important;
  height: 42px;
  margin-top: 20px !important;
  border: none; }

.border-radius--none {
  border-radius: 0px !important; }

:root {
  --bs-link-color: $dark-bg !important; }

.icon-bar {
  position: fixed;
  top: 216px;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%); }
  @media (min-width: 1400px) {
    .icon-bar {
      left: calc((100% - 1320px) / 4 - 37.5px); } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .icon-bar {
      left: calc((100% - 1140px) / 4 - 37.5px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .icon-bar {
      left: calc((100% - 960px) / 4 - 37.5px); } }
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    color: #89979F;
    font-size: 16px; }

.smarthub {
  background: none;
  color: white; }

.cursor-pointer {
  cursor: pointer; }

.transition, .card-hover, .card, .card:hover img.card-img {
  transition: all .3s !important; }

.light-bg {
  background-color: #366E960F; }

.second-light-bg {
  background-color: #366E960F; }

.btn-outline-primary {
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important; }

.top-nav {
  background-color: #366E960F;
  padding: 10px 0;
  text-align: right; }
  @media (max-width: 1399px) {
    .top-nav .search-menu-wrap {
      display: none; } }
  .top-nav li {
    margin-right: 4px; }
    .top-nav li:last-child {
      margin-right: 0; }
    .top-nav li a {
      color: #011F34;
      padding: 0;
      font-size: 14px; }
  .top-nav .first {
    font-size: 11px;
    color: #011F34;
    display: inline-block; }
  .top-nav .second {
    font-size: 12px;
    color: #011F34;
    display: inline-block;
    padding: 0 4px;
    text-decoration: underline;
    font-weight: 700; }
  .top-nav .third {
    font-size: 14px;
    color: #011F34;
    display: inline-block; }

.main-nav {
  padding: 20px 0; }
  .main-nav .dropdown-toggle::after {
    display: none; }
  .main-nav .navbar-nav {
    position: relative; }
  .main-nav li {
    margin-right: 10px;
    margin-left: 10px; }
    .main-nav li .righticon {
      color: #89979F;
      font-size: 20px;
      top: 6px;
      font-family: FontAwesome;
      left: 0px;
      margin-right: 6px; }
    .main-nav li a {
      color: #89979F;
      font-size: 16px;
      font-weight: 600; }
    .main-nav li .search-menu {
      width: 250px;
      border-left: 5px solid #2e5767; }
      .main-nav li .search-menu li {
        margin: 0 10px;
        top: 6px; }
        .main-nav li .search-menu li input {
          background-color: #EFF0EB;
          border: none;
          width: 70%;
          font-size: 14px; }
          .main-nav li .search-menu li input :focus {
            border: none;
            outline: none; }
  .main-nav .search {
    margin-left: auto; }
    .main-nav .search span {
      font-size: 16px; }
  .main-nav .dropdown-menu h5 {
    font-size: 18px;
    color: #366E96; }
    .main-nav .dropdown-menu h5 img {
      padding-right: 5px;
      width: 28px; }
  .main-nav .dropdown-menu ul {
    margin-bottom: 10px; }
    .main-nav .dropdown-menu ul li a {
      font-size: 16px !important;
      color: #366E96; }

.navbar .megamenu {
  padding: 1rem; }

.inner-banner {
  max-height: 400px;
  overflow: hidden;
  box-shadow: 0px 0px 50px rgba(17, 28, 41, 0.9); }
  .inner-banner--overlay {
    position: relative; }
  .inner-banner img {
    margin-left: 0;
    width: 100%; }
    @media (max-width: 900px) {
      .inner-banner img {
        margin-left: 0%;
        width: 100%; } }
  .inner-banner--box {
    background: rgba(54, 110, 150, 0.7);
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column; }
    @media (max-width: 900px) {
      .inner-banner--box {
        width: 100%;
        position: inherit;
        height: auto; } }
    .inner-banner--box h4 {
      margin-top: auto;
      color: #fff;
      font-size: 35px;
      padding: 10px 25px; }
    .inner-banner--box h5 {
      margin-top: auto;
      margin-bottom: auto;
      color: #fff;
      font-size: clamp(26px, 4vw, 60px);
      font-weight: 700;
      padding: 10px 0; }

.custom-breadcrumb {
  justify-content: start;
  margin-top: 12px;
  padding-left: 0; }
  .custom-breadcrumb li {
    display: block;
    color: #366E96;
    font-size: 15px;
    padding: 0 10px; }
    .custom-breadcrumb li:first-child {
      padding-left: 0; }
    .custom-breadcrumb li:not(:first-child):before {
      position: absolute;
      content: ">";
      padding: 0px;
      top: 0;
      left: -2px;
      color: #fff;
      opacity: .8; }
    .custom-breadcrumb li:last-child {
      padding: 0 0 0 10px; }
    .custom-breadcrumb li a {
      color: #fff;
      font-weight: 700;
      text-decoration: none; }
      .custom-breadcrumb li a.active {
        color: #D4B237; }
      .custom-breadcrumb li a:hover {
        text-decoration: underline; }

.banner-search {
  background-color: #EFF0EB;
  height: 50px; }
  .banner-search input {
    background: #EFF0EB;
    border-radius: 0;
    border: 0;
    margin-right: 10px; }
  .banner-search span {
    border: 1px solid #366E96;
    border-radius: 0;
    margin: 10px 20px;
    height: 26px;
    background-color: inherit; }

.custom-pagination li a {
  border: 1px solid #366E96;
  color: #366E96;
  padding: 4px 13px; }
  .custom-pagination li a.active {
    background-color: #366E96;
    color: #fff;
    border: 1px solid #366E96; }

.logo-height {
  height: 62px; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    max-width: 750px;
    background-color: #EFF0EB; }
  .main-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #EFF0EB;
    position: absolute;
    top: -12px;
    left: 54px; }
  .search-main-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #EFF0EB;
    position: absolute;
    top: -12px;
    right: 8px; } }

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px; } }

.btn.widget-buton {
  background-color: #D4B237;
  color: #011F34;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .btn.widget-buton:hover {
    background-color: #D4B237 !important;
    color: #011F34 !important;
    transform: scale(1.03); }
  .btn.widget-buton.btn-green {
    background-color: #3F8070; }
    .btn.widget-buton.btn-green:hover {
      background-color: #3F8070 !important; }
  .btn.widget-buton.btn-navy {
    background-color: #011F34;
    color: #fff !important; }
    .btn.widget-buton.btn-navy:hover {
      background-color: #011F34 !important; }

.footer {
  background-image: url(/content/images/footer-background.png);
  background-size: cover;
  background-color: #366E96; }
  .footer h5 {
    color: #011F34;
    font-size: 30px;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    margin-bottom: 25px; }
  .footer li {
    padding: 5px 0; }
    .footer li a {
      color: #011F34;
      font-size: 16px;
      font-weight: 400; }
      .footer li a:hover {
        color: #3f8070;
        text-decoration: underline; }
  .footer .social-list a {
    font-size: 25px;
    color: #011F34; }
  .footer p {
    color: #011F34; }

form {
  color: #fff; }
  form .form-value .counter {
    color: #fff; }
  form .form-value label {
    color: #fff; }
  form fieldset {
    color: #fff; }

.hero-video-wrap {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    .hero-video-wrap {
      height: auto; } }
  .hero-video-wrap .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 991px) {
      .hero-video-wrap .hero-video {
        position: static; } }
    .hero-video-wrap .hero-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    @media (max-width: 991px) {
      .hero-video-wrap .hero-video img {
        width: 100%; } }
  .hero-video-wrap .hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(54, 110, 150, 0.9);
    padding: 0 4vw;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .hero-video-wrap .hero-text {
        padding: 0 4vw; } }
    @media screen and (max-width: 900px) {
      .hero-video-wrap .hero-text {
        position: inherit; } }
    .hero-video-wrap .hero-text h1 {
      color: #fff;
      margin: 0;
      font-size: clamp(26px, 4vw, 60px);
      margin-left: 10vw;
      font-weight: 700;
      padding: 10px 0; }
      @media (max-width: 575px) {
        .hero-video-wrap .hero-text h1 {
          margin-left: 0; } }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif !important;
  background-color: #011F34 !important;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: auto;
  -o-font-smoothing: auto;
  max-width: 100%;
  overflow-x: hidden;
  margin-top: 102px !important; }
  @media (max-width: 991px) {
    body {
      margin-top: 155px !important; } }
  @media (max-width: 575px) {
    body {
      margin-top: 148px !important; } }
  body .es {
    display: none; }
  body.es .es {
    display: inherit; }
  body.es .en {
    display: none; }
  body.en .es {
    display: none; }

header a, footer a {
  text-decoration: none;
  color: #fff; }
  header a:hover, footer a:hover {
    color: #011F34;
    text-decoration: underline; }

footer a {
  text-decoration: none;
  color: #011F34;
  font-family: "montserrat", sans-serif;
  font-weight: 600; }
  footer a:hover {
    color: #3f8070;
    text-decoration: none; }

main a {
  color: #D4B237;
  text-decoration: none;
  font-weight: 600; }
  main a:hover {
    color: #D4B237;
    text-decoration: underline; }

main .accordion-body a {
  color: #D4B237; }
  main .accordion-body a:hover {
    color: #D4B237; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

@media (min-width: 1400px) {
  body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm, body .container {
    max-width: 1410px; } }

.whats-happening div[class^="col-"] {
  margin-bottom: 1.5rem; }

.card {
  color: #fff;
  margin-bottom: 15px;
  border-color: #212529;
  /*    &:hover {
        .card-hover {
            display: block;
        }
    }
*/
  border-radius: 0 !important;
  overflow: hidden; }
  .card.card-article {
    border-radius: 0.5rem !important;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
    border: 1px solid #fff;
    height: 100%; }
  .card.card-callout {
    border-radius: 10px !important;
    border: 3px solid #eff0eb;
    background-color: #eff0eb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px inset, rgba(0, 0, 0, 0.7) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 20px inset, rgba(0, 0, 0, 0.7) 5px 5px 10px;
    -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    transform: scale(1); }
    .card.card-callout:hover {
      border: 3px solid #D4B237;
      transform: scale(1.03); }
      .card.card-callout:hover a .img-shadow {
        opacity: 1; }
    .card.card-callout a {
      background-color: #011F34;
      text-decoration: none; }
      .card.card-callout a .img-shadow {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        box-shadow: inset 0px 0px 50px rgba(17, 28, 41, 0.9);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
  .card-hover {
    top: 0;
    bottom: 0;
    border: 2px solid #366E96;
    left: 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    display: none; }
    .card-hover a {
      display: inline-block !important;
      background-color: #89979F !important;
      display: inline-block !important;
      border-radius: 0 !important;
      padding: 10px 40px; }
  .card:hover h5::after {
    opacity: 1; }
  .card-awards {
    top: 15px;
    left: 15px;
    color: #011F34;
    border: 1px solid #366E96;
    border-radius: 24px;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600; }
  .card-img--cardh {
    object-fit: cover;
    height: 410px; }
  .card-img-overlay {
    top: auto !important;
    padding: 0;
    margin: 0;
    background-color: rgba(1, 31, 52, 0.7);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
    .card-img-overlay a {
      color: #fff; }
      .card-img-overlay a:hover {
        color: #fff; }
    .card-img-overlay h4 {
      font-size: 12px; }
      .card-img-overlay h4 span {
        padding-right: 7px; }
    .card-img-overlay h5 {
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 0;
      font-weight: 700; }
      .card-img-overlay h5::after {
        content: '\f061';
        font-family: FontAwesome;
        display: inline-block;
        padding-left: 8px;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
    .card-img-overlay a.card-view--btn {
      background-color: #fff;
      padding: 0.5rem; }
      .card-img-overlay a.card-view--btn span {
        padding-left: 0.5rem; }
  .card .btn.btn-outline-primary::after {
    content: '\f067';
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 8px; }
  .card .card-text {
    margin-bottom: 16px;
    margin-top: 10px; }
  .card .card-img {
    border-radius: 0;
    width: auto;
    height: 100%; }

@-moz-document url-prefix() {
  .card .card-img {
    height: unset; } }
  .card .card-img-overlay .card-date {
    font-size: 12px;
    font-style: italic; }
    .card .card-img-overlay .card-date i {
      padding-right: 0.5rem; }

.home-callout .card .card-img {
  height: 100%;
  width: 100%; }

.filter-button {
  display: inline-flex;
  margin-right: 0.5rem;
  text-decoration: none; }

.whats-happening > .col-12:first-child h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600; }
  .whats-happening > .col-12:first-child h3 span {
    color: #D4B237; }

.whats-happening .card .card-img {
  -o-object-fit: cover;
  object-fit: cover; }

.whats-happening .card h5 {
  padding-bottom: 2.5rem; }

.whats-happening .card .btn.btn-outline-primary {
  background-color: #D4B237;
  color: #011F34 !important;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.5rem !important;
  border-color: #D4B237 !important;
  margin-top: 6px;
  font-weight: 600;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .whats-happening .card .btn.btn-outline-primary::after {
    content: "\f061";
    font-family: FontAwesome;
    padding-left: 30px;
    display: inline-block; }
  .whats-happening .card .btn.btn-outline-primary:hover {
    background-color: #D4B237 !important;
    color: #fff !important; }

.whats-happening .card h5::after {
  display: none; }

.card-all {
  font-size: 17px;
  color: #fff;
  font-weight: 700; }

.primary-title {
  color: #011F34;
  font-size: 42px;
  font-weight: 600; }
  .primary-title span {
    color: #366E96; }

.smart-hub {
  background-color: #366E96 !important;
  padding: 20px 30px; }
  .smart-hub img {
    width: 95px; }
  .smart-hub h5 {
    color: #fff;
    font-size: 25px; }
  .smart-hub button {
    width: 200px; }

.banner-card img {
  opacity: .55; }

.banner-card :before {
  content: "";
  position: absolute;
  background-color: red;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.article {
  color: #fff; }
  .article-box {
    padding: 20px 15px; }
    .article-box h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 20px; }
    .article-box .button {
      border: 1px solid #fff;
      padding: 9px 18px;
      border-radius: 24px;
      color: #fff;
      margin-bottom: 15px;
      font-size: 14px; }
      .article-box .button.btn-reset {
        background-color: #0E466E; }
      .article-box .button.active {
        background-color: #D4B237;
        border-color: #D4B237;
        color: #011F34;
        display: inline-flex;
        margin-right: 0.5rem; }
  .article .article-summary {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "montserrat", sans-serif; }
    .article .article-summary p {
      color: #fff;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-family: "montserrat", sans-serif; }

.custom-accortion .accordion-header {
  background-color: #366E96; }

.custom-accortion .accordion-item {
  border: none !important;
  background-color: #366E96;
  border-bottom: none;
  border-radius: 0 !important;
  margin-bottom: 0.5rem; }
  .custom-accortion .accordion-item .accordion-button {
    background-color: #366E96 !important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 700;
    box-shadow: none; }
    .custom-accortion .accordion-item .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
    .custom-accortion .accordion-item .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
  .custom-accortion .accordion-item .accordion-body {
    background-color: #0E466E;
    color: #fff; }
    .custom-accortion .accordion-item .accordion-body p {
      color: #fff; }
    .custom-accortion .accordion-item .accordion-body h1, .custom-accortion .accordion-item .accordion-body h2, .custom-accortion .accordion-item .accordion-body h3, .custom-accortion .accordion-item .accordion-body h4, .custom-accortion .accordion-item .accordion-body h5, .custom-accortion .accordion-item .accordion-body h6 {
      color: #fff; }
    .custom-accortion .accordion-item .accordion-body ul {
      color: #fff; }
      .custom-accortion .accordion-item .accordion-body ul li {
        color: #fff; }
    .custom-accortion .accordion-item .accordion-body thead, .custom-accortion .accordion-item .accordion-body tbody, .custom-accortion .accordion-item .accordion-body tfoot, .custom-accortion .accordion-item .accordion-body tr, .custom-accortion .accordion-item .accordion-body td, .custom-accortion .accordion-item .accordion-body th {
      border-color: #fff;
      color: #fff; }

.custom-accortion--title {
  color: #fff;
  font-weight: 600;
  font-size: 14px; }

.custom-error {
  background-color: #F8F3E1;
  padding: 20px 0;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px; }
  .custom-error:before {
    content: "";
    border-left: 11px solid #F0DC9D;
    z-index: 1;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0; }

.second-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 900px) {
    .second-title {
      font-size: 20px; } }
  .second-title select {
    background-color: #EFF0EB;
    border-radius: 19px;
    border: none;
    color: #366E96;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 18px;
    border-right: 14px solid transparent; }
  .second-title .meeting-sort {
    text-decoration: none;
    color: #366E96; }
    .second-title .meeting-sort .down-arrow {
      border-radius: 16px;
      background-color: #EFF0EB;
      font-size: 16px;
      padding: 10px 18px; }
    .second-title .meeting-sort.ASC .down-arrow {
      transform: rotate(180deg); }

.right-box {
  margin: 20px 15px;
  padding: 20px 15px;
  border: 21px solid #DEE7EB; }
  .right-box .description {
    color: #D4B237;
    font-weight: 600; }

.custom-tabs {
  border: none !important;
  margin-bottom: 30px; }
  .custom-tabs + .tab-content {
    padding: 1rem; }
  .custom-tabs .nav-link {
    color: #fff;
    background-color: #366E96 !important;
    border-radius: 0 !important;
    margin: 0 1px;
    font-size: 15px;
    max-width: 184px;
    line-height: 21px;
    text-align: left;
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 700;
    border: none !important; }
    .custom-tabs .nav-link.active {
      border-top: 5px solid #366E96 !important; }
    .custom-tabs .nav-link:hover {
      color: #fff; }
    .custom-tabs .nav-link img, .custom-tabs .nav-link svg {
      width: 26px;
      margin-right: 10px; }
    .custom-tabs .nav-link.active {
      background-color: #fff !important;
      border-radius: 0; }
  @media (max-width: 767px) {
    .custom-tabs {
      flex-direction: column; }
      .custom-tabs .nav-link {
        max-width: unset;
        width: 100%;
        margin: 2px 1px; }
        .custom-tabs .nav-link.active {
          border-top: none !important; } }

.meeting-card {
  padding: 30px 35px !important;
  height: 100% !important;
  color: #212529;
  position: relative;
  background-color: #011F34 !important;
  border: 1px solid #fff !important;
  box-shadow: 0px 0px 10px #011F34;
  border-radius: 32px !important; }
  .meeting-card .meeting-description {
    padding-bottom: 75px;
    color: #fff; }
  .meeting-card .meeting-action {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    padding-left: 20px; }
    .meeting-card .meeting-action h6 {
      padding-left: 10px; }
  .meeting-card .date {
    color: #D4B237;
    font-size: 56px;
    font-weight: 700;
    line-height: 37px;
    margin-right: 13px;
    border-right: 1px solid #D4B237;
    padding-right: 8px;
    text-transform: uppercase; }
    .meeting-card .date-text {
      display: flex;
      align-items: center; }
      .meeting-card .date-text .time {
        color: #fff;
        padding: 2px 12px 2px 0;
        font-size: 28px; }
      .meeting-card .date-text .month {
        color: #366E96;
        font-size: 28px;
        display: block; }
  .meeting-card a {
    background-color: #D4B237;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    padding: 8px 15px;
    color: #011F34;
    font-size: 12px;
    margin: 5px 10px;
    font-weight: 700; }
    .meeting-card a:hover {
      color: #fff; }

.top-nav-item {
  padding: 5px 16px;
  background-color: #366E96;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1); }

.quick-link-wrap {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1);
  background-color: #366E96;
  display: flex;
  justify-content: center;
  align-items: center; }
  .quick-link-wrap .quick-link {
    padding: 3px 6px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 575px) {
      .quick-link-wrap .quick-link {
        padding: 3px 40px; } }
    @media screen and (max-width: 540px) {
      .quick-link-wrap .quick-link {
        padding: 3px 35px; } }
    @media screen and (max-width: 522px) {
      .quick-link-wrap .quick-link {
        padding: 3px 30px; } }
    @media screen and (max-width: 373px) {
      .quick-link-wrap .quick-link {
        padding: 3px 3px; } }
    .quick-link-wrap .quick-link::after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 8px);
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 0; }
    @media (max-width: 991px) {
      .quick-link-wrap .quick-link {
        display: inline-block;
        margin-left: -4px; }
        .quick-link-wrap .quick-link > a {
          padding: 5px 8px !important; } }
    @media screen and (max-width: 350px) {
      .quick-link-wrap .quick-link > a {
        padding: 5px 0 !important; } }
    .quick-link-wrap .quick-link:last-child::after {
      display: none; }
    .quick-link-wrap .quick-link:first-child {
      border-top-left-radius: 8px; }
    .quick-link-wrap .quick-link-list {
      display: block;
      color: #366E96; }
      .quick-link-wrap .quick-link-list li {
        display: block; }
    .quick-link-wrap .quick-link > a {
      font-family: "montserrat", sans-serif;
      font-size: 17px;
      font-weight: 600;
      color: #fff !important;
      padding: 0 16px; }
      @media (max-width: 575px) {
        .quick-link-wrap .quick-link > a {
          font-size: 12px; } }
      .quick-link-wrap .quick-link > a.gold {
        color: #FCDA5F !important; }
      .quick-link-wrap .quick-link > a:hover {
        text-shadow: 0.5px 0 0 currentColor;
        text-decoration: underline; }

.mobile-menu-head .quick-link-wrap .quick-link {
  border-bottom: none; }
  .mobile-menu-head .quick-link-wrap .quick-link a {
    text-decoration: none;
    padding: 5px 8px !important; }
  @media screen and (max-width: 544px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 35px; } }
  @media screen and (max-width: 514px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 30px; } }
  @media screen and (max-width: 484px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 25px; } }
  @media screen and (max-width: 454px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 20px; } }
  @media screen and (max-width: 424px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 15px; } }
  @media screen and (max-width: 394px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 10px; } }
  @media screen and (max-width: 364px) {
    .mobile-menu-head .quick-link-wrap .quick-link {
      padding: 3px 5px; } }

.search-menu-wrap {
  background-color: #89979f;
  margin-left: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.1);
  display: flex; }
  .search-menu-wrap li.top-nav-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
    .search-menu-wrap li.top-nav-item.search-nav-item {
      flex-grow: 1; }
    .search-menu-wrap li.top-nav-item::after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 8px);
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 0; }
    .search-menu-wrap li.top-nav-item:last-child::after {
      display: none; }

.details-social-icon a img {
  width: 60px; }

nav .custom-pagination {
  margin-top: 12px; }

form.bill-calculator-form {
  color: #fff; }
  @media (max-width: 767px) {
    form.bill-calculator-form > table td {
      width: 100%;
      float: left;
      margin-bottom: 1rem; }
      form.bill-calculator-form > table td p {
        margin-bottom: 0; }
    form.bill-calculator-form > table select {
      margin-left: 12px; }
    form.bill-calculator-form > table input[type="submit"] {
      margin-left: 12px;
      padding: 10px;
      width: 185px;
      margin-top: -25px; } }
  form.bill-calculator-form .bill-calc-table h3 {
    margin-top: 0.5rem; }
  form.bill-calculator-form .charge-calc-input {
    background-color: #EFF0EB;
    padding: 10px 24px;
    border: 1px solid #ccc;
    border-radius: 4px; }
    @media (max-width: 991px) {
      form.bill-calculator-form .charge-calc-input div.d-flex {
        flex-direction: column; } }
    form.bill-calculator-form .charge-calc-input .form-control {
      background-color: transparent;
      border: none;
      display: flex;
      flex-direction: column; }
      form.bill-calculator-form .charge-calc-input .form-control input {
        border-radius: 0;
        border: #a9a9a9 1px solid; }
    form.bill-calculator-form .charge-calc-input input[type="submit"] {
      margin-left: 0.75rem; }
  form.bill-calculator-form .residentialdemandcharge-calc-result {
    padding-top: 1.5rem; }
    form.bill-calculator-form .residentialdemandcharge-calc-result table {
      border: 1px solid #ccc; }
      form.bill-calculator-form .residentialdemandcharge-calc-result table td, form.bill-calculator-form .residentialdemandcharge-calc-result table th {
        border-right: 1px solid #ccc;
        padding: 5px 10px; }
        form.bill-calculator-form .residentialdemandcharge-calc-result table td:not(:first-of-type), form.bill-calculator-form .residentialdemandcharge-calc-result table th:not(:first-of-type) {
          text-align: right; }

form .message.message-error {
  color: #f00; }

form input[type="submit"] {
  background-color: #366E96;
  border-radius: 0;
  border: none;
  min-width: 120px;
  padding: 10px 65px;
  color: #fff; }
  form input[type="submit"]:hover {
    background-color: #366E96 !important; }

form input[type="radio"] {
  width: auto;
  height: auto;
  margin-bottom: 1rem; }

form input[type="checkbox"]:checked {
  background-color: #366E96; }

form .w-checkbox--input + label {
  max-width: 95%; }

form select {
  color: #366E96; }

form fieldset p.sectionTitle {
  margin-top: 1rem;
  font-weight: 600; }

form .form-control {
  color: #366E96;
  border-radius: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

form .control-label {
  color: #fff; }

form .form-field {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.arrow-header {
  margin-top: 20px;
  background: #EFF0EB;
  color: #1a2b3c;
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .arrow-header .active-tab {
    background-image: url(../Images/arrow-active.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #1a2b3c;
    color: #fff; }
  .arrow-header .pending {
    background-image: url(../Images/arrow-pending.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .arrow-header .done {
    background-color: #d0aa2f;
    color: #fff;
    background-image: url(../Images/arrow-done.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .arrow-header .done.completed {
      background-image: url(../Images/arrow-done-completed.jpg); }
    .arrow-header .done span:before {
      font: normal normal normal 15px/1 FontAwesome;
      content: "\f00c";
      position: relative;
      left: -3px;
      top: -2px; }
  .arrow-header .step1, .arrow-header .step2, .arrow-header .step3, .arrow-header .step4, .arrow-header .step5 {
    float: left;
    display: inline-block;
    padding: 10px 8px;
    padding-right: 25px;
    text-align: center;
    line-height: normal;
    vertical-align: middle; }
  .arrow-header span {
    margin-right: 5px;
    float: left;
    text-align: center;
    width: 21px;
    height: 21px;
    overflow: hidden;
    padding: 0px 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 10px; }

/******* Quicklinks start *********/
.quicklink {
  position: relative;
  display: flex;
  background-color: #D4B237;
  margin-bottom: 1rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.75);
  height: 95px;
  width: 95px;
  align-items: center;
  justify-content: center; }
  .quicklink:hover .quicklink-content {
    visibility: hidden;
    opacity: 0; }
  .quicklink a {
    color: #011F34;
    font-weight: 800;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .quicklink a:hover {
      color: #fff; }

/******* Quicklinks end *********/
/******* Pagination start *********/
.pagination {
  border-radius: 0; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .pagination .page-item .page-link {
    border-color: #366E96;
    padding: 6px 12px; }
    .pagination .page-item .page-link.active {
      background-color: #366E96;
      border-color: #366E96; }

/******* Pagination end *********/
/******* Office Details List start *********/
.office-details .office-detail {
  display: inline-block;
  padding-right: 60px;
  padding-left: 60px;
  border-right: 1px solid #848484; }
  .office-details .office-detail:first-child {
    padding-left: 0px; }
  .office-details .office-detail:last-child {
    border-right: none; }
  .office-details .office-detail label {
    color: #D4B237; }
  .office-details .office-detail dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: right; }
  .office-details .office-detail dd {
    clear: left;
    float: left;
    margin-left: 120px;
    padding-left: 5px; }
    .office-details .office-detail dd.officedetails-name {
      width: 100%;
      text-align: center;
      margin-left: 0;
      font-weight: 700; }
  .office-details .office-detail dt + dd {
    float: left;
    clear: none;
    margin-left: 0; }
  .office-details .office-detail a {
    color: #37a8fc; }

/******* Office Details List end *********/
.searchbox {
  position: relative; }
  .searchbox form {
    position: relative; }
    .searchbox form input[type="submit"].search-box-btn {
      position: absolute;
      right: -6px;
      top: -4px;
      border: 1px solid #366E96;
      width: auto;
      color: #2b6a2e;
      padding: 4px 16px;
      min-width: unset !important;
      background-color: transparent; }
      .searchbox form input[type="submit"].search-box-btn:hover {
        color: #fff; }
    .searchbox form input[type="text"] {
      outline: none; }
      .searchbox form input[type="text"]::placeholder {
        color: #366E96; }
  .searchbox .searchbox_predict_result {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 24px #366E9664;
    width: 40vw;
    top: 62px; }
    .searchbox .searchbox_predict_result ul {
      list-style: none;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      padding-left: 0; }
      .searchbox .searchbox_predict_result ul li {
        padding-left: 2rem;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 0;
        padding-right: 1rem; }
        .searchbox .searchbox_predict_result ul li:hover {
          background-color: #DEE7EB; }
        .searchbox .searchbox_predict_result ul li a {
          color: #011F34; }

.icon-bar.d-xl-block {
  z-index: 1; }
  @media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .icon-bar.d-xl-block {
      display: none !important; } }
  @media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .icon-bar.d-xl-block {
      display: none !important; } }

header {
  position: relative; }
  header .searchbox .searchbox_predict_result {
    top: 44px;
    right: -10px;
    width: 350px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat", sans-serif; }

main {
  background-color: #011F34;
  position: relative;
  z-index: 0; }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    color: #fff; }
  main p, main div {
    color: #fff; }
  main .accordion-body p, main .accordion-body div {
    color: #011F34; }
  main ul.content-tabs {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #D4B237; }
    @media (max-width: 767px) {
      main ul.content-tabs {
        display: block; } }
    main ul.content-tabs .nav-item {
      flex-grow: 1;
      text-align: center;
      margin-right: 5px;
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        main ul.content-tabs .nav-item {
          margin-right: 0;
          border-bottom: 1px solid #D4B237;
          margin-bottom: 0; } }
      main ul.content-tabs .nav-item:last-child {
        margin-right: 0; }
      main ul.content-tabs .nav-item button.nav-link {
        background-color: #366E96;
        width: 100%;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        font-family: "montserrat", sans-serif;
        color: #fff; }
        @media (max-width: 767px) {
          main ul.content-tabs .nav-item button.nav-link {
            border-radius: 0;
            margin-bottom: 0; } }
        main ul.content-tabs .nav-item button.nav-link:hover {
          border-color: #366E96; }
        main ul.content-tabs .nav-item button.nav-link.active {
          background-color: #D4B237;
          color: #011F34;
          border: none;
          padding-bottom: 12px; }
  main .tab-content {
    border: none;
    border-radius: 0 0 5px 5px;
    padding: 15px; }
  main .searchbox {
    background-color: transparent; }
    main .searchbox form button[type="submit"].search-box-btn {
      color: #fff;
      border: none;
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 24px;
      background-color: transparent; }
    main .searchbox form input[type="text"] {
      width: 100%;
      background-color: transparent;
      color: #fff;
      border: 1px solid #fff;
      font-weight: 600;
      border-radius: 0.5rem;
      outline: none;
      padding: 15px; }
      main .searchbox form input[type="text"]::placeholder {
        color: #fff; }
  main table {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    main table tbody {
      vertical-align: inherit; }
    main table td, main table th {
      padding: 0.5rem;
      border-width: unset; }

.search-wrap h6.w-title {
  color: #fff;
  font-weight: 700; }

.search-wrap .search-result {
  padding-top: 10px;
  padding-bottom: 10px; }
  .search-wrap .search-result a {
    text-decoration: underline !important; }

.team .team-member .team-member-image {
  border: 1px solid #707070; }
  .team .team-member .team-member-image img {
    max-width: 100%; }

.team .team-member .team-member-email a {
  text-decoration: underline !important;
  color: #37a8fc; }

.team .team-member .team-member-bio {
  --line-clamp: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* Don't forget focus and hover styles for accessibility! */ }
  .team .team-member .team-member-bio .team-member-bio-text {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .team .team-member .team-member-bio .read-more__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px; }
  .team .team-member .team-member-bio .read-more__checkbox ~ .read-more__label {
    cursor: pointer;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: underline;
    color: #2b6a2e; }
  .team .team-member .team-member-bio .read-more__checkbox:focus ~ .read-more__label {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .team .team-member .team-member-bio .read-more__checkbox:hover ~ .read-more__label {
    text-decoration: none; }
  .team .team-member .team-member-bio .read-more__checkbox ~ .read-more__label::before {
    content: attr(data-read-more); }
  .team .team-member .team-member-bio .read-more__checkbox:checked ~ .read-more__label::before {
    content: attr(data-read-less); }
  .team .team-member .team-member-bio .read-more__checkbox:checked ~ .team-member-bio-text {
    --line-clamp: none;
    -webkit-line-clamp: var(--line-clamp); }

.commissioners {
  background-color: #DEE7EB; }
  .commissioners .commissioners-title {
    padding: 10px;
    color: #011F34; }
    .commissioners .commissioners-title .list-toggle {
      display: inline-block;
      width: 44px;
      height: 38px;
      border-radius: 12px;
      background-color: #F3F6F7;
      position: relative;
      vertical-align: -5px; }
      .commissioners .commissioners-title .list-toggle::after {
        content: '\f077';
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        left: 14px;
        top: 7px;
        -webkit-transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transform-origin: center center; }
      .commissioners .commissioners-title .list-toggle.closed::after {
        transform: rotate(180deg); }
    .commissioners .commissioners-title .commissioners-title-text {
      padding-left: 1rem;
      vertical-align: 5px; }
  .commissioners .commissioners-content .commissioner {
    border-top: 1px solid #ced4da;
    padding: 0.75rem;
    color: #011F34; }
    .commissioners .commissioners-content .commissioner:last-child {
      border-bottom: 1px solid #ced4da; }
    .commissioners .commissioners-content .commissioner div {
      color: #011F34; }

.contacts {
  background-color: #DEE7EB; }
  .contacts .contacts-title {
    padding: 10px;
    color: #011F34; }
    .contacts .contacts-title .list-toggle {
      display: inline-block;
      width: 44px;
      height: 38px;
      border-radius: 12px;
      background-color: #F3F6F7;
      position: relative;
      vertical-align: -5px; }
      .contacts .contacts-title .list-toggle::after {
        content: '\f077';
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        left: 14px;
        top: 7px;
        -webkit-transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transform-origin: center center; }
      .contacts .contacts-title .list-toggle.closed::after {
        transform: rotate(180deg); }
    .contacts .contacts-title .contacts-title-text {
      padding-left: 1rem;
      vertical-align: 5px; }
  .contacts .contacts-content .contact {
    border-top: 1px solid #ced4da;
    padding: 0.75rem; }
    .contacts .contacts-content .contact:last-child {
      border-bottom: 1px solid #ced4da; }
    .contacts .contacts-content .contact .contact-name {
      display: inline-block; }
    .contacts .contacts-content .contact .contact-number {
      display: inline-block; }
    .contacts .contacts-content .contact div {
      color: #011F34; }

.btn-open {
  font-size: 36px;
  color: #000;
  text-decoration: none; }
  .btn-open:hover {
    color: #fff; }
  .btn-open .fa-xmark {
    display: none; }

.mobile-menu .btn-open .fa-xmark {
  display: block; }

.mobile-menu .btn-open .fa-bars {
  display: none; }

.zeynep {
  height: 100vh;
  top: 0 !important; }
  .zeynep .mobile-menu-head {
    border-bottom: 1px solid #D4B237;
    padding: 0 1rem 1rem;
    background-color: #EFF0EB; }
    .zeynep .mobile-menu-head img {
      height: 62px; }
    .zeynep .mobile-menu-head .fa-search {
      font-size: 26px;
      margin-right: 0.75rem;
      cursor: pointer;
      color: #011F34; }
      .zeynep .mobile-menu-head .fa-search::before {
        color: #011F34; }
    .zeynep .mobile-menu-head i::before {
      color: #011F34; }
    .zeynep .mobile-menu-head .nav-link.notranslate {
      margin-right: 0.75rem; }
      .zeynep .mobile-menu-head .nav-link.notranslate i {
        font-size: 26px; }
      .zeynep .mobile-menu-head .nav-link.notranslate span {
        display: none; }
    .zeynep .mobile-menu-head .mobile-search {
      height: 0;
      -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -moz-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -ms-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      overflow: hidden;
      padding-top: 10px;
      opacity: 0;
      visibility: hidden; }
      .zeynep .mobile-menu-head .mobile-search.open {
        height: 50px;
        opacity: 1;
        visibility: visible; }
      .zeynep .mobile-menu-head .mobile-search .searchBox input {
        font-size: 17.35px;
        font-weight: 600;
        color: #011F34;
        border-radius: 8px;
        border: 1px solid #011F34;
        padding: 3px 8px;
        background-color: transparent; }
        .zeynep .mobile-menu-head .mobile-search .searchBox input::placeholder {
          color: #011F34; }
      .zeynep .mobile-menu-head .mobile-search .searchBox button {
        background-color: transparent;
        padding: 4px;
        border-radius: 8px;
        border: 1px solid #011F34;
        color: #011F34; }
        .zeynep .mobile-menu-head .mobile-search .searchBox button span {
          margin-right: 0;
          font-size: 20px; }
          .zeynep .mobile-menu-head .mobile-search .searchBox button span::before {
            color: #011F34; }
  .zeynep ul > li {
    border-bottom: 1px solid #E8E8E8;
    font-family: open-sans, sans-serif; }
    .zeynep ul > li.has-submenu > a.has-menu:after {
      color: #fff !important;
      content: '\f067' !important;
      font-family: FontAwesome !important;
      display: none; }
    .zeynep ul > li.has-submenu.submenu-inner a.sub-item:after {
      content: '\f178' !important;
      font-family: FontAwesome !important; }
    .zeynep ul > li.has-submenu .submenu {
      position: relative;
      height: 0;
      max-height: 0;
      -webkit-transition: max-height 0.3s ease-in-out;
      -moz-transition: max-height 0.3s ease-in-out;
      -ms-transition: max-height 0.3s ease-in-out;
      -o-transition: max-height 0.3s ease-in-out;
      transition: max-height 0.3s ease-in-out;
      background-color: #011F34; }
      .zeynep ul > li.has-submenu .submenu.opened {
        max-height: 600px;
        height: auto; }
      .zeynep ul > li.has-submenu .submenu .submenu-header {
        display: none; }
      .zeynep ul > li.has-submenu .submenu ul {
        border-left: 1px solid #D4B237;
        margin-left: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: .5rem; }
        .zeynep ul > li.has-submenu .submenu ul li {
          border-bottom: none; }
          .zeynep ul > li.has-submenu .submenu ul li a {
            color: #D4B237; }
    .zeynep ul > li.no-border {
      border-bottom: none; }
      .zeynep ul > li.no-border a {
        padding: 10px 24px; }
  .zeynep .btn-light-blue {
    color: #011F34 !important;
    background-color: #D4B237;
    border-radius: 15px;
    margin: 22px 25px;
    font-size: 18px !important;
    font-weight: 600;
    height: 49px; }
    .zeynep .btn-light-blue:hover {
      background-color: #D4B237 !important;
      color: #fff !important; }
  .zeynep .bottom-links {
    position: absolute;
    bottom: 0; }
    .zeynep .bottom-links .no-border.bottom-link a {
      color: #247C3A;
      padding: 4px 24px;
      font-size: 15px;
      font-weight: 600; }
  .zeynep.submenu-opened .bottom-links {
    display: none; }

.menu-container {
  position: absolute;
  left: 0;
  width: 100%; }

.menu-container .mega-menu {
  display: block;
  border-bottom: none;
  position: absolute;
  top: 0px;
  max-height: 640px;
  z-index: 1000;
  transform: scaleY(0);
  background: #1a2b3d;
  background: linear-gradient(0deg, #1a2b3d 0%, #111c2a 100%);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 5px 5px 15px -15px #000;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-top: 2px solid #D4B237; }
  .menu-container .mega-menu.hover {
    visibility: visible;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: block;
    transform: scaleY(1); }
  .menu-container .mega-menu a {
    color: #D4B237;
    margin-left: 1rem; }
  .menu-container .mega-menu .left-border {
    border-left: 2px solid #D4B237;
    padding-bottom: 27px; }
  .menu-container .mega-menu ul {
    padding: 1rem;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden; }
    .menu-container .mega-menu ul li {
      padding-top: 0.5rem; }

header.navbar-light {
  background-color: #EFF0EB;
  border-bottom: 2px solid #89979f;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25); }
  header.navbar-light .brand-logo img {
    min-height: 90px; }

.top-nav {
  background-color: unset;
  position: relative;
  z-index: 1; }
  @media (max-width: 1399px) {
    .top-nav {
      display: inline; } }
  @media (max-width: 1199px) {
    .top-nav {
      display: block;
      padding-top: 0;
      width: calc(100% - 5rem); } }
  @media (max-width: 991px) {
    .top-nav {
      width: 100%; } }
  @media (max-width: 767px) {
    .top-nav {
      display: block;
      padding-top: 0;
      width: 100%; } }
  @media (min-width: 1400px) {
    .top-nav {
      padding-top: 0;
      padding-bottom: 18px; } }
  @media (min-width: 1400px) {
    .top-nav ul.nav {
      flex: 1; } }
  .top-nav ul.nav.quick-link-wrap {
    margin-left: 2rem; }
    @media (max-width: 991px) {
      .top-nav ul.nav.quick-link-wrap {
        display: inline-block;
        text-align: center;
        margin-left: 0;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 5px 30px; } }
    @media (max-width: 575px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 25px 3px; } }
    @media screen and (max-width: 522px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 20px 3px; } }
    @media screen and (max-width: 492px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 16px 3px; } }
    @media screen and (max-width: 462px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 15px 3px; } }
    @media screen and (max-width: 432px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 10px 3px; } }
    @media screen and (max-width: 402px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 5px 3px; } }
    @media screen and (max-width: 372px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 3px 3px; } }
    @media screen and (max-width: 359px) {
      .top-nav ul.nav.quick-link-wrap .quick-link {
        padding: 1px 1px 3px; } }
  .top-nav ul.nav .searchbox form {
    position: relative; }
    .top-nav ul.nav .searchbox form input {
      color: #fff;
      border: none;
      padding: 0;
      font-size: 17px;
      font-weight: 600;
      width: 100%;
      border-radius: 8px;
      background-color: transparent; }
      .top-nav ul.nav .searchbox form input::placeholder {
        color: #fff; }
    .top-nav ul.nav .searchbox form button {
      color: #fff;
      border: none;
      position: absolute;
      right: 5px;
      top: 1px;
      font-size: 17px;
      background-color: transparent; }
  .top-nav ul.nav .font-select {
    cursor: pointer;
    color: #fff;
    font-weight: 600; }
  .top-nav ul.nav .lang-select {
    font-size: 17px;
    font-weight: 600;
    color: #fff; }
    .top-nav ul.nav .lang-select:hover span {
      text-shadow: 0.5px 0 0 currentColor; }

.es nav.navbar .navbar-collapse ul li a.menu-link {
  font-size: 16px !important;
  padding: 6px 8px; }

.es .quick-link-wrap .quick-link > a {
  font-size: 16px; }

nav.navbar {
  margin-bottom: -8px;
  justify-content: flex-end; }
  nav.navbar .toggle-menu {
    position: absolute;
    top: -70px;
    right: 8px;
    color: #011F34; }
    @media (max-width: 1199px) {
      nav.navbar .toggle-menu {
        top: -20px; } }
    @media (max-width: 991px) {
      nav.navbar .toggle-menu {
        top: 8px; } }
    @media (min-width: 1200px) {
      nav.navbar .toggle-menu {
        top: -10px; } }
  nav.navbar .navbar-toggler {
    position: absolute;
    top: -60px; }
  nav.navbar .navbar-collapse {
    justify-content: flex-end; }
    @media (max-width: 1199px) {
      nav.navbar .navbar-collapse {
        position: absolute;
        -webkit-transition: top 0.3s ease-in-out;
        -moz-transition: top 0.3s ease-in-out;
        -ms-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
        top: -100vh;
        left: 0;
        display: block !important;
        width: 100vw;
        background-color: #011F34; }
        nav.navbar .navbar-collapse.collapsing {
          -webkit-transition: top 0.3s ease-in-out;
          -moz-transition: top 0.3s ease-in-out;
          -ms-transition: top 0.3s ease-in-out;
          -o-transition: top 0.3s ease-in-out;
          transition: top 0.3s ease-in-out;
          height: unset; }
        nav.navbar .navbar-collapse.show {
          top: 10px; } }
    nav.navbar .navbar-collapse ul {
      position: relative;
      top: 4.5px; }
      nav.navbar .navbar-collapse ul li {
        display: flex;
        align-items: flex-end;
        margin-right: 0;
        margin-left: 2px;
        position: relative; }
        @media (max-width: 1199px) {
          nav.navbar .navbar-collapse ul li {
            display: block;
            margin: 0;
            border-bottom: solid 1px #dee2e6;
            height: 51px; } }
        nav.navbar .navbar-collapse ul li a.menu-link {
          color: #011F34;
          padding: 9px 18px;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          font-size: 17px !important;
          font-weight: 600;
          font-family: "montserrat", sans-serif; }
          nav.navbar .navbar-collapse ul li a.menu-link.top-level-menu {
            line-height: 35.5px; }
          @media (min-width: 1200px) and (max-width: 1399px) {
            nav.navbar .navbar-collapse ul li a.menu-link {
              font-weight: 400; } }
          @media (max-width: 1199px) {
            nav.navbar .navbar-collapse ul li a.menu-link {
              background-color: transparent;
              color: #fff;
              font-size: 16px; } }
        nav.navbar .navbar-collapse ul li .dropdown-menu {
          display: block;
          position: absolute;
          top: calc(100% + 1px);
          z-index: 1001;
          white-space: nowrap;
          background-color: #eff0eb;
          height: auto;
          border-radius: 0;
          border-bottom-left-radius: 8px;
          border-bottom-right-radius: 8px;
          padding: 1rem 1rem 1rem 0;
          opacity: 0;
          visibility: hidden;
          border-width: 0;
          overflow: hidden;
          -webkit-box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25);
          -webkit-transition: opacity 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
          nav.navbar .navbar-collapse ul li .dropdown-menu ul {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-bottom: 0;
            margin-bottom: 0; }
            nav.navbar .navbar-collapse ul li .dropdown-menu ul li {
              padding-bottom: 0.5rem; }
              nav.navbar .navbar-collapse ul li .dropdown-menu ul li:last-child {
                padding-bottom: 0.25rem; }
              nav.navbar .navbar-collapse ul li .dropdown-menu ul li a {
                font-family: "montserrat", sans-serif; }
        nav.navbar .navbar-collapse ul li .menu-group {
          margin-top: -1px; }
          @media (max-width: 1199px) {
            nav.navbar .navbar-collapse ul li .menu-group {
              top: 0;
              height: 100%;
              display: flex;
              align-items: center; } }
          nav.navbar .navbar-collapse ul li .menu-group .menu-toggle {
            display: none; }
            @media (max-width: 1199px) {
              nav.navbar .navbar-collapse ul li .menu-group .menu-toggle {
                position: absolute;
                right: 0;
                top: 0;
                width: 50px;
                height: 50px;
                background-color: transparent;
                display: flex;
                justify-content: center;
                align-items: center;
                border-left: 1px solid #dee2e6;
                border-right: 1px solid #dee2e6; }
                nav.navbar .navbar-collapse ul li .menu-group .menu-toggle .icon-wrap {
                  height: 25px;
                  width: 25px;
                  border-radius: 50%;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                nav.navbar .navbar-collapse ul li .menu-group .menu-toggle i {
                  color: #fff;
                  font-size: 20px; } }
          nav.navbar .navbar-collapse ul li .menu-group.hover a.menu-link {
            color: #3f8070;
            text-decoration: none; }
          nav.navbar .navbar-collapse ul li .menu-group.hover .dropdown-menu {
            opacity: 1;
            visibility: visible; }
            nav.navbar .navbar-collapse ul li .menu-group.hover .dropdown-menu:before {
              content: '';
              width: 100%;
              height: 1px;
              position: absolute;
              top: -1px;
              left: 0;
              display: block;
              -webkit-box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.25); }
            nav.navbar .navbar-collapse ul li .menu-group.hover .dropdown-menu li {
              padding-top: 0.25rem;
              padding-top: 0.25rem; }
              nav.navbar .navbar-collapse ul li .menu-group.hover .dropdown-menu li a {
                color: #011F34;
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                -ms-transition: color 0.3s ease-in-out;
                -o-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out; }
                nav.navbar .navbar-collapse ul li .menu-group.hover .dropdown-menu li a:hover {
                  color: #3f8070;
                  text-decoration: none; }

.alert-wrap {
  background-color: transparent;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .alert-wrap .alert {
    color: #000;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.text-sizer span {
  font-weight: 600; }

.zeynep {
  background-color: #011F34 !important;
  transform: translateY(-100%) translateZ(0px) !important; }
  .zeynep.opened {
    transform: translateY(0px) translateZ(0px) !important; }
  .zeynep.submenu-opened {
    overflow-x: hidden !important;
    overflow-y: auto !important; }
  .zeynep > ul {
    background-color: #011F34; }
    .zeynep > ul > li.has-submenu {
      position: relative; }
      .zeynep > ul > li.has-submenu .top-level-menu-item {
        color: #fff; }
      .zeynep > ul > li.has-submenu > a.has-menu {
        color: #fff;
        display: inline;
        position: absolute;
        top: 0;
        right: 0; }
    .zeynep > ul > li a {
      text-decoration: none; }

.bids-widget .bid {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #6c757d; }

.bids-widget .bid-item {
  margin-right: 0.5rem;
  display: block; }

html .border-top {
  border-color: #011F34 !important; }

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