@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&display=swap");

.main-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-block img {

  /* Style for "Image 3" */
  max-height: 331px;
  width: 100%;
  margin-right: 114px;
}

#node-305 .sidebar h2 {
  white-space: pre;
}

.mid {
  font-family: "Open Sans", sans-serif;
  padding-left: 50px;
}

.col-sm-12 {
  padding-left: 15px !important;
}

.main-block h2 {
  color: #012168;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2rem;
  text-transform: uppercase;
}

.main-block p {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.left-block {
  margin-right: 136px;
}

/*info-block*/
.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width:960px) {
  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.info-block__header {
  color: #000000;
  line-height: 1.5rem;
  margin-top: 20px;
  font-weight: bold;
}

.info-block__text p {
  margin-top: 10px;
}

.info-block__text {
  margin-bottom: 30px;
  width: 40%;
}

@media (max-width:960px) {
  .info-block__text {
    width: 100%;
  }

}

.info-block__img {
  width: 60%;
}

@media (max-width:960px) {
  .info-block__img {
    width: 100%;
  }

}

.info-block__img img {
  padding-left: 32px;
}

@media (max-width:960px) {
  .info-block__img img {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

}

.no-paddings .info-block__img img, .no-paddings .info-video {
  padding: 0;
}

.no-margins .info-block__img img {
  margin: 20px 0 0 0;
}

.no-margins .info-video video {
  margin-right: 0;
  margin-left: 0 !important;
}

.info-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

@media (max-width:960px) {
  .info-block-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.info-block-left img {
  padding-left: 0px;
  padding-right: 32px;
}

@media (max-width:960px) {
  .info-block-left img {
    padding-left: 0px;
    padding-right: 0px;
  }

}

/*templete*/
.need-help {
  background-color: #eef1f3;
  color: #009add;
  padding: 18px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.need-help p {
  color: black !important;
  margin-top: 0px !important;
  font-size: 0.875rem !important;
}

.need-help-text {
  margin-bottom: 10px;
  color: #012168 !important;
  font-size: 1rem !important;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

@media all and (max-width:768px) {
  .steps {
    margin: 0 auto;
    width: 80%;
  }

}

@media all and (max-width:540px) {
  .steps {
    width: 90%;
  }

}

.steps .step {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #86a358;
}

.steps .step:nth-child(2n) {
  background-color: #9bb76d;
}

@media all and (max-width:768px) {
  .steps .step {
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

}

.steps .step p {
  width: 485px;
  color: white !important;
  padding: 0 0 0 25px;
  margin-top: 0;
  font-size: 1.125em;
  text-align: left;
}

@media all and (max-width:768px) {
  .steps .step p {
    margin-bottom: 10px;
  }

}

.steps .step p a {
  color: white !important;
  text-decoration: underline;
}

.registry-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
}

.registry-dark-green-block {
  width: 100%;
  background-color: #86a358;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registry-dark-green-block h4 {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 1px auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registry-dark-green-block p {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.125rem;
  text-align: center;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registry-light-green-block {
  width: 100%;
  background-color: rgba(134, 163, 88, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registry-light-green-block h4 {
  color: #ffffff !important;
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 1px auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registry-light-green-block p {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.125rem;
  text-align: center;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registry-light-green-block img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 23px auto 0;
}

/*templete - finish*/
.map-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}

.map-block img {
  margin-left: 50px;
}

.map-block h3 {
  margin-top: 60px;
  color: #012168;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.map-block p {
  color: #000000;
  line-height: 1.4375rem;
}

.header-banner-title {
  position: absolute;
  top: 0;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  min-height: 52px;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 3rem;
  text-align: center;
  background-color: rgba(1, 33, 104, 0.8);
  z-index: 1;
}

a {
  color: #009add;
}

a:hover {
  color: #009add;
}

.col-sm-8 {
  padding-right: 8px;
}

.col-sm-4 {
  padding-left: 23px;
  padding-right: 0px;
}

.mid {
  margin-left: 30px;
  padding-left: 0px !important;
}

.blue-blocks {
  margin-top: 31px;
}

.block__with-links__text {
  margin-top: 47px;
  margin-bottom: 15px;
}

.block__with-links p {
  margin-bottom: 10px;
  margin-top: 0px !important;
}

@media (max-width:1050px) {
  .blue-blocks {
    width: 100% !important;
  }

}

.header-banner img {
  max-height: 376px;
}

.template_with_head_banner h2 {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.mid h1 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.mid h2, .mid h3, .mid h4, .mid h5 {
  margin-top: 35px;
}

.main-content {
  margin-top: 0;
}

.header-banner img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mid-with-head-banner {
  margin-left: 64px;
}

.mid-with-head-banner p {
  margin-top: 10px !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.blue-block__text {
  margin-bottom: 8px;
}

.ourvision {
  max-width: 302px;
  height: 272px;
}

.ourmission {
  max-width: 302px;
  min-height: 272px;
}

.ourvision p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.ourmission p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.mid-with-head-banner {
  margin-left: 20px;
  margin-top: -15px;
}

.mid-with-head-banner p span:first-child {
  display: inline-block;
  margin-bottom: 20px;
}

.mid-with-head-banner h3 {
  text-transform: uppercase;
}

@media (max-width:960px) {
  .mid-with-head-banner {
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .text-template-with-head-banner .sidebar {
    width: 100%;
  }

}

.text-template-with-head-banner .sidebar h2 {
  margin-top: 0px;
}

@media (max-width:536px) {
  .latestAnnualReports h3 {
    width: 100%;
  }

}

.ourvision h2, .ourmission h2 {
  margin-bottom: 13px !important;
  margin-top: 10px !important;
}

.new-resources-block_line {
  height: 2px;
  width: 100%;
  margin-top: 25px;
  background-color: #a4aaaf;
  margin-bottom: 19px;
}

.new-resources-block > p {
  margin: 0;
  padding-left: 16px;
}

.new-resources-block > p.new-resources-block_title {
  color: #012168;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 18px;
}

.new-resources-block > p > a {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  white-space: break-spaces;
}

.new-resources-block > p > a:after {
  content: '\00a0›';
}

.new-resources-block > p:last-child > a {
  margin-bottom: 0;
}

.blue-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 88%;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blue-block {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 154, 221, 0.5);
  margin-bottom: 30px;
}

.blue-block img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 17px;
  width: 34px;
  height: 34px;
}

.blue-block__text {
  text-align: center;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-top: 6px;
  padding: 0px 20px;
}

.blue-block__plus {
  text-align: center;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-bottom: 24px;
  margin-top: 25px;
}

.block__with-links__text {
  color: #012168;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4375rem;
  text-transform: uppercase;
  margin-top: 40px;
}

.archive-block {
  background-color: #eef1f3;
  width: 100%;
  padding-left: 22px;
  padding-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
}

.archive-block__header {

  /* Style for "Archive" */
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  margin-bottom: 17px;
}

.block-green-link {
  width: 100%;
  background-color: #86a358;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-transform: uppercase;
  padding: 44px 25px 43px 28px;
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resources-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resources-line {
  height: 2px;
  width: 100%;
  margin-top: 25px;
  background-color: #a4aaaf;
  margin-bottom: 19px;
}

.resources-block__header {

  /* Style for "Resources" */
  color: #012168;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 18px;
  padding-left: 16px;
}

.resources-block a {
  margin-bottom: 10px;
}

.resources-block__links {
  padding-left: 16px;
}

.block__forms_header {

  /* Style for "Rectangle" */
  border: 1px solid #a4aaaf;
  background-color: #eef1f3 !important;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #333d47;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.block-forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block__forms a {
  margin-bottom: 10px;
}

.block__forms p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block__forms_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #a4aaaf;
  border-top: none;
}

.idera {
  padding: 28px;
}

.relevant-notices {
  margin-top: 20px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;/*  min-width: 48%;
  width: 48%;*/
}

.relevant-notices a {
  padding-left: 10%;
  padding-right: 10%;
  white-space: pre-wrap;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.relevant-notices_header {
  background-color: #eef1f3 !important;
  color: #333d47;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #a4aaaf;
  border-bottom: none;
}

.relevant-notices_text {
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
}

.relevant-notices_links {
  border: 1px solid #a4aaaf;
  padding-top: 30px !important;
}

.relevant-notices_links-description {
  padding-left: 10%;
  padding-right: 10%;
}

.relevant-notices_text:last-child {
  margin-bottom: 30px;
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.news-block__line {
  height: 2px;
  border: 1px solid #a4aaaf;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 29px;
}

.news__line {
  height: 2px;
  border: 1px solid #a4aaaf;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 29px;
}

.news .news__date {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.current-openings, .current-openings2 {
  background-color: #009add;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 22px;
  margin-top: 25px;
}

.current-openings__header, .current-openings2__header {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-left: 32px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ffffff;
}

.current-openings2 {
  background-color: rgba(0, 154, 221, 0.5);
}

.current-openings2 .current-openings__header {
  background-color: #009add;
}

.current-openings p, .current-openings2 p {
  padding-top: 14px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  color: white !important;
  padding-top: 0px !important;
}

@media (max-width:1200px) {
  .right_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}

@media (max-width:950px) {
  .blue-block {
    width: 45%;
  }

  .blue-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-green-link {
    width: 60%;
  }

}

@media (max-width:650px) {
  .blue-block, .relevant-notices, .archive-block, .resources-block, .block-green-link {
    width: 100%;
  }

}

/*menu*/
.menu-sidebar {
  width: 100%;
  background-color: #009add;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.menu-sidebar li {
  list-style-type: none;
}

.menu-sidebar .menu_header {
  list-style: none;
  color: #012168;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  height: 40px;
  padding: 8px 16px;
  margin-bottom: 0;
}

.sidebar-menu li {
  width: 100%;
}

.menu_level1 {
  color: white;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 0px 10px;
  padding-bottom: 8px;
  padding-right: 28px;
}

.menu-active {
  background-color: #7fccee;
  margin-left: 0px;
  padding-left: 0px;
}

.menu-sidebar .menu-active .active {
  background-color: #095296 !important;
}

.menu-sidebar .menu-active .active a {
  color: white !important;
  background-color: #095296;
  font-weight: 300 !important;
}

.menu-sidebar .menu-active .active .menu_level2 a {
  background-color: #7fccee !important;
}

.menu-sidebar .menu-active .active .menu_level2 .act a {
  color: #095296 !important;
}

.menu-sidebar .menu_header li {
  color: white;
}

.main-content {
  margin-top: 64px;
}

.text-template-with-head-banner .main-content {
  margin-top: 78px;
}

.sidebar-menu {
  margin-left: 8px;
}

@media (max-width:991px) {
  .sidebar-menu {
    margin-left: 0px;
  }

}

.sidebar-menu .menu_header {
  height: 56px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #012168;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-active ul {
  display: none;
}

.sidebar-menu .menu_level1 {
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.sidebar-menu .levels.current-link .menu_level1 {
  font-weight: 600;
}

.sidebar-menu .menu-active > li {
  border-bottom: 1px solid #fff;
}

.sidebar-menu .menu-active > li > a {
  padding: 21px 10px;
  position: relative;
  padding-right: 20px;
}

.sidebar-menu li {
  background-color: #009add;
}

.sidebar-menu .levels-expanded.active:not(.current-expanded) {
  background-color: #035296;
}

.sidebar-menu .levels-expanded.active:not(.current-expanded) > a {
  color: #fff;
  background-color: #035296;
}

.sidebar-menu .levels-expanded.active:not(.current-expanded) ul {
  padding-bottom: 10px;
  background-color: #7fccee;
}

.sidebar-menu .levels-expanded.active:not(.current-expanded) ul li {
  background: transparent;
}

.sidebar-menu .levels-expanded.active.current-expanded {
  background-color: #009add;
}

.sidebar-menu .levels-expanded.active.current-expanded > a {
  color: #012168;
  font-weight: 600;
}

.sidebar-menu .levels-expanded.current-expanded .menu_level1 {
  color: #012168;
  font-weight: 600;
}

.sidebar-menu .levels-expanded.current-expanded .menu_level1:after {
  color: #012168 !important;
}

.sidebar-menu .menu_level2.show {
  padding-bottom: 10px;
  background-color: #7fccee;
}

.sidebar-menu .levels.current-expanded .act {
  font-weight: 400;
  color: #012168;
}

.general {
  margin-top: 44px;
}

.general .mid {
  margin-left: 40px;
  margin-top: 10px;
}

@media (max-width:960px) {
  .general .mid {
    margin-left: 0px;
    padding-left: 0px;
  }

  .general .menu_header {
    width: 100%;
  }

  .general .sidebar-menu .menu_header {
    width: 100%;
  }

}

.menu_level2 li {
  padding: 5px 10px 0;
  line-height: 18px;
  background-color: #7fccee;
}

.menu_level2 li a {
  font-size: 14px;
  line-height: 16px;
  color: white;
}

.sidebar-title__desktop {
  display: block;
}

@media all and (max-width:991px) {
  .sidebar-title__desktop {
    display: none;
  }

}

.sidebar-title__mobile {
  display: none;
}

@media all and (max-width:991px) {
  .sidebar-title__mobile {
    margin-bottom: 40px;
    display: block;
  }

}

.menu_level2 .act a:after {
  color: #012168;
}

.menu_level2 li a:after {
  color: white;
  font-size: 9px;
  line-height: 16px;
  padding-top: 12px;
}

.sidebar2 {
  display: none;
}

.menu_level2 {
  padding-left: 0;
}

.sidebar .menu_level1 {
  background-color: #009add;
}

h2, .h2 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}

.sidebar-general {
  margin-top: 20px;
}

h1 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}

h2 {
  color: #012168;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.like-h2 {
  color: #012168;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 23px !important;
  text-transform: uppercase;
}

.like-h1 {
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 32px !important;
  color: #012168;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 32px;
}

.general .sidebar {
  max-width: 264px;
}

@media all and (max-width:991px) {
  .general .sidebar {
    max-width: 100%;
    width: 100%;
  }

  .general .mid {
    margin-left: 0px;
  }

  .registry-blocks {
    margin-top: 30px;
  }

}

@media all and (max-width:960px) {
  .general {
    margin-top: 14px;
  }

}

.general .mid {
  margin-left: 0px;
}

.general .sidebar p, .general .sidebar strong {
  line-height: 20px;
}

.active-a {
  color: #012168 !important;
}

.general .certificate-table_wrapper {
  background-color: rgba(0, 154, 221, 0.1);
}

.footer-block-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
}

.mid-with-head-banner .footer-block-text {
  margin-bottom: 10px;
}

.general .footer-block-text {
  margin-bottom: 10px;
}

.steps {
  margin-top: 50px;
}

.relevant-notices-text p {
  margin-top: 0px !important;
}

.info-video {
  display: none;
  padding-left: 20px;
  max-width: 550px;
}

.info-block__img {
  position: relative;
}

.info-block__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding-right: 25px;
  font-size: 14px;
  color: #fff;
  background-image: url("../images/play-arrow.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.info-block__button:hover {
  color: #012168 !important;
  background-image: url("../images/play-arrow-hover.svg");
}

@media all and (max-width:960px) {
  .general .info-block__img {
    max-width: 550px;
    margin: auto;
  }

  .info-video {
    padding-left: 0px;
  }

}

.header-logo-wrapper {
  position: relative;
}

.header-logo-wrapper .logo-over-banner {
  position: absolute;
  left: .5%;
  top: 21%;
  width: 310px;
  height: auto;
}

@media all and (max-width:768px) {
  .header-logo-wrapper .logo-over-banner {
    top: 60px;
    left: 10px;
  }

}

@media all and (max-width:540px) {
  .header-logo-wrapper .logo-over-banner {
    top: 220px;
    width: 60%;
  }

}

.header-banner-description {
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin: 0 auto;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-banner-description p {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

@media all and (max-width:768px) {
  .header-banner-description p {
    font-size: 20px;
    line-height: 24px;
  }

}

.notices-wrapper {
  margin: 30px 0;
}

.wp-block-column.wrapper2__img2 {
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home--three-columns {
  margin: 0 auto 33px;
  height: 270px;
  width: 99%;
}

@media all and (max-width:1100px) {
  .home--three-columns {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 90%;
  }

}

@media all and (max-width:599px) {
  .home--three-columns {
    margin-bottom: 0;
    width: 100%;
  }

}

.home--three-columns.first-home-column > .wp-block-column:nth-child(1) {
  -webkit-flex-basis: 23.5% !important;
  -ms-flex-preferred-size: 23.5% !important;
  flex-basis: 23.5% !important;
}

@media all and (max-width:1100px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(1) {
    margin-left: 0;
    height: 270px;
    -webkit-flex-basis: 31% !important;
    -ms-flex-preferred-size: 31% !important;
    flex-basis: 31% !important;
  }

}

@media all and (max-width:880px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(1) {
    -webkit-flex-basis: 47% !important;
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important;
  }

}

@media all and (max-width:599px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(1) {
    margin-bottom: 20px;
    -webkit-flex-basis: 280px !important;
    -ms-flex-preferred-size: 280px !important;
    flex-basis: 280px !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

}

.home--three-columns.first-home-column > .wp-block-column:nth-child(3) {
  -webkit-flex-basis: 23.5% !important;
  -ms-flex-preferred-size: 23.5% !important;
  flex-basis: 23.5% !important;
}

@media all and (max-width:1100px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(3) {
    margin-left: 0;
    -webkit-flex-basis: 62% !important;
    -ms-flex-preferred-size: 62% !important;
    flex-basis: 62% !important;
    height: 290px;
  }

}

@media all and (max-width:880px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(3) {
    -webkit-flex-basis: 47% !important;
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important;
  }

}

@media all and (max-width:599px) {
  .home--three-columns.first-home-column > .wp-block-column:nth-child(3) {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

}

.home--three-columns.second-home-column > .wp-block-column:nth-child(1) {
  -webkit-flex-basis: 23.5% !important;
  -ms-flex-preferred-size: 23.5% !important;
  flex-basis: 23.5% !important;
}

@media all and (max-width:1100px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(1) {
    margin-left: 0;
    -webkit-flex-basis: 62% !important;
    -ms-flex-preferred-size: 62% !important;
    flex-basis: 62% !important;
    height: 270px;
  }

}

@media all and (max-width:880px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(1) {
    -webkit-flex-basis: 47% !important;
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important;
  }

}

@media all and (max-width:599px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(1) {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

}

.home--three-columns.second-home-column > .wp-block-column:nth-child(3) {
  -webkit-flex-basis: 23.5% !important;
  -ms-flex-preferred-size: 23.5% !important;
  flex-basis: 23.5% !important;
}

@media all and (max-width:1100px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(3) {
    margin-left: 0;
    -webkit-flex-basis: 31% !important;
    -ms-flex-preferred-size: 31% !important;
    flex-basis: 31% !important;
    height: 290px;
  }

}

@media all and (max-width:880px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(3) {
    -webkit-flex-basis: 47% !important;
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important;
  }

}

@media all and (max-width:599px) {
  .home--three-columns.second-home-column > .wp-block-column:nth-child(3) {
    margin-bottom: 0;
    -webkit-flex-basis: 280px !important;
    -ms-flex-preferred-size: 280px !important;
    flex-basis: 280px !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

}

.home--three-columns > .wp-block-column:nth-child(2) {
  -webkit-flex-basis: 50.5% !important;
  -ms-flex-preferred-size: 50.5% !important;
  flex-basis: 50.5% !important;
}

@media all and (max-width:1100px) {
  .home--three-columns > .wp-block-column:nth-child(2) {
    margin-left: 0;
    -webkit-flex-basis: 96.5% !important;
    -ms-flex-preferred-size: 96.5% !important;
    flex-basis: 96.5% !important;        /* height: 270px; */
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

}

@media all and (max-width:599px) {
  .home--three-columns > .wp-block-column:nth-child(2) {
    margin-bottom: 20px;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

}

.home--two-columns {
  margin: 0 auto;
  height: 270px;
  width: 99%;
}

@media all and (max-width:1100px) {
  .home--two-columns {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 90%;
  }

}

@media all and (max-width:599px) {
  .home--two-columns {
    margin-bottom: 0;
    width: 100%;
  }

}

.home--two-columns > .wp-block-column:nth-child(1) {
  -webkit-flex-basis: 75.5% !important;
  -ms-flex-preferred-size: 75.5% !important;
  flex-basis: 75.5% !important;
}

@media all and (max-width:1100px) {
  .home--two-columns > .wp-block-column:nth-child(1) {
    -webkit-flex-basis: 96.5% !important;
    -ms-flex-preferred-size: 96.5% !important;
    flex-basis: 96.5% !important;
    height: 290px;
  }

}

@media all and (max-width:800px) {
  .home--two-columns > .wp-block-column:nth-child(1) {
    height: auto;
  }

}

@media all and (max-width:599px) {
  .home--two-columns > .wp-block-column:nth-child(1) {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

}

@media all and (max-width:450px) {
  .home--two-columns > .wp-block-column:nth-child(1) {
    height: auto;
  }

}

.home--two-columns > .wp-block-column:nth-child(2) {
  -webkit-flex-basis: 23% !important;
  -ms-flex-preferred-size: 23% !important;
  flex-basis: 23% !important;
}

@media all and (max-width:1100px) {
  .home--two-columns > .wp-block-column:nth-child(2) {
    margin-left: 0;
    -webkit-flex-basis: 40% !important;
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    height: auto;
  }

}

@media all and (max-width:800px) {
  .home--two-columns > .wp-block-column:nth-child(2) {
    -webkit-flex-basis: 45% !important;
    -ms-flex-preferred-size: 45% !important;
    flex-basis: 45% !important;
  }

}

@media all and (max-width:700px) {
  .home--two-columns > .wp-block-column:nth-child(2) {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }

}

@media all and (max-width:599px) {
  .home--two-columns > .wp-block-column:nth-child(2) {
    -webkit-flex-basis: 280px !important;
    -ms-flex-preferred-size: 280px !important;
    flex-basis: 280px !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper a {
  color: inherit;
  text-decoration: none;
}

.wrapper .field--name-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.wrapper1__block {
  height: 528px;
  width: 100%;
}

.wrapper1__text {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.wrapper1__text_first {
  margin-top: 32px;
  margin-bottom: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper1__text_second {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper2__text_first {
  margin-top: 32px;
  margin-bottom: 0;
  margin-left: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.wrapper2__text_second {
  margin-left: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.wrapper1__text_second, .wrapper2__text_second {
  text-decoration: underline;
  font-weight: 300;
}

.wrappper1__block_text {
  padding: 70px 30px 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
}

.wrapper1__img1 .wp-block-cover__inner-container, .wrapper2__img2 .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.wrapper1__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper2__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper2__text_first {
  margin-left: 0;
  margin-top: 25px;
}

.wrapper2__text_first strong {
  margin-bottom: -12px;
}

.wrapper2__text_second {
  margin-left: 0;
}

.wrappper2__block {
  margin-top: 0;
}

.wrappper2__block .wp-block-group__inner-container {
  height: 260px;
}

.wrappper2__block .wp-block-cover {
  height: 260px;
  min-height: auto !important;
}

.bermuda-register {
  position: absolute;
  top: -webkit-calc(528px - 126px);
  top: calc(528px - 126px);
  right: 15px;
  left: 50%;
  padding-left: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 126px;
  width: 100%;
  background-color: rgba(1, 33, 104, 0.5);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media all and (max-width:767px) {
  .bermuda-register {
    top: -webkit-calc(320px - 80px);
    top: calc(320px - 80px);
    height: 80px;
  }

}

@media all and (max-width:600px) {
  .bermuda-register {
    background-color: #009add;
  }

}

@media all and (max-width:599px) {
  .bermuda-register {
    top: 570px;
  }

}

.bermuda-register .wp-block-media-text__media {
  position: absolute;
  left: 12px;
  width: auto;
}

.bermuda-register .wp-block-media-text__media img {
  margin-left: 25px;
  width: 336px;
  height: 96px;
}

.bermuda-register .wp-block-media-text__content {
  margin-bottom: 63px;
}

.bermuda-register .wp-block-media-text__content p {
  position: absolute;
  left: 50%;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrappper2__block__text {
  padding-bottom: 114px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.wrappper2__block p a {
  position: relative;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.wrappper2__block p a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 86px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.wrappper2__block {
  cursor: pointer;
}

.wrappper2__block:hover p a::after {
  background-color: #eaa8ad;
}

.wrappper2__block:hover .wrappper2__block__icon img {
  -webkit-animation-name: markerBounce;
  animation-name: markerBounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes markerBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  16.6% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  33.2% {
    -webkit-transform: translateY(7px) scaleY(0.85);
    transform: translateY(7px) scaleY(0.85);
  }

  49.9% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  66.5% {
    -webkit-transform: translateY(7px) scaleY(0.85);
    transform: translateY(7px) scaleY(0.85);
  }

  83.1% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

@keyframes markerBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  16.6% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  33.2% {
    -webkit-transform: translateY(7px) scaleY(0.85);
    transform: translateY(7px) scaleY(0.85);
  }

  49.9% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  66.5% {
    -webkit-transform: translateY(7px) scaleY(0.85);
    transform: translateY(7px) scaleY(0.85);
  }

  83.1% {
    -webkit-transform: translateY(5px) scaleY(1);
    transform: translateY(5px) scaleY(1);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

.wrappper3__block {
  z-index: 0;
  padding-left: 30px;
  align-items: flex-start;
  padding-top: 20px !important;
}

.wrappper3__block .banner {
  margin: -20px 0 0 0;
  min-height: 80px;
}

.wrappper3__block .banner img {
  margin: 0 -50px;
  width: 120%;
}

.wrappper3__block .wp-block-cover__inner-container {
  height: 100%;
}

.wrappper3__block .wp-block-cover__inner-container .wrappper3__block-header img {
  width: 40% !important;
}

.wrappper3__block .wp-block-cover__inner-container .wrappper3__block-text {
  max-width: 40%;
  color: #1F3A7A;
}

.wrappper3__block .wp-block-cover__inner-container .wrappper3__block-link {
  padding: 10px 30px 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  color: #0C9CDF;
  font-weight: 500;
  max-width: 35%;
}

@media all and (max-width:920px) {
  .wrappper3__block .wp-block-cover__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

}

.wrappper3__block__text {
  padding: 10px;
  margin: 0 auto 8px;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .block-title {
  display: none;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider {
  margin: 0;
  z-index: 2;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-prev {
  background-image: url("../images/arrow-left-white.png");
  left: 20px;
  top: -70px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-next {
  background-image: url("../images/arrow-right-white.png");
  right: 20px;
  top: -70px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide {
  margin: 0;
  padding: 103px 30px 0 30px;
  margin-left: 0;
  /* border-left: 1px solid transparent; */
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide.slick-active ~ .slick-active {
  border-color: white;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide .views-field-title {
  height: 60px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide .views-field-field-body-preview p {
  margin: 0;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide .views-field-field-body-preview {
  height: 55px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slider .slick-slide .views-field-field-external-url a {
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid white;
  font-size: 14px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .view-latest-news .field-content {
  color: #000;
  font-size: 14px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .views-field-field-events-date {
  color: #000;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .views-field-title {
  margin: 0;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .views-field-title a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .slick-slide {
  position: relative;
  height: 206px;
  max-width: 300px;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .views-field-field-widget-background-image .contextual-region {
  position: static;
}

.wrappper3__block .block-views-blockupcoming-events-block-1 .views-field-field-widget-background-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media all and (max-width:920px) {
  .wrappper3__block__text {
    padding-top: 25px;
  }

}

@media all and (max-width:781px) {
  .wrappper3__block {
    height: auto;
  }

}

.wrappper3__block .wrapper3_columns {
  justify-content: center;
}

.wrappper3__block .wrapper3_columns .wp-block-column {
  border: 1px solid #fff;
  padding: 10px 20px;
  height: 130px;
  margin: 10px;
  align-items: center;
  flex-basis: auto;
  display: flex;
}

.wrappper3__block .wrapper3_columns .wp-block-column p {
  margin-bottom: auto;
  padding-top: 0;
}

.wrappper3__block .wrapper3_heading {
  margin-bottom: 20px;
}

.wrappper3__block__link {
  padding: 5px 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.wrappper3__block__link:hover {
  color: #012168 !important;
}

.wrappper4__block {
  min-height: auto;
  height: 260px;
  background-color: #86a358;
  padding: 30px !important;
}

@media all and (max-width:1100px) {
  .wrappper4__block .wp-block-cover__inner-container {
    width: 80%;
  }

}

.wrappper4__block__text {
  margin-bottom: 37px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.wrappper4__block__link {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  /* width: 90px; */
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.wrappper4__block__link:hover a {
  color: #012168;
}

.wp-block-group wrappper2__block {
  padding-bottom: 34px;
}

.wrappper2__block > .wp-block-cover__inner-container, .wrappper5__block > .wp-block-cover__inner-container {
  width: 90%;
}

.wrappper5__block {
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: auto;
  height: 260px;
  background-color: #e9a2a9;
  cursor: pointer;
}

@media all and (max-width:1100px) {
  .wrappper5__block {
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.wrappper5__block .wp-block-media-text__content {
  padding: 0;
  font-size: 14px;
}

.wrappper5__block .wp-block-cover {
  height: 260px;
  min-height: auto;
}

.wrappper5__block > .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.wrappper5__block .wp-block-cover__inner-container {
  align-items: flex-start;
  justify-content: flex-start;
}

.wrappper5__block .wp-block-cover__inner-container .wrappper5__block__text {
  font-weight: 500;
}

.wrappper5__block .wp-block-cover__inner-container .wrappper5__block__link {
  max-width: 50%;
}

.wrappper5__block .wp-block-cover__inner-container .wrappper5__block__link:hover {
  color: #012168 !important;
}

@media all and (max-width:1100px) {
  .wrappper5__block > .wp-block-cover__inner-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
  }

}

.wrappper5__block__text {
  font-size: 24px;
  line-height: 20px;
  font-weight: 300;
}

@media all and (max-width:1100px) {
  .wrappper5__block__text {
    padding-top: 10px;
  }

}

.wrappper5__block__icon-text {
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33px;
  font-size: 14px;
  background-image: url("../images/play-arrow.svg");
  -webkit-background-size: 30px 33px;
  background-size: 30px 33px;
  background-position: right 0 center;
  background-repeat: no-repeat;
}

.wrappper5__block__icon-text.block-hovered {
  color: #012168 !important;
  background-image: url("../images/play-arrow-hover.svg");
}

.wrappper5__block__icon {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.wrappper6__block {
  height: 260px;
  min-height: auto;
}

@media all and (max-width:1200px) {
  .wrappper6__block {
    background-position: right 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #dee3e7;
  }

}

@media all and (max-width:490px) {
  .wrappper6__block {
    background-image: none !important;
  }

}

.wrappper6__block .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 260px;
  width: 100%;
}

@media all and (max-width:1100px) {
  .wrappper6__block .wp-block-cover__inner-container {
    width: 90%;
  }

}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
}

@media all and (max-width:1200px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) > figure {
  margin: 0;
}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) > figure > img {
  width: 100%;
  height: auto;
  max-width: 237px;
  margin-bottom: 20px;
}

@media all and (max-width:970px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) > figure > img {
    margin: 0 0 20px 0 !important;
  }

}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) .cji-logo > figure > img {
  max-width: 120px;
}

@media all and (max-width:600px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) .cji-logo > figure > img {
    max-width: 50px;
  }

}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) > p {
  letter-spacing: -0.5px;
  max-width: 300px;
}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) > p strong {
  letter-spacing: -0.25px;
}

@media all and (max-width:1200px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

}

@media all and (max-width:750px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media all and (max-width:630px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(1) {
    margin-bottom: 0;
    margin-top: 20px;
  }

}

.wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(2) {
  margin: 0;
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}

@media all and (max-width:1200px) {
  .wrappper6__block .wp-block-cover__inner-container .block-event__columns .wp-block-column:nth-child(2) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

}

.wrappper6__block .wrappper6__block-row {
  margin-top: 50px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width:1100px) {
  .wrappper6__block .wrappper6__block-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
  }

}

@media all and (max-width:750px) {
  .wrappper6__block .wrappper6__block-row {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

@media all and (max-width:599px) {
  .wrappper6__block .wrappper6__block-row {
    width: 599px;
  }

}

.wrappper6__block .wrappper6__block-row .wp-block-media-text__content {
  padding-left: 40px;
  padding-right: 0;
}

@media all and (max-width:1200px) {
  .wrappper6__block .wrappper6__block-row .wp-block-media-text__content {
    padding-left: 20px;
    width: 50%;
  }

}

@media all and (max-width:920px) {
  .wrappper6__block .wrappper6__block-row .wp-block-media-text__content {
    padding-left: 40px;
    width: auto;
  }

}

@media all and (max-width:700px) {
  .wrappper6__block .wrappper6__block-row .wp-block-media-text__content {
    padding-left: 0;
    margin-top: 20px;
  }

}

.wrappper6__block .wp-block-media-text__media img {
  padding-left: 0;
  margin-left: 30px;
  width: 175px;
  height: 82px;
}

@media all and (max-width:1200px) {
  .wrappper6__block .wp-block-media-text__media img {
    margin-left: 0;
  }

}

@media all and (max-width:920px) {
  .wrappper6__block .wp-block-media-text__media img {
    margin-left: 30px;
  }

}

.wrappper6__block .wp-block-cover {
  min-height: auto;
  height: 260px;
}

.wrappper6_text1 {
  margin-bottom: 12px;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (max-width:750px) {
  .wrappper6_text1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

}

@media all and (max-width:600px) {
  .wrappper6_text1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

}

.wrappper6_text2 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .3px;
  text-align: center;
}

.wrappper6_text2:hover a {
  color: #012168;
}

.wrappper6__block__text2 {
  margin: 0 auto 7px !important;
  width: 89%;
  font-size: 15px;
}

@media all and (max-width:1200px) {
  .wrappper6__block__text2 {
    width: 95%;
  }

}

.wrappper7__block {
  padding-top: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: auto;
  height: 260px;
}

@media all and (max-width:880px) {
  .wrappper7__block {
    background-position: center 80%;
  }

}

@media all and (max-width:599px) {
  .wrappper7__block {
    background-position: 50% 50%;
  }

  .wrappper7__block:before {
    display: none;
  }

}

.wrappper7__block > .wp-block-cover__inner-container {
  width: 90%;
}

@media all and (max-width:1100px) {
  .wrappper7__block > .wp-block-cover__inner-container {
    width: 80%;
  }

}

.wrappper7__block__text1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  max-width: 240px;
  margin: auto;
}

.wrappper7__block__text2 {
  color: #fff !important;
  font-size: 16px;
  margin: 150px auto 0;
  max-width: 170px;
  line-height: 17px;
  font-weight: 300;
}

.wrappper7__block__text2 a:hover {
  color: #012168;
}

.wrappper9__block {
  min-height: 270px;
  height: 270px;
  background-color: #012168;
}

.wrappper9__block .wp-block-cover {
  min-height: 260px;
}

.wrappper9__block .wp-block-cover__inner-container {
  min-height: 270px;
  width: 100%;
  cursor: pointer;
}

.wrappper9__block .wp-block-cover__inner-container a:hover {
  color: #eaa8ad;
}

.wrappper9__block .wrappper9__block__columns {
  margin-bottom: 31px;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width:599px) {
  .wrappper9__block .wrappper9__block__columns {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

}

.wrappper9__block .wrappper9__block__columns .wrappper9__icon {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.wrappper9__block .wrappper9__block_phone {
  margin-bottom: 7px;
  font-size: 18px;
}

.wrappper9__block .wrappper9__block_email {
  margin-bottom: 4px;
  font-size: 18px;
}

.wrappper9__block .wrappper9__block_text1 {
  margin-bottom: 16px;
}

.wrappper9__block .wrappper9__block_text1 a {
  font-size: 14px;
}

.wrappper9__block .wrappper9__block_text2 {
  margin: 0 auto;
  width: 95%;
  font-size: 14px;
}

.wrappper9__block .wrappper9__block_link {
  border: 1px solid #fff;
  padding: 15px 10px;
  font-size: 16px;
  margin: 0 20px;
}

.wrappper8__block, .latest-news {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
  margin-right: 0;
  min-height: 270px;
  height: 270px;
  background-color: #019ADD;
}

@media all and (max-width:1100px) {
  .wrappper8__block, .latest-news {
    padding-top: 30px;
  }

}

.wrappper8__block .wp-block-media-text__content {
  padding: 0 !important;
}

.wrappper8__block .wp-block-media-text__media img {
  width: 275px;
  height: 34px;
}

.wrappper8__block .has-media-on-the-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrappper8__block .has-large-font-size {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}

.wrappper8__block .latest-top__container {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width:450px) {
  .wrappper8__block .has-large-font-size {
    font-size: 20px;
  }

}

.wrapper1__text p, .wrapper1__text span {
  font-size: 32px;
}

.wrapper2__text p, .wrapper2__text span {
  font-size: 32px;
}

.wrapper .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
  position: relative;
}

.wrappper2__block__icon {
  margin-bottom: 10px;
}

@media (max-width:1200px) and (min-width:920px) {
  .bermuda-register .wp-block-media-text__media img {
    width: 50%;
    height: auto;
  }

  .wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: 90%;
  }

  .wrapper .wp-block-cover.upcoming-events .wp-block-cover__inner-container,
  .wrapper .wp-block-cover.world-leaders .wp-block-cover__inner-container {
    width: 100%
  }

}

@media all and (max-width:920px) {
  .bermuda-register .wp-block-media-text__media img {
    width: 50%;
    height: auto;
  }

  .wrappper2__block, .wrappper5__block, .wrappper4__block, .wrappper7__block, .wrappper9__block_email {
    height: 270px;
  }

  .wrappper6__block, .wrappper8__block {
    width: 592px;
    height: 270px;
  }

  .wrapper .field--name-body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrappper2__block {
    padding-bottom: 0;
  }

  .wrappper2__block .wp-block-group__inner-container {
    height: 280px;
  }

  .wrappper4__block {
    padding-bottom: 0;
    margin-bottom: 28px;
    margin-left: 0;
    padding: 30px;
  }

  .wrappper3__block {
    width: 100%;
  }

  .wrappper7__block {
    margin-left: 0;
  }

  .wrappper6__block {
    width: 100%;
  }

  .wrappper8__block {
    padding-bottom: 20px;
    width: 100%;
  }

  .wrappper9__block {
    height: auto;
    width: 100%;
  }

  .wrappper9__block_email {
    margin: 0 auto;
    height: 20px;
  }

  .wrappper2__block .wp-block-cover {
    height: 270px;
  }

  .wrappper4__block, .wrappper2__block, .wrappper5__block, .wrappper7__block {
    width: 100%;
  }

  .wrapper .wp-block-cover.world-leaders .wp-block-cover__inner-container {
    display: block;
  }

}

@media all and (max-width:800px) {
  .wrappper8__block {
    height: auto;
    margin-bottom: 20px;
  }

}

.wrappper8__block .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}

@media all and (max-width:767px) {
  .wrapper1__img1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .wrappper6__block .wp-block-media-text__media img {
    margin-left: 0;
  }

  .wrappper2__block {
    margin: 0 auto;
    width: 100%;
  }

  .wrappper4__block, .wrappper5__block, .wrappper7__block {
    margin: 0 auto 20px;
    width: 100%;
  }

  .wrappper3__block, .wrappper6__block, .wrappper8__block, .wrappper9__block {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
  }

  .wrappper8__block .has-media-on-the-right {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .wrappper8__block .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }

  .wrappper9__block__columns {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wrappper8__block .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrappper6__block .wrappper6__block-row {
    margin-top: 20px;
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrappper6__block img {
    margin-left: 0;
  }

}

@media all and (max-width:599px) {
  .wrappper7__block {
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

}

@media all and (max-width:956px) {
  .register-text a {
    font-size: 30px;
  }

}

@media all and (max-width:1100px) {
  .wrappper6__block .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }

  .wrappper6__block .wp-block-media-text__media img {
    margin-left: 0;
  }

}

@media all and (max-width:880px) {
  .register-text {
    top: 30px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

}

@media all and (max-width:767px) {
  .register-text {
    top: 6px;
  }

  .register-text a {
    font-size: 20px;
  }

}

@media all and (max-width:600px) {
  p.register-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

@media all and (max-width:599px) {
  .bermuda-register .wp-block-media-text__media img {
    display: none;
  }

}

@media all and (max-width:599px) {
  .bermuda-register .wp-block-media-text__content {
    margin-bottom: 0 !important;
  }

  .bermuda-register .wp-block-media-text__content p {
    position: static;
  }

}

.slick-arrow {
  position: absolute;
  top: 35%;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-disabled {
  opacity: .3;
}

.slick-prev {
  left: -50px;
  background-image: url("../images/arrow-left.png");
  -webkit-background-size: cover;
  background-size: cover;
}

@media all and (max-width:450px) {
  .slick-prev {
    height: 26px;
    width: 26px;
  }

}

.slick-next {
  right: -50px;
  background-image: url("../images/arrow-right.png");
  -webkit-background-size: cover;
  background-size: cover;
}

@media all and (max-width:450px) {
  .slick-next {
    height: 26px;
    width: 26px;
  }

}

.wrappper7__block__header {
  margin-top: 21px;  /* the slides */

  /* the parent */
}

@media all and (max-width:1100px) {
  .wrappper7__block__header {
    margin-top: 10px;
  }

}

@media all and (max-width:920px) {
  .wrappper7__block__header {
    margin-top: 21px;
  }

}

@media all and (max-width:767px) {
  .wrappper7__block__header {
    margin-top: 10px;
  }

}

.wrappper7__block__header .block-title {
  display: none;
}

.wrappper7__block__header .views-field-title a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@media all and (max-width:1100px) {
  .wrappper7__block__header .views-field-title a {
    font-size: 14px;
  }

}

@media all and (max-width:920px) {
  .wrappper7__block__header .views-field-title a {
    font-size: 16px;
  }

}

@media all and (max-width:767px) {
  .wrappper7__block__header .views-field-title a {
    font-size: 14px;
  }

}

.wrappper7__block__header .slick-slide {
  margin: 0 16px;
}

.wrappper7__block__header .slick-list {
  margin: 0 -16px;
}

@media all and (max-width:800px) {
  .wrappper7__block__header .slick-list {
    margin-bottom: 20px;
  }

}

.wrappper7__block__header .view-latest-news .field-content p {
  color: #fff;
  font-size: 14px;
}

@media all and (max-width:1100px) {
  .wrappper7__block__header .view-latest-news .field-content p {
    font-size: 13px;
  }

}

@media all and (max-width:920px) {
  .wrappper7__block__header .view-latest-news .field-content p {
    font-size: 14px;
  }

}

@media all and (max-width:767px) {
  .wrappper7__block__header .view-latest-news .field-content p {
    font-size: 13px;
  }

}

.wrappper7__block__header .view-latest-news .field-content {
  color: #fff;
  font-size: 14px;
}

@media all and (max-width:1100px) {
  .wrappper7__block__header .view-latest-news .field-content {
    font-size: 13px;
  }

}

@media all and (max-width:920px) {
  .wrappper7__block__header .view-latest-news .field-content {
    font-size: 14px;
  }

}

@media all and (max-width:767px) {
  .wrappper7__block__header .view-latest-news .field-content {
    font-size: 13px;
  }

}

.wrappper5__block {
  position: relative;
}

.notice__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 33, 104, 0.8);
  z-index: 300;
}

.notice__wrapper.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notice__wrapper > .wp-block-group__inner-container {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  background: #fff;
}

.notice__image {
  max-width: 178px;
  width: 100%;
}

.notice__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice__title {
  margin-bottom: 5px;
  color: #012168;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.notice__text {
  font-size: 15px;
  max-width: 240px;
}

.notice__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  border: none !important;
  background-color: transparent !important;
  background-image: url("../images/close.png");
}

.notice__close .wp-block-button__link {
  display: none;
}

.popup-home__video {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(1, 33, 104, 0.8);
}

.popup-home__video.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
}

.popup-home__video video {
  max-width: 600px;
  width: 90vw;
}

.latest-top__container {
  position: relative;
  z-index: 2;
}

.latest-top__container .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width:800px) {
  .latest-top__container .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.latest-top__button {
  padding: 6px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 275px;
  min-height: 34px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.latest-top__button:hover {
  background-color: #fff2;
}

@media all and (max-width:800px) {
  .latest-top__button {
    display: none;
  }

}

.latest-top__button-mobile {
  display: none;
}

@media all and (max-width:800px) {
  .latest-top__button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

}

.wrappper5__block__icon .wrappper5__block__icon-text {
  min-width: 50px;
  white-space: nowrap;
}

.wrappper9__block_icon {
  margin-bottom: 0;
  min-width: 40px;
}

@media all and (max-width:450px) {
  .latest-top__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 5px;
    min-width: 230px;
    text-align: center;
    font-size: 13px;
  }

  .wrappper8__block {
    height: auto;
  }

}

@media all and (max-width:325px) {
  .latest-top__button {
    min-width: auto;
  }

}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
  .home-video__columns-wrapper > .wp-block-column {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }

  .home-video__columns-wrapper > .wp-block-column.active-big {
    -webkit-flex-basis: 73% !important;
    -ms-flex-preferred-size: 73% !important;
    flex-basis: 73% !important;
  }

  .home-video__columns-wrapper > .wp-block-column.active-small {
    -webkit-flex-basis: 27% !important;
    -ms-flex-preferred-size: 27% !important;
    flex-basis: 27% !important;
  }

}

@media all and (-ms-high-contrast:none) and (max-width:920px), all and (-ms-high-contrast:active) and (max-width:920px) {
  .wrappper3__block .wp-block-cover__inner-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
  .wrappper5__block {
    padding-top: 40px;
  }

}

@media all and (-ms-high-contrast:none) and (max-width:599px), all and (-ms-high-contrast:active) and (max-width:599px) {
  .wrappper5__block {
    padding-top: 30px;
  }

}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
  .wrappper5__block > .wp-block-cover__inner-container {
    width: 90% !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

@media all and (-ms-high-contrast:none) and (max-width:1100px), all and (-ms-high-contrast:active) and (max-width:1100px) {
  .wrappper5__block > .wp-block-cover__inner-container {
    width: 80% !important;
  }

}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
  .wrappper5__block > .wp-block-cover__inner-container > .wrappper5__block__text {
    width: 100%;
  }

}

@media all and (-ms-high-contrast:none) and (max-width:599px), all and (-ms-high-contrast:active) and (max-width:599px) {
  .wrappper5__block > .wp-block-cover__inner-container > .wrappper5__block__text {
    width: 70%;
  }

}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
  .wrappper5__block > .wp-block-cover__inner-container > .wrappper5__block__icon {
    margin-top: 30px;
  }

  .wrappper6__block > .wp-block-cover__inner-container {
    width: 100% !important;
  }

}

.page-node-type-directors .footer {
  padding-top: 0;
}

.container {
  width: 100%;
  max-width: 1262px;
}

.container-directors {
  width: 100%;
}

.wrapper-directors {
  background-color: #eef1f3;
  margin-top: 52px;
}

.directors h2 {
  color: #012168;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.directors p {
  color: #000000;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.directors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 52px;
  padding-top: 50px;
}

.directors .directors__info {
  padding-top: 24px;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 140px;
  margin-left: 80px;
  margin-right: 63px;
}

.directors .directors__info h2 {
  text-transform: none;
}

@media (min-width:1150px) and (max-width:1225px) {
  .directors .directors__info {
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media (max-width:1150px) {
  .directors .directors__info {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
  }

  .directors img {
    width: auto;
    height: 400px;
  }

}

@media (max-width:1030px) {
  .directors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .directors .directors__info {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .directors img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    height: auto !important;
  }

  .directors .directors {
    padding-bottom: 0px;
  }

}

@media (max-width:1000px) and (min-width:960px) {
  .directors {
    padding-top: 10px;
    paddiing-bottom: 10px;
  }

}

@media (max-width:950px) {
  .directors img {
    width: 100%;
  }

}

.wrapper-directors {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 0px;
}

.directors {
  padding-top: 0px;
}

.wrapper2-directors {
  background-color: #eef1f3;
  padding-top: 50px;
  margin-top: 0px !important;
}

@media (max-width:991px) {
  .container-directors {
    margin-top: -10px;
  }

}

@media (max-width:600px) {
  .directors__img {
    max-height: 350px;
  }

}

.first-class-treatment .first-class-treatment-text {
  padding-left: 105px;
}

.first-class-treatment {
  background-color: #eef1f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 52px;
  margin-bottom: 62px;
  padding: 33px 104px 29px 86px;
  padding-left: 180px;
}

.philosophy .footer-block-text {
  width: 100%;
  background-color: #eef1f3;
  padding-top: 33px;
  padding-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.philosophy .footer-block-text em {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0px;
}

.philosophy .legenda-map__column_pos {
  margin-left: 5px;
}

.philosophy .wp-block-column h2 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  max-width: 364px;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.philosophy p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

.philosophy h3 {
  font-family: "Open Sans", sans-serif;
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-top: -20px;
}

.philosophy .wp-block-media-text__media img {
  width: auto;
}

.info-block__text {
  margin-left: 0;
}

.philosophy .wp-block-media-text__content {
  padding-right: 136px;
  padding-left: 8px;
}

.philosophy .first-class-treatment h3 {
  color: #012168;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 38px;
  margin-bottom: 21px;
}

.first-class-treatment p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.info-block__text {
  margin-bottom: 0;
}

.legenda-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.legenda-map__column1, .legend-map__column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.legenda-map__column2 {
  width: 176px;
  margin-right: 20px;
  margin-top: 15px;
  margin-left: 26px;
}

.legenda-map__column2:first-child {
  margin-left: 140px;
}

@media all and (max-width:540px) {
  .legenda-map__column2 {
    margin-top: 0 !important;
  }

}

.legenda-map__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}

.legenda-map__row:last-child {
  margin-top: 16px;
}

@media all and (max-width:850px) {
  .legenda-map__row:last-child {
    margin-top: 23px;
  }

}

.legenda-map__row p {
  width: 281px;
  padding-left: 25px;
}

@media all and (max-width:540px) {
  .legenda-map__row p {
    width: auto;
  }

}

.legenda-map__column1 .legend-map__row p {
  font-weight: 600;
  margin-top: 0px;
  color: #009add;
}

.legenda-map__column2 p {
  color: #012168;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0px;
}

.legenda-map__row img:first-child {

  /* Style for "Fill 1" */
  margin-top: 15px;
}

.legenda-map__row img {
  margin-top: -10px;
}

.legenda-map__icon {
  margin-left: -5px;
}

.legenda-map__column2 p strong {
  margin-top: 10px;
  display: inline-block;
}

.legenda-map__row p {
  font-family: "Open Sans", sans-serif;
  color: #009add;
  font-size: 16px;
  font-weight: 400;
}

.legenda-map__row p:last-child {
  padding-left: 10px;
}

.legenda-map__column2 b {
  margin-top: 15px;
  display: inline-block;
}

.legenda-map__column1 {
  margin-right: 110px;
}

.legenda-map__row2 .wp-block-media-text__media img {
  margin-left: 20px;
  margin-top: -20px;
}

.legenda-map__row2 {
  margin-left: 16px;
  margin-top: 23px;
  margin-bottom: 9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legenda-map__row2 figure {
  -webkit-align-self: unset !important;
  -ms-flex-item-align: unset !important;
  align-self: unset !important;
}

.legenda-map__row2 > div {
  -webkit-align-self: unset !important;
  -ms-flex-item-align: unset !important;
  align-self: unset !important;
}

.legenda-map__row2 > div > p {
  margin-top: 0;
}

.legenda-map__row2:nth-child(1) > div p {
  margin-top: 5px;
}

@media all and (max-width:850px) {
  .legenda-map__row2:nth-child(1) > div p {
    margin-top: 0;
  }

}

@media all and (max-width:850px) {
  .legenda-map__row2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.legenda-map__row p {
  margin-top: 0px;
}

.wp-image-1786 {
  width: 42px !important;
}

.header-banner img {
  height: 366px;
}

.philosophy .wp-block-media-text__content {
  padding-left: 0px;
}

.first-class-treatment img {
  width: 217px !important;
  height: 217px !important;
}

.legenda-map__row img:first-child {
  width: 31px;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
}

.legenda-map__row img:last-child {
  width: 40px;
  height: 40px;
  padding-left: 0px;
}

.field--label-hidden {
  width: 100%;
}

.info-block1 .info-block__text {
  width: 100%;
}

.info-block1 figure {
  cursor: pointer;
}

.map .info-block__text {
  width: 100%;
}

.map .map-column p {
  font-size: 16px;
  font-weight: 300;
}

.philosophy .header-banner h1 {
  text-transform: capitalize;
}

.first-class-treatment .wp-block-media-text__media img {
  margin-left: -75px;
}

.first-class-treatment .wp-block-media-text__content {
  padding-right: 0px;
}

.info-block1 p {
  padding-right: 140px;
}

.legenda-map__row img:last-child {
  margin-left: 20px;
}

.legenda-map__row img:first-child {
  margin-left: 0px;
}

.map .info-block__text p {
  font-size: 16px;
}

@media all and (max-width:970px) {
  .map .wp-block-image img {
    width: 100%;
  }

}

@media (max-width:960px) {
  .philosophy h1 {
    margin-top: 30px;
  }

  .first-class-treatment {
    padding: 20px;
  }

  .info-block__text p {
    padding-right: 0px;
  }

  .first-class-treatment-text {
    padding-left: 30px;
  }

  .map .wp-block-media-text__content {
    padding-right: 40px;
  }

  .wp-block-group.legenda-map__column1 {
    max-height: 60px;
  }

  .philosophy .info-block1 .wp-block-column img {
    margin-top: 20px !important;
  }

}

@media (max-width:750px) {
  .philosophy .wp-block-media-text__media img:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .legenda-map__column_pos {
    margin-left: 120px;
  }

  .philosophy .footer-block-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-block1 p {
    padding-right: 0;
  }

  .info-block1 figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .map .info-block__text p {
    padding-right: 0;
  }

  .philosophy .wp-block-media-text__content:first-child {
    padding: 20px;
    max-width: 100%;
  }

  .map .info-block__text {
    margin-left: 0;
  }

  .philosophy h3 {
    max-width: 100%;
    margin-top: 60px;
  }

  .info-block__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .info-block__text h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    max-width: 100%;
  }

  .first-class-treatment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .first-class-treatment-text {
    padding-left: 0 !important;
  }

  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map img {
    margin-bottom: 60px;
  }

  .legenda-map {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-block__text {
    padding: 20px;
  }

  .philosophy .wp-block-media-text__content {
    padding-right: 0px !important;
  }

  .legenda-map__row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .legenda-map__row.legenda-map__row2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

}

@media (max-width:700px) {
  .legenda-map__column1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .legenda-map__column2 {
    padding-left: 30px;
  }

  .philosophy .info-block1 .wp-block-column img {
    width: 100%;
  }

  .philosophy .info-block1 .wp-block-column video {
    width: 100%;
  }

}

@media (max-width:670px) {
  .philosophy .info-block1 .wp-block-column img {
    width: 100%;
  }

  .philosophy .info-block1 .wp-block-column video {
    width: 100%;
  }

  .philosophy .info-block1 .wp-block-column video .legenda-map__column1 .legenda-map__row3 {
    margin-top: 20px;
  }

  .philosophy .info-block1 .wp-block-column video .legenda-map__column1 .legend-map__row2 {
    margin-top: 45px !important;
  }

  .philosophy .info-block1 .wp-block-column video .wp-block-group.legenda-map__column1 {
    padding-top: 0px;
  }

}

@media (max-width:550px) {
  .legenda-map__row p {
    margin-left: 25px;
  }

}

@media (max-width:1200px) {
  .info-block1 p {
    padding-right: 0px;
  }

}

.legenda-map__column2 {
  margin-left: 100px;
}

@media (max-width:1020px) {
  .legenda-map {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .philosophy .legenda-map__column_pos {
    margin-left: 30px;
  }

  .legenda-map__column1 {
    margin-left: 0px;
  }

  .legenda-map__row {
    margin-left: 0px;
    padding-left: 0px;
  }

  .legenda-map__row2 {
    padding-left: 0px !important;
  }

  .legenda-map__column1 {
    margin-right: 0px;
    -webkit-flex-basis: 90% !important;
    -ms-flex-preferred-size: 90% !important;
    flex-basis: 90% !important;
  }

  .legenda-map__column2 {
    -webkit-flex-basis: 42% !important;
    -ms-flex-preferred-size: 42% !important;
    flex-basis: 42% !important;
  }

}

@media (max-width:766px) {
  .legenda-map__column2 {
    margin-left: 30px;
  }

  .legenda-map__column1 {
    margin-right: 0px;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .legenda-map__column_pos {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .legenda-map__column2 {
    margin-left: 0px;
    padding-left: 0px;
  }

}

.row.philosophy {
  margin-top: 44px;
}

@media (max-width:1020px) {
  .legenda-map__column2 {
    -webkit-flex-basis: 42% !important;
    -ms-flex-preferred-size: 42% !important;
    flex-basis: 42% !important;
    margin-left: 0px !important;
  }

}

@media (max-width:930px) {
  .info-block1 video, .info-block1 .wp-block-media-text__media img {
    margin-left: 0px;
  }

  .philosophy .wp-block-media-text__content {
    padding-right: 50px;
  }

  .info-block__text {
    padding-left: 0px;
    padding-right: 0px;
  }

}

.info-block1 .wp-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0;
  width: 590px;
  max-height: 331px;
}

@media all and (max-width:1100px) {
  .info-block1 .wp-block-image {
    width: 90%;
  }

}

@media all and (max-width:970px) {
  .info-block1 .wp-block-image {
    width: 590px;
    margin: 0 auto;
  }

}

@media all and (max-width:800px) {
  .info-block1 .wp-block-image {
    width: 85%;
  }

}

@media screen and (max-width:539px) {
  .info-block1 .wp-block-image {
    width: 90%;
  }

}

.info-block1 .wp-block-image > img {
  width: 100%;
}

.info-block1 .wp-block-image.info-block1-img {
  display: none;
}

.info-block1 .wp-block-video {
  display: none;
  width: 590px;
  max-height: 331px;
}

@media all and (max-width:1100px) {
  .info-block1 .wp-block-video {
    width: 90%;
  }

}

@media all and (max-width:970px) {
  .info-block1 .wp-block-video {
    width: 590px;
    margin: 0 auto;
  }

}

@media all and (max-width:800px) {
  .info-block1 .wp-block-video {
    width: 85%;
  }

}

@media screen and (max-width:539px) {
  .info-block1 .wp-block-video {
    width: 90%;
  }

}

.info-block1 .wp-block-video > video {
  width: 100%;
}

.info-block1 .wp-block-video.info-block1-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info-block1 .wp-block-column {
  margin-left: unset;
}

@media (max-width:1200px) and (min-width:970px) {
  .info-block1 .wp-block-column:first-child {
    padding-right: 30px;
  }

}

@media (max-width:970px) {
  .info-block1 .wp-block-column h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }

  .wp-block-column {
    margin-left: unset;
  }

  .philosophy .map img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .wp-block-column .wp-block-image.size-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wp-block-column .wp-block-image.size-large img {
    margin: 20px auto 0 auto !important;
  }

  .info-block1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .info-block1 video, .info-block1 img {
    margin: 0 auto;
    margin-top: 30px;
  }

  .info-block1 .wp-block-column video, .info-block1 .wp-block-column img {
    margin-top: 20px;
  }

  .info-block1 .wp-block-video {
    margin: 0 auto;
  }

  .info-block1 .wp-block-column:first-child {
    padding-right: 0px;
  }

  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map .wp-block-group__inner-container {
    margin-top: 60px;
  }

  .map h3 {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }

  .map .map .info-block__text p {
    padding-right: 0px;
  }

  .legenda-map__row {
    margin-left: 0px;
  }

  .legenda-map__column_pos {
    margin-top: 30px;
  }

  .map .legend-map__row .has-large-font-size {
    padding-left: 0px;
    margin-left: 15px;
    margin-top: 40px;
  }

  .map .info-block__text p {
    padding-right: 0px;
  }

  .map .wp-block-media-text__content {
    padding-right: 0px;
  }

}

@media (max-width:680px) {
  .wp-block-column img {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

}

@media (max-width:781px) {
  .legenda-map__row p {
    margin-left: 0px;
  }

  .legenda-map__column2 {
    margin-left: 0px;
  }

}

@media (max-width:781px) {
  .legenda-map__column2 {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

}

.philosophy .map {
  grid-template-columns: auto;
  margin-top: -15px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 0px;
}

.philosophy .map .map-column {
  padding-top: 55px;
}

@media (max-width:1200px) {
  .philosophy .map {
    grid-template-columns: 50% 50%;
  }

}

@media (max-width:1020px) {
  .philosophy .map {
    padding-left: 0px;
  }

}

@media (max-width:970px) {
  .map .wp-block-column img {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .map .wp-block-column {
    margin-left: 0 !important;
  }

  .map {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .philosophy .map .map-column {
    padding-top: 0;
  }

  .philosophy .legenda-map__row1 {
    margin-top: 0px;
  }

  .philosophy .map .wp-block-column figure {
    margin-bottom: 0px;
  }

}

@media (max-width:1170px) {
  .philosophy .map .map-column {
    padding-top: 50px;
  }

}

.philosophy .legend-map__row {
  width: 40px;
  height: 40px;
}

.philosophy .legenda-map__row1 img {
  width: 31px;
  height: 45px;
  margin-top: 6px;
}

@media (max-width:970px) {
  .philosophy .map .map-column {
    padding-top: 0px;
  }

}

.general .need-help {
  margin-top: 40px;
}

.footer-block-text {
  width: 100%;
  background-color: #eef1f3;
  padding-top: 33px;
  padding-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 0px;
}

.philosophy .footer-block-text {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-block-text p {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0px;
  text-align: center;
}

.relevant-notices-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width:970px) {
  .relevant-notices-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.relevant-notices-text {
  margin-right: 40px;
}

@media (max-width:970px) {
  .relevant-notices-text {
    margin-right: 0px;
  }

}

@media all and (max-width:540px) {
  .philosophy .map .map-img {
    overflow: scroll;
  }

}

@media all and (max-width:540px) {
  .philosophy .map .map-img figure {
    width: 160%;
    max-width: unset;
  }

}

@media (max-width:970px) {
  .relevant-notices {
    margin-top: 10px;
    width: 100%;
  }

}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .header-banner img {
    height: auto;
  }

  .map figure {
    min-height: 320px;
  }

  .notify-wrapper {
    height: auto;
  }

  .philosophy .wp-block-media-text__content {
    padding-right: 0px;
    margin-top: -40px;
  }

  .wp-block-column {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }

  .first-class-treatment .wp-block-media-text__content {
    width: 100% !important;
  }

  .legenda-map__row .has-large-font-size {
    margin-top: 30px;
  }

  .legenda-map__row2 img {
    margin-top: 40px;
  }

  .legenda-map__row3 {
    margin-top: 0px !important;
  }

  .legenda-map__row1 img {
    margin-top: 40px;
  }

}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .legenda-map__column1 .legenda-map__row2 {
    margin-top: 40px;
  }

  .map figure {
    margin-bottom: -150px;
  }

  .map .wp-block-column {
    min-height: 150px;
  }

  .legenda-map__row1 .wp-block-media-text__content {
    margin-top: 0px;
  }

  .legenda-map {
    margin-top: 150px;
  }

  .map img {
    max-height: 300px;
    padding-left: 0px;
  }

  .legenda-map__row1 {
    max-height: 300px;
  }

  .legend-map__row2 {
    height: 150px;
    margin-top: 10px;
  }

  .legenda-map__column1 {
    margin-right: 0px;
  }

  .legenda-map__row1 {
    margin-top: 0px !important;
  }

  .legenda-map__row2 {
    margin-top: 80px;
  }

  .legenda-map__column1 {
    height: 200px !important;
    margin-bottom: 20px;
  }

  .philosophy .map .map-img {
    min-height: 300px;
  }

  /*media all*/
  .philosophy .legenda-map__row1 img {
    margin-top: 40px;
  }

  .legenda-map__column2 .legenda-map__column {
    margin-top: 15px;
  }

  .legenda-map__column1 {
    padding-top: 0px !important;
  }

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

  .wrapper-megamenu {
    margin-bottom: 0 !important;
  }

  .wrapper-megamenu .menu-link {
    margin-bottom: 0;
  }

  .directors img {
    height: unset !important;
  }

  .legenda-map__row2.legenda-map__row3 {
    margin-top: 40px !important;
  }

  .legenda-map__row2.legenda-map__row3 .has-large-font-size {
    margin-top: 40px;
  }

  .legenda-map__row2 .has-large-font-size {
    margin-top: 40px;
  }

  .legenda-map__row.legenda-map__row2 {
    height: 50px;
  }

  .legenda-map__row3 {
    margin-top: 40px;
  }

  .wp-block-group.legenda-map__column1 {
    margin-bottom: 20px;
  }

}

@media (min-width:780px) {
  .wp-block-column.legenda-map__column1 {
    max-width: 450px;
  }

}

@media (min-width:970px) {
  .wp-block-column .legenda-map__column1 {
    margin-top: -10px;
  }

}

@media (max-width:970px) {
  .legenda-map__column1 {
    padding-top: 20px;
  }

}

@media (max-width:700px) {
  .legenda-map__column1 {
    padding-top: 20px;
  }

  .legenda-map__row1 .wp-block-media-text__media img {
    margin-top: 40px !important;
  }

  .legenda-map__row2 .wp-block-media-text__media img {
    margin-top: 0px !important;
  }

  .legenda-map {
    margin-top: 0px;
  }

  .legenda-map__column1 {
    margin-top: 45px;
  }

  .legenda-map__column1 .legenda-map__row2.legenda-map__row3 {
    margin-top: 20px;
  }

  .legenda-map__column2 {
    margin-top: 10px;
  }

}

.philosophy .legenda-map__row2 img {
  width: 31px;
  height: 45px;
}

.wp-block-columns.map {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-column.map-column {
  -webkit-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  margin-left: 408px;
  max-width: 800px;
  margin-bottom: 23px;
  padding-top: 30px;
}

@media all and (max-width:1020px) {
  .wp-block-column.map-column {
    margin-left: 427px;
  }

}

@media all and (max-width:991px) {
  .wp-block-column.map-column {
    margin-left: 502px;
  }

}

.map .wp-block-image img {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:1000px) {
  .philosophy .footer-block-text {
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media (max-width:700px) {
  .philosophy .footer-block-text {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.wp-block-group.legenda-map__column1 {
  height: auto;
}

.philosophy .info-block1 p {
  max-width: 385px;
  padding-right: 0px;
}

@media (min-width:600px) {
  .wp-block-column {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }

}

.wp-block-columns.info-block1 {
  margin-top: -30px;
}

.wp-block-columns.info-block1 .wp-block-column:nth-child(1) {
  margin-top: 20px;
  padding-left: 9px;
}

@media all and (max-width:960px) {
  .wp-block-columns.info-block1 .wp-block-column:nth-child(1) {
    padding-left: 0;
  }

}

.wp-block-columns.info-block1 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 40px;
  padding-left: 11px;
}

@media all and (max-width:960px) {
  .wp-block-columns.info-block1 .wp-block-column:nth-child(2) {
    padding-left: 0;
  }

}

@media (max-width:970px) {
  .wp-block-columns.info-block1 .wp-block-column {
    margin-top: 0px;
  }

  .philosophy .info-block1 p {
    max-width: none;
  }

}

.wp-block-columns.info-block1 {
  margin-top: -20px;
}

.legenda-map {
  padding-left: 25px;
  margin-bottom: 20px;
}

.legenda-map__row p {
  padding-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  min-width: 310px;
}

@media all and (max-width:540px) {
  .legenda-map__row p {
    min-width: unset;
  }

}

.philosophy .map .map-column {
  padding-top: 35px;
}

.wp-block-columns.info-block1 {
  margin-bottom: 80px;
}

.info-block__img img {
  margin-top: 5px;
}

.wp-block-group.legenda-map__column1 {
  max-height: 80px;
}

@media (max-width:450px) {
  .legenda-map .legenda-map__row p {
    padding-left: 15px;
  }

}

.legenda-map {
  margin-top: 15px;
}

@media (max-width:1229px) {
  .legenda-map__column1 {
    min-width: 250px;
  }

}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  border-top: 0;
}

.footer p {
  padding-right: 25px;
  line-height: 24px;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer li a {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: 14px;
  border-left: 1px solid #999;
  padding: 0 15px;
}

.footer li a:hover {
  color: #009add;
}

@media (max-width:970px) {
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
  }

  .footer p {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

@media (max-width:600px) {
  .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .footer ul li a {
    border: 0;
    padding-left: 0;
  }

  .footer p {
    text-align: left;
  }

  .footer {
    padding-left: 20px;
  }

}

footer .container {
  width: auto;
  max-width: none;
  margin: 0px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 0;
  max-width: 1262px;
  z-index: 999;
}

@media all and (max-width:1260px) {
  .sticky {
    width: 100%;
  }

}

.sticky .menu-wrapper {
  margin-top: 0 !important;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}

@media all and (max-width:540px) {
  .sticky .menu-wrapper {
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.sticky .megamenu {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}

.menu-wrapper {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 72px;
  background-color: #a4aaaf;
  -webkit-transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
  -o-transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
  transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
}

@media all and (max-width:1150px) {
  .menu-wrapper .menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

}

@media all and (max-width:768px) {
  .menu-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

}

@media all and (max-width:540px) {
  .menu-wrapper {
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.col-with-header.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  max-width: 1262px;
  z-index: 999;
}

@media all and (max-width:1260px) {
  .row.sticky .col-with-header {
    width: 100vw;
    overflow: hidden;
  }

  .col-with-header.fixed {
    width: 100%;
  }

}

.col-with-header.fixed .menu-wrapper {
  margin-top: 0 !important;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}

@media all and (max-width:540px) {
  .col-with-header.fixed .menu-wrapper {
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.col-with-header.fixed .megamenu {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}

.megamenu {
  display: none;
  -webkit-transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
  -o-transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
  transition: padding-left .5s, padding-right .5s, margin-left .5s, margin-right .5s;
}

.navbar-brand {
  display: none !important;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 12px;
}

@media all and (max-width:991px) {
  .top-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

}

@media all and (max-width:540px) {
  .top-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

.top-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 36px;
  list-style-type: none;
}

@media all and (max-width:991px) {
  .top-menu ul {
    margin-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

@media all and (max-width:991px) {
  .top-menu ul {
    display: none;
  }

}

.top-menu ul li {
  padding-left: 27px;
}

@media all and (max-width:991px) {
  .top-menu ul li {
    padding-left: 20px;
  }

}

.top-menu li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}

.top-menu input {
  width: 260px;
  height: 24px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  padding-left: 9px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 0;
  outline: none;
}

@media all and (max-width:991px) {
  .top-menu input {
    width: 200px;
  }

}

@media all and (max-width:540px) {
  .top-menu input {
    width: 100%;
  }

}

.top-menu button {
  width: 24px;
  margin-left: -20px;
  height: 24px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  background: #009add url(../images/plane.png) no-repeat center;
  margin-right: 10px;
}

.wrapper-megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width:540px) {
  .wrapper-megamenu {
    margin-bottom: 20px;
  }

}

.pay-online {
  padding-left: 13px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 148px;
  height: 30px;
  font-size: 14px !important;
  text-decoration: none;/*  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-image: url("../images/pay-online.png");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 46px 46px;
  background-size: 46px;*/
}

.pay-online:hover {
  color: #012168;
  text-decoration: none;
  border-color: #012168;
}

.sitemap-menu .pay-online {
  padding-left: 0;
}

.menu-link {
  margin-left: -40px;
  margin-top: 19px;
  margin-bottom: 21px;
  cursor: pointer;
}

.menu-link p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 50px;
}

.hamburger {
  padding-top: 28px;
  padding-left: 34px;
  cursor: pointer;
}

.hamburger__line1 {
  background-color: #009add;
  height: 4px;
  width: 27px;
  margin-bottom: 3px;
}

.hamburger__line2 {
  background-color: #009add;
  height: 4px;
  width: 27px;
  margin-bottom: 3px;
}

.hamburger__line3 {
  background-color: #009add;
  height: 4px;
  width: 27px;
}

::-webkit-input-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

::-ms-input-placeholder {
  color: white;
}

::placeholder {
  color: white;
}

.hamburger-hover {
  display: block;
}

.hamburger-hover .hamburger__line1 {
  -webkit-transform: rotate(-45deg) translateY(10px) translateX(0px);
  -ms-transform: rotate(-45deg) translateY(10px) translateX(0px);
  transform: rotate(-45deg) translateY(10px) translateX(0px);
}

.hamburger-hover .hamburger__line2 {
  opacity: 0;
}

.hamburger-hover .hamburger__line3 {
  -webkit-transform: rotate(45deg) translateY(-10px) translateX(0px);
  -ms-transform: rotate(45deg) translateY(-10px) translateX(0px);
  transform: rotate(45deg) translateY(-10px) translateX(0px);
}

.hamburger-hover .menu-link p {
  margin-left: 60px;
}

.megamenu-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar {
  display: block;
}

.col {
  display: inline-block;
  position: relative;
}

.bar {
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.megamenu {
  display: none;
  background-color: #009add;
  padding-bottom: 23px;
  padding-left: 12px;
  position: absolute;
  z-index: 1000;
  left: 15px;
  right: 15px;
}

.megamenu a {
  font-size: 16px;
  line-height: 17px;
  color: white;
  padding-left: 0;
  font-weight: 300;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.megamenu a:hover::after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.megamenu p.menu_header {
  font-weight: 700;
  border-top: 2px solid;
  margin-top: 20px;
  width: 160px;
  color: white;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
}

.megamenu ul {
  list-style-type: none;
}

.megamenu .menu-active {
  background: none;
}

.megamenu .menu-active > .active a {
  color: #012168;
}

.megamenu-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red-back {
  background-color: #333d47;
  height: 250px;
  max-width: 200px;
  padding-left: 22px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 20px;
}

.red-back p.menu_header {
  margin-top: 0;
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.red-back .active a {
  color: #009add !important;
}

@media (max-width:1105px) {
  .red-back {
    height: auto;
    margin-bottom: 40px;
  }

}

@media (max-width:529px) {
  .wrapper-megamenu {
    max-height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .region-header .logo {
    width: 90%;
  }

}

@media (min-width:977px) and (max-width:1262px) {
  .megamenu {
    padding-left: 8px;
  }

  .megamenu .red-back {
    max-height: none;
  }

}

@media (max-width:1199px) {
  .megamenu-wrapp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .megamenu-wrapp ul {
    width: 50%;
  }

  .megamenu-wrapp .menu-header {
    width: 200px;
  }

  .megamenu {
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .megamenu .red-back {
    max-height: none;
  }

  .megamenu .top-menu {
    margin-left: 5px;
  }

  .megamenu .menu-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

}

@media (max-width:991px) {
  .top-menu {
    width: 100%;
  }

  .megamenu .red-back .menu-active {
    margin-top: 0;
  }

  .megamenu .menu-header-active {
    margin-left: 0;
  }

  .megamenu .menu-active {
    padding-left: 0;
  }

  .megamenu .menu-active {
    display: none;
    margin-left: 0;
    margin-top: 10px;
  }

  .sidebar .menu-active ul {
    margin-left: 0rem;
  }

  .megamenu-wrapp .menu_header:after {
    content: '';
    float: right;
    width: 6px;
    height: 6px;
    background: url(../images/add-24px.svg) no-repeat center;
    margin-left: 5px;
  }

  .megamenu-wrapp .menu-header-active:after {
    background: none;
  }

  .megamenu-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .megamenu {
    padding-left: 0;
    right: 0;
    left: 0;
    position: relative;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .megamenu .menu_header {
    width: 300px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .megamenu-wrapp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    width: 100%;
  }

  .megamenu-wrapp ul {
    padding-left: 30px;
    padding-right: 30px !important;
    margin-left: 0;
  }

  .megamenu-wrapp ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .megamenu-wrapp .red-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-left: 3px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    margin: 0 30px 15px 15px;
  }

  .megamenu-wrapp ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .megamenu p.menu_header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .red-back {
    margin-top: 0;
  }

}

.menu-sidebar .levels.levels-expanded .menu_level1:after {
  content: '+';
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  color: #fff;
  position: absolute;
}

.menu-sidebar .levels.levels-expanded .menu_level1.link-active:after {
  display: none;
}

.megamenu .menu_level1:after {
  content: "\203A";
  left: 4px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  opacity: 1;
  margin-left: 2px;
  position: relative;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}

.megamenu .menu_level1:hover:after {
  left: 3px;
  color: #012168;
}

.megamenu .menu_header, .sidebar .link-active:after {
  content: " ";
  background: none;
}

.submenu-after-resize {
  display: block !important;
}

.sidebar-menu a:hover {
  text-decoration: none;
}

.sidebar-menu a:focus {
  text-decoration: none;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-link {
  margin-right: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 189px;
  height: 34px;
  border: 1px solid #009add;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.custom-link.customer-portal {
  display: none;
}

.custom-link.occurrence-report {
  border: 1px solid #012168;
  width: auto;
  min-width: 255px;
}

.custom-link.occurrence-report .custom-link-button {
  background: #012168 url(../images/Report.svg) no-repeat center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  background-position-y: 1px;
  background-position-x: 9px;
}

.custom-link a {
  width: 197px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #012168;
  font-size: 16px;
}

.custom-link a.occurrence-report_link {
  width: 100%;
  padding: 10px;
}

.custom-link-button {
  background: #009add url(../images/person.png) no-repeat center;
  width: 43px;
  height: 33px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: -1px;
}

@media (max-width:550px) {
  .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading .custom-link {
    margin-top: 25px;
  }

}

.top-menu .active a {
  color: #012168;
  font-weight: 600;
}

.top-menu .active .pay-online {
  border: 2px solid #012168;
}

.top-menu form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width:540px) {
  .top-menu form {
    width: -webkit-calc(100% - 19px);
    width: calc(100% - 19px);
  }

}

.sidebar .menu-active ul {
  margin-left: 0;
}

@media (max-width:960px) {
  .menu-sidebar {
    width: 100%;
    margin-top: 30px;
  }

  .general .sidebar {
    width: 100%;
  }

}

@media (max-width:960px) {
  .sidebar-menu li a {
    display: inherit;
    text-align: left;
  }

  .mid-with-head-banner {
    margin-top: 20px;
  }

}

.logo.navbar-btn {
  margin-top: 0;
}

.logo.navbar-btn img {
  max-width: 285px;
}

/*Popup and notify text styles START*/
.notify-wrapper {
  position: relative;
  padding: 1% 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 31px;
  height: auto;
  background-color: #bbbcbf;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/*.notify-item.active {
opacity: 1;

transition: opacity .5s linear 1s;
}*/
.notify-item p {
  padding: 0 5px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.popup-text p:first-child strong {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

/*.notify-item:last-child:not(:first-child) {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

display: none;
}*/
.notify-item:last-child:not(:first-child) {
  display: none;
}

.popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1000;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 10, 17, 0.7);
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.popup-overlay.active {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  background: rgba(1, 33, 104, 0.8);
}

.popup-close {
  position: absolute;
  right: 10px;
  top: -106px;
  width: 59px;
  height: 54px;
  background: url("../images/popup-close.svg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.popup-overlay.active .popup {
  margin-bottom: 0;
}

.popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  min-width: 300px;
  padding: 5% 3.136%;
  padding-right: 5%;
  margin-bottom: -15%;
  font-size: 38px;
  line-height: 51px;
  background-color: #fff;
  -webkit-box-shadow: 14px 22px 68px 8px rgba(20, 20, 20, 0.31);
  box-shadow: 14px 22px 68px 8px rgba(20, 20, 20, 0.31);
  -webkit-transition: margin-bottom .5s ease;
  -o-transition: margin-bottom .5s ease;
  transition: margin-bottom .5s ease;
}

.popup p {
  font-size: 38px;
  line-height: 51px;
  color: #000;
}

.popup-text p:first-child {
  margin-bottom: 25px;
}

@media all and (max-width:2560px) {
  .popup p {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-close {
    top: 15px;
    width: 30px;
    height: 30px;
  }

}

@media all and (max-width:1440px) {
  .popup {
    width: 52%;
  }

  .popup p {
    font-size: 16px;
    line-height: 24px;
  }

}

@media all and (max-width:600px) {
  .popup {
    width: 76%;
  }

  .popup p {
    font-size: 14px;
    line-height: 20px;
  }

}

.popup-image img {
  max-width: 592px;
  min-width: 200px;
  width: 22.688%;
  height: auto;
  margin-right: 30px;
}

.popup-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notify-item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.notify-wrapper {
  min-height: 30px;
  background-color: #012168;
}

@media all and (max-width:768px) {
  .notify-item p {
    font-size: 12px;
  }

}

@media all and (max-width:1000px) {
  .popup-image {
    margin-bottom: 30px;
  }

  .popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-text {
    margin-left: 0 !important;
  }

}

.popup-text p:first-child {
  margin-bottom: 10px;
}

@media all and (max-width:550px) {
  .notify-wrapper p {
    overflow: hidden;
  }

  /* DEMO-SPECIFIC STYLES */
  .notify-wrapper p div {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    width: 0;
    -webkit-animation: type3 3.5s steps(20, end), blink 0.75s step-end infinite;
    animation: type3 3.5s steps(20, end), blink 0.75s step-end infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes type3 {
    0% {
      width: 0;
    }

    1% {
      opacity: 1;
    }

    100% {
      opacity: 1;
      width: 100%;
    }

  }

  @keyframes type3 {
    0% {
      width: 0;
    }

    1% {
      opacity: 1;
    }

    100% {
      opacity: 1;
      width: 100%;
    }

  }

  @-webkit-keyframes blink {
    50% {
      border-color: transparent;
    }

  }

  @keyframes blink {
    50% {
      border-color: transparent;
    }

  }

}

@media all and (max-width:991px) {
  #searchForm {
    padding-left: 19px;
  }

}

@media all and (max-width:360px) {
  #searchForm {
    padding-right: 19px;
  }

}

.popup-text {
  margin-left: 10px;
}

@media (max-width:680px) {
  .megamenu {
    padding-left: 2px;
  }

}

.top-menu ul {
  margin-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:826px) {
  .top-menu ul {
    margin-left: 0;
  }

  .top-menu ul li a {
    padding-left: 8px;
  }

  .top-menu ul {
    padding-left: 11px;
  }

}

.top-menu .menu_header:hover, .megamenu .menu_level1:hover, .megamenu .menu-active.active a {
  color: #012168;
  text-decoration: none;
}

.megamenu .red-back .menu_level1:hover {
  color: #009add;
  text-decoration: none;
}

.megamenu .menu_level1:hover {
  color: #012168;
  text-decoration: none;
}

.megamenu .menu_level1:hover .megamenu .menu_level1::after {
  color: #012168;
}

.red-back .active .menu_level1 {
  color: #009add;
  text-decoration: none;
}

.red-back .active .menu_level1::after {
  color: #009add;
  text-decoration: none;
}

.megamenu .red-back .menu_level1:hover:after {
  left: 3px;
  color: #009add;
}

.megamenu .menu-active .active .menu_level1::after {
  color: #012168;
}

.megamenu .red-back .menu-active .active .menu_level1::after {
  color: #009add;
}

.form-no-label.form-group {
  display: none;
}

@media all and (max-width:400px) {
  .megamenu-wrapp .red-back {
    padding-right: 0 !important;
  }

}

.logo.navbar-btn {
  margin-left: 8px;
}

.logo.navbar-btn.pull-left img {
  padding-right: 20px;
}

@media all and (max-width:491px) {
  .heading {
    margin-bottom: 0 !important;
  }

}

.menu_level1-act::after {
  background: none !important;
}

.custom-link a:hover {
  text-decoration: none;
}

.megamenu ul {
  margin-left: 0;
}

.megamenu-wrapp ul {
  padding-left: 15px;
}

.megamenu-wrapp ul li ul {
  padding-left: 0;
}

.info-block__img {
  max-height: 400px;
  height: 100%;
}

.description2 span {
  width: 120px;
}

.link-mobile-only .wrapper-megamenu {
  display: none;
}

.link-mobile-only #searchForm {
  display: none;
}

.link-mobile-only .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-mobile-only .top-menu ul {
  padding: 0;
  padding-right: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-mobile-only .top-menu ul li {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  border-top: 2px solid #fff;
}

.link-mobile-only .top-menu ul li a {
  padding: 0;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.link-mobile-only .top-menu ul li a:after {
  display: none;
}

@media screen and (min-width:991px) {
  .link-mobile-only {
    display: none;
  }

}

.team .team-item {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  line-height: 18px;
  font-weight: 300;
  font-size: 14px;
  margin: 40px 13px 0 0;
}

.team .team-item .member-name {
  color: #012168;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.team .team-item .description {
  width: 176px;
  padding: 16px 10px 16px 16px;
  background-color: #ffffff;
  height: 156px;
}

.team .team-item .description p {
  margin: 0px;
  line-height: 15px;
}

.team .team-item .description a {
  font-size: 14px !important;
  font-weight: 400;
}

.team .team-item .member-position {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}

.team .team-item .member-email {
  color: #009add;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

.team .team-item .member-phone {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.team .container-team {
  padding: 0px 112px 40px 30px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
}

.team .container-team h2 {
  margin-top: 74px !important;
  padding-left: 75px;
}

.team .container-team .mid {
  margin-left: 5px;
  margin-top: 10px;
  display: block;
}

.team.board-of-directors .container-team {
  text-align: center;
  padding: 65px 0 0 32px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 865px;
}

@media all and (max-width:991px) {
  .team.board-of-directors .container-team {
    padding-left: 0;
    max-width: 65%;
  }

}

@media all and (max-width:991px) {
  .team.board-of-directors .container-team .container-team__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media all and (max-width:700px) {
  .team.board-of-directors .container-team .container-team__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.team.board-of-directors .team-item {
  margin: 0 28px 55px 0;
  width: 176px;
}

@media all and (max-width:991px) {
  .team.board-of-directors .team-item {
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }

}

.team.board-of-directors .team-item .description {
  padding: 19px 0 15px 11px;
  width: 176px;
  height: 85px;
  background-color: #ffffff;
}

.team.board-of-directors .team-item .description .member-name {
  margin-bottom: 9px;
}

.team.board-of-directors .team-item img {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.team-item img {
  width: 176px;
  max-height: 160px;
}

.container-staff .mid {
  margin-left: 0;
  margin-top: 60px;
}

.container-staff .mid h3 {
  border-top: 1px solid #a4aaaf;
  width: 90%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 30px;
}

.container-staff .mid h2:first-child {
  border-top-width: 0px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 25px;
}

.container-staff .sidebar h2 {
  padding-top: 35px;
  padding-left: 70px;
}

.department-table {
  font-size: 14px;
  line-height: 16px;
  width: 90%;
}

.container-staff {
  padding-top: 30px;
}

.department__name {
  color: #012168;
  font-weight: 500;
  width: 25%;
}

.department__pos {
  color: #000000;
}

.department-table a {
  color: #000000;
}

.department-table a.mailto {
  color: #009add;
}

.department-b {
  height: 30px;
}

.page-node-type-team .footer {
  margin-top: 84px;
}

.department__pos {
  width: 30%;
}

@media (max-width:1201px) {
  .team .container-team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team .container-team h2 {
    text-align: center;
    padding-left: 0 !important;
    margin-top: 40px !important;
    margin-bottom: 0;
  }

  .team .container-team .mid {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

}

@media all and (max-width:1201px) and (max-width:991px) {
  .team .container-team .mid {
    text-align: center;
  }

}

@media (max-width:1201px) {
  .container-staff .sidebar h2 {
    text-align: center;
  }

  .team-wrapper .container-staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-wrapper .container-staff .mid {
    width: 100%;
    margin: 35px 10px 10px;
  }

  .team-wrapper .container-staff .department-table {
    width: 100%;
  }

  .team-wrapper .container-staff h2 {
    margin-bottom: 30px !important;
    margin-top: 10px;
    padding-top: 20px !important;
    padding-left: 0;
  }

}

@media (max-width:1200px) {
  .team .team-item {
    width: 28%;
  }

  .team .container-team .mid {
    padding-right: 0px;
  }

}

@media (max-width:991px) {
  .team-item {
    margin: 20px;
    width: auto !important;
    padding-right: 0px;
  }

  .container-team .mid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-staff .mid {
    margin: 0px !important;
  }

  .container-staf .sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width:459px) {
  .container-staff .mid {
    padding-left: 0px !important;
  }

}

@media (max-width:950px) {
  .container-staff .mid h3 {
    width: 100%;
    text-align: center;
  }

}

.team1 {
  background-color: #eef1f3;
  padding-bottom: 40px;
}

.container-team .mid {
  margin-top: 5px;
}

.team-wrapper .header-banner h2 {
  text-transform: none;
}

.careers .opacity-for-banner {
  background-color: rgba(1, 33, 104, 0.8);
}

.careers .sidebar p {
  color: #000000;
  line-height: 24px;
  font-size: 18px;
  margin-top: 0px;
}

.careers .current-openings2 {
  margin-left: 60px;
}

.careers .sidebar {
  padding-left: 15px;
}

.careers .sidebar .blue-text {
  color: #012168;
  font-weight: 600;
  border-top: 1px solid grey;
  padding-top: 12px;
  font-size: 16px;
  padding-right: 10px;
  margin-top: 25px;
}

.careers .sidebar {
  padding-top: 25px;
}

.careers .mid {
  padding-left: 95px;
  margin-left: 20px;
}

.careers .current-openings {
  margin-left: 60px;
  margin-bottom: 25px;
}

.act a {
  color: #012168 !important;
}

.jobs__title {
  color: #012168;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  min-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-bottom: 16px;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job {
  background-color: #eef1f3;
  margin-top: 8px;
  margin-left: 60px;
}

.job .jobs__item h3 {
  font-size: 18px;
  text-transform: capitalize;
  padding-top: 5px;
  margin-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.job .jobs__item h3:last-child {
  padding-bottom: 10px;
}

.job .jobs__item h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.job .jobs__item ul {
  margin-top: 0;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.job .jobs__item p {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.vacancies_email .mailto {
  text-decoration: underline;
}

.jobs__item {
  display: none;
}

.jobs__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobs__title:after {
  content: '';
  background: url(../images/plus.svg) no-repeat center;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.jobs__title.show-active:after {
  background: url(../images/maximize-24px.svg) no-repeat center;
  width: 10px;
  height: 20px;
  margin-bottom: -10px;
}

.jobs__title.show-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.job .jobs__item {
  padding-left: 32px;
  padding-bottom: 15px;
}

.job .jobs__item p {
  margin-top: 0px;
  padding-right: 40px;
  margin-bottom: 25px;
}

.closing-date {
  padding-top: 10px;
  margin-bottom: 40px;
}

.careers__content {
  padding-left: 90px;
}

.careers__content h3 {
  margin-top: 45px;
  margin-bottom: 0px;
}

.careers__content h4 {
  margin-top: 40px;
}

.careers .location {
  text-transform: capitalize;
}

.careers h1 {
  text-transform: capitalize;
}

.careers .careers-main {
  margin-top: 38px;
}

.careers p {
  margin-top: 10px;
}

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

@media (max-width:991px) {
  .careers .sidebar {
    width: 100%;
    margin: 0 auto;
  }

  .careers .mid {
    width: 100%;
    margin-left: 0px;
  }

  .careers .careers__content {
    padding-left: 0px;
  }

  .careers .sidebar {
    padding-left: 0px;
  }

  .careers .current-openings2 {
    margin-left: 0px;
  }

  .careers .current-openings {
    margin-left: 0px;
  }

  .careers .job {
    margin-left: 0px;
  }

}

.title {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width:500px) {
  .jobs__title:after {
    position: absolute;
    right: 15px;
    top: 25px;
  }

  .jobs__title {
    position: relative;
  }

}

.relevant-notices a {
  font-weight: 400;
}

.news {
  margin-top: 44px;
}

.news__year {
  color: #012168;
  font-size: 30px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
}

.news__date {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.news__date p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
}

.news__body .mailto {
  color: #009add;
  font-weight: 300;
}

.news .news__body {
  margin-bottom: -5px;
}

.news .news__body p {
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 24px;
}

.news .news__body p span span span {
  font-size: 16px;
}

.news .news__body a {
  font-weight: 300;
}

.news .news__body ul {
  margin-top: 10px;
}

.news__line {
  height: 2px;
  border: 1px solid #a4aaaf;
  width: 100%;
  margin-bottom: 29px;
  margin-top: 33px;
}

.news__line2 {
  margin-top: 43px;
  margin-bottom: 15px;
  height: 2px;
  border: 1px solid #a4aaaf;
  width: 100%;
}

.news .sidebar h2 {
  margin-bottom: 40px;
  margin-top: 0px;
}

.news .mid-block {
  margin-left: 105px;
  padding-right: 8px;
}

.news .mid-block h3 {
  text-transform: capitalize;
  margin-top: 10px;
}

.news .view-content ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.news__all {
  margin-top: 30px;
  font-size: 18px;
  line-height: 23px;
}

.news .block-green-link {
  width: 300px;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 42px;
  margin-top: 5px;
}

.news .archive-block {
  width: 300px;
}

.news .archive-block__header {
  margin-top: -5px;
}

.news .archive-block .is-active {
  font-weight: 600;
  color: #012168;
}

.news .archive-block .is-active:after {
  color: #012168;
}

.news .block-green-link:hover {
  color: white !important;
}

.news .block-green-link:focus {
  color: white !important;
}

.news .block-green-link:active {
  color: white !important;
}

.news .arhive__years li a {
  color: #009add;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.news .arhive__years li a:after {
  content: '\203A';
  color: #009add;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
}

.news block-green-link a.current__year:after {
  content: '\203A';
  color: #009add;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
}

.news .sidebar-menu li {
  background: none;
  padding-bottom: 10px;
}

#mc_embed_signup_scroll h2 {
  display: none;
}

.news-wrapper .header-banner h1 {
  text-transform: capitalize;
}

@media (max-width:991px) {
  .news {
    margin-right: 0px;
    margin-left: 0px;
  }

  .news .sidebar-menu {
    width: 100%;
  }

  .news .view-content a {
    text-align: left;
  }

  .news .mid {
    margin-left: 0px;
    padding-right: 0px;
  }

  .news .mid h3 {
    text-align: left;
  }

}

.view-latest-news .field-content {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.views-row .views-field .field-content strong a {
  color: #009add;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.view-latest-news .field-content p {
  margin-top: 5px;
  line-height: 18px;
  font-size: 16px;
}

.view-latest-news .view-content ul li {
  background: none;
}

.year {
  margin-top: -1px;
}

.year .views-row {
  border-bottom: 2px solid #a4aaaf;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.year .views-row .views-field-field-body-preview .field-content {
  margin: 10px 0;
}

.year .views-row .views-field-field-body-preview .field-content.field-content__empty {
  margin: 0;
}

.year .views-row p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.year .views-row .field-content {
  padding-bottom: 10px;
  padding-top: 3px;
  font-weight: 400;
}

.year .views-row .field-content p {
  padding-top: 3px;
}

.year .archive-block li a {
  color: #009add;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.year .archive-block li a:after {
  content: '\203A';
  color: #009add;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
}

.year .news__line2 {
  display: none;
}

.year .archive__years .view-content ul {
  margin-left: 0px;
}

.year .views-row span {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif !important;
}

.read-more-news {
  padding-top: 0px !important;
}

.year .views-row .field-content .mailto, .year .views-row .field-content .ext {
  color: #009add;
  line-height: 23px;
  font-weight: 300;
  font-size: 16px;
  font-weight: 300;
}

.archive-block .current__year {
  color: #009add;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mid .news__date p {
  font-weight: 400;
}

@media (min-width:991px) {
  .news .block-green-link {
    margin-left: 0px;
  }

}

.mid-block .news__date p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.news__body .region-content.container {
  padding: 0px;
  width: 100%;
}

.year .views-row .read-more-news a {
  color: #009add;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 300;
}

.year .views-field-title a {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0px;
  display: inline-block;
  padding-top: 0px;
}

.news__body .field--item ul li {
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
}

.search h1 {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .search h1 {
    font-size: 24px;
  }

}

@media screen and (max-width:1024px) {
  .search h1 {
    font-size: 30px;
  }

}

.gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #D9D9D9;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #666666;
  background-color: #CECECE;
  background-image: none;
  -webkit-filter: none;
  filter: none;
}

.gsc-tabHeader.gsc-tabhInactive {
  border-color: #FF9900;
  background-color: #FFFFFF;
}

.gsc-tabHeader.gsc-tabhActive {
  border-color: #E9E9E9;
  background-color: #E9E9E9;
  border-bottom-color: #FF9900;
}

.gsc-tabsArea {
  border-color: #FF9900;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #0000CC;
}

.gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
  color: #0000CC;
}

.gsc-cursor-page {
  color: #0000CC;
}

a.gsc-trailing-more-results:link {
  color: #0000CC;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #000000;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #008000;
}

.gs-webResult div.gs-visibleUrl-short {
  color: #008000;
}

.gs-webResult div.gs-visibleUrl-short {
  display: none;
}

.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

.gs-promotion div.gs-visibleUrl-short {
  display: none;
}

.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-cursor-box {
  border-color: #FFFFFF;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: #FFFFFF;
  color: #0000CC;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #FF9900;
  background-color: #FFFFFF;
  color: #0000CC;
}

.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #336699;
  background-color: #FFFFFF;
}

.gsc-completion-title {
  color: #0000CC;
}

.gsc-completion-snippet {
  color: #000000;
}

.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link {
  color: #0000CC;
}

.gs-promotion a.gs-title:visited, .gs-promotion a.gs-title:visited *, .gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}

.gs-promotion a.gs-title:hover, .gs-promotion a.gs-title:hover *, .gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}

.gs-promotion a.gs-title:active, .gs-promotion a.gs-title:active *, .gs-promotion .gs-snippet a:active {
  color: #0000CC;
}

.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}

.gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl-short {
  color: #008000;
}

.sitemap {
  width: 75%;
  margin: 0 auto;
  margin-top: 60px;
}

.sitemap .sitemap-message h2 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.sitemap .sitemap-box-menu span, .sitemap .sitemap-box-menu p {
  color: #009add;
}

.sitemap ul.sitemap-menu {
  list-style-type: initial;
  margin-bottom: 0px;
}

.sitemap .sitemap-box-menu-top-menu {
  margin-bottom: 0px;
}

.sitemap .sitemap-box {
  margin-bottom: 0px;
}

.sitemap .expanded span {
  padding-bottom: 14px;
  display: inline-block;
}

.sitemap a {
  padding-bottom: 14px;
  display: inline-block;
}

@media (max-width:700px) {
  .sitemap {
    width: 90%;
  }

}

.article_resources {
  padding-top: 48px;
  padding-left: 13%;
  padding-right: 13%;
}

.article_resources h2 {
  margin-bottom: 32px;
}

.article_resources strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  display: inline-block;
}

.article_resources p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article_resources .info-block__header {
  margin-top: 0px;
}

.article_resources .info-block__text {
  width: 72%;
}

.article_resources .info-block__img img {
  padding-left: 20px;
}

.article_resources .info-block {
  padding-bottom: 13px;
}

.article_resources .info-block-left {
  margin-top: 30px;
  margin-bottom: 20px;
}

.article_resources .info-block-left .info-block__img img {
  padding-left: 0px !important;
}

@media (max-width:960px) {
  .article_resources {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 18px;
  }

  .article_resources .info-block__text {
    width: 100%;
  }

  .article_resources .info-block__img img {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .article_resources .info-block-left {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .article_resources .info-block-left .info-block__header {
    margin-top: 10px;
  }

  .article_resources .info-block {
    padding-bottom: 0px;
  }

}

.article_resources h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  color: #012168;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.article_resources .info-block__header {
  margin-top: 15px;
}

/*adaptive text-template-with-head-banner*/
@media (min-width:960px) and (max-width:1200px) {
  .mid-with-head-banner {
    padding-bottom: 50px;
  }

  .mid-with-head-banner {
    margin-left: 30px;
  }

}

@media (max-width:991px) {
  .main-content {
    margin-top: 10px !important;
  }

  .mid-with-head-banner {
    padding-bottom: 50px;
  }

  .mid {
    width: 100%;
  }

  .sidebar li {
    margin: 0 auto;
  }

  .ourvision {
    margin: 0 auto;
  }

  .ourmission {
    margin: 0 auto;
  }

  .sidebar strong {
    text-align: center;
  }

  .sidebar h2 {
    text-align: center;
  }

  .mid {
    margin: 0 auto;
  }

  .repeated-b.regulatory-service-b {
    text-align: left;
  }

  .repeated-b.regulatory-service-b {
    margin-top: 43px;
    padding: 32px 20px;
    text-align: left;
  }

  .repeated-b.regulatory-service-b {
    margin-top: 43px;
  }

  .header-banner h1 {
    width: 100% !important;
  }

  .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sidebar h2 {
    text-align: center;
  }

  .header-banner {
    width: 100%;
  }

  .header-banner h1 {
    width: 100% !important;
  }

  .header-banner img:not(.logo-over-banner) {
    width: 100% !important;
  }

  .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right_c {
    margin: 0;
  }

  .mid-block h2 {
    text-align: center;
  }

  .header-banner img:not(.logo-over-banner) {
    width: 100% !important;
  }

  .sidebar-menu li a {
    display: inherit;
    text-align: left;
  }

  .sidebar-menu .menu_level1 {
    text-align: left;
  }

  .sidebar-menu li {
    display: block;
    text-align: center;
  }

  /* adaptive philosophy */
  .main-block, .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-block {
    margin-right: 0px !important;
  }

  .left-block h2, .left-block p {
    text-align: center;
  }

  .main-block img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto !important;
  }

  .first-class-treatment .wp-block-media-text__media img {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px !important;
    margin: 0 auto !important;
  }

  .first-class-treatment-text {
    padding-right: 0px !important;
    padding: 20px;
  }

  .map-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .map-block p {
    padding: 20px !important;
  }

  .ourvision {
    margin-top: 0px;
  }

  .map-block img {
    margin-left: 0px !important;
    width: 100%;
  }

  .legend-map {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .legend-map__column2 {
    margin-bottom: 20px;
  }

  .repeated-b.regulatory-service-b {
    margin-top: 13px;
  }

  .mid-with-head-banner {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

}

@media (max-width:750px) {
  .repeated-b.regulatory-service-b {
    padding: 20px 15px !important;
  }

  .task__description {
    max-width: 400px;
    display: inline-block;
  }

}

@media (max-width:960px) {
  .mid-with-head-banner {
    margin-left: 15px;
    margin-right: 15px;
  }

}

/*old*/

/*Staff Departemnts template (begin)*/
.department-table td {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.node-type-staff .wrapper {
  margin-top: -535px;
}

@media screen and (max-width:767px) {
  .node-type-staff .wrapper {
    margin-top: -240px;
  }

}

.node-type-staff .container.general .mid, #staff + .node-about-us .container.general .mid {
  max-width: 100%;
  width: 100%;
}

.node-type-staff .container.general h1, #staff + .node-about-us .container.general h1 {
  margin-bottom: 20px;
  padding-left: 26px;
}

.node-type-staff .container.general, #staff + .node-about-us .container.general {
  padding: 0 110px 60px;
}

@media (max-width:1024px) {
  .node-type-staff .container.general, #staff + .node-about-us .container.general {
    padding: 0 30px 60px;
  }

}

.repeated-b {
  background: #eeeeee;
  padding: 27px 27px 33px;
  margin-bottom: 18px;
}

h2.repeated-b__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 38px;
  color: #303030;
  margin-top: 0;
}

@media (max-width:768px) {
  .repeated-b__title {
    text-align: center;
  }

}

.department-b {
  margin-bottom: 16px;
}

.department__title {
  margin-top: 56px;
}

.department__name {
  color: #022169;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;  /*width: 23.7%;*/
  width: 22.7%;
  padding-right: 2%;  /*margin-right: 97px;*/
}

span.inline_note {
  font-size: 12px;
  font-weight: normal;
  color: #022169;
}

.green_text {
  color: #7a9b49;
  font-size: 16px;
  line-height: 20px;
}

.green {
  color: #7a9b49;
}

@media (max-width:950px) {
  .department__name {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .member {
    margin-right: 46px;
  }

  .member:last-child {
    margin-right: 0;
  }

}

@media (max-width:768px) {
  .department__name {
    width: 100%;
  }

}

.department__pos {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 35.7%;
  padding-right: 1%;  /*margin-right: 191px;*/
}

@media (max-width:950px) {
  .department__pos {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

}

.department__email {
  display: inline-block;
  width: 23%;
  padding-right: 2%;
}

@media (max-width:950px) {
  .department__email {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

}

@media (max-width:768px) {
  .department__email {
    width: 100%;
  }

}

.department__email a {
  color: #009add;
  font-size: 14px;
  line-height: 20px;
}

.department__phone {
  display: inline-block;
}

@media (max-width:950px) {
  .department__phone {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

}

@media (max-width:768px) {
  .department__phone {
    width: 100%;
  }

}

.department__phone a {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width:950px) {
  .department-table td {
    padding-bottom: 0;
  }

  .department-table td.department__phone {
    padding-bottom: 16px;
  }

}

@media (max-width:1000px) {
  .department__pos, .department__name, .department__email, .department__phone, .repeated-b__title {
    text-align: left;
  }

}

/*Staff Departemnts template (end)*/
.regulatory-service_response {
  margin-top: 64px;
}

@media (max-width:991px) {
  .regulatory-service_response {
    margin-top: 24px;
  }

}

h2.repeated-b__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 26px;
  margin-bottom: 38px;
  color: #303030;
  margin-top: 0;
}

.regulatory_page h2.repeated-b__title {
  margin-bottom: 6px;
}

.regulatory-service-b__body {
  padding-bottom: 1px;
}

.regulatory-table {
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px !important;
}

table {
  max-width: 100%;
}

.regulatory.title {
  border-bottom: 1px solid #022169;
}

.regulatory-table .regulatory.title td {
  padding-bottom: 12px;
  padding-left: 0;
}

@media all and (max-width:1250px) {
  .regulatory-table .regulatory.title td.regulatory__name:nth-child(2) {
    padding-left: 20px;
  }

}

.regulatory-table td {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.regulatory.title .regulatory__name {
  color: #009add;
  text-transform: capitalize;
  padding-bottom: 9px;
  width: 83%;
}

.regulatory-table td {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.regulatory-table {
  width: 100%;
  margin-bottom: 14px;
  margin-top: 10px;
}

.regulatory-service-b__body .regulatory-table {
  margin-bottom: 0px !important;
}

.repeated-b.regulatory-service-b {
  padding: 12px 34px 36px 50px;
  margin-top: 0;
}

.mid-with-head-banner .repeated-b:first-child {
  margin-top: 63px;
}

.regulatory__name {
  padding-top: 19px;
}

.repeated-b {
  background-color: rgba(0, 154, 221, 0.1);
  padding: 27px 27px 33px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 18px;
}

h2.repeated-b__title {
  color: #012168;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.regulatory__task {
  color: black;
}

.regulatory__task:last-of-type {
  min-width: 84px;
}

.task__name {
  margin-top: 0px;
  letter-spacing: 0.4px;
}

.regulatory__name {
  color: #009add;
  font-size: 0.875rem;
  line-height: 22px;
}

.task__description {
  font-weight: 300;
  letter-spacing: 0.4px;
}

.name-second {
  font-weight: 600;
}

.table-body {
  margin-top: 31px;
}

.regulatory.title {
  margin-bottom: 10px;
}

.regulatory__name.date {
  padding-top: 4px;
  padding-bottom: 15px;
  padding-left: 3px;
}

.regulatory__task.date {
  padding-right: 40px;
  padding-left: 20px;
  vertical-align: top;
}

h2.repeated-b__title {
  margin-bottom: -20px;
  margin-top: -4px;
}

.regulatory.title {
  border-bottom: 1px solid #009add;
}

.regulatory-table td {
  padding-top: 0;
  width: 83%;
}

.regulatory-service-b__body {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:560px) and (min-width:310px) {
  .regulatory-table {
    font-size: 14px !important;
  }

}

.sid-service p {
  color: #331 !important;
  font-weight: 300;
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.mid-service p {
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.sid-service {
  margin-top: 0;
}

.mid-service {
  margin-top: -10px;
}

.regulatory-service-b h4 {
  font-size: 16px;
  margin-top: 25px;
  font-style: italic;
}

@media (max-width:1250px) {
  .regulatory__task.date {
    padding-left: 20px;
  }

}

.mid-with-head-banner p:last-child {
  margin-bottom: 64px;
}

.home-video__columns-wrapper {
  margin-bottom: 32px;
  width: 100%;
  z-index: 0;
}

@media all and (max-width:600px) {
  .home-video__columns-wrapper {
    display: block;
  }

}

.home-video__columns-wrapper > .wp-block-column {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__video, .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__visible-text {
  left: 0;
}

.home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__visible-text {
  padding-top: 32px;
  padding-right: 40px;
  color: white;
  text-align: right;
}

@media all and (max-width:992px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__visible-text {
    padding-right: 30px;
  }

}

@media all and (max-width:767px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__visible-text {
    padding-right: 15px;
  }

}

@media all and (max-width:600px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__visible-text {
    padding-right: 0;
    text-align: left;
  }

}

.home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__fade-text a {
  color: white;
}

@media all and (max-width:1250px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__fade-text {
    right: auto;
    left: 42px;
  }

}

@media all and (max-width:767px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(1) .home-video__fade-text {
    left: 15px;
    right: auto;
  }

}

.home-video__columns-wrapper > .wp-block-column:nth-child(2) {
  margin-left: 0;
}

@media all and (max-width:600px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(2) {
    margin-bottom: 80px;
  }

}

.home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__video, .home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__visible-text {
  right: 0;
}

.home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__visible-text {
  padding-top: 32px;
  padding-left: 40px;
  color: white;
  text-align: left;
}

@media all and (max-width:992px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__visible-text {
    padding-left: 30px;
  }

}

@media all and (max-width:767px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__visible-text {
    padding-left: 15px;
  }

}

@media all and (max-width:600px) {
  .home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__visible-text {
    padding-right: 0;
  }

}

.home-video__columns-wrapper > .wp-block-column:nth-child(2) video {
  margin-left: -2px;
}

.home-video__columns-wrapper > .wp-block-column:nth-child(2) .home-video__fade-text a {
  color: white;
}

.home-video__columns-wrapper > .wp-block-column .home-video__column {
  width: 100%;
}

.home-video__columns-wrapper > .wp-block-column .home-video__column > .wp-block-group__inner-container, .home-video__columns-wrapper > .wp-block-column .home-video__column {
  position: relative;
  min-height: 528px;
  overflow: hidden;
}

@media all and (max-width:767px) {
  .home-video__columns-wrapper > .wp-block-column .home-video__column > .wp-block-group__inner-container, .home-video__columns-wrapper > .wp-block-column .home-video__column {
    min-height: 320px;
  }

}

@media all and (max-width:600px) {
  .home-video__columns-wrapper > .wp-block-column .home-video__column > .wp-block-group__inner-container, .home-video__columns-wrapper > .wp-block-column .home-video__column {
    min-height: 285px;
  }

}

.home-video__columns-wrapper > .wp-block-column.active-big {
  -webkit-flex-basis: 73%;
  -ms-flex-preferred-size: 73%;
  flex-basis: 73%;
}

.home-video__columns-wrapper > .wp-block-column.active-big .home-video__fade-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .5s .5s ease;
  -o-transition: .5s .5s ease;
  transition: .5s .5s ease;
}

.home-video__columns-wrapper > .wp-block-column.active-big .home-video__visible-text span {
  border-bottom: 2px solid #eaa8ad;
}

.home-video__columns-wrapper > .wp-block-column.active-small {
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.home-video__column {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
}

.home-video__cover {
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

@media all and (max-width:768px) {
  .home-video__cover {
    -webkit-background-size: auto 292px;
    background-size: auto 292px;
    min-height: 320px;
  }

}

.home-video__video {
  position: absolute;
  height: 100%;
}

.home-video__video video {
  max-width: none;
  height: 528px;
}

@media all and (max-width:767px) {
  .home-video__video video {
    display: none;
  }

}

.home-video__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.home-video__visible-text {
  position: absolute;
  max-width: 616px;
  width: 100%;
  color: #012168;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  cursor: pointer;
}

.home-video__visible-text strong {
  display: block;
}

.home-video__visible-text span {
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: 2px solid #ffffff;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -ms-transition: .5s ease;
}

@media all and (max-width:992px) {
  .home-video__visible-text {
    font-size: 24px;
    line-height: 26px;
  }

}

@media all and (max-width:767px) {
  .home-video__visible-text {
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
  }

}

@media all and (max-width:600px) {
  .home-video__visible-text {
    position: static;
    padding-left: 15px;
  }

}

.home-video__fade-text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 42px;
  padding-top: 32px;
  max-width: 210px;
  color: #012168;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.home-video__fade-text a {
  color: #012168;
}

.home-video__fade-text a:hover {
  color: #012168;
  text-decoration: none;
}

@media all and (max-width:767px) {
  .home-video__fade-text {
    right: 15px;
    font-size: 14px;
    line-height: 16px;
  }

}

@media all and (max-width:600px) {
  .home-video__fade-text {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    padding-left: 15px;
  }

}

.register-text:hover a {
  color: #eaa8ad;
  text-decoration: none;
}

.register-text:hover a .register-arrow {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  color: #eaa8ad;
}

.register-text.highlighted {
  color: #eaa8ad;
  text-decoration: none;
}

.register-arrow {
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  -webkit-transition: transform .5s linear;
  -o-transition: transform .5s linear;
  -ms-transition: transform .5s linear;
}

.video-right-wrapper .home-video__visible-text {
  color: #012168 !important;
}

.video-right-wrapper .home-video__fade-text a {
  color: #012168 !important;
}

@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}

@keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}

.payment textarea, .payment input {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: inset 0 1px 1px 0px #e4e4e4bd;
  box-shadow: inset 0 1px 1px 0px #e4e4e4bd;
}

#node-226 form textarea:focus, #node-226 form input:focus {
  border: 1px solid #515151 !important;
}

.disabled {
  color: #eeeeee !important;
  background-color: #cccccc !important;
}

.payment-wrapp {
  margin-top: 54px;
}

.payment-wrapp .sidebar {
  padding-right: 40px;
  padding-top: 10px;
}

.payment-wrapp .second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-wrapp #foreignform > .second div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.payment-wrapp .wrapper-table-td .description2 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100% !important;
}

.payment-wrapp .wrapper-table-td .description2.foreign-description {
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-left: 0;
}

.payment-wrapp .wrapper-table-td .description2.foreign-description span {
  min-width: 160px;
}

.payment-wrapp .wrapper-table-td .description2.foreign-description textarea {
  margin-left: 0;
}

.payment-wrapp .wrapper-table-td .description2 span {
  padding-top: 20px;
  padding-right: 10px;
}

.payment-wrapp .wrapper-table-td .description2 textarea {
  margin-left: 20px;
}

.payment-wrapp .g-recaptcha {
  margin-top: 20px;
}

.node-type-payment .mid textarea {
  margin-left: 30px;
  padding-left: 10px;
  margin-top: 10px;
  width: -webkit-calc(50% + 6px + 153px);
  width: calc(50% + 6px + 153px);
}

@media all and (max-width:991px) {
  .node-type-payment .mid textarea {
    width: -webkit-calc(50% + 316px);
    width: calc(50% + 316px);
  }

}

@media all and (max-width:800px) {
  .node-type-payment .mid textarea {
    width: -webkit-calc(50% + 159px);
    width: calc(50% + 159px);
  }

}

@media all and (max-width:540px) {
  .node-type-payment .mid textarea {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

}

@media all and (max-width:540px) {
  .list_payment_block {
    margin-bottom: 100px;
  }

}

@media (max-width:991px) {
  .payment-wrapp .sidebar {
    padding-right: 0px;
  }

  .payment-wrapp .wrapper-table-td .description2 {
    margin-bottom: 100px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .payment-wrapp .wrapper-table-td .description2 span {
    padding-right: 0px;
  }

  .payment-wrapp .wrapper-table-td .description2 textarea {
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 0 !important;
  }

}

.node-payment-result .bigger {
  font-weight: 600;
  font-size: 14px;
}

.result-pay .mid h2 {
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.result-pay .mid table {
  margin-left: 10px;
  font-size: 14px;
}

.result-pay .mid table strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.result-pay {
  width: 60%;
  margin: 0 auto;
  padding-top: 54px;
}

.result-pay .empty-td {
  width: 50px;
}

@media (max-width:700px) {
  .result-pay {
    width: 100%;
  }

  .empty-td {
    width: 30px;
  }

  .menu-wrapper .wrapper-megamenu .menu_header {
    padding-top: 0px;
  }

}

@media (max-width:991px) {
  .payment-wrapp .back_pay_online_btn {
    margin-bottom: 0px;
  }

}

.mid ul {
  margin-top: 20px;
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width:550px) {
  .back_pay_online_btn {
    margin-bottom: 40px !important;
  }

}

@media (max-width:800px) {
  .payment-wrapp .second div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

@media screen and (min-width:1024px) {
  .airworth_table tr td:nth-child(1) {
    width: 14% !important;
  }

}

.description2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.description2 .requred {
  padding-top: 0px !important;
  padding-left: 1px;
}

.node-type-payment .mid span.requred {
  float: none;
  padding-left: 1px;
}

.description.mb {
  padding-right: 0px;
}

.description2 textarea {
  height: 36px;
}

.description.mb {
  width: 160px;
}

.description.mm div {
  width: 160px;
}

.description2 span {
  width: 140px;
}

.payment-wrapp .second .desc-item {
  width: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.payment-wrapp .second .desc-item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.registry-light-green-block p {
  width: 100%;
}

/* start payment styles */
.permits_payments_block > form > .wrapper-table-td.second > .description.mb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.permits_payments_block > form > .wrapper-table-td.second > .description.mb > .desc-item {
  min-width: 160px;
}

.permits_payments_block > form > .wrapper-table-td.second > .description.mb > .rfield {
  width: 100%;
}

.permits_payments_block > form > .wrapper-table-td.second > .registration_mark_block {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100% !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.permits_payments_block > form > .wrapper-table-td.second > .registration_mark_block > .mark_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.permits_payments_block > form > .wrapper-table-td.second > .registration_mark_block > .mark_block > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.permits_payments_block > form > .wrapper-table-td.second > .registration_mark_block > .mark_block > div > .reg-mark-label {
  font-weight: 500;
  width: 160px;
}

.permits_payments_block > form .amendment {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 30px;
}

.permits_payments_block > form .amendment_company-name-comments-block .description.mb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.permits_payments_block > form .amendment_company-name-comments-block .description.mb .desc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
}

.permits_payments_block > form .amendment_company-name-comments-block .description.mb .desc-item span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.permits_payments_block > form .amendment_company-name-comments-block .description.mb .company-name {
  width: -webkit-calc(100% - 141px);
  width: calc(100% - 141px);
}

.permits_payments_block > form .amendment_reg-marks-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}

.permits_payments_block > form .amendment_reg-marks-block > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.permits_payments_block > form .amendment_reg-marks-block > div span {
  font-size: 1.1em;
  font-weight: 600;
}

.permits_payments_block > form .amendment_reg-marks-block > div > div {
  display: inherit;
  margin-top: 25px;
}

.permits_payments_block > form .amendment_reg-marks-block > div > div .reg-mark-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 160px;
  font-weight: 500;
  color: black;
}

.invoice_payment_block, .list_payment_block, .permits_payments_block {
  display: none;
}

#listform .wrapper-table-td > div {
  margin-bottom: 10px;
}

#listform .description, #listform .description, #listform input, #listform textarea, #listform label {
  color: #000;
}

.node-type-payment {
  font-family: "Open Sans";
}

.node-type-payment .container.general h1 {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 0;
  padding-bottom: 22px;
}

.node-type-payment hr {
  display: none;
}

.node-type-payment .mid {
  position: relative;
  min-height: 335px;
  border-bottom: 1px solid #2c2c2c;  /*float: none;*/
  margin-bottom: 40px;
}

.node-type-payment .mid .payment-accordion.accordion_hide, .node-type-payment .mid .payment-accordion.accordion_opened {
  padding-bottom: 150px;
}

.node-type-payment .mid > div {
  margin-top: 25px;
}

.node-type-payment .mid > div.accordion_hide {
  display: none;
}

.node-type-payment .mid label:not(.reg-mark-label) {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  color: #009add;
  font-size: 18px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin: 0;
  padding-right: 20px;
}

.node-type-payment .mid form label:not(.reg-mark-label) {
  color: #000;
  line-height: 20px;
  letter-spacing: 0.16px;
  font-size: 13px;
}

.invoice_payment_block form label {
  text-transform: none !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
}

.node-type-payment .mid input[type=radio] + label:after {
  content: "\203A";
  display: inline-block;
  margin-left: 10px;
}

.node-type-payment .mid input[type=radio]:checked + label:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.node-type-payment .mid input[type=radio] {
  display: none !important;
}

.node-type-payment .mid td label:not(.reg-mark-label) {
  color: #022169;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.14px;
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:checked, .node-type-payment .mid .wrapper-table-td input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:checked + label, .node-type-payment .mid .wrapper-table-td input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding-right: 0;
  font-weight: 400;
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:checked + label:before, .node-type-payment .mid .wrapper-table-td input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:checked + label:after, .node-type-payment .mid .wrapper-table-td input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #2191ce;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.node-type-payment .mid .wrapper-table-td input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.node-type-payment .mid span.requred {
  color: #ed1c24;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.14px;
  float: right;
}

.node-type-payment .mid span.requred2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 38px;
  letter-spacing: 0.14px;
  color: #ed1c24;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.node-type-payment .mid input[type="text"] {
  margin-left: 0 !important;
}

.node-type-payment .mid textarea {
  width: -webkit-calc(100% - 141px);
  width: calc(100% - 141px);
}

.node-type-payment .size.size-xs {
  width: 153px;
}

.node-type-payment .size.size-sm {
  width: 153px;
}

.node-type-payment .mid span.description {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.node-type-payment .mid span.description.mb {
  margin-bottom: 25px;
  padding-right: 20px;
}

.node-type-payment .mid input[type=radio]:checked {
  background: #000;
}

.node-type-payment .mid-footer p, .node-type-payment .mid-footer a {
  color: #022169;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.node-type-payment .mid > p {
  color: #0a0a0a;
  font-weight: 400;
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.node-type-payment .next_payment_page, .node-type-payment .back_pay_online_btn {
  position: absolute;
  bottom: 23px;
  right: 0;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  background: #86a358;
  border: none;
}

.node-type-payment .back_pay_online_btn {
  right: auto;
  left: 0;
}

.back_pay_online_btn::before {
  content: "\203A";
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.4em;
  padding-left: 3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.node-type-payment .next_payment_page:disabled {
  background: #cccccc;
}

.node-type-payment .next_payment_page::after {
  content: "\203A";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3px;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 1.4em;
}

.node-type-payment .invoice_block {
  margin-top: 25px;
}

.node-type-payment .invoice_block > div {
  display: inline-block;
  width: -webkit-calc(49% - 40px);
  width: calc(49% - 40px);
}

.node-type-payment .invoice_block > div + div {
  margin-left: 70px;
}

.node-type-payment .invoice_block > div label {
  display: block;
  font-size: 14px;
}

.node-type-payment .invoice_block > div input {
  border: 1px solid #e9e9e9 !important;
  height: 41px !important;
  margin: 0 !important;
  width: 100%;
}

.node-type-payment .invoice_payment_block .add_invoice, .node-type-payment .permits_payments_block .add_mark {
  width: auto;
  margin-top: 20px !important;
  color: #022169 !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 18px !important;
  letter-spacing: 0.14px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.invoice_payment_block input.add_invoice {
  border: 1px solid #e9e9e9 !important;
}

.invoice_payment_block {
  margin-bottom: 50px;
}

.invoice_payment_block #invoiceform {
  position: relative;
}

.invoice_payment_block .g-recaptcha {
  position: absolute;
  left: 0;
  bottom: -150px;
}

#node-226 input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: none !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  display: inline-block;
  margin-left: 10px;
  color: #555;
  vertical-align: middle;
}

#node-226 form {
  font-size: 13px;
  color: #022169;
  font-weight: normal;
}

#node-226 input, #node-226 textarea {
  border: 1px solid #b5b5b5 !important;
}

.node-type-payment .sidebar h4 {
  color: #022169;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 20.02px;
}

.node-type-payment .sidebar p {
  line-height: 18.02px;
}

.node-type-payment .sidebar a {
  color: #009add;
  line-height: 18.02px;
}

.node-type-payment .mid .wrapper-table-td.td {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.node-type-payment .mid .wrapper-table-td.td.one-column {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.node-type-payment .mid .wrapper-table-td.td.one-column > div {
  margin-bottom: 10px;
}

.node-type-payment .mid .wrapper-table-td:not(.td) > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
  vertical-align: top;
}

@media (max-width:1178px) {
  .node-type-payment .mid span.description.mb {
    margin-bottom: 5px;
  }

}

.wrapper-table-td.second {
  margin-top: 30px;
}

.wrapper-table-td.second > div:nth-child(even) {
  padding-left: 10px;
}

.wrapper-table-td.second > div:last-child {
  padding-left: 0px;
}

@media (max-width:540px) {
  .node-type-payment .mid span.description.mb {
    margin-bottom: 5px;
  }

  .node-type-payment .mid .wrapper-table-td.td {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .node-type-payment .mid .wrapper-table-td:not(.td) > div, .node-type-payment .invoice_block > div {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .node-type-payment .mid .wrapper-table-td:not(.td) input, .node-type-payment .mid textarea {
    width: 100%;
  }

  .node-type-payment .mid span.description {
    width: auto !important;
  }

  .node-type-payment .next_payment_page {
    right: auto;
  }

  .node-type-payment .next_payment_page {
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: 10px;
    margin-left: 0;
  }

  .node-type-payment .bb {
    padding: 0 !important;
  }

  /* changes from the client */
  .slider-home .home-slide-img:first-child > a {
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
    background-position: bottom center;
  }

  /* end changes from the client */
}

.node-type-payment .mid .wrapper-table-td input {
  margin-bottom: 25px;
}

#remove.remove, #remove2.remove, #remove2.remove {
  width: 20px !important;
  height: 30px !important;
  position: absolute;
  right: -30px;
  bottom: 0;
  border: none !important;
  display: none !important;
  text-decoration: none !important;
}

#remove2.remove {
  bottom: 0;
  top: 5px;
}

#remove.remove:first-child, #remove2.remove:first-child, #remove2.remove:first-child {
  display: none;
}

.invoice_block + .invoice_block #remove.remove, .invoice_block + .invoice_block #remove2.remove, .mark_block + .mark_block #remove2.remove {
  display: block !important;
}

.amendment_reg-marks-block {
  width: 100% !important;
}

body.ie11 .mark_block.cloned {
  min-width: 117% !important;
}

body.ie11 .mark_block.cloned #remove2 {
  right: 115px;
}

.node-type-payment .red-alert {
  margin-top: 10px;
  padding: 20px 15px 23px;
  background-color: #d40202;
}

.node-type-payment .red-alert p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.node-type-payment .red-alert p.red-alert__title {
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 18px;
}

/* end payment styles */
.offices-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 52px;
}

.offices-item p.office-time-local {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.offices-item p.office-time {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}

.header-office {
  max-width: 100%;
}

@media all and (max-width:1200px) {
  .header-office {
    padding-left: 50px;
  }

}

@media all and (max-width:768px) {
  .header-office {
    padding-left: 20px;
  }

}

@media all and (max-width:1200px) {
  .offices-1 .header-office, .first-header {
    padding-left: 50px;
  }

}

@media all and (max-width:768px) {
  .offices-1 .header-office, .first-header {
    padding-left: 20px;
  }

}

.wp-block-image figcaption {
  text-align: left;
  color: #000000;
}

.card-office {
  width: 176px;
  min-height: 170px;
  background-color: #eef1f3;
  padding: 6px;
}

.card-office .header {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-office img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 11px auto 18px;
}

.card-office p {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 8px;
}

.column-offices1 {
  margin-left: 37px;
  margin-top: 0;
}

.column-offices1 .text-block__text {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.column-offices1 .text-block__headline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.column-offices1 .text-block__headline {
  margin-top: 30px;
  margin-bottom: 0;
}

.column-offices1 .text-block__headline:first-child {
  margin-top: 0;
}

.column-offices1 .text-block {
  min-width: 180px;
  margin-bottom: 22px;
}

.column-offices1 iframe {
  width: 590px;
  height: 345px;
}

@media all and (max-width:1200px) {
  .column-offices1 iframe {
    width: 100%;
  }

}

.contact-cols.second {
  margin-left: 31px;
  margin-top: 8px;
  max-width: 190px;
}

.contact-cols.second .text-block__headline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.contact-cols.second .text-block__text {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.contact-cols.second .text-block {
  margin-bottom: 25px;
}

.offices h2 {
  margin-top: 45px;
  margin-left: 8px;
}

.offices h2:last-child {
  margin-top: 55px;
}

.column-offices1:first-child {
  margin-left: 0;
}

@media all and (max-width:1200px) {
  .inspection-offices-wrapper {
    padding: 0 50px;
  }

}

@media all and (max-width:768px) {
  .inspection-offices-wrapper {
    padding: 0 20px;
  }

}

.inspection-offices-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inspection-offices-item .card-office {
  width: 176px;
  height: 200px;
}

.inspection-offices-item .text-block__text {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.inspection-offices-item .text-block__headline {
  font-size: 16px;
  line-height: 22px;
}

.inspection-offices-item .text-block__headline {
  margin-top: 30px;
  margin-bottom: 0;
}

.inspection-offices-item .text-block__headline:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.inspection-offices-item .text-block {
  min-width: 180px;
  margin-bottom: 30px;
}

.inspection-offices-item .card-office {
  margin-top: 40px;
  margin-left: 0;
}

.inspection-offices-item .column-office {
  margin-top: 50px;
  margin-left: 40px;
}

.inspection-offices-item .heder-inspection {
  color: #012168;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media all and (max-width:540px) {
  .inspection-offices-item .heder-inspection.country-info {
    display: none;
  }

}

.inspection-offices-item .heder-inspection.country-info-mobile {
  display: none;
}

@media all and (max-width:540px) {
  .inspection-offices-item .heder-inspection.country-info-mobile {
    display: block;
  }

}

.inspection-offices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-offices1.iframe-office {
  margin-left: 17px;
}

@media all and (max-width:1200px) {
  .column-offices1.iframe-office {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

}

.card-office p em {
  padding-top: 5px;
  display: inline-block;
}

@media (max-width:1200px) {
  .card-office img {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto !important;
    margin-top: 11px !important;
  }

}

.wp-block-column.column-offices1 {
  min-width: 50%;
}

@media all and (max-width:1200px) {
  .wp-block-column.column-offices1 {
    min-width: unset;
  }

}

.wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group__inner-container .offices-item {
  width: 30%;
}

@media all and (max-width:1200px) {
  .wp-block-group__inner-container .offices-item {
    width: 100%;
  }

}

.offices-1 {
  border-bottom: 1px solid #a4aaaf;
  margin-top: 20px;
}

.wp-block-group.inspection-offices-item .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-block-group.inspection-offices-item .wp-block-group__inner-container .wp-block-group.text-block .wp-block-group__inner-container {
  display: block;
}

.office2-column {
  margin-top: 17px;
  margin-left: 20px !important;
}

@media all and (max-width:768px) {
  .office2-column {
    margin-left: 0 !important;
  }

}

.card-office p {
  margin: 0;
}

.inspection-offices .wp-block-column.column-office {
  min-width: 300px;
}

.wp-block-group.inspection-offices-item .wp-block-group {
  width: 100%;
}

.inspection-offices-item .card-office {
  max-width: 176px;
}

.philosophy .h1-like.first-header {
  margin-top: -20px;
  margin-bottom: 0;
}

@media all and (max-width:1200px) {
  .offices-item .wp-block-columns {
    padding: 0 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media all and (max-width:1089px) {
  .offices-item .wp-block-columns .offices-item .wp-block-columns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

@media all and (max-width:768px) {
  .offices-item .wp-block-columns {
    padding: 0 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

@media all and (max-width:1200px) {
  .offices-item .wp-block-columns .column-offices1:nth-child(1), .offices-item .wp-block-columns .column-offices1:nth-child(2), .offices-item .wp-block-columns .column-offices1:nth-child(3) {
    -webkit-flex-basis: 30% !important;
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
  }

}

@media all and (max-width:768px) {
  .offices-item .wp-block-columns .column-offices1:nth-child(1), .offices-item .wp-block-columns .column-offices1:nth-child(2), .offices-item .wp-block-columns .column-offices1:nth-child(3) {
    -webkit-flex-basis: 40% !important;
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
  }

}

@media all and (max-width:650px) {
  .offices-item .wp-block-columns .column-offices1:nth-child(1), .offices-item .wp-block-columns .column-offices1:nth-child(2), .offices-item .wp-block-columns .column-offices1:nth-child(3) {
    margin-bottom: 20px;
  }

}

@media (max-width:700px) {
  .offices-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-cols.second {
    margin-left: 8px;
  }

}

@media (max-width:690px) {
  .column-offices1.iframe-office {
    margin-left: 0;
  }

}

@media (max-width:600px) {
  .inspection-offices-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inspection-offices-item .column-office {
    margin: 20px 0;
  }

  .inspection-offices-item .text-block {
    margin-bottom: 10px;
  }

  .inspection-offices-item .card-office {
    margin-top: 20px;
  }

}

@media (max-width:1107px) {
  .offices-item .wp-block-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-block-column.column-offices1 {
    min-width: 20%;
  }

  .inspection-offices {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-block-group__inner-container .offices-item {
    width: 100% !important;
  }

  .wp-block-columns .iframe-office {
    min-width: 90%;
  }

  .wp-block-columns .iframe-office iframe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  #map {
    width: auto;
    height: auto;
  }

}

@media (max-width:1089px) {
  .inspection-offices-item .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

@media (max-width:650px) {
  .offices-item .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office2-column {
    margin-top: 0;
  }

  .column-offices1 .text-block {
    margin-bottom: 10px;
  }

  .wp-block-group.inspection-offices-item .wp-block-group__inner-container .wp-block-columns {
    margin-bottom: 10px;
  }

  .card-office {
    height: auto;
    min-height: 250px;
    margin-bottom: 10px;
  }

  .inspection-offices-item .text-block {
    margin-bottom: 10px;
  }

  .inspection-offices-item .card-office {
    margin-top: 10px;
  }

  .wp-block-group__inner-container .offices-item {
    margin-top: 0;
    padding-bottom: 0;
  }

  .inspection-offices .wp-block-column.column-office {
    margin-top: 0;
  }

  .inspection-offices-item .heder-inspection {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .inspection-offices-item .card-office {
    min-height: 180px;
  }

  .wp-block-group.inspection-offices-item .wp-block-group {
    margin-bottom: 0;
  }

}

.wp-block-group.inspection-offices-item .wp-block-group__inner-container .wp-block-columns {
  width: 100%;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .wp-block-column.column-offices1 {
    -webkit-flex-basis: 20% !important;
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 20% !important;
  }

}

@media (max-width:650px) {
  .wp-block-column.column-offices1 {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }

}

h2.like-h1.header-office.first-header {
  margin-top: 0;
}

.wp-block-group.offices-item .wp-block-columns {
  margin-top: 0;
}

.philosophy .wp-block-columns {
  margin-bottom: 0;
}

.like-h1.header-office {
  margin-top: 50px;
}

.active.levels .menu_level1 {
  color: #012168;
}

.custom-support p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.custom-support .custom-header {
  color: #012168;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 60px;
}

.custom-support .department-name {
  color: #012168;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.custom-support .mid h2 {
  margin-top: 50px;
  display: inline-block;
  padding-bottom: 15px;
}

.custom-support .blue-text {
  color: #012168;
  font-size: 18px;
  line-height: 24px;
}

.custom-support .blue-text em {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.custom-support .blue-text a {
  margin-bottom: 10px;
  display: inline-block;
}

.custom-support .feedback {
  margin-top: 50px;
  padding: 7px 100px 15px;
  width: 98.5%;
  background-color: #009add;
}

@media all and (max-width:991px) {
  .custom-support .feedback {
    padding: 7px 50px 15px;
    width: 100%;
  }

}

@media all and (max-width:540px) {
  .custom-support .feedback {
    padding: 7px 25px 15px;
  }

}

.custom-support .feedback p.feedback-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.custom-support .feedback p.feedback-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.custom-support #mc-embedded-subscribe-form {
  width: 98.5%;
  background-color: #eef1f3;
}

@media all and (max-width:991px) {
  .custom-support #mc-embedded-subscribe-form {
    width: 100%;
  }

}

@media all and (max-width:768px) {
  .custom-support #mc-embedded-subscribe-form {
    padding: 10px 0 !important;
  }

}

.custom-support #mc-embedded-subscribe-form .feedback-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 28px 36px 11px;
}

@media all and (max-width:991px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.custom-support #mc-embedded-subscribe-form .feedback-block .indicates-required {
  display: none;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block {
  margin-right: 27px;
  -webkit-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group {
  width: 100% !important;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea {
  padding: 19px;
  width: 100%;
  height: 225px;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

@media all and (max-width:991px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea {
    margin-bottom: 15px;
    width: 650px;
  }

  .custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea:nth-child(2) {
    margin-bottom: 0;
  }

}

@media all and (max-width:768px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block .left-block .mc-field-group textarea {
    margin: 0 auto 15px;
    width: 100%;
    height: 150px;
  }

}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group {
  padding-bottom: 0 !important;
  margin-bottom: 17px;
  width: 100% !important;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text'], .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email'] {
  padding: 8px 6px !important;
  height: 52px;
  background-color: #fff;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text']::-webkit-input-placeholder, .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email']::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text']::-moz-placeholder, .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email']::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text']::-ms-input-placeholder, .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email']::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text']::placeholder, .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email']::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

@media all and (max-width:991px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text'], .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email'] {
    width: 650px !important;
  }

}

@media all and (max-width:768px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='text'], .custom-support #mc-embedded-subscribe-form .feedback-block .right-block .mc-field-group input[type='email'] {
    margin: 0 auto;
    width: 100% !important;
  }

}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block input[type='submit'] {
  margin: 44px 0 0 auto !important;
  display: block !important;
  height: 38px !important;
  width: 160px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #009add !important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  background: transparent url("../images/Shape-blue.png") center right no-repeat !important;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
}

@media all and (max-width:991px) {
  .custom-support #mc-embedded-subscribe-form .feedback-block .right-block input[type='submit'] {
    margin: 30px auto 0 0 !important;
    padding-right: 45px !important;
    padding-left: 0 !important;
    width: 115px !important;
    text-align: left !important;
  }

}

.custom-support #mc-embedded-subscribe-form .feedback-block .right-block #mce-error-response {
  display: none !important;
}

.custom-support .times-zone-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 40px;
}

.custom-support .times-zone-block {
  width: 176px;
  height: 167px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.custom-support .time-location {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
}

.custom-support .local-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 5px;
}

.custom-support .time-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  border-bottom-width: 5px;
  height: 35px;
}

.custom-support .custom-support-title {
  font-size: 18px;
  line-height: 22px;
  color: #012168;
  font-weight: 400;
}

.custom-support .times-zone img {
  margin-top: 40px;
}

.custom-support .local-title {
  margin-bottom: 0px;
}

.custom-support .times-zone-blocks {
  margin-top: -90px;
  max-width: 820px;
  z-index: 100;
  position: relative;
}

.custom-support .times-zone-block3 {
  display: none;
}

.custom-support .mid {
  margin-left: 0px;
}

.custom-support .block-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

.custom-support .sidebar-general {
  margin-top: 45px;
}

.faqs .title-accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #009add;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  border-top: 1px solid grey;
  cursor: pointer;
}

.faqs .show-active {
  font-weight: 900;
  color: #012168;
}

.faqs p {
  line-height: 22px;
}

.faqs > div {
  padding-bottom: 20px;
  display: none;
}

.faqs .otac-table {
  margin: 10px 0;
  border-collapse: separate;
  border-spacing: 0 3px;
  width: 100%;
}

.faqs .otac-table td {
  min-width: 85px;
}

.faqs .otac-table__head {
  border-bottom: 1px solid #022169;
}

@media all and (max-width:1024px) {
  .faqs .otac-table__head {
    display: none;
  }

}

.faqs .otac-table__head td {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #022169;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
  text-transform: capitalize;
}

.faqs .otac-table__head td:nth-child(1) {
  padding-left: 20px;
}

.faqs .otac-table__head td:last-of-type {
  padding-right: 20px;
}

.faqs .otac-table tr:not(.otac-table__head) {
  background-color: #edf1f4;
}

.faqs .otac-table tr:not(.otac-table__head):hover {
  background-color: #e5f4fb;
}

.faqs .otac-table tr:not(.otac-table__head) td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

@media all and (max-width:1024px) {
  .faqs .otac-table tr:not(.otac-table__head) td {
    display: inline-block;
    width: 100%;
    padding: 8px !important;
  }

}

.faqs .otac-table tr:not(.otac-table__head) td:nth-child(1) {
  padding-left: 20px;
}

.faqs .otac-table tr:not(.otac-table__head) td:last-of-type {
  padding-right: 20px;
}

.faqs .otac-table tr:not(.otac-table__head):last-of-type td {
  padding-bottom: 20px;
}

.faqs .title-accordion:after {
  content: '';
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 10px;
  height: 10px;
  background: url(../images/plus.svg) no-repeat center;
}

.faqs p.show-active:after {
  display: none;
  background: url(../images/maximize-24px.svg) no-repeat center;
  width: 10px;
  height: 20px;
  margin-bottom: -10px;
}

.faqs:last-child {
  border-bottom: 1px solid grey;
}

@media (max-width:993px) {
  .custom-support .times-zone img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
  }

  .times-zone-blocks {
    margin: 0 auto;
    margin-top: -90px;
  }

}

@media (max-width:821px) {
  .custom-support .times-zone img {
    width: 100%;
  }

  .custom-support .times-zone-blocks {
    margin-top: -60px;
  }

}

@media (max-width:780px) {
  .custom-support .times-zone-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-support .times-zone-block {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
  }

}

@media (max-width:825px) {
  .faqs .title-accordion {
    padding-right: 20px;
    margin-top: -7px;
    margin-bottom: 8px;
    width: 100%;
  }

}

.custom .header-banner h1 {
  min-height: 57px;
  width: 100%;
}

.faqs-elements:first-child .title-accordion:after {
  width: 12px;
}

.faqs-title {
  font-weight: bold;
  font-size: 1.375rem;
}

.faqs-elements {
  margin-top: 20px;
}

.faqs-group-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  cursor: pointer;
}

.faqs-group-title:after {
  content: '';
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 10px;
  height: 10px;
  background: url(../images/plus-group.svg) no-repeat center;
}

.faqs-group-title.show-active-group:after {
  display: none;
}

.faqs-wrapper {
  display: none;
}

.faqs.extended .title-accordion {
  padding-bottom: 0;
}

.faqs.extended .show-active {
  font-weight: 500;
}

.faqs.extended .subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 150px;
  font-size: 14px;
}

.faqs.extended .subtitle ~ div {
  margin-left: 150px;
}

@media (max-width:768px) {
  .faqs.extended .title-accordion span {
    width: auto !important;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .faqs.extended .subtitle {
    margin-left: 0;
  }

  .faqs.extended .subtitle ~ div {
    margin-left: 0;
  }

}

.resources-block__links a:focus {
  color: #009add;
}

.resources-block__links a:active {
  color: #009add;
}

.custom-support .blue-text a:hover {
  text-decoration: underline;
}

label[for=edit-field-type-your-question-or-comm-0-value], label[for=edit-field-name-0-value], label[for=edit-field-email-0-value] {
  display: none;
}

@media all and (max-width:991px) {
  .customer-support__desktop-sidebar {
    display: none;
  }

}

.customer-support__mobile-sidebar {
  display: none;
}

@media all and (max-width:991px) {
  .customer-support__mobile-sidebar {
    display: block;
  }

}

.imce-page .button-link {
  display: none !important;
}

.otac-table tbody tr td:nth-child(2) {
  color: #009add;
}

.otac-table tbody tr:nth-child(1) td:nth-child(2) {
  color: #022169;
}

@media screen and (max-width:1025px) {
  .certificate-table .certificate__first {
    padding-top: 9px;
  }

}

.certificate-table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

.wrappper6__block .wp-block-cover__inner-container {
  z-index: 0 !important;
}

.wrappper7__block {
  z-index: 0;
}

.wrappper9__block {
  z-index: 0;
}

@media screen and (min-width:1024px) {
  .otar_table tbody tr td:nth-child(1) {
    width: 10% !important;
  }

  .otar_table tbody tr td:nth-child(2) {
    width: 80% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .otar_table tbody tr td:nth-child(3) {
    width: 10% !important;
  }

  .otar_table tbody tr {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

}

@media screen and (max-width:1024px) {
  .otar_table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .otar_table tbody tr td:nth-child(1) {
    width: auto;
  }

  .otar_table tbody tr td:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

}

input {
  font-family: "Open Sans", sans-serif !important;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

a {
  color: #009add;
}

.header-banner {
  font-family: "Open Sans", sans-serif;
}

.header-banner {
  width: 100%;
  position: relative;
}

.header-banner > h1, .header-banner div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 10px 0px 10px 0px;
  min-height: 54px;
  color: #ffffff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.header-banner > h1 {
  background-color: #012168;
}

.sign-up__header h1 {
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  color: #ffffff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  background-color: #012168;
}

.header-banner-title {
  background-color: rgba(1, 33, 104, 0.8);
}

@media all and (max-width:768px) {
  .header-banner-title {
    position: absolute;
    background-color: rgba(1, 33, 104, 0.8);
  }

}

.header-banner img {
  width: 100%;
}

@media all and (max-width:540px) {
  .desktop-banner {
    display: none;
  }

}

.mobile-banner {
  display: none;
}

@media all and (max-width:540px) {
  .mobile-banner {
    display: block;
    height: auto !important;
  }

}

.content-container {
  width: 100%;
}

#edit-submit {
  background-color: #009add;
  border-color: #009add;
}

#edit-submit:hover {
  background: #0076aa;
}

.mid {
  font-family: "Open Sans", sans-serif;
  padding-left: 50px;
}

.mid b {
  margin-top: 64px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mid p {
  margin-top: 12px;  /* Style for "Previously" */
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mid table:not([class]) th, .mid table:not([class]) td {
  padding: 5px;
}

.mid table:not([class]) tbody td {
  font-weight: 300;
}

.mid table:not([class]) th {
  text-align: left;
}

.ourvision {
  text-align: center;
  font-weight: 300;
  background-color: #012168;
  margin-top: 40px;
  padding: 40px 30px;
  font-family: "Open Sans", sans-serif;
}

.ourmission {
  padding: 40px 30px 45px;
  background-color: #009add;
  margin-top: 48px;
  font-weight: 300;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar h2 {
  color: #012168;
  font-size: 1.875rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.bold-text {
  font-weight: bold !important;
  font-size: 18px;
  letter-spacing: -.3px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.bold-text.title-text {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.introduction-text {
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -.3px;
}

.ourvision h2 {

  /* Style for "OUR VISION" */
  color: #009add;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4375rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.ourvision p {
  color: white;
}

.ourmission p {
  color: white;
}

.ourmission h2 {
  color: #012168;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4375rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 20px;
}

.latestAnnualReports {
  padding: 15px 45px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #eef1f3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media all and (max-width:1200px) {
  .latestAnnualReports {
    padding: 15px 20px;
  }

}

@media all and (max-width:991px) {
  .latestAnnualReports {
    padding: 15px 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

@media all and (max-width:768px) {
  .latestAnnualReports {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }

}

@media all and (max-width:600px) {
  .latestAnnualReports {
    width: 100%;
  }

}

.latestAnnualReports .latestAnnualReports__left {
  margin-right: 45px;
}

@media all and (max-width:1200px) {
  .latestAnnualReports .latestAnnualReports__left {
    margin-right: 20px;
  }

}

@media all and (max-width:991px) {
  .latestAnnualReports .latestAnnualReports__left {
    margin-right: 45px;
  }

}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__left {
    margin-right: 0;
    margin-bottom: 0;
  }

}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__left h3 {
    margin-right: 0;
  }

}

.latestAnnualReports .latestAnnualReports__left h3 p {
  margin-bottom: 20px !important;
  max-width: 300px;
  font-size: 1.25rem;
  line-height: 24px;
  color: #012168;
  font-weight: 500;
  text-transform: uppercase;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__left h3 p {
    margin: 0 auto;
    text-align: center;
  }

}

.latestAnnualReports .latestAnnualReports__left h3 p strong {
  font-weight: 600;
}

.latestAnnualReports .latestAnnualReports__right {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.latestAnnualReports .latestAnnualReports__right .link {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.latestAnnualReports .latestAnnualReports__right .link:last-of-type {
  margin-right: 0;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__right .link {
    margin-right: 0;
    margin-bottom: 50px;
  }

}

.latestAnnualReports .latestAnnualReports__right .link p {
  margin: 15px 0 0 !important;
  display: inline-block;
  height: 37px;
  color: #009add;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__right .link p {
    height: auto;
  }

}

.latestAnnualReports .latestAnnualReports__right .link img {
  height: 225px;
  width: auto;
}

.latestAnnualReports .latestAnnualReports__accordion {
  padding: 15px 0;
  border-bottom: 1px solid #a4aaaf;
  border-top: 1px solid #a4aaaf;
}

.latestAnnualReports .latestAnnualReports__accordion h4 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #009add;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.latestAnnualReports .latestAnnualReports__accordion h4:after {
  content: '';
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 10px;
  height: 10px;
  background: url(../images/plus.svg) no-repeat center;
}

.latestAnnualReports .latestAnnualReports__accordion h4.show-active {
  font-weight: 900;
  color: #012168;
}

.latestAnnualReports .latestAnnualReports__accordion h4.show-active:after {
  display: none;
  background: url(../images/maximize-24px.svg) no-repeat center;
  width: 10px;
  height: 20px;
  margin-bottom: -10px;
}

.latestAnnualReports .latestAnnualReports__accordion .latestAnnualReports__accordion-wrapper {
  margin-top: 15px;
  display: none;
}

.latestAnnualReports .latestAnnualReports__accordion .latestAnnualReports__accordion-wrapper .latestAnnualReports__accordion-item {
  margin-bottom: 10px;
}

.latestAnnualReports .latestAnnualReports__accordion .latestAnnualReports__accordion-wrapper .latestAnnualReports__accordion-item a {
  color: #009add;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.latestAnnualReports .latestAnnualReports__accordion .latestAnnualReports__accordion-wrapper .latestAnnualReports__accordion-item a:hover {
  text-decoration: none;
}

.latestAnnualReports .latestAnnualReports__accordion .latestAnnualReports__accordion-wrapper .latestAnnualReports__accordion-item a:after {
  content: '\203A';
  position: relative;
  margin-left: 5px;
  color: #009add;
  font-size: 17px;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__accordion {
    display: none;
  }

}

.latestAnnualReports .latestAnnualReports__accordion_mobile {
  display: none;
}

@media all and (max-width:768px) {
  .latestAnnualReports .latestAnnualReports__accordion_mobile {
    display: block;
  }

}

/* style fot    general_text_templete */
.mid-block h2 {
  color: #012168;
  font-weight: 300;
  line-height: 2rem;
  text-transform: uppercase;
}

.mid-block h3 {
  color: #012168;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.right_c {
  padding-left: 0px;
  padding-right: 0px;
  margin: 8px !important;
}

.column {
  background-color: white;
}

h1, h2, h3, h4, h5, h5, h6 {
  color: #012168;
}

h2 {
  font-size: 22px;
  line-height: 24px;
}

h3 {
  font-size: 20px;
  line-height: 22px;
}

.text-404 {
  font-size: 110px;
  font-weight: bold;
  margin-top: 100px;
  color: grey;
}

@media (max-width:960px) {
  .text-404 {
    margin-top: 180px;
  }

}

.mid-with-head-banner .text-not-found {
  font-size: 35px;
  margin-top: 50px;
  color: grey;
}

.general .mid-block h2, .general .mid-block h3 {
  text-align: left;
}

@media (max-width:960px) {
  .sidebar {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 0px;
    width: 100%;
  }

}

.active.levels .menu_level1:after {
  content: " ";
  background: none;
}

.registry-light-green-block {
  padding: 2px;
}

.page-node-type-news .is-promoted {
  margin-top: 0px;
}

@media (min-width:1262px) {
  .container {
    width: 1262px;
  }

}

.mid-with-head-banner .regulatory-service-b__body h4 {
  margin-top: -4px;
}

.mid-with-head-banner .regulatory__task.date {
  padding-right: 0px;
}

.registry-light-green-block {
  min-height: 176px;
}

.registry-dark-green-block {
  min-height: 176px;
}

.registry-dark-green-block img, .registry-light-green-block img {
  margin: 10px auto;
}

.info-block__img img {
  width: 100%;
}

@media (max-width:550px) {
  .info-block__img img {
    width: 100%;
  }

}

.registry-light-green-block, .registry-dark-green-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.result-pay .mid table {
  margin-left: 0px;
}

body {
  font-size: 16px;
}

/*News (end)*/

/*#block-mailchimp-signup-sign-up-for-news-alerts {*/

/*display: none;*/

/*}*/

/*.popup_bg {*/

/*display: none;*/

/*}*/

/* Certificate of Airworthiness*/
.certificate-table_wrapper {

  /*border: 1px solid;*/
  margin: 10px 0;
  padding: 0 20px;
  width: 100%;
  background-color: #eeeeee;  /* *** only for acceptance list tables, url /type-acceptance-certificate */

  /* *** */
}

.certificate-table_wrapper-first {
  margin-top: 35px;
}

.certificate-table_wrapper.acceptance-wrapper {
  padding-top: 0 !important;
}

.certificate-table_wrapper.notices-tables {
  padding-left: 15px;
  padding-right: 0;
  background-color: transparent;
}

@media all and (max-width:768px) {
  .certificate-table_wrapper.notices-tables {
    padding-left: 0;
  }

}

.certificate-table_wrapper.notices-tables table.acceptance-wider {
  border-collapse: separate;
  border-spacing: 0 3px;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr.certificate-t-header {
  border-bottom: none;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr.certificate-t-header > td {
  padding-bottom: 7px !important;
  font-weight: 600;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr:not(.certificate-t-header) {
  background-color: #edf1f4;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr:not(.certificate-t-header):hover {
  background-color: #e5f4fb;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr td:nth-child(1) {
  padding-left: 8px;
  width: 46%;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr td:nth-child(2) {
  width: 58%;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr td:nth-child(3) {
  width: 23%;
}

.certificate-table_wrapper.notices-tables table.acceptance-wider tr td:nth-child(4) {
  width: 30%;
}

@media all and (max-width:1024px) {
  .certificate-table_wrapper.notices-tables table.acceptance-wider tr td:nth-child(4) {
    width: auto;
  }

}

.certificate-table_wrapper.notices-tables table.wider {
  border-collapse: separate;
  border-spacing: 0 3px;
}

.certificate-table_wrapper.notices-tables table.wider tr.certificate-t-header {
  border-bottom: none;
}

.certificate-table_wrapper.notices-tables table.wider tr.certificate-t-header > td {
  padding-bottom: 7px !important;
  font-weight: 600;
}

.certificate-table_wrapper.notices-tables table.wider tr:not(.certificate-t-header) {
  background-color: #edf1f4;
}

.certificate-table_wrapper.notices-tables table.wider tr:not(.certificate-t-header):hover {
  background-color: #e5f4fb;
}

.certificate-table_wrapper.notices-tables table.wider tr td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.certificate-table_wrapper.notices-tables table.wider tr td:nth-child(1) {
  padding-left: 8px;
  width: 11.5%;
}

.certificate-table_wrapper.notices-tables table.wider tr td:nth-child(2) {
  width: 55%;
}

.certificate-table_wrapper.notices-tables table.wider tr td:nth-child(3) {
  width: 12%;
}

@media all and (max-width:1024px) {
  .certificate-table_wrapper.notices-tables table.wider tr td:nth-child(4) {
    width: auto;
  }

}

.certificate-table_wrapper.notices-tables table {
  border-collapse: separate;
  border-spacing: 0 3px;
}

.certificate-table_wrapper.notices-tables table tr.certificate-t-header {
  border-bottom: none;
}

.certificate-table_wrapper.notices-tables table tr.certificate-t-header > td {
  padding-bottom: 7px !important;
  font-weight: 600;
}

.certificate-table_wrapper.notices-tables table tr:not(.certificate-t-header) {
  background-color: #edf1f4;
}

.certificate-table_wrapper.notices-tables table tr:not(.certificate-t-header):hover {
  background-color: #e5f4fb;
}

.certificate-table_wrapper.notices-tables table tr td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.certificate-table_wrapper.notices-tables table tr td:nth-child(1) {
  padding-left: 8px;
  width: 15%;
}

@media all and (max-width:1250px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(1) {
    width: 105px;
  }

}

@media all and (max-width:768px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(1) {
    width: 17%;
  }

}

@media all and (max-width:540px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(1) {
    width: 19%;
  }

}

.certificate-table_wrapper.notices-tables table tr td:nth-child(2) {
  width: 65%;
}

@media all and (max-width:1250px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(2) {
    width: 64%;
  }

}

@media all and (max-width:540px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(2) {
    width: 56%;
  }

}

.certificate-table_wrapper.notices-tables table tr td:nth-child(3) {
  width: 19%;
}

@media all and (max-width:1250px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(3) {
    width: 17%;
  }

}

@media all and (max-width:540px) {
  .certificate-table_wrapper.notices-tables table tr td:nth-child(3) {
    width: 19%;
  }

}

.certificate-table {
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width:1024px) {
  .certificate-table tbody tr {
    display: table-row;
  }

  .certificate-table tbody tr td {
    width: 100% !important;
    padding: 8px !important;
  }

  .certificate-table tbody tr.certificate-t-header {
    display: none !important;
  }

}

.certificate-table > tr:not(.certificate-t-header):nth-child(1) > td {
  padding-top: 15px;
}

.certificate-table.requirements-page-table tbody tr td:nth-child(1) {
  width: 90%;
}

@media all and (max-width:768px) {
  .certificate-table.requirements-page-table tbody tr td:nth-child(1) {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }

}

@media all and (-ms-high-contrast:none) and (max-width:991px) {
  .certificate-table.requirements-page-table tbody tr td:nth-child(1) {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }

}

.certificate-table.requirements-page-table tbody tr td:nth-child(2) {
  width: 9%;
  text-align: center;
}

@media all and (max-width:768px) {
  .certificate-table.requirements-page-table tbody tr td:nth-child(2) {
    width: 50px;
  }

}

@media all and (-ms-high-contrast:none) and (max-width:991px) {
  .certificate-table.requirements-page-table tbody tr td:nth-child(2) {
    width: 80px;
  }

}

@media (max-width:1024px) {
  .certificate-table tbody tr.certificate-t-header {
    display: table-row !important;
  }

  // .cke_editable .certificate-table_wrapper.notices-tables table tr td:nth-child(1), // .cke_editable .certificate-table_wrapper.notices-tables table tr td:nth-child(3) {
    //    width: 10% !important;
  }

  .cke_editable .certificate-table tbody tr td {
    width: 22% !important;
  }

}

.certificate-table td {
  overflow: hidden;
  padding-bottom: 11px;
  padding-left: 1px;
  padding-top: 9px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}

.certificate-table td a, .certificate-table td a:hover {
  color: #009add;
  text-decoration: none;
}

.certificate-t-header {
  border-bottom: 1px solid #022169;
}

.certificate-t-header > td {
  padding-bottom: 15px;
}

.certificate__type {
  padding-right: 2%;
  width: 38.7%;
}

.for3columns {
  width: 56.7%;
}

.certificate__certif {
  padding-right: 2%;
  width: 22.2%;
}

.certificate__date {
  padding-right: 2%;
  width: 16.4%;
  white-space: nowrap;
  min-width: 115px;
}

.certificate__approval {
  padding-right: 2%;
  width: 19%;
}

.certificate__type, .certificate__certif, .certificate__date, .certificate__approval {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}

.certificate-t-header .certificate__type, .certificate-t-header .certificate__certif, .certificate-t-header .certificate__date, .certificate-t-header .certificate__approval {
  color: #022169;
  line-height: 18px;
  padding-bottom: 6px;
  padding-top: 4px;  /*text-transform: uppercase;*/
  vertical-align: top;
}

.certificate-table tbody > tr.certificate-t-header > td {
  padding-bottom: 15px !important;
}

.certificate-table tbody > tr.certificate__first > td {
  padding-top: 15px !important;
}

@media all and (max-width:1024px) {
  .certificate-table tbody > tr.certificate__first > td {
    padding-top: 5px !important;
  }

}

@media (max-width:1460px) {
  .certificate-table_wrapper {
    margin: 0;
    width: 100%;
  }

  .certificate__approval {
    width: 18%;
  }

}

@media screen and (max-width:1024px) {
  .certificate__type, .certificate__certif, .certificate__date, .certificate__approval {
    width: 100%;
  }

  .certificate-table_wrapper:not(.notices-tables) .certificate-t-header {
    display: none;
  }

  .certificate-table td {
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 1px;
    padding-top: 5px;
  }

  .certificate-table td.certificate__approval {
    padding-bottom: 17px;
  }

}

@media screen and (max-width:620px) {
  .certificate-table_wrapper {
    max-width: 100%;
  }

}

.accordion.certificate {
  margin: 19px -22px 0;
  width: 110%;
}

@media all and (max-width:1024px) {
  .accordion.certificate {
    margin: 0 auto;
    width: 100%;
  }

}

.accordion.certificate .accordion__head {
  padding: 0 22px;
}

.accordion.certificate .special-link {
  font-weight: 600;
}

.accordion.certificate .accordion__content {
  padding-top: 1px;
}

.accordion.certificate h5, .h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 45px;
  padding-left: 22px;
  padding-right: 22px;
}

h5, .h5 {
  font-size: 16px;
  font-weight: 700;
}

.accordion.certificate .accordion__content li {
  padding-bottom: 14px;
}

.accordion.certificate ul, ol {
  margin-bottom: 0;
  margin-top: 0;
}

.content-center .mid ol, .content-center .mid ul {
  margin: 0;
  padding-left: 1.3rem;
  list-style-position: outside;
}

.content-center .mid ul li {
  position: relative;
}

.content-center .mid li {
  padding-bottom: 10px;
  padding-left: 0;
}

.accordion.certificate .accordion__content li {
  padding-bottom: 14px;
  padding-left: 20px;
}

.container.general .mid .accordion.certificate p {
  margin-bottom: 15px;
  padding-left: 22px;
  padding-right: 22px;
}

.accordion.certificate .accordion__content li:last-child {
  padding-bottom: 4px;
}

.accordion.certificate .accordion {
  margin: 10px 0 13px;
  width: 100%;
}

.accordion.certificate .accordion .special-link {
  font-size: 14px;
}

.accordion.certificate .accordion .accordion__head {
  font-size: 14px;
  margin-bottom: 13px;
}

.general .certificate-table_wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.step svg.mailto {
  padding-left: 3px;
}

ol, ul {
  padding-left: 0;
  list-style-position: inside;
}

.wrappper5__block__icon .wp-block-media-text__media {
  display: none;
}

.wrappper5__block__icon .wp-image-1891 {
  display: none;
}

.resources-block__links a {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.resources-block__links .with-addition {
  margin-bottom: 5px;
}

.resources-block__links .addition {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.resources-block__links {
  margin-bottom: -15px;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .header-banner img {
    height: auto;
  }

  .notify-wrapper p {
    margin-top: 0px;
  }

  .notify-wrapper {
    height: auto !important;
  }

  .menu-link {
    margin-top: 16px;
  }

  .menu-link p {
    margin-top: 3px;
  }

}

@media screen and (-ms-high-contrast:active) and (max-width:700px) {
  .menu-wrapper .menu-link {
    margin-bottom: 0px;
  }

  .wrapper-megamenu {
    margin-bottom: 0px;
  }

  .top-menu ul {
    margin-top: 0px;
  }

}

.toolbar-menu.links .account {
  display: none;
}

.user-logged-in.path-node #toolbar-administration {
  padding-top: 40px;
}

.user-logged-in.path-member #toolbar-administration {
  padding-top: 40px;
}

.blue-back-block {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #012168;
  margin-bottom: 30px;
  min-height: 208px;
}

.blue-back-block .blue-block__text {
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  font-weight: normal;
}

.blue-back-block img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 29px auto 17px;
  width: 34px;
  height: 34px;
}

.blue-back-block .blue-block__plus {
  margin-top: 0px;
}

.button-link {

  /* Style for "Rectangle" */
  position: fixed;
  bottom: 60px;
  left: 80%;
  padding: 7px 7px 7px 12px;
  margin-left: -104.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 48px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  background-color: #eaa8ad;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2000;  /*animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;*/
}

@media screen and (max-width:888px) {
  .button-link {
    margin-left: -154.5px;
  }

}

@media screen and (max-width:634px) {
  .button-link {
    margin-left: -204.5px;
  }

}

@media screen and (max-width:413px) {
  .button-link {
    display: none;
  }

}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

}

.text-button {
  padding-left: 15px;
  padding-top: 3px;
}

.flip-card {
  background-color: transparent;
  width: 208px;
  height: 208px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .flip-card-inner {
    -webkit-perspective: none;
    perspective: none;
  }

}

@supports (-ms-ime-align:auto) {
  .flip-card-inner {
    -webkit-perspective: none;
    perspective: none;
  }

}

/* Do an horizontal flip when you move the mouse over the flip box container */

/* Position the front and back side */
.blue-block {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;  /* Safari */
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.blue-block.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.blue-back-block {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.blue-back-block.flipped {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* Style the front side (fallback if image is missing) */

/* Style the back side */
.blue-block {
  margin-bottom: 30px;
}

@media screen and (max-width:992px) {
  .flip-card {
    margin: 0px 30px 30px 30px;
  }

}

@media screen and (max-width:580px) {
  .blue-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flip-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
  }

}

.menu_level2 li a:hover {
  color: #012168;
}

.directors {
  padding-bottom: 52px;
}

.img-button {
  width: 34px;
  height: 34px;
  background: #fff url("../images/email-icon.svg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.break-point {
  display: inline-block;
  white-space: nowrap;
}

.text-close-button {
  margin-left: 30px;
  width: 20px;
  height: 20px;
  background: url("../images/noun_close_button_966946.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.remove-link {
  display: none;
}

.button-simple {
  padding: 20px 15px;
  font-size: 0.9em;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  background-color: #6fc4eb;
}

.button-simple:hover {
  background-color: #009add;
  color: #fff;
  text-decoration: none;
}

.button-simple:after {
  content: "\203A";
  left: 4px;
  font-size: 16px;
  color: #fff;
  position: relative;
  opacity: 1;
  margin-left: 2px;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}

.button-link a {
  color: white;
}

.button-link a:hover {
  color: white;
  text-decoration: none;
}

.button-link a:focus {
  color: white;
  text-decoration: none;
}

.button-link a:active {
  color: white;
  text-decoration: none;
}

.sidebar .menu_level1:hover {
  color: #012168;
}

.sidebar .menu_level1:hover .sidebar .menu_level1:after {
  color: #012168;
}

.blue-back-block {
  height: auto;
}

.blue-block, .blue-back-block {
  cursor: pointer;
}

.info-block1 .wp-block-column img {
  max-height: 331px;
  min-height: none;
}

.info-block1 .wp-block-column video {
  max-height: 331px;
}

.sidebar-menu .menu_level2 li a:hover:after {
  color: #012168;
}

@media (max-width:700px) {
  .result-pay {
    width: 100%;
  }

  .empty-td {
    width: 30px;
  }

  .menu-wrapper .wrapper-megamenu .menu_header {
    padding-top: 0px;
  }

}

@media (max-width:775px) {
  .flip-card {
    margin: 0 20px 20px 20px;
  }

}

@media (max-width:834px) {
  .blue-blocks {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

}

@media (max-width:1216px) {
  .blue-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flip-card {
    margin: 0px 20px 20px 20px;
  }

}

@media (max-width:992px) {
  .mid-with-head-banner {
    padding-bottom: 0px;
  }

}

@media (max-width:720px) {
  .blue-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flip-card {
    margin: 0px 20px 20px 20px;
  }

}

@media (max-width:580px) {
  .flip-card {
    margin: 0 auto;
    margin-bottom: 20px;
  }

}

@media (max-width:475px) {
  .custom-support .faqs h2:after {
    left: 88%;
  }

}

.resources-block__links a {
  cursor: pointer;
}

.header-banner h1 span {
  height: 38px;
}

li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h3 {
  color: #012168;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  color: #012168;
}

.mid .info-block1-video {
  display: block;
}

.info-video.info-block1-video video {
  width: 100%;
  height: auto;
}

.mid img.info-block1-img {
  display: none;
}

.mid .info-block1-video video {
  margin-left: 10px;
  margin-top: 5px;
}

form.user-login-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 50px;
}

form.user-login-form .form-group {
  margin-bottom: 25px;
}

@media (max-width:800px) {
  form.user-login-form {
    width: 90%;
  }

}

form.user-pass {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 50px;
}

@media (max-width:800px) {
  form.user-pass {
    width: 90%;
  }

}

form.user-pass p {
  margin-bottom: 25px;
}

nav.tabs {
  width: 50%;
  margin: 50px auto 0;
}

nav.tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:800px) {
  nav.tabs {
    width: 90%;
  }

}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}

.region-content {
  margin-top: -1px;
}

.new-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-image p {
  font-size: 14px;
  color: #333;
}

.new-image h3 {
  font-size: 18px;
  color: #022169;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 2px;
}

.new-image .line {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border: 1px solid #012269;
  border-bottom: none;
}

.new-image .line:nth-child(2n) {
  background: #F2F2F2;
}

.new-image .line:last-of-type {
  border-bottom: 1px solid #012269;
}

@media all and (max-width:768px) {
  .new-image .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.new-image .float-left {
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-right: 1px solid #012269;
  float: left;
}

@media all and (max-width:768px) {
  .new-image .float-left {
    margin: 0;
    padding: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: none;
  }

}

.new-image .float-left p {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

@media all and (max-width:768px) {
  .new-image .float-left p {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

.new-image .right-content {
  padding: 24px;
  height: auto;
}

@media all and (max-width:768px) {
  .new-image .right-content {
    padding: 0 15px 15px 15px;
  }

}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

li > .inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.note-text {
  font-style: italic;
}

.header-for-tables {
  background-color: #eef1f3 !important;
}

#node-39 .block__forms_links a {
  line-height: 1.8em;
}

#node-242 h2 {
  margin-top: 20px !important;
}

#node-242 ul > li:last-child {
  padding-bottom: 0;
}

#node-242 .block-forms {
  margin-bottom: 40px !important;
}

#node-42 .block__forms_links, #node-38 .block__forms_links {
  padding: 20px;
}

p.subhead {
  margin-top: 20px !important;
}

.best-practices-table {
  border-collapse: collapse;
}

.best-practices-table thead tr {
  height: 42px;
  background-color: #86a358;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.best-practices-table thead tr .row-1 {
  width: 30%;
}

.best-practices-table thead tr .row-2 {
  width: 35%;
}

.best-practices-table tbody {
  vertical-align: baseline;
}

.best-practices-table tbody tr {
  border-bottom: 1px solid #979797;
}

.best-practices-table tbody tr td {
  padding: 21px 21px 21px 0;
  line-height: 1.7em;
}

.best-practices-table tbody tr td span {
  line-height: 1.3em;
}

.best-practices-table tbody tr td:first-child {
  font-size: 18px;
  color: #012168;
}

.arworthiness-certificate-notices {
  width: 100%;
}

.fee-payment--content {
  width: 98.5%;
}

@media screen and (max-width:539px) {
  .fee-payment--content {
    width: 100%;
  }

}

.fee-payment--content > h1 {
  margin-bottom: 42px;
}

.fee-payment--content > h2 {
  margin-bottom: 13px;
}

.fee-payment--content > p {
  margin-top: 0;
}

.table-container {
  margin-bottom: 21px;
  display: block;
}

.table-container:nth-of-type(1) {
  margin-top: 24px;
}

.table-container p {
  margin-top: 0;
}

.table-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #eee;
}

.table-item > div {
  padding: 9px 5px 13.5px 16px;
}

.table-item > div p {
  font-size: .9375rem;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: .3px;
}

.table-item > div:nth-child(1) {
  width: 65.5%;
  background-color: #eef1f3;
}

.table-item > div:nth-child(2) {
  width: 34.5%;
  background-color: #dee3e7;
}

.table-item > div:nth-child(2) p {
  letter-spacing: 0;
}

.table-header {
  padding: 13px 13px 13px 16px;
  background-color: #052467;
}

.table-header > p {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: .2px;
}

.table-subtitle {
  padding: 9px 9px 9px 16px;
  background-color: #6679a1;
}

.table-subtitle > p {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.table-header > p, .table-subtitle > p {
  margin-bottom: 0;
  color: #fff;
  line-height: 23px;
  font-weight: 700;
}

.table-note {
  padding-left: 15px;
  margin-bottom: 10px;
}

.table-note > p {
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.table-note--second {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.table-note--second:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.table-note--last {
  margin-top: 5px;
  margin-bottom: 0;
}

.table-note--bold {
  margin-bottom: 6px;
}

.table-note--bold > p {
  font-weight: 700;
  color: #012168;
  letter-spacing: .28px;
}

.calculator-wrapper {
  padding: 16px 18px 13px 16px;
  margin-bottom: 24px;
  margin-top: -5px;
  display: block;
  background-color: #7fccee;
}

.calculator-wrapper p {
  margin-top: 0;
}

.calculator-wrapper form {
  margin-left: 23px;
  margin-right: 15px;
  display: inline-block;
}

@media screen and (max-width:850px) {
  .calculator-wrapper form {
    margin-left: 0;
  }

}

@media screen and (max-width:539px) {
  .calculator-wrapper form {
    margin: 0 auto 10px;
    display: block;
    width: 70%;
  }

}

.calculator-wrapper form > input {
  margin-right: 26px;
  height: 35px;
  width: 179px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
}

.calculator-wrapper form > input::-webkit-inner-spin-button, .calculator-wrapper form > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.calculator-wrapper form > input::-webkit-input-placeholder {
  color: #000;
}

.calculator-wrapper form > input::-moz-placeholder {
  color: #000;
}

.calculator-wrapper form > input::-ms-input-placeholder {
  color: #000;
}

.calculator-wrapper form > input::placeholder {
  color: #000;
}

@media screen and (max-width:1199px) {
  .calculator-wrapper form > input {
    width: 150px;
    font-size: .875rem;
  }

}

@media screen and (max-width:991px) {
  .calculator-wrapper form > input {
    width: 179px;
    font-size: 1rem;
  }

}

@media screen and (max-width:650px) {
  .calculator-wrapper form > input {
    width: 150px;
    font-size: .875rem;
  }

}

@media screen and (max-width:539px) {
  .calculator-wrapper form > input {
    margin-bottom: 10px;
    width: 100%;
  }

}

.calculator-wrapper form > button {
  height: 35px;
  width: 106px;
  font-style: italic;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: none;
  background-color: #009add;
  vertical-align: top;
}

@media screen and (max-width:1199px) {
  .calculator-wrapper form > button {
    width: 90px;
    font-size: .875rem;
  }

}

@media screen and (max-width:991px) {
  .calculator-wrapper form > button {
    width: 106px;
    font-size: 1rem;
  }

}

@media screen and (max-width:650px) {
  .calculator-wrapper form > button {
    width: 90px;
    font-size: .875rem;
  }

}

@media screen and (max-width:539px) {
  .calculator-wrapper form > button {
    display: block;
    width: 100%;
    font-size: 1rem;
  }

}

@media screen and (max-width:539px) {
  .calculator-wrapper {
    padding-right: 16px;
  }

}

.calculator-title {
  display: inline-block;
}

.calculator-title > p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width:1199px) {
  .calculator-title > p {
    font-size: 1rem;
  }

}

@media screen and (max-width:991px) {
  .calculator-title > p {
    font-size: 1.125rem;
  }

}

@media screen and (max-width:850px) {
  .calculator-title {
    margin-bottom: 10px;
    display: block;
  }

}

@media screen and (max-width:539px) {
  .calculator-title {
    text-align: center;
  }

}

.calculator-result--wrapper {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width:539px) {
  .calculator-result--wrapper {
    margin: 0 auto;
    display: block;
    width: 70%;
  }

}

.calculator-result--title {
  padding-top: 4px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width:650px) {
  .calculator-result--title {
    display: none;
  }

}

.calculator-result--field {
  margin-left: 7px;
  padding-left: 18px;
  display: inline-block;
  min-width: 100px;
  width: 176px;
  height: 35px;
  background-color: #fff;
  vertical-align: top;
}

@media screen and (max-width:1199px) {
  .calculator-result--field {
    width: 160px;
  }

}

@media screen and (max-width:991px) {
  .calculator-result--field {
    width: 176px;
  }

}

@media screen and (max-width:650px) {
  .calculator-result--field {
    width: 160px;
  }

}

@media screen and (max-width:539px) {
  .calculator-result--field {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

}

.calculator-result--field p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  vertical-align: top;
}

.fee-sidebar--header {
  text-align: center;
  text-transform: uppercase;
  background: #012168;
}

.fee-sidebar--header > p {
  font-weight: 700;
}

.fee-sidebar--item {
  padding-left: 16px;
  background: #009add;
}

.fee-sidebar--header, .fee-sidebar--item {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.fee-sidebar--header > p, .fee-sidebar--item > p {
  color: #fff;
  font-size: .875rem;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}

.form-page__main-content h2, .form-page__main-content h3 {
  margin-top: 20px;
}

.form-page__sidebar-text1 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.form-page__sidebar-text2 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.form-page__form-wrapper {
  padding: 0 50px;
  background-color: #eef1f3;
  border: 1px solid #86a358;
}

@media all and (max-width:1024px) {
  .form-page__form-wrapper {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }

}

.form-page__form-wrapper #edit-actions {
  position: absolute;
  left: 86px;
  bottom: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 345px;
  height: 48px;
  background-color: #86a358;
}

@media all and (max-width:1200px) {
  .form-page__form-wrapper #edit-actions {
    width: 304px;
  }

}

@media all and (max-width:1024px) {
  .form-page__form-wrapper #edit-actions {
    position: static;
  }

}

@media all and (max-width:540px) {
  .form-page__form-wrapper #edit-actions {
    width: 100%;
  }

}

.form-page__form-wrapper h2.form-page__form-title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #86a358;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-align: center;
  text-transform: none;
  letter-spacing: -.4px;
  font-weight: 300;
}

@media all and (max-width:540px) {
  .form-page__form-wrapper h2.form-page__form-title {
    padding: 0 20px;
  }

}

#contact-message-report-damgerous-drone-activity-form {
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width:1024px) {
  #contact-message-report-damgerous-drone-activity-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

#contact-message-report-damgerous-drone-activity-form .dangerous-inputs, #contact-message-report-damgerous-drone-activity-form .dangerous-checkbox {
  margin-top: 15px;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox {
  width: 46%;
}

@media all and (max-width:1024px) {
  #contact-message-report-damgerous-drone-activity-form .dangerous-checkbox {
    width: 100%;
  }

}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper {
  margin-bottom: 35px;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div {
  margin-bottom: 5px;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div > div {
  margin: 0;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div > div label.option {
  padding-left: 30px;
  position: relative;
  min-height: 20px;
  cursor: pointer;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div > div label.option.checkbox-checked::after {
  background-image: url("../images/checkbox-checked.png");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 4px;
  cursor: pointer;
  content: "";
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div > div label.option::before {
  background-image: url("../images/checkbox-unchecked.png");
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 10px;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper > div > div label.option input[type='checkbox'] {
  display: none;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper #edit-field-test-delete label {
  position: relative;
  min-height: 20px;
  cursor: pointer;
  padding-left: 30px;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper #edit-field-test-delete label.radio-checked::after {
  background-image: url("../images/checkbox-checked.png");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 4px;
  cursor: pointer;
  content: "";
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper #edit-field-test-delete label::before {
  background-image: url("../images/checkbox-unchecked.png");
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 10px;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-checkbox__wrapper #edit-field-test-delete label input[type="radio"] {
  display: none;
}

#contact-message-report-damgerous-drone-activity-form .dangerous-inputs {
  width: 45%;
}

@media all and (max-width:1024px) {
  #contact-message-report-damgerous-drone-activity-form .dangerous-inputs {
    width: 100%;
  }

}

#contact-message-report-damgerous-drone-activity-form .dangerous-inputs input {
  height: 50px;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-no-fly-zone, #contact-message-report-damgerous-drone-activity-form .form-item-field-choose-a-reason, #contact-message-report-damgerous-drone-activity-form #edit-field-other-description-wrapper {
  display: none;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-no-fly-zone.show-item, #contact-message-report-damgerous-drone-activity-form .form-item-field-choose-a-reason.show-item, #contact-message-report-damgerous-drone-activity-form #edit-field-other-description-wrapper.show-item {
  display: block;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value label, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value label, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value label, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value label {
  display: none;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value textarea, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value textarea, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value textarea, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value textarea {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value textarea::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value textarea::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value textarea::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input::-webkit-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value textarea::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value textarea::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value textarea::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input::-moz-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value textarea::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value textarea::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value textarea::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input::-ms-input-placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

#contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value input::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-email-0-value textarea::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value input::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-name-0-value textarea::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value input::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-safety-phone-0-value textarea::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value input::placeholder, #contact-message-report-damgerous-drone-activity-form .form-item-field-other-description-0-value textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

#contact-message-report-damgerous-drone-activity-form .select-wrapper {
  display: block;
  max-width: 300px;
}

#contact-message-report-damgerous-drone-activity-form .select-wrapper select option[value="_none"] {
  display: none;
}

#contact-message-report-damgerous-drone-activity-form legend {
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  border: none;
}

#contact-message-report-damgerous-drone-activity-form textarea {
  max-width: 500px;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#contact-message-report-damgerous-drone-activity-form button[type='submit'] {
  padding: 0;
  margin-left: 20px;
  display: block;
  height: 38px;
  width: 170px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-align: left;
  background: transparent url("../images/Shape.png") center right no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  border: none;
}

#contact-message-report-damgerous-drone-activity-form button[type='submit']:focus {
  outline: none;
}

#contact-message-report-damgerous-drone-activity-form #edit-field-test-delete .form-item-field-test-delete:nth-child(1) {
  display: none;
}

.captcha {
  position: absolute;
  left: 86px;
  bottom: 120px;
}

@media all and (max-width:1024px) {
  .captcha {
    position: static;
    margin-bottom: 30px;
  }

}

@media all and (max-width:400px) {
  .captcha {
    margin-left: -20px;
  }

}

#captcha {
  max-width: 420px;
}

@media all and (max-width:540px) {
  #captcha {
    margin-left: -5%;
    max-width: unset;
    width: 110%;
  }

}

#captcha #captcha--description {
  margin: 5px 0 10px;
  padding: 0;
  color: #777;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.sign-up__main-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98.7%;
}

@media all and (max-width:1100px) {
  .sign-up__main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.sign-up__header {
  margin: 0 0 41px;
  width: 100%;
  height: 55px;
  float: left;
  text-align: center;
  background-color: rgba(1, 33, 104, 0.8);
}

.sign-up__header > h1 {
  margin: 0;
  color: #fff;
  line-height: 55px;
  text-transform: capitalize;
}

.sign-up__left {
  margin-right: 32px;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  font-size: 20px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

@media all and (max-width:1100px) {
  .sign-up__left {
    margin-bottom: 15px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

}

.sign-up__right {
  margin-top: 7px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #86a358;
  background-color: #eef1f3;
}

.sign-up__right #mc_embed_signup {
  padding-bottom: 33px;
  background-color: transparent;
}

.sign-up__right #mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}

.sign-up__right #mc_embed_signup .sign-form__content {
  padding: 15px 70px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width:991px) {
  .sign-up__right #mc_embed_signup .sign-form__content {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media all and (max-width:768px) {
  .sign-up__right #mc_embed_signup .sign-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

@media all and (max-width:540px) {
  .sign-up__right #mc_embed_signup .sign-form__content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.sign-up__right #mc_embed_signup .sign-form__left {
  margin-right: 55px;
  -webkit-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}

@media all and (max-width:991px) {
  .sign-up__right #mc_embed_signup .sign-form__left {
    margin-right: 40px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

}

@media all and (max-width:768px) {
  .sign-up__right #mc_embed_signup .sign-form__left {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 400px;
    margin: 0 0 30px 0;
  }

}

@media all and (max-width:540px) {
  .sign-up__right #mc_embed_signup .sign-form__left {
    width: 100%;
  }

}

.sign-up__right #mc_embed_signup .sign-form__left > .mc-field-group {
  position: relative;
  padding-bottom: 16px;
}

@media all and (max-width:540px) {
  .sign-up__right #mc_embed_signup .sign-form__left > .mc-field-group {
    width: 100%;
  }

}

.sign-up__right #mc_embed_signup .sign-form__left label {
  position: absolute;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  left: 15px;
  font-size: 16px;
  font-family: "Open Sans Light", sans-serif;
  font-weight: 300;
  color: #000;
  font-style: italic;
}

.sign-up__right #mc_embed_signup .sign-form__left label.label-with-asterisk {
  top: 16px;
}

.sign-up__right #mc_embed_signup .sign-form__left label.label-with-asterisk .asterisk {
  position: absolute;
  top: -5px;
}

@media all and (max-width:800px) {
  .sign-up__right #mc_embed_signup .sign-form__left label.label-with-telephone {
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

}

.sign-up__right #mc_embed_signup .sign-form__left label .label-with-telephone__description {
  font-size: 14px;
}

.sign-up__right #mc_embed_signup .sign-form__left input {
  padding: 0 7px;
  width: 100%;
  height: 49px;
  font-size: 16px;
  font-family: "Open Sans Light", sans-serif;
  font-style: italic;
  border: none;
  border-right: 0px;
}

.sign-up__right #mc_embed_signup .sign-form__left input::-webkit-input-placeholder {
  color: #000;
}

.sign-up__right #mc_embed_signup .sign-form__left input::-moz-placeholder {
  color: #000;
}

.sign-up__right #mc_embed_signup .sign-form__left input::-ms-input-placeholder {
  color: #000;
}

.sign-up__right #mc_embed_signup .sign-form__left input::placeholder {
  color: #000;
}

.sign-up__right #mc_embed_signup .sign-form__left .indicates-required {
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans Light", sans-serif;
  font-weight: 300;
  line-height: 18px;
  font-style: italic;
  text-align: left;
}

.sign-up__right #mc_embed_signup .sign-form__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sign-up__right #mc_embed_signup .sign-form__right strong {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-style: italic;
  letter-spacing: -.4px;
}

.sign-up__right #mc_embed_signup .sign-form__right input[type='checkbox'] {
  margin-right: 14px;
}

.sign-up__right #mc_embed_signup .sign-form__right label {
  display: inline;
  font-weight: 400;
  letter-spacing: .3px;
  font-family: 'Open Sans', sans-serif;
}

.sign-up__right #mc_embed_signup .sign-form__right #mce-responses {
  font-size: 0;
}

.sign-up__right #mc_embed_signup .sign-form__right ul {
  list-style: none;
  padding: 0;
}

.sign-up__right #mc_embed_signup .sign-form__right ul.info-type {
  padding-bottom: 22px !important;
}

.sign-up__right #mc_embed_signup .sign-form__right ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: .25px 0 1px !important;
}

.sign-up__right #mc_embed_signup .sign-form__submit-wrapper {
  padding: 17px 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  background-color: #86a358;
}

@media all and (max-width:991px) {
  .sign-up__right #mc_embed_signup .sign-form__submit-wrapper {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}

@media all and (max-width:991px) {
  .sign-up__right #mc_embed_signup .sign-form__submit-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media all and (max-width:540px) {
  .sign-up__right #mc_embed_signup .sign-form__submit-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.sign-up__right #mc_embed_signup .sign-form__email-communications {
  position: relative;
  margin-right: 97px;
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 560px;
}

@media all and (max-width:768px) {
  .sign-up__right #mc_embed_signup .sign-form__email-communications {
    margin-right: 70px;
    margin-left: 0;
    width: 55%;
  }

}

@media all and (max-width:540px) {
  .sign-up__right #mc_embed_signup .sign-form__email-communications {
    margin-bottom: 15px;
    padding-bottom: 8px;
    width: 100%;
  }

}

.sign-up__right #mc_embed_signup .sign-form__email-communications input[type="checkbox"] {
  display: none;
  margin-top: 4px;
  margin-right: 4px;
}

.sign-up__right #mc_embed_signup .sign-form__email-communications input[type="checkbox"].mce_inline_error {
  outline: 2px solid #e85c41;
}

.sign-up__right #mc_embed_signup .sign-form__email-communications label {
  position: relative;
  width: 95%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  letter-spacing: .3px;
}

.sign-up__right #mc_embed_signup .sign-form__email-communications label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
}

.sign-up__right #mc_embed_signup .sign-form__email-communications label.checkbox-checked:after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 4px;
  display: inline-block;
  height: 6px;
  width: 10px;
  border-left: 2px solid #0e0e0e;
  border-bottom: 2px solid #0e0e0e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.sign-up__right #mc_embed_signup .sign-form__email-communications label.email-communications:before {
  border: 1px solid #e85c41;
}

@media all and (max-width:768px) {
  .sign-up__right #mc_embed_signup .sign-form__email-communications label {
    width: 90%;
  }

}

.sign-up__right #mc_embed_signup .sign-form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up__right #mc_embed_signup .sign-form__actions input {
  padding: 0;
  margin: 0;
  width: 107px;
  height: 32px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  background-color: transparent;
  background-image: url("../images/Shape.png");
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
}

.sign-up__right #mc_embed_signup .sign-form__email-error {
  display: none;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

.sign-up__right #mc_embed_signup .sign-form__checkbox-list input[type='checkbox'] {
  display: none;
}

.sign-up__right #mc_embed_signup .sign-form__checkbox-list label {
  position: relative;
}

.sign-up__right #mc_embed_signup .sign-form__checkbox-list label:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
}

.sign-up__right #mc_embed_signup .sign-form__checkbox-list label.checkbox-checked:after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 6px;
  display: inline-block;
  height: 6px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.sign-up__form-title {
  color: #86a358;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.sign-up .asterisk {
  color: #7c2a5a;
}

@-moz-document url-prefix() {
  .sign-form__left input::-moz-placeholder {
    opacity: 1;
  }

  .sign-form__left input::placeholder {
    opacity: 1;
  }

  .sign-form__left label {
    left: 7px !important;
  }

  .sign-form__email-error {
    background: #6B0505 !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 0 0 1em 0 !important;
    border-radius: 0 !important;
  }

}

@media screen and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .sign-form__left input::-webkit-input-placeholder {
    opacity: 1;
  }

  .sign-form__left input::-moz-placeholder {
    opacity: 1;
  }

  .sign-form__left input::-ms-input-placeholder {
    opacity: 1;
  }

  .sign-form__left input::placeholder {
    opacity: 1;
  }

}

@media all and (min-width:1010px) {
  .safari.page-node-type-directors article.directors {
    margin: 0 -1px;
  }

}

.top-menu ul li:first-child, .top-menu ul li:first-child:active {
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-image: url("../images/pay-online.png");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 46px 46px;
  background-size: 46px;
}

.top-menu ul li.active:first-child .pay-online {
  border: none;
}

.top-menu ul li:first-child:hover {
  border: 1px solid #012168;
}

.wp-block-video video {
  width: auto;
}

.wp-block-video {
  margin: 0;
}

.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  padding: 0;
}

.wp-block-column {
  flex-grow: 0;
}

/* Fixes */
.home--three-columns > .wp-block-column:nth-child(2) {
  overflow: hidden;
}

/*.wp-block-columns {
display: block;
margin-bottom: 1.75em;
box-sizing: border-box;
flex-wrap: wrap;
}

@media all and (min-width:991px) {
.wp-block-columns {
display: flex;
margin-bottom: 1.75em;
box-sizing: border-box;
flex-wrap: wrap;
}

}*/
@media all and (max-width:990px) {
  .wp-block-columns {
    display: block;
  }

  .philosophy .map .map-column {
    padding-top: 0;
  }

  .legenda-map__column1 {
    margin-top: 0;
  }

  .info-block1 .wp-block-image {
    width: 100%;
  }

  .team.board-of-directors .team-item {
    margin: 0 0 15px 0;
  }

  .news .archive-block {
    width: 100%;
  }

  .news .block-green-link {
    width: 100%;
  }

  .header-logo-wrapper .logo-over-banner {
    display: none;
  }

  .drone-download {
    margin: 0 auto;
    width: 100% !important;
    max-width: 550px;
  }

  .wrappper9__block .wrappper9__block__columns {
    display: flex;
    width: 150px;
    margin: 41px auto 31px auto;
  }

}

@media all and (min-width:991px) {
  .wp-block-columns {
    display: flex;
  }

}

.drone-download {
  width: 550px;
  background-color: #009add;
  display: block;
}

/* broshure */
.broshure {
  padding: 15px 20px 15px 45px;
  height: 316px;
}

.broshure .latestAnnualReports__left {
  display: flex;
  flex-direction: column;
  flex-basis: 26%;
}

.broshure .latestAnnualReports__left h3 {
  color: #012168;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.broshure .latestAnnualReports__left .latestAnnualReports_broshure__accordion {
  padding: 14px 0;
  margin-top: 20px;
  border-bottom: 1px solid #a4aaaf;
  border-top: 1px solid #a4aaaf;
}

.broshure .latestAnnualReports__left .latestAnnualReports_broshure__accordion h4 {
  margin: 0;
}

.broshure .latestAnnualReports__left .latestAnnualReports_broshure__accordion h4 a {
  color: #009add;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.broshure .latestAnnualReports_broshure__right {
  padding-top: 20px;
  display: flex;
  position: relative;
  flex-basis: 70%;
}

.broshure1 {
  z-index: 20;
  top: 2%;
  left: 28%;
  position: absolute;
  height: auto;
  width: 266px;
}

.broshure2 {
  z-index: 30;
  bottom: 1%;
  right: 1%;
  position: absolute;
  height: auto;
  width: 290px;
}

.broshure3 {
  position: absolute;
  height: auto;
  z-index: 30;
  bottom: 14%;
  left: 3%;
  width: 160px;
}

@media screen and (max-width:768px) {
  .broshure .latestAnnualReports__left h3 {
    width: auto;
    margin: 0 auto;
  }

  .broshure {
    height: 700px;
    margin-bottom: 35px;
  }

  .broshure1 {
    top: 10%;
    left: 5%;
    width: 245px;
  }

  .broshure2 {
    bottom: 34%;
    left: 34%;
    width: 275px;
  }

  .broshure3 {
    bottom: 27%;
    left: -9%;
  }

  .home-video__content {
    display: flex;
  }

}

@media screen and (max-width:475px) {
  .latestAnnualReports {
    padding: 15px 20px;
  }

  .broshure {
    height: 750px;
  }

  .broshure1 {
    top: 4%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 245px;
  }

  .broshure2 {
    bottom: 36%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 255px;
  }

  .broshure3 {
    bottom: -4%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 200px;
  }

}

.news-block {
  margin-top: 60px;
}

.news-block .row {
  margin: 0 3px;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}

/*.news-block .row:last-child {
border-bottom: none;
}
*/
.news-block .row .headline {
  padding-left: 0;
}

.news-block .row .date {
  font-size: 12px;
  font-weight: 500;
}

.wrappper8__block, .latest-news {
  padding: 30px;
}

@media screen and (min-width:1200px) {
  .partner-slider {
    width: 100px;
  }

}

.partner-slider .view-content {
  position: relative;
  height: 270px;
}

.partner-slider .view-content .top, .partner-slider .view-content .bottom {
  position: absolute;
  width: 100%;
  background-color: #00236c;
  color: #fff;
  text-align: center;
}

.partner-slider .view-content .top {
  top: 0;
}

.partner-slider .view-content .top h3 {
  margin: 0;
  padding: 8px;
  color: #fff;
}

.partner-slider .view-content .bottom {
  padding: 8px;
  bottom: 0;
}

.partner-slider .view-content .owl-carousel .owl-stage-outer {
  height: 209px;
  width: 300px;
}

.view-partners2 {
  border: 1px solid #000;

}
.partner-slider .view-content .owl-carousel .owl-stage-outer .owl-stage {
  margin-top: 20px;
}

@media screen and (min-width:1200px) {
  .partner-slider .view-content .owl-carousel .owl-item img {
    margin: 0 auto !important;
    width: 100%;
    height: 160px;
  }

}

.partner-slider .view-content .owl-carousel .owl-item .views-field {
  margin-top: 20px;
}

.partner-slider .view-content .owl-carousel .owl-item .views-field-field-name {
  display: none;
}

.partner-slider .view-content .owl-carousel .owl-item img {
  margin: 0 auto !important;
  width: auto;
  height: 140px;
}

.partner-slider .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: -10px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width:1200px) {
  .partner-slider .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 0;
  }

}

.latest-news .latest-top__container {
}

.latest-news .latest-top__text {
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.latest-news .latest-top__button {
  float: right;
  font-size: 14px;
}

.wrappper7__block__header {
  margin-top: 0;
}

/* responsive updates  */
.row.sticky .col-with-header {
  margin-left: -15px;
}

.d-none {
  display: none;
}

.search-sm {
  display: none;
}

@media screen and (max-width:576px) {
  .row.sticky {
    overflow: hidden;
    margin-left: 0;
  }

  .d-sm-block {
    display: block;
  }

  a.logo img {
    width: 200px;
  }

  .top-menu > ul {
  }

  .menu-link {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  #menu-option.d-sm-block {
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 3px;
  }

  .search-sm {
    position: relative;
    display: block;
    background-color: #a4aaaf;
    padding: 15px 0;
  }

  .search-sm input {
    width: 90%;
    height: 24px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    padding-left: 9px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border: 0;
    outline: none;
  }

  .search-sm button {
    position: absolute;
    bottom: 15px;
    width: 24px;
    margin-left: -20px;
    height: 24px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    background: #009add url(../images/plane.png) no-repeat center;
    margin-right: 10px;
  }

  .search-lg {
    display: none !important;
  }

  .wrapper-megamenu {
    margin-bottom: 0;
  }

  .megamenu {
    padding-top: 0;
    padding-left: 0;
  }

  .wrappper7__block {
    padding: 15px 0;
  }

  .wrappper7__block > .wp-block-cover__inner-container {
    width: 100%;
  }

  .wrappper7__block__text2 {
    background-color: #019add;
    max-width: none;
    padding: 15px;
  }

  .latest-news {
    height: auto;
    margin-bottom: 15px;
  }

  .latest-news .latest-top__button {
    float: none;
    margin-top: 10px;
  }

  .header-banner h1 {
    font-size: 26px;
    text-transform: capitalize;
    padding: 15px;
  }

  .card-office {
    width: auto;
    text-align: center;
  }

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

  .container-directors {
    margin-top: 0;
  }

  .sidebar-menu .levels-expanded.active:not(.current-expanded) ul {
    padding-bottom: 10px;
  }

  .world-leaders {
    background-color: #edf1f3;
    display: block;
    padding: 30px;
  }

  .world-leaders > div, .world-leaders img {
    display: block;
    position: relative;
  }

  .world-leaders img.wp-block-cover__image-background {
    position: relative;
  }

  .world-leaders .wp-block-cover__inner-container {
    padding: 10px;
  }

  .world-leaders .wp-block-cover__inner-container .wrappper3__block-text {
    display: block;
    width: 100%;
    max-width: none;
  }

  .world-leaders .wp-block-cover__inner-container .wrappper3__block-link {
    max-width: none;
  }

  .header-banner-title {
    position: relative;
    width: 100%;
    padding: 15px !important;
  }

  .button-simple, .inline-flex {
    display: block;
  }

  .drone-icons .line .float-left p {
    width: 100%;
  }

  .drone-icons .line .float-left p img {
    margin: 0 auto;
  }

  table {
    font-size: 12px;
  }

  .custom-support .times-zone-block {
    width: 300px;
  }

  .custom-support .times-zone-block .time-location {
    padding: 0 40px;
  }

}

.world-leaders {
  padding: 30px 20px 30px 40px!important;
}

.world-leaders h2 {
  margin: 0;
  margin-top: 5px;
  font-weight: 700;
}

.world-leaders p {
  margin-top: 45px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.sidebar-menu .levels-expanded.active:not(.current-expanded) ul, .menu_level2 li, .sidebar-menu .menu_level2.show, .menu-sidebar .menu-active .active .menu_level2 a {
  background-color: #246aab !important;
}

.top-menu .active .pay-online {
  border: none;
}

.archive-block {
  background-color: transparent;
}

li.act a {
  color: #7fccee !important;
}

.menu-sidebar .menu-active .active .menu_level2 .act a {
  color: #7fccee !important;
}

.notify-wrapper {
  padding: 50px;
}

.notify-item h5 {
  color: #009add;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.notify-item h5:before {
  position: absolute;
  top: 50px;
  margin-left: -55px;
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url(/themes/contrib/bootstrap_subtheme/images/notification-bell.png);
  background-position: center;
  background-size: cover;
}

.notify-item p {
  color: white;
  margin-top: 20px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Open Sans", sans-serif !important;
}

.notify-item a {
  color: #61cbf9;
  text-decoration: underline;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 900;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.occ-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.occ-popup h2 {
  color: #012168;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.occ-popup p {
  margin-top: 12px;
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}

.occ-popup ul {
  margin: 0;
  padding-left: 1.3rem;
  list-style-position: outside;
}

.occ-popup ul li {
  padding-bottom: 10px;
  padding-left: 0;
}

.occ-popup .close {
  position: absolute;
  top: 5px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.occ-popup .close:hover {
  color: #06D85F;
}

.occ-message {
  position: relative;
  text-align: right;
}

.occ-message p {
  position: absolute;
  top: -25px;
  right: 0;
  padding-right: 30px;
  color: #012168;
}

.occ-message a {
  color: #012168;
  text-decoration: underline;
}

.wrappper3__block {
  background-color: #edf1f3;
}

.wrappper3__block {
  background-color: #edf1f3;
}

.wrappper3__block img.wp-block-cover__image-background {
  width: auto;
  left: auto;
}

.partner-slider {
  margin-bottom: 20px;
}

.view-partners2 > div {
}

.view-partners2 > div img {
}

.archive-block {
  display: none;
}

.team.board-of-directors .team-item .description {
  padding: 15px 10px;
}

.view-upcoming-events .view-empty {
  text-align: center;
  padding: 50px 0;
}

.wrappper3__block img.wp-block-cover__image-background {
  width: 100%;
  margin: 0;
}

.button-simple {
  background-color: #022169;
}

.interested-registry .wrappper5__block {
  background-color: #a4b0b0;
}

.interested-registry .wp-block-cover img.wp-block-cover__image-background {
  left: auto;
  top: auto;
  width: 180px;
  height: auto;
}

@media screen and (min-width:577px) and (max-width:1024px) {
  .home-video__fade-text {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  .bermuda-register .wp-block-media-text__media {
    top: -60px;
  }

  .bermuda-register .wp-block-media-text__content p {
    position: absolute;
    left: 200px;
  }

  .latest-news {
    padding: 30px;
    margin-left: 0 !important;
    margin-bottom: 30px;
    height: 300px;
  }

  .latest-news .latest-top__button {
    margin-top: 15px;
  }

  .wp-block-columns {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .wp-block-column.video-left-wrapper {
    margin: 0 0 0 0;
  }

  .wp-block-columns > div {
    margin: 0 0 30px 0;
  }

  .wrappper9__block .wrappper9__block_link {
    margin-top: 50px;
    height: 70px;
  }

  .wrappper3__block img.wp-block-cover__image-background {
    width: auto;
    margin: 0;
  }

  .header-banner-description {
    width: 90%;
    padding-bottom: 15px;
  }

  .header-logo-wrapper .logo-over-banner {
    display: block;
  }

  .top-menu ul li:first-child {
    height: 50px;
  }

  .megamenu p.menu_header {
    padding: 12px 0 8px 0;
    line-height: auto;
  }

  .megamenu-wrapp .red-back {
    padding-left: 13px;
  }

  .link-mobile-only .top-menu ul {
    padding-right: 30px !important;
  }

  .interested-registry .wp-block-cover img.wp-block-cover__image-background {
    left: auto;
    width: 250px;
  }

  .interested-registry .wrappper5__block {
    background-color: #a4b0b0;
  }

  .legenda-map {
    width: 300px;
  }

  .bermuda-register .wp-block-media-text__media img {
    margin-left: 50px;
  }

  .home--three-columns {
    width: 100%;
  }

  .column-offices1 {
  }

  .office2-column {
    display: flex;
    margin-left: 0 !important;
  }

  .office2-column > div {
    float: left;
  }

  .wrappper7__block__text1 {
    text-shadow: 2px 2px 8px #000;
  }

  p.has-text-color a {
    color: inherit;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.96);
  }

}

@media screen and (max-width:576px) {
  .wrappper7__block__text1 {
    text-shadow: 2px 2px 8px #000;
  }

  p.has-text-color a {
    color: inherit;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.96);
  }

  h1 {
    text-align: center;
  }

  .top-menu ul li:first-child {
    height: 50px;
  }

  .megamenu p.menu_header {
    padding: 12px 0 8px 0;
    line-height: auto;
  }

  .megamenu-wrapp .red-back {
    padding-left: 13px;
  }

  .link-mobile-only .top-menu ul {
    padding-right: 30px !important;
  }

  .occ-message p {
    position: relative;
    padding-right: 30px;
    color: #012168;
    text-align: center;
    margin-top: 10px;
    top: 0;
  }

  .occ-popup {
    width: 90%;
  }

  .home--three-columns > .wp-block-column:nth-child(2) {
    margin-bottom: 0;
  }

  .wrappper5__block .wp-block-cover__inner-container .wrappper5__block__link {
    max-width: 40%;
  }

  .wrappper9__block .wrappper9__block_link {
    margin: 50px 20px;
  }

  .card-office {
    min-height: initial;
    padding-bottom: 30px;
  }

  .inspection-offices-item .card-office {
    width: auto;
    max-width: initial;
  }

  .footer {
    margin-top: 0;
  }

  .interested-registry .wp-block-cover img.wp-block-cover__image-background {
    left: auto;
    width: 200px;
  }

  .interested-registry .wrappper5__block {
    background-color: #a4b0b0;
  }

  .wrappper3__block img.wp-block-cover__image-background {
    width: 100% !important;
    margin: 0;
  }

}

.upcoming-events .wrappper3__block img.wp-block-cover__image-background {
  width: 100%;
  margin: 0;
}

.department-table {
}

.department-table .row > div {
  height: 100px;
}

.department-table span {
  display: block;
  width: 100%;
}
.interested-registry .wp-block-cover img.wp-block-cover__image-background {

  width: 270px;

}

.world-leaders img.wp-block-cover__image-background {
    width: auto;
    margin: 0;
}

.header-banner {
}

.header-logo-wrapper:before {
  content:'';
  position: absolute;
  left: 20px;
  top: 80px;
  background-image: url(/sites/default/files/styles/large/public/inline-images/yEEpRO2SiAW6w8HnYu1S51DroPWzV8L30ii9I7YTiQe1AvKt0E.png);
  background-repeat: no-repeat;
  background-size: 310px;
  width: 310px;
  height: 100px;
  z-index: 5;
}

.custom-link.occurrence-report p {
  padding-top: 5px;
  padding-left: 5px;
}

.custom-link.occurrence-report .custom-link-button {
position: absolute;
    right: 36px;
}

.header-logo-wrapper .logo-over-banner {
  display: none;
}

.view-front-cta .owl-carousel .owl-item img {
  max-height: 300px;
}

.upcoming-events {
  background-color: #6fb7c5!important;
}
.upcoming-events h2.block-title {
  display: block!important;
  text-align: center;
  background-color: #00236c;
  padding: 20px;
  margin: 0;
  margin-top: -20px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}

.upcoming-events .views-field-title {
  margin-top: 10px;
}
.block-views-exposed-filter-blocksearch-index-page-1 {
  display: flex;
  align-items: center;
  height: 100%;
}
#views-exposed-form-search-index-page-1 {
  position: relative;
}
#views-exposed-form-search-index-page-1 .form-no-label.form-group {
  display: block;
}
#views-exposed-form-search-index-page-1 .form-actions {
   position: absolute;
   top:0;
   right: -10px;
}

#views-exposed-form-search-index-page-1 .form-actions button {
font-size: 0;
}

#views-exposed-form-search-index-page-1 .form-actions button:hover {
background: #009add url(../images/plane.png) no-repeat center;
}
#searchForm {display: none;}

.no-results {
  margin-top: 50px;
  text-align: center;
}

.news-block {
    margin-top: 20px;
}