﻿/* RESET */

* {
  box-sizing: border-box;
}

a,
strong {
  color: #163f65;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom CSS */

.padding-bottom-default {
  padding-bottom: 30px;
}

/* Fonts */

@font-face {
  font-family: "Blair ITC Medium";
  src: url("fonts/BLAIR-ITC-MEDIUM-6946.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Blair ITC Medium", Helvetica, Arial, Lucida, sans-serif;
}

body,
p,
span,
a,
li,
ul,
ol,
div,
input,
textarea,
button,
label,
blockquote,
pre,
code {
  font-family: "Calibri", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  overflow-x: hidden;
}

/* Hero */

.main-margin {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-section {
  background: url(/graphics/hero.jpg) center / cover no-repeat; 
  padding: 80px 0 130px 0;
  position: relative;
  overflow: hidden;
}

.hero-section h1 {
  line-height: 1.3em;
  font-size: 28px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: lowercase;
}

.icon svg {
  width: 20px;
}

.hero-section:after {
  content: "";
  background: url(/images/bottom-divider.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 221px;
  width: 100%;
  z-index: 11;
  pointer-events: none;
}

.hero-column:first-child {
  position: relative;
}

.hero-inner-column {
  z-index: 3;
  position: relative;
}
.hero-column:first-child:before {
  content: url(images/banner-overlay.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: bottom center / 100% no-repeat;
  transform: translate(-307px, -230px);
  z-index: 2;
}

.social-media-name {
  display: none;
  visibility: hidden;
}

.hero-social-icons .social-icon .icon {
  margin: 0px;
  background-color: #4f8abe;
  border-radius: 0px;
  border-right: 1px solid #0003;
  height: 32px;
  width: 32px;
  display: block;
  position: relative;
}

.hero-social-icons svg {
  fill: white;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.hero-social-icons {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  margin-top: 15px;
}

.social-icon:last-child .icon {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hero-subtitle p {
  color: #fff;
}

/* Tabs */

.asn--pages-tab ul,
.et-db #et-boc .et-l .asn--pages-tab ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.asn--pages-tab ul li {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  max-width: calc(50% - 10px);
  padding: 5px;
}
.asn--pages-tab ul li.current-menu-item a,
.asn--pages-tab ul li a:hover,
.asn--pages-tab ul li.current-menu-parent a,
.asn--pages-tab ul li.current-menu-parent a {
  background: #4f8abe;
  color: #fff;
}

.asn--pages-tab ul li a {
  color: #4f8abe;
  padding: 8px 30px;
  display: flex;
  border-top: 1px solid #4f8abe;
  border-bottom: 1px solid #4f8abe;
  text-align: center;
  font-weight: bold;
  border: 2px solid #4f8abe;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  justify-content: center;
}

.mobile--current-asn--page-tab {
  text-align: center;
  padding-bottom: 5px;
}
.mobile--current-asn--page-tab a {
  border: 2px solid #4f8abe;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 30px;
  display: flex;
  text-align: center;
  background: #4f8abe;
  color: #fff;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  text-decoration: none;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
}

span.text--caret-down {
  display: flex;
  align-items: center;
}

.asn--pages-tab .menu-bars-container,
.asn--pages-tab .menu-asn-pages-tab-container {
  display: none;
}

.mobile--current-asn--page-tab a .text--caret-down svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile--current-asn--page-tab a.active .text--caret-down svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Breadcrumbs */
#crumbs {
  padding: 30px 0 30px 0;
}
#crumbs a {
  color: #121212;
  text-decoration: underline;
}

#crumbs .delimiter {
  margin: 0 7px 0 4px;
}
#crumbs .current {
  color: #163f65;
}

/* posts */

p.loading-message {
  padding-bottom: 50px;
}

main {
  z-index: 9;
}

.with-bg {
  background-size: 100% 100%;
/*  background-image: url(images/bg-content2.png) !important; */
}

.post-item {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background: #fff;
}

.post-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
/*  height: 200px; */
  height: 130px; 
}

.post-content {
  padding: 30px;
}

.posts,
.posts-secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 60px;
  padding-bottom: 32px;
}

.post-inner-wrap {
  position: relative;
}

.post-content .category {
  background-color: #4f8abe;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em !important;
  padding: 5px 15px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.post-content .category a {
  color: #fff;
  text-decoration: none;
}

.post-meta .date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-item h3 a {
  font-family: "Blair ITC Medium", Helvetica, Arial, Lucida, sans-serif;
  text-decoration: none;
  color: #163f65;
  margin: 9px 0 20px 0;
  line-height: 1.2em;
  display: block;
}

.read-more-wrap.desktop {
  display: flex;
  justify-content: center;
}
.read-more-wrap.desktop a {
  display: inline-block;
  background-color: #163f65;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 30px;
  text-decoration: none;
  margin-top: 35px;
}

section#latest-occurrence-display {
  position: relative;
}

img.section-background {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0px;
  right: auto;
  text-align: left;
  margin-left: 0;
  height: 100%;
}

.section-inner {
  z-index: 9;
  position: relative;
}
.custom-repeater--block {
  background: #fff;
  padding: 10px;
}

.custom-repeater--block__each {
  margin-bottom: 20px;
}

.custom-repeater--block__each .custom-repeater--block__each--inner {
  display: block;
  padding: 20px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}

.custom-repeater--block__each .crb--text {
  max-width: unset;
  border-bottom: 1px solid #bccacf75;
  width: 100%;
  display: block;
  padding: 10px 0px;
}

.custom-repeater--block__each .crb--text.crb--date span {
  font-weight: 700;
  font-size: 17px;
  text-underline-offset: 5px;
  color: #4f8abe;
}

.database .custom-repeater--block__each:first-of-type .crb--text a span,
.database .custom-repeater--block__each:first-of-type .crb--text a,
.database .custom-repeater--block__each:first-of-type .crb--text {
  color: #163f65;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.custom-repeater--block::-webkit-scrollbar {
  width: 10px;
}

.custom-repeater--block::-webkit-scrollbar-thumb {
  background-color: #4f8abe;
  border-radius: 5px;
}

.crb--text.crb--country img,
.crb--airport img {
  width: 16px;
  object-fit: contain;
}

.sidebar .column {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.16);
  padding: 45px;
  border-radius: 10px;
  background-color: #fff;
}

.sidebar .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sidebar .column img {
  width: 100%;
  object-fit: contain;
  height: auto;
  margin-bottom: 10px;
}

.sidebar h3 {
  font-family: "Blair ITC Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  color: #4f8abe;
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}

.sidebar .text-inner a svg {
  width: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

.sidebar .text-inner a {
  color: #163f65;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 20px;
}

.sidebar .text-inner p {
  font-size: 20px;
}

.section-title,
.section-subtitle {
  font-size: 20px;
  padding: 30px 0;
  color: #163f65;
}

.section-subtitle {
  color: #4f8abe;
  margin-top: 20px;
}

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

.section-title.no-padding-top {
  padding: 0 0 30px;
}

.default-text {
  max-width: 550px;
  margin: 0 auto 40px auto;
}

.occurencies-inner {
  padding-bottom: 70px;
}

/* About */

section.about {
  padding: 64px 0;
}

.two-col .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.about .row p {
  margin-bottom: 16px;
}

.about .row p:last-child {
  margin-bottom: 0;
}

/* Chart */

.charts table {
  margin-top: 15px;
}

p.chart-text {
  margin-top: 15px;
}

p.chart-text span {
  color: orange;
  font-weight: 600;
  margin-right: 5px;
  font-family: "Arial";
}

.charts table {
  margin-top: 15px;
  width: 100%;
}

.charts td:first-of-type {
  text-align: left;
}

.charts td {
  text-align: right;
}

.charts table strong {
  color: #163f65;
}

/* Footer */

footer {
  background-color: #2f4353;
  padding-top: 64px;
  padding-bottom: 20px;
}

footer * {
  color: #fff;
}

.cta-yellow {
  color: #ffffff;
  border-color: #ddb545;
  font-size: 16px;
  font-family: "Calibri", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  background-color: #ddb545;
  padding: 8px 30px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.cta-yellow:hover {
  background: #163f65;
  border-color: #163f65;
}

.menu-item .cta-yellow.white-text:hover {
  background: #eebd35;
  border-color: #eebd35;
}

.cta-blue {
  color: #ffffff;
  border-color: #163f65;
  font-size: 16px;
  font-family: "Calibri", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  background-color: #163f65;
  padding: 8px 30px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.cta-blue:hover {
  background: #ddb545;
  border-color: #ddb545;
}

.cta-white {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  color: #163f65;
  font-weight: 700;
  border-radius: 10px;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  display: inline-block;
  width: fit-content;
}

footer .cta-yellow {
  margin: 30px auto;
  min-width: 260px;
}

a.footer-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

footer .social-icon svg {
  fill: #bccacf;
}

footer .social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #bccacf;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social-icon svg {
  fill: #bccacf;
  height: 16px;
  width: 16px;
}

footer a.icon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icons {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.footer-section {
  display: grid;
  gap: 30px;
}

.footer-column.block-5 {
  grid-row: 2 / 2;
}

footer h2 {
  color: #bccacf;
  font-family: "Blair ITC Medium", Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}

.info-block .text-inner {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.info-block .text-inner img {
  width: 14px;
}

.text-inner.phone-link img {
  position: relative;
  top: 5px;
}

.text-module.info-block.block-fax img {
  position: relative;
  top: 2px;
}

.block-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-column.block-4,
.footer-column.block-3,
.footer-column.block-2 {
  display: none;
}

.text-module.footer-details-title {
  display: none;
}

.block-all-offices a {
  color: #ddb545;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.footer-column {
  max-width: 160px;
  margin: 0 auto;
}

.bottom-row .footer-column,
footer .privacy-links {
  max-width: 100%;
}

.copyright-container {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

p.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
}

.footer-column.privacy-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.footer-column.privacy-links a:last-child {
  border: none;
}

.footer-column.privacy-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 10px;
  line-height: 1.1;
}

.footer-column .text-module a {
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.footer-column .info-block.text-module.block-all-offices a {
  text-decoration: underline;
  display: flex;
}

/* details page */

.aircraft--details__all table tr td:first-child {
  width: 130px;
  background: #eaf1f7;
}

.aircraft--details__all table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  /* vertical-align: middle; */
}

.aircraft--details__all table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  margin-top: 40px;
  margin-bottom: 30px;
}

.aircraft--details__all table span {
  color: #163f65;
}

.ad-type--block img {
  display: block;
  max-width: 150px;
}

.aircraft--details__all table tr td a {
  color: #4f8abe;
  text-decoration: underline;
}

.sidebar.details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: fit-content;
}

.sidebar.details h3 {
  font-size: 16px;
}

.sidebar.details .cta-blue {
  margin: 30px auto 0 auto;
}

.sidebar.details p {
  margin-bottom: 5px;
}

.sidebar.details ul {
  list-style: inside;
  margin-bottom: 10px;
}

a.default-link {
  text-decoration: underline;
  font-weight: 700;
  color: #163f65;
}

.asn-widget {
  padding: 30px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  background: #bccacf1a;
  width: 100%;
  margin-bottom: 30px;
}

.asn-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.list-with-arrow img {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.list-with-arrow li {
  /* padding: 8px 0; */
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.list-with-arrow li:last-of-type {
  border-bottom: none;
}

/* map */

.map iframe {
  height: 450px;
  margin-bottom: 30px;
}

/* photos */

.gallery-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* media */

.media-item.video {
  position: relative;
  width: fit-content;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 300px;
  opacity: 0.5;
  margin-bottom: 40px;
  margin-top: 40px;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.video-overlay::before {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
}

.media-item.video:hover .video-overlay::before {
  opacity: 1;
}

img.video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  border-radius: 10px;
}

.play-button {
  z-index: 9;
  position: relative;
  top: 10px;
}

.play-button img {
  width: 100px;
}

.media-item iframe {
  border-radius: 10px;
}

.media-item iframe {
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.videos--carousel .slick-center {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: unset;
  z-index: 11;
  opacity: 1;
  position: relative;
  min-height: 350px;
  top: 10px;
}

.videos--carousel .slick-active.slick-center .iframe-container,
.videos--carousel .slick-active.slick-center .video-overlay {
  width: 200%;
  margin-left: -50%;
}

.slick-dots {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  padding-top: 30px !important;
  position: relative;
  padding-bottom: 0px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 8px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #bccacf;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #ddb545;
}

.slick-dots .arrow--li .arrow--btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrow--li.arrow--li-prev {
  margin-right: 40px;
}

.arrow--li.arrow--li-next {
  margin-left: 40px;
}

.other-media {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-cta {
  background-color: rgba(188, 202, 207, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}

.page-cta.top {
  padding: 50px;
  border-radius: 50px 10px 50px 10px;
  margin-bottom: 30px;
}

.page-cta a {
  margin: 0 auto;
}

.page-cta h2 {
  padding-top: 0;
}

.page-cta p {
  margin-bottom: 30px;
}

.other-media iframe {
  width: 100% !important;
  max-width: 550px;
}

.custom-repeater--block__each.header .crb--text span {
  text-decoration: none;
  color: #163f65;
  font-weight: 700;
  font-size: 20px;
}

.custom-repeater--block__each.revision.header {
  display: none;
}

/* .custom-repeater--block__each.revision {
  padding: 10px;
} */

.revision .custom-repeater--block {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 483px;
}

.revision .custom-repeater--block__each .crb--text.crb--date span,
.revision .custom-repeater--block__each .crb--text.crb--name span,
.revision .custom-repeater--block__each .crb--text.crb--code span {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px !important;
}

.revision .custom-repeater--block__each.header .crb--text.crb--date span,
.revision .custom-repeater--block__each.header .crb--text.crb--name span,
.revision .custom-repeater--block__each.header .crb--text.crb--code span {
  font-weight: 700;
  font-size: 20px;
}

/* forms */

.column.form {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px 10px 50px 10px;
  padding: 30px;
}

.form label {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #163f65;
}

.form .pure-control-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form input,
.form textarea,
.form select {
/*  background-color: rgba(188, 202, 207, 0.2); */
  background-color: #d7e5f2;
  border: 1px solid rgba(22, 63, 101, 0.2);
  border-radius: 10px;
  color: #121212;
  /* font-size: 16px; */
   font-size: 20px; 
  line-height: 1.2em;
  padding: 17px;
  width: 100%;
}

.form input:focus-visible,
.form textarea:focus-visible,
.form select:focus-visible {
  outline-color: #ddb545;
}

.form input[type="checkbox"] {
  width: auto;
}

.form #submit {
  background-color: #ddb545;
  border: 2px solid transparent;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  line-height: 1.2em;
  cursor: pointer;
  width: fit-content;
  transition: 0.2s;
}

form.edit #submit {
  margin-top: 20px;
}

.form #submit:hover {
  background: #fff;
  border-color: #ddb545;
  color: #ddb545;
}

.column.form.contact {
  margin-top: 30px;
}

.contact p {
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-hint {
  margin-top: 10px;
  margin-bottom: 0;
}

.group-inner {
  display: flex;
  gap: 10px;
}

#naturehelp {
  display: none;
}

#naturehelp td {
  padding: 10px 0;
}
#naturehelp tr {
  border-bottom: 1px solid rgba(188, 202, 207, 0.4);
}

#naturehelp {
  margin-top: 10px;
}

a#definitions-toggle {
  margin-top: 8px;
}

#addphoto .text-container {
  margin: 20px 0;
}

.checkbox-group label {
  font-weight: normal;
}

#addphoto {
  display: none;
}

input[type="file"] {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

/* header */

header {
  position: relative;
}

.menu-right ul {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}

ul#menu-top-header-menu {
  display: flex;
  gap: 20px;
}

ul#menu-top-header-menu a {
  text-decoration: none;
}

.menu-right li a {
  display: flex;
  gap: 8px;
  color: #4f8abe;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.header-main {
  padding: 20px 0;
}

.logo-container img {
  max-width: 140px;
}

.header-main {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

button#menu-toggle {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
}

button#menu-toggle img {
  width: 30px;
  height: 30px;
}

.menu-container {
  position: absolute;
  top: 126px;
  background: #163f65;
  z-index: 9999;
  left: 0;
  width: 100%;
  display: none;
}

.menu-container .sub-menu-wrapper {
  display: none;
}

li.menu-item:hover .sub-menu-wrapper {
  display: block;
}

.menu-text {
  display: none;
}

li.menu-item:hover a {
  font-weight: 700;
}

ul#menu-main-menu {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

.menu-container li.menu-item {
  padding: 14px 0;
  border-bottom: 1px solid #ffffff52;
  position: relative;
}

.menu-container .sub-menu li.menu-item {
  border: none;
  padding: 14px 0 0 0;
}

.menu-container a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.menu-container li.menu-item.menu-item-has-children a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/arrow-right.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -30px;
  margin-top: 3px;
}

.menu-container li.menu-item.menu-item-has-children a {
  position: relative;
}

.menu-container li.menu-item.menu-item-has-children .sub-menu a::after {
  background-color: #ddb545;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: 7px;
  transform: translateY(-50%) rotate(0);
  margin-top: 0;
}

.et_pb_search .screen-reader-text {
  display: none;
}
.et_pb_search {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
  padding: 0.715em;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: none;
  color: #666;
}
.et_pb_search input.et_pb_s::-webkit-input-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s::-moz-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s:-ms-input-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s {
  -webkit-appearance: none;
  background: transparent;
  display: inline-block;
  padding-right: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.et_pb_search .et_pb_searchform {
  position: relative;
}
.et_pb_search .et_pb_searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et_pb_search input.et_pb_searchsubmit {
  min-height: 100% !important;
  background-color: #ddd;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.et_pb_search.et_pb_text_align_right .et_pb_searchform > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.et_pb_search.et_pb_text_align_right input.et_pb_s {
  text-align: right;
  padding-left: 80px;
  padding-right: 0.7em;
}
.et_pb_search.et_pb_text_align_center input.et_pb_s {
  text-align: center;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
  display: none;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_s {
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
  color: #fff;
  border: 2px solid #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
}

.header--search-block {
  padding-right: 12px;
  border-color: transparent;
  border-right: 1px solid #4e4e4e;
  width: 120px;
}

.et_pb_s {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  border: 1px solid transparent;
}

.header--search-block.active .et_pb_s {
  opacity: 1;
  visibility: visible;
  border-color: #163f65;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 5px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 5px !important;
  transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.header--search-block .et_pb_searchsubmit {
  position: absolute;
  background-image: url("images/search-icon.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  padding: 0px;
  width: 30px;
  height: inherit;
  right: 0%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
}

.header--search-block.active .et_pb_searchsubmit {
  right: 100%;
  transition: 0.6 ease-in;
  -ms-transition: 0.6 ease-in;
  -webkit-transition: 0.6 ease-in;
  -moz-transition: 0.6 ease-in;
  background-image: url("images/yellow-search-icon.svg") !important;
}

.header--search-block {
  overflow: unset !important;
}

.et_pb_s {
  border: 1px solid transparent;
}

.header--search-block.active .et_pb_s {
  opacity: 1;
  visibility: visible;
  border: 1px solid #163f65;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 5px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 5px !important;
  transition: 0.3s ease;
}

.member-login span {
  display: none;
}

.header--top-row
  .header--left-column
  .et_pb_module.et_pb_code.gtranslation-code
  .gtranslate_wrapper,
.et-db
  #et-boc
  .et-l
  .header--top-row
  .header--left-column
  .et_pb_module.et_pb_code.gtranslation-code
  .gtranslate_wrapper {
  padding: 0px 10px;
}

.header--top-row
  .header--left-column
  .et_pb_module.et_pb_code.gtranslation-code,
.et-db
  #et-boc
  .et-l
  .header--top-row
  .header--left-column
  .et_pb_module.et_pb_code.gtranslation-code {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 3px;
}

.header--top-row .header--left-column .et_pb_module.et_pb_menu.top-header-menu,
.et-db
  #et-boc
  .et-l
  .header--top-row
  .header--left-column
  .et_pb_module.et_pb_menu.top-header-menu {
  display: inline-block;
}
body .gtranslate_wrapper.gt_container--hich1m .gt_switcher {
  width: auto;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute;
  top: 34px;
  border: 0;
  background: #fff;
  max-height: none;
  overflow-x: auto !important;
  overflow-y: auto !important;
  height: auto !important;
  padding: 0 10px 10px;
  left: -10px;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_switcher .gt_option a {
  color: #666;
  font-family: "Calibri";
  font-size: 16px;
  white-space: nowrap;
  width: auto;
  padding: 0;
  margin-bottom: 10px;
}

body
  .gtranslate_wrapper.gt_container--hich1m
  .gt_switcher
  .gt_option
  a:last-child {
  margin-bottom: 0;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_selected {
  background: transparent;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_selected a {
  border: 0;
  width: auto;
  padding: 0;
  padding-right: 30px;
  font-family: "Calibri";
  font-size: 16px;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_selected a img {
  overflow: hidden;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 5px;
}

body .gtranslate_wrapper.gt_container--hich1m .gt_switcher .gt_option a img {
  object-fit: cover;
  border-radius: 100%;
  margin-right: 5px;
}

.gtranslate_wrapper.gt_container--hich1m {
  position: relative;
}

body .gt_container--hich1m .gt_switcher a img {
  width: 24px;
  height: 24px;
}

.gt_selected .highlight {
  display: none;
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

body .gt_container--hich1m .gt_switcher .gt_selected a.open:after {
  transform: rotate(-180deg) translateY(-50%);
  transform-origin: top;
}

.menu-text h2 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 10px;
}

.menu-text p {
  color: #fff;
  font-size: 16px;
}

.menu-text a {
  margin-top: 25px;
}

.posts-secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.card {
  text-decoration: none;
}

.image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.meta {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777;
}

.meta .date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d5d5d5;
}

.meta .flag img {
  width: 20px;
  border-radius: 100%;
}

span.flag {
  display: flex;
  align-items: center;
}

.meta .source {
  margin-left: 5px;
}

.secondary-title {
  font-size: 18px;
  font-weight: 700;
  color: #163f65;
  margin: 10px 0;
}

.description {
  margin-bottom: 20px;
}

.download-btn,
.search-btn {
  padding: 8px 30px;
  background-color: #163f65;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  transition: 0.2s;
}

.card:hover .download-btn,
.search-btn:hover {
  background-color: #ddb545;
}

.filter-report {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow {
  padding: 15px;
  display: flex;
  align-items: center;
  display: none;
}

.arrow a {
  font-size: 20px;
  color: #f1c40f;
  text-decoration: none;
}

.card:hover svg #Arrow-2 {
  stroke: #fff;
}

.card:hover svg g {
  fill: #ddb545;
  stroke: #ddb545;
  fill: #ddb545;
}

.card .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.accident-investigation-list
  .custom-repeater--block__each
  .crb--text.crb--country
  span {
  font-weight: bold;
  color: #163f65;
}

.custom-repeater--block {
  margin-top: 20px;
  padding-right: 10px;
}

.accident-investigation-list .crb--text a {
  text-decoration: underline;
}

.crb--text a {
  color: #4f8abe;
}
.accident-investigation-list .custom-repeater--block__each--inner {
  height: 100%;
}

.accident-investigation-list .custom-repeater--block__inner {
  gap: 20px;
  display: grid;
}
.accident-investigation-list {
  overflow: hidden;
  overflow-y: scroll;
  /*max-height: 483px;*/
}

.search-container-outer .title-container h2,
.search-container-outer .title-container p {
  max-width: 580px;
  margin: 0 auto;
}

.year-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.year-index-container ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #163f65;
  max-width: fit-content;
  grid-template-columns: repeat(5, 1fr);
}

.year-index-container li:not(:nth-child(5n))::after {
  content: "|";
  color: #ccc;
  margin-left: 5px;
}

.year-index-container li:last-child::after {
  content: "";
}

li.year-disabled {
  color: #d3d3d3;
}

.categories-index ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.categories-index li a {
  font-weight: 700;
}
.categories-index li {
  font-size: 18px;
}

.year-index h3,
.year-index h3 a {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.aircraft--details,
.et-db #et-boc .et-l .aircraft--details {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}

.ad--title {
  background: #eaf1f7;
  padding: 15px 20px;
}

.ad--body {
  padding: 20px;
}

.ad--body__inner {
  display: block;
}

.ad--image {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.ad--body__text {
  padding-left: 0px;
  padding-top: 20px;
}

.ad--body__text ul {
  display: block;
}

.ad--body__text ul li {
  border-bottom: 1px solid #eee;
  padding-right: 0px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 0px;
}

.ad--body__text ul li span {
  color: #163f65;
}

.data-table--pagination {
  padding-top: 50px;
}

.pagination {
  clear: both;
}

.data-table--pagination ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.data-table--pagination ul li {
  list-style-type: none;
}

.data-table--pagination ul li .page-numbers {
  margin: 10px 5px;
  display: inline-block;
  font-family: "Blair ITC Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.data-table--pagination ul li .page-numbers:not(.prev),
.data-table--pagination ul li .page-numbers:not(.next) {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #bccacf;
}

.data-table--pagination ul li .page-numbers.current,
.et-db #et-boc .et-l .data-table--pagination ul li .page-numbers.current {
  background: #ddb545;
}

.data-table--pagination ul li svg {
  overflow: unset;
}

.data-table--pagination ul li a.next svg {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.data-table--pagination ul li a.prev svg {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.database .custom-repeater--block__each:first-of-type {
  display: none;
}

.filter--options-dropdown {
  width: 220px;
}

.filter--options-dropdown__inner {
  position: relative;
}

.filter--options-dropdown .fod--selected {
  position: relative;
  border: 1px solid #ddb545;
  padding: 8px 12px;
  border-radius: 10px;
  padding-right: 30px;
}

.filter--options-dropdown .fod--selected__caret {
  position: absolute;
  right: 10px;
}

.filter--options-dropdown .fod--options {
  border: 1px solid #ddb545;
  padding: 8px 12px;
  border-radius: 10px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.filter--options-dropdown .fod--options ul {
  padding: 0px;
  margin: 0px;
}

.filter--options-dropdown .fod--options ul li,
.et-db #et-boc .et-l .filter--options-dropdown .fod--options ul li {
  list-style-type: none;
}

span.filter-text {
  font-size: 22px;
  font-weight: bold;
  color: #163f65;
  display: block;
  margin-bottom: 20px;
}

.header--search-block.form-outer {
  width: 100%;
  max-width: 250px;
  border: none;
  margin: 0 auto 50px auto;
}

.registrations .header--search-block.form-outer {
  margin: 0 auto 20px auto;
}

.form-outer input[type="text"] {
  height: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-outer input[type="submit"] {
  background: #4f8abe;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #4f8abe;
  height: 40px;
  padding: 10px 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-outer input {
  height: 40px !important;
  border-color: #4f8abe !important;
}

input.et_pb_searchsubmit {
  border: none !important;
}

.country-index {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}

.country-index h3 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
  color: #163f65;
  font-family: inherit;
  font-weight: bold;
  font-size: 20px;
}

.country-index a {
  color: #163f65;
  font-size: 18px;
  display: block;
}

.country-index li {
  padding-bottom: 10px;
}

.country-index ul {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px;
}
.country-index ul ul {
  padding-bottom: 0;
  padding-top: 10px;
  display: block;
}

span.highlight-text {
  color: rgb(221, 181, 69);
}
.country.index p.align-center:nth-of-type(1) {
  margin-bottom: 20px !important;
}

.cause h3.secondary-title {
  margin-top: 0;
}
.cause .card {
  overflow: visible;
}

.cause .fod--options {
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .hero-section {
    padding: 120px 0 150px 0;
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-social-icons {
    margin-left: 15px;
    margin-top: 0;
  }
  .hero-subtitle {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .mobile--current-asn--page-tab {
    display: none;
  }
  .asn--pages-tab .menu-bars-container,
  .asn--pages-tab .menu-asn-pages-tab-container {
    display: block;
  }
  .posts {
    grid-template-columns: 1fr 1fr;
  }

  .post-item h3 a {
    font-size: 20px;
  }
  .custom-repeater--block {
    overflow: hidden;  
/*    overflow-y: scroll;	 	*/
/*		max-height: 483px; 		*/
  }

  .section-title,
  .section-subtitle {
    font-size: 30px;
  }

  .section-subtitle.small {
    font-size: 25px;
  }
  .footer-column.block-4,
  .footer-column.block-3,
  .footer-column.block-2 {
    display: block;
  }
  .text-module.footer-details-title {
    display: block;
  }
  .text-module.footer-details-title h2 {
    color: #ddb545;
  }
  .footer-section {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
  .footer-column {
    max-width: 100%;
    width: 100%;
  }
  .footer-column.block-3 {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
  }
  .footer-column.block-4 {
    grid-row: 2 / 2;
    grid-column: 2 / 2;
  }
  .footer-column.block-5 {
    grid-row: 3 / 3;
    padding-left: 40px;
    border-left: 1px solid #bccacf;
  }
  a.footer-logo-container,
  .footer-social-icons,
  .block-all-offices a {
    justify-content: flex-start;
  }
  footer .cta-yellow {
    margin: 30px 0;
    min-width: 170px;
  }
  .aircraft--details__all table tr td:first-child {
    width: 175px;
  }
  .gallery {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-image:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .page-cta.top {
    padding: 20px;
  }
  form.edit #submit {
    margin-left: auto;
  }

  .gt_selected .highlight {
    display: inline;
  }

  .member-login span {
    display: block;
  }

  .header--search-block {
    width: 160px;
  }
  .ad--body__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .aircraft--details .ad--body .ad--body__text ul,
  .et-db #et-boc .et-l .aircraft--details .ad--body .ad--body__text ul {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .ad--body .ad--body__text ul li {
    list-style-type: none;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 3px;
    padding-right: 20px;
    border: none;
    padding: 5px 0px;
  }
  .ad--image {
    flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -moz-flex: 0 0 200px;
    -o-flex: 0 0 200px;
    max-width: 200px;
  }

  .ad--body__text {
    padding-left: 30px;
    padding-top: 0;
  }

  .header--search-block.form-outer {
    max-width: 400px;
  }
}

@media only screen and (min-width: 980px) {
  .padding-bottom-default {
    padding-bottom: 60px;
  }
  .hero-section {
    padding: 30px 0 100px 0;
  }
  .hero-section:after {
    background-size: 100% 100%;
  }
  .hero-section h1 {
    font-size: 40px;
  }

  .hero-subtitle p {
    font-size: 22px;
  }
  .asn--pages-tab ul li a {
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-width: 1px;
  }

  .asn--pages-tab ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #4f8abe;
  }
  .asn--pages-tab ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #4f8abe;
  }
  .asn--pages-tab ul li {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    max-width: calc(20% - 10px);
    padding: 0;
  }

  .asn--pages-tab {
/*    padding: 30px 0; */
  }
  .posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .posts-secondary {
    grid-template-columns: 1fr 1fr;
  }
  .sidebar .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .occurencies-inner {
    padding-bottom: 100px;
  }
  .two-col .row {
    grid-template-columns: 1fr 1fr;
    gap: 5.5%;
  }

  .footer-section {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  }

  .footer-section .footer-column {
    grid-row: 1 / 1;
  }
  .footer-row.top-row {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
  }
  .footer-column.block-2 {
    grid-column: 2 / 2;
  }
  .footer-column.block-3 {
    grid-column: 3 / 3;
  }
  .footer-column.block-4 {
    grid-column: 4 / 4;
  }
  .footer-column.privacy-links {
    justify-content: flex-end;
    align-items: center;
  }
  .copyright-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-row.bottom-row {
    width: 50%;
  }
  p.copyright {
    text-align: left;
  }
  .aircraft--details__all table tr td:first-child {
    width: 200px;
  }
  .row-with-sidebar {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 70px;
  }
  .sidebar.details {
    background-color: rgba(188, 202, 207, 0.14);
    border-radius: 15px 15px 15px 15px;
    padding: 40px 25px;
  }
  .asn-widget {
    /*max-width: 400px;*/
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 60px;
  }

  .map iframe {
    height: 600px;
  }
  .map p {
    max-width: 800px;
  }
  .media-item.video {
    opacity: 1;
    min-height: 230px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .media {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .media-item.video iframe {
    height: 235px;
  }
  .page-cta {
    background-color: transparent;
    padding-top: 0;
  }

  .page-cta h2,
  .page-cta p {
    max-width: 600px;
  }

  .page-cta .inner-section {
    padding: 50px 0;
    background-color: rgba(188, 202, 207, 0.1);
    border-radius: 50px 10px 50px 10px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.13);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-title.main-margin,
  .other-media.main-margin {
    max-width: 100%;
    width: 100%;
  }
  .column.form.contact {
    margin-top: 0;
  }

  .double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .menu-container {
    display: block;
    position: unset;
    background: transparent;
  }

  .menu-container a {
    color: #121212;
  }
  button#menu-toggle {
    display: none;
  }
  ul#menu-main-menu {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  .menu-container li.menu-item {
    padding: 0 11px;
    display: flex;
    align-items: center;
    padding: 20px 11px;
    position: unset;
  }
  .sub-menu-wrapper {
    position: absolute;
    top: 135px;
    left: 0;
    padding: 50px 0;
    background: #163f65;
    width: 100%;
    display: flex;
    gap: 50px;
  }
  .sub-menu .sub-menu {
    position: unset;
    padding: unset;
    width: 100%;
  }

  .sub-menu li {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .menu-container li.menu-item.menu-item-has-children a {
    position: unset;
  }

  .menu-container .sub-menu li.menu-item {
    position: relative;
    padding: 0 0 12px 0;
  }
  .menu-container .sub-menu li.menu-item,
  .menu-container .sub-menu li.menu-item a {
    position: relative;
  }

  .menu-container .sub-menu li.menu-item a {
    color: #fff;
    font-weight: normal;
  }
  .sub-menu li.menu-item.menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-text {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #ffffff38;
  }

  li.menu-item:hover .sub-menu-wrapper-inner {
    display: grid;
  }

  .sub-menu-wrapper-inner {
    grid-template-columns: 500px auto;
  }
  .sub-menu-wrapper-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .header-main {
    padding: 0;
  }
  .logo-container {
    display: flex;
    align-items: center;
  }

  .menu-item .cta-yellow.white-text {
    color: #fff;
    font-weight: normal;
    background: #163f65;
  }
  .menu-item .cta-yellow.white-text:hover {
    background: #ddb545;
  }
  li.menu-item:hover a {
    font-weight: normal;
  }
  .card {
    flex-direction: row;
  }
  .card .content {
    max-width: 55%;
  }

  .cause .card .content {
    max-width: 100%;
  }
  .image img {
    width: 200px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
  .arrow {
    display: block;
  }
  .content {
    padding: 30px;
  }
  .year-index-container ul {
    grid-template-columns: repeat(10, 1fr);
  }
  .year-index-container li:not(:nth-child(5n))::after {
    content: unset;
    margin-left: 0;
  }

  .year-index-container li:not(:nth-child(10n))::after {
    content: "|";
    color: #ccc;
    margin-left: 5px;
  }

  .ad--image {
    flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -moz-flex: 0 0 300px;
    -o-flex: 0 0 300px;
    max-width: 300px;
  }
  .custom-repeater--block__inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .custom-repeater--block__each .custom-repeater--block__each--inner {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
    align-items: stretch;
    justify-content: space-between;
  }
  .custom-repeater--block__each .crb--text.crb--date,
  .custom-repeater--block__each .crb--text.crb--name,
  .custom-repeater--block__each .crb--text.crb--code {
    flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    -webkit-flex: 0 0 12%;
    -moz-flex: 0 0 12%;
    -o-flex: 0 0 12%;
    max-width: 12%;
  }

  .database .custom-repeater--block__each:first-of-type {
    display: block;
  }
  .crb--text.crb--company {
    flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -moz-flex: 0 0 22%;
    -o-flex: 0 0 22%;
    max-width: 22%;
  }
  .crb--text.crb--count {
    flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -moz-flex: 0 0 5%;
    -o-flex: 0 0 5%;
    max-width: 5%;
  }
  .crb--text.crb--airport {
    flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    -webkit-flex: 0 0 27%;
    -moz-flex: 0 0 27%;
    -o-flex: 0 0 27%;
    max-width: 27%;
  }

  .crb--text.crb--airport {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    max-width: 20%;
  }

  .custom-repeater--block__each .crb--text {
    padding-right: 15px;
  }

  .crb--text.crb--country,
  .crb--text.crb--short_text {
    flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    -moz-flex: 0 0 5%;
    -o-flex: 0 0 5%;
    max-width: 5%;
  }
  .crb--text.crb--country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }

  .custom-repeater--block__each .crb--text {
    padding-right: 20px;
  }
  .custom-repeater--block {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
    /* padding: 30px 30px; */
    border-radius: 15px;
    padding: 0;
  }
  .custom-repeater--block__each .crb--text {
    padding: 0;
    border: none;
  }
  .custom-repeater--block__each {
    padding: 0;
    margin-bottom: 0;
  }
  /* .custom-repeater--block__each .crb--text span {
    font-size: 20px;
  } */
  span.show-mobile-only {
    display: none;
  }
  .crb--text.crb--country {
    margin-right: 20px;
  }
  .crb--text.crb--company span {
    display: block;
    max-width: 85%;
  }

  .custom-repeater--block__each.revision .crb--text.crb--date,
  .custom-repeater--block__each.revision .crb--text.crb--name,
  .custom-repeater--block__each.revision .crb--text.crb--code {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
  .custom-repeater--block__each.revision.header {
    display: block;
  }

  .crb--text {
    border-left: 1px solid #eaeaea !important;
  }

  .custom-repeater--block__each .crb--text.crb--dmg {
    flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    -webkit-flex: 0 0 10%;
    -moz-flex: 0 0 12%;
    -o-flex: 0 0 12%;
    max-width: 10%;
  }
  .custom-repeater--block__each .crb--text.crb--company {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .custom-repeater--block__each .crb--text.crb--document {
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
  }
  .custom-repeater--block__each .crb--text {
    padding: 15px;
  }
  .country-index ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .accident-investigation-list .crb--text.crb--country {
    max-width: unset;
    flex: unset;
    width: 20%;
    justify-content: flex-start;
    border-right: 1px solid #eaeaea;
    margin-right: 0;
  }
  .accident-investigation-list .crb--text.crb--date {
    border-right: 1px solid #eaeaea;
    width: 20%;
    max-width: unset;
    flex: unset;
  }

  .crb--text.crb--title span {
    font-size: 16px;
  }

  .custom-repeater--block__each .custom-repeater--block__each--inner {
    padding: 0;
    border-radius: 0;
  }

  .occurrencies .custom-repeater--block__each .crb--text {
    padding: 15px;
  }
  .custom-repeater--block {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
  }

  .custom-repeater--block .custom-repeater--block__inner {
    gap: 0;
  }

  .ad--body__text {
    padding-left: 30px;
  }
}
