:root {
    --text-color: #000;
    --navy-blue: #213170;
    --light-blue: #C5E5FF;
    --white: #FFF;
    --blue: #292D32;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F4F4F4;
    font-family: "Noto Sans", sans-serif;
}

p {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

textarea::placeholder {
    font-family: "Noto Sans", sans-serif;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px !important;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    background-color: white;
    border-radius: 30px;
}

nav a {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 14px;
    transition: all .3s;
}

nav a:hover {
    background-color: #C5E5FF;
}

ul {
    margin-left: 40px;
}

footer {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    background-color: #262626;
    display: flex;
    flex-direction: row;
    padding: 36px 0;
    color: var(--white);
    line-height: 1.6;
    align-items: stretch;
}

footer a {
    color: var(--white);
}

.footer-col {
    margin: 0 10px;
}

.footer-col:nth-child(1) {
    flex-grow: 1;
    min-width: 100px;
    align-self: center;
}
.footer-col:nth-child(2) {
    flex-grow: 2;
    flex-basis: 50%;
}
.footer-col:nth-child(3) {
    flex-grow: 3;
    flex-basis: 50%;
}
.footer-col:nth-child(4) {
    flex-grow: 12;
    flex-basis: 50%;
}
.footer-col:nth-child(5) {
    flex-grow: 5;
    flex-basis: 50%;
}

.footer-col-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer-col-description {
    font-size: 12px;
    font-weight: 400;
}

.box {
    border-radius: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

#nav-online-randevu {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    background-color: var(--navy-blue);
    color: var(--white);
    padding: 0 5px 0 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 10px;
}

#nav-online-randevu div {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left: 30px;
}

#nav-search {
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 5px;
}

#menu-toggle {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#menu-toggle:hover {
    cursor: pointer;
}

#menu-toggle svg {
    width: 36px;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.home-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.home-intro-left,
.home-intro-right {
    width: calc(50% - 5px);
    border-radius: 30px;
    height: 600px;
    box-sizing: border-box;
}

.home-intro-left {
    background-color: var(--white);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 600px;
}

.home-intro-left-heading {
    font-size: 48px;
}

.home-intro-left-buttons {
    display: flex;
    flex-direction: row;
}

.home-intro-left-buttons a {
    margin-right: 10px;
}

.home-intro-left-address {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-intro-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.transparent-black-button {
    border: solid 1px var(--text-color);
    color: var(--text-color);
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 20px;
}

.transparent-white-button {
    border: solid 1px var(--white);
    color: var(--white);
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 20px;
    width: fit-content;
}

.navy-blue-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--navy-blue);
    color: var(--white);
    padding: 0 26px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
}

.navy-blue-button img {
    margin-left: 10px;
}

.white-button {
    background-color: var(--white);
    color: var(--navy-blue);
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 20px;
}

.light-blue-button {
    background-color: var(--light-blue);
    color: var(--navy-blue);
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 20px;
}

.light-blue-round-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    background-color: var(--light-blue);
    color: var(--navy-blue);
    border-radius: 20px;
}

.light-blue-round-button img {
    height: 18px;
}

.home-col3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.home-col3-col {
    position: relative;
    height: 275px;
    width: calc((100% - 20px) / 3);
    border-radius: 30px;
    overflow: hidden;
}

.home-col3-col img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-col3-col div {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.home-col3-col div a {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-direction: row;
    border: solid 2px var(--white);
    border-radius: 22px;
    background-color: var(--navy-blue);
    color: var(--white);
}

.featured-training-box {
    background-color: var(--navy-blue);
    border-radius: 30px;
    margin-top: 10px;
    color: var(--white);
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    height: 360px !important;
}

.featured-training-box-left {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.featured-training-title {
    font-size: 48px;
    font-weight: bold;
    margin: 25px 0;
}

.featured-training-description {
    font-size: 24px;
    margin-bottom: 25px;
}

.featured-training-box-right {
    margin-right: 40px;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.featured-training-box-right img {
    height: 100%;
}

.summary-mission {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.summary-box {
    background-color: var(--navy-blue);
    border-radius: 30px;
    color: var(--white);
    width: calc((100% / 3) - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.summary-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-box-number {
    font-size: 96px;
    color: var(--white);
}

.summary-box-description {
    color: var(--white);
    font-size: 20px;
}

.mission-box {
    width: calc((200% / 3) - 5px);
    background-color: var(--white);
    border-radius: 30px;
    padding: 50px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.mission-box-title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
}

.mission-box-description {
    font-size: 20px;
    line-height: 1.6;
}

.home-blog-box {
    background-color: var(--navy-blue);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    padding: 50px 0;
    margin-top: 10px;
}

.home-blog-description {
    font-size: 20px;
    width: 50%;
    text-align: center;
    margin: 30px 0;
}

.home-blog-container {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-blog-item {
    background-color: var(--white);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
}

.home-blog-item-category {
    position: absolute;
    top: 20px;
    left: 10px;
}

.home-blog-item-image {
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
}

.home-blog-item-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.home-blog-item-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    margin: 20px 30px;
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.faq-box {
    width: calc(100% * (2/3) - 5px);
    background-color: var(--navy-blue);
    border-radius: 30px;
}

.faq-image {
    width: calc((100% / 3) - 5px);
    border-radius: 30px;
    overflow: hidden;
}

.faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-title {
    font-size: 32px;
    color: var(--white);
    font-weight: bold;
    margin: 20px 40px;
}

.faq-list {
    background-color: var(--white);
    border-radius: 30px;
    overflow: hidden;
}

.collapse {
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;
}
.collapse:not(.is-active) {
    height: 0;
    opacity: 0;
}

.accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
}

.accordion .card:last-child {
    margin-bottom: -1px;
}
.accordion .card:not(:last-child) {
    border-bottom: solid 1px #D9D9D9;
}
.accordion .card.is-active + .card {
    border-top-color: transparent;
}
.accordion .card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-bottom: -1px;
    padding: 20px 40px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .card__title.is-active .icon {
    transform: rotateZ(-180deg);
    opacity: 1;
    background: var(--navy-blue);
    fill: var(--white);
}
.accordion .card__title .icon {
    transform: rotateZ(0deg);
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    fill: var(--white);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -0.25rem;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.accordion .card__content {
    padding: 0 60px 30px;
    font-size: 14px;
}

.team {
    margin-top: 10px;
}

.team-info-box {
    padding: 70px 60px;
    background-color: var(--white);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.team-info-box > div:nth-child(1) {
    flex-grow: 4;
}

.team-info-box > div:nth-child(2) {
    flex-grow: 1;
    text-align: right;
}

.team h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.team-list-box {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.team-item {
    position: relative;
    width: calc((100% - 40px) / 5);
    margin-bottom: 10px;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
}

.team-item:nth-child(5n+1),
.team-item:nth-child(5n+2),
.team-item:nth-child(5n+3),
.team-item:nth-child(5n+4) {
    margin-right: 10px;
}

.team-item-title {
    font-weight: bold;
    font-size: 16px;
    background-color: var(--white);
    position: absolute;
    bottom: 15px;
    width: calc(100% - 70px);
    margin-left: 15px;
    padding: 20px 15px;
    border-radius: 30px;
}

.team-item-title span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.team-item-image {
    height: 450px;
}

.team-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member {
    background-color: var(--navy-blue);
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.member-breadcrumbs {
    margin-bottom: 30px;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.member-breadcrumbs img {
    margin: 0 10px;
}

.member-info-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--white);
    line-height: 1.6;
}

.member-info-box > div:nth-child(1) {
    width: 30%;
    margin-right: 60px;
    display: flex;
}

.member-info-box > div:nth-child(2) {
    width: calc(70% - 60px);
}

.member-info-box > div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px
}

.member-info-box h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1;
}

.member-info-box h1 span {
    font-size: 20px;
    font-weight: 500;
}

.member-details {
    margin-top: 10px;
}

.member-details-nav ul {
    border-radius: 30px;
    border: solid 2px var(--white);
    width: fit-content;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}

.member-details-nav ul li {
    display: inline;
}

.member-details-nav ul li a{
    display: inline-block;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    cursor: pointer;
}

.member-details-nav ul li a.active {
    background-color: var(--light-blue);
    color: var(--navy-blue);
}

#member-tab-content {
    background-color: var(--white);
    border-radius: 30px;
    padding: 60px 75px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.contact-form-text {
    background-color: var(--white);
    color: var(--text-color);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 60px;
    width: calc(50% - 5px);
    box-sizing: border-box;
}

.contact-form-text h1 {
    margin-bottom: 30px;
}

.contact-map {
    border-radius: 30px;
    overflow: hidden;
}

.contact-form-box {
    background-color: var(--navy-blue);
    color: var(--white);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 60px;
    width: calc(50% - 5px);
    box-sizing: border-box;
}

.contact-form-box h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-form-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.contact-form-box h3 {
    font-size: 16px;
    font-weight: bold;
}

.contact-form-box p {
    font-size: 16px;
    font-weight: 400;
}

.contact-form-box .contact-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.contact-form-box .contact-info > div {
    display: flex;
    flex-direction: row;
}

.contact-form-box .contact-info > div > div {
    width: 120px;
    font-weight: bold;
}

.contact-form-box .contact-info a {
    color: var(--white);
    text-decoration: underline;
}

.contact-form-box form {
    margin-top: 10px;
}

.contact-form-box input,
.contact-form-box textarea {
    border-radius: 30px;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 5px;
    outline: none;
}

.contact-form-box input[type="submit"] {
    width: fit-content;
    background-color: var(--white);
    color: var(--navy-blue);
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-form-image {
    width: calc(50% - 5px);
    border-radius: 30px;
    overflow: hidden;
}

.contact-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-title {
    font-weight: bold;
    font-size: 64px;
    color: var(--white);
    position: absolute;
    bottom: 30px;
    left: 60px;
}

.page-breadcrumbs {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.breadcrumbs-parent {
    font-size: 16px;
    color: #8E8E8E;
    margin-left: 40px;
    margin-right: 10px;
}

.breadcrumbs-main {
    margin-left: 10px;
}

.page-box {
    margin-top: 10px;
}

.page-box-image-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--white);
    padding: 0 30px 0 60px;
}

.page-box-image-right .page-box-text,
.page-box-image-left .page-box-text {
    flex: 2;
    width: 66%;
}

.page-box-image-right .page-box-image,
.page-box-image-left .page-box-image {
    flex: 1;
    width: 33%;
    overflow: hidden;
    margin: 20px;
}

.page-box-text {
    line-height: 1.6;
    font-size: 20px;
    margin-right: 60px;
    padding: 20px 0;
}

.page-box-text h2 {
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: bold;
}

.page-box-image-right .page-box-image img,
.page-box-image-left .page-box-image img {
    max-width: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-box-image-left {
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-box-image-right .page-box-image, 
.page-box-image-left .page-box-image {
    border-radius: 30px;
    height: 300px;
}

.page-box-banner {
    background-color: var(--white);
}

.page-box-banner .page-box-image {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.page-box-banner .page-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-box-banner .page-box-text {
    padding: 40px 55px;
    line-height: 1.6;
    font-size: 20px;
}

.page-box-no-image {
    background-color: var(--white);
    padding: 40px;
}

.page-box-2cols,
.page-box-3cols,
.page-box-4cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-box-2cols .page-box-col {
    background-color: var(--white);
    width: calc((100% - 10px) / 2);
    border-radius: 30px;
    overflow: hidden;
}

.page-box-3cols .page-box-col {
    background-color: var(--white);
    width: calc((100% - 20px) / 3);
    border-radius: 30px;
    overflow: hidden;
}

.page-box-4cols .page-box-col {
    background-color: var(--white);
    width: calc((100% - 30px) / 4);
    border-radius: 30px;
    overflow: hidden;
}

.page-box-col .page-box-image {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
}

.page-box-col .page-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-box-col .page-box-text {
    margin: 20px 30px;
    font-size: 16px;
}

#navi-other-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#language-switcher {
    background-color: var(--white);
    border-radius: 30px;
    overflow: hidden;
}

#language-switcher select {
    border: none;
    padding: 10px;
    border-radius: 30px;
    border-right: 10px solid transparent;
    height: 60px;
}

.blog-container {
    margin-top: 10px;
}

.blog-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--white);
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog-item-image {
    width: 30%;
    margin: 20px 0 20px 20px;
}

.blog-item-text {
    width: 70%;
    padding: 30px;
    box-sizing: border-box;
    font-size: 20px;
}

.blog-item-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

#online-randevu-modal {
    background-color: #F4F4F4;
}
#online-randevu-modal h2 {
    margin-bottom: 20px;
}

#online-randevu-modal form {
    display: flex;
    flex-direction: column;
}

#online-randevu-modal input,
#online-randevu-modal select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 15px 25px;
    resize: none;
    outline: none;
    border: 0;
}

#online-randevu-modal input::placeholder {
    color: var(--text-color);
    opacity: 1; /* Firefox */
}

#online-randevu-modal input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--text-color);
}

#online-randevu-modal select {
    border-right: 10px solid transparent;
}

#rdv-form-submit {
    background-color: var(--navy-blue);
    color: var(--white);
    cursor: pointer;
}

.training-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.training-form > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.training-form input,
.training-form select {
    width: calc(50% - 5px);
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 15px 25px;
    resize: none;
    outline: none;
    border: 0;
    background-color: #F4F4F4;
}

.training-form select {
    border-right: 10px solid transparent;
}

.training-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 15px 25px;
    resize: none;
    outline: none;
    border: 0;
    background-color: #F4F4F4;
}

.training-form input::placeholder,
.training-form textarea::placeholder {
    color: var(--text-color);
    opacity: 1; /* Firefox */
}

.training-form input::-ms-input-placeholder,
.training-form textarea::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--text-color);
}

#training-submit {
    background-color: var(--navy-blue);
    color: var(--white);
    cursor: pointer;
    width: 300px;
}

.slick-next:before {
    content: "›" !important;
    color: var(--navy-blue) !important;
    font-size: 48px !important;
}

.slick-prev:before {
    content: "‹" !important;
    color: var(--navy-blue) !important;
    font-size: 48px !important;
}

@media(max-width:1440px) {
    .container {
        width: 1000px;
    }
    
    nav {
        margin: 10px 0;
    }
    
    header {
        flex-direction: column;
    }
    
    .home-intro-left-heading {
        font-size: 32px;
    }
    
    .home-intro-left-buttons {
        margin: 20px 0;
    }   
    
    .team-item {
        width: calc((100% - 20px) / 3);
    }
    
    .team-item:nth-child(4n+1),
    .team-item:nth-child(4n+2),
    .team-item:nth-child(4n+3) {
        margin-right: 0;
    }
    
    .team-item:nth-child(3n+1),
    .team-item:nth-child(3n+2) {
        margin-right: 10px;
    }
}

@media(max-width:1000px) {
    .container {
        width: 768px;
    }
    nav a {
        padding: 0 10px;
    }
    .featured-training-box-left {
        width: 60%;
    }
    
    .featured-training-box-right {
        width: 35%;
        overflow: hidden;
    }
    .featured-training-box-right img {
        object-fit: cover;
    }
    .featured-training-title {
        font-size: 32px;
    }
    .featured-training-description {
        font-size: 18px;
    }
    .summary-box-number {
        font-size: 72px;
    }
    .mission-box-description {
        font-size: 16px;
    }
    
    .team-item {
        width: calc(50% - 5px);
    }
    
    .team-item:nth-child(3n+1),
    .team-item:nth-child(3n+2) {
        margin-right: 0;
    }
    
    .team-item:nth-child(2n+1) {
        margin-right: 10px;
    }
    
    .member-info-box > div:nth-child(1) {
        width: 30%;
    }
    
    .page-box-text,
    .page-box-banner .page-box-text  {
        font-size: 16px;
    }
    
    .page-box-text h2,
    .page-box-banner .page-box-text h2 {
        font-size: 24px;
    }
    
    .page-box-banner .page-box-image {
        height: 300px;
    }
    .page-box-col .page-box-image {
        height: 200px;
    }
    
    .contact-form-image {
        display: none;
    }
    .contact-form-box {
        width: 100%;
    }
    .contact-form {
        flex-direction: column;
    }
    .contact-form-text {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .container {
        width: 90%;
    }
    .home-intro-right {
        display: none !important;
    }
    .home-intro-left {
        width: 100%;
    }
    .home-col3 {
        flex-direction: column;
    }
    .home-col3-col {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .featured-training-box-right {
        display: none;
    }
    .featured-training-box-left {
        width: 100%;
        padding: 40px;
    }
    .summary-mission {
        flex-direction: column;
    }
    .summary-box {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .mission-box {
        width: 100%;
    }
    
    .home-blog-container {
        flex-direction: column;
    }
    
    .home-blog-description {
        width: 80%;
    }
    
    .home-blog-item {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .home-blog-item-image {
        height: 200px;
    }
    .faq-image {
        display: none;
    }
    .faq-box {
        width: 100%;
    }
    footer {
        flex-wrap: wrap;
    }
    .footer-col {
        width: 33%;
        padding: 0 10px;
        box-sizing: border-box;
        flex-grow: 1 !important;
        flex-basis: 33% !important;
        margin-bottom: 20px;
    }
    .footer-col:nth-child(1) {
        display: none;
    }
    .footer-col:nth-child(2) {
        order: 3;
    }
    .footer-col:nth-child(3) {
        order: 1;
    }
    .footer-col:nth-child(4) {
        order: 2;
    }
    .footer-col:nth-child(5) {
        order: 4;
    }
    .team-info-box div:nth-child(2) {
        display: none;
    }
    
    .member-info-box {
        flex-direction: column;
    }
    
    .member-info-box > div:nth-child(1) {
        margin-right: 0;
        width: 300px;
    }
    .member-info-box > div:nth-child(2) {
        width: 100% !important;
    }
    .member-info-box h1 {
        margin: 30px 0;
        font-size: 30px;
    }
    .member-details-nav ul {
        flex-direction: column;
        width: 100%;
    }
    .page-box-image-right,
    .page-box-image-left {
        flex-direction: column;
    }
    
    .page-box-image {
        order: 1;
    }
    
    .page-box-text {
        order: 2;
        margin-right: 0;
    }
    
    .page-box-image-right {
        padding: 0;
    }
    
    .page-box-image-right .page-box-text,
    .page-box-image-left .page-box-text {
        width: 100%;
        padding: 0 30px 30px 30px;
        box-sizing: border-box;
    }
    
    .page-box-image-right .page-box-image,
    .page-box-image-left .page-box-image {
        width: 100%;
        margin-top: 0;
    }
    
    .page-box-banner .page-box-text {
        padding: 30px;
    }
    
    .page-box-no-image {
        padding: 30px;
    }
    
    .page-box-no-image .page-box-text {
        padding: 0;
    }
    
    .page-box-col .page-box-text {
        margin: 10px;
        padding: 5px 0;
    }
    
    #menu-toggle {
        display: flex;
    }
    nav {
        display: none;
        flex-direction: column;
        height: auto;
        width: 100%;
        order: 2;
    }
    nav a {
        height: auto;
        padding: 20px 0;
    }
    nav a:hover {
        background-color: transparent;
    }
    #navi-other-container {
        margin-top: 10px;
        order: 1;
    }
    .blog-item {
        flex-direction: column;
    }
    .blog-item-image {
        width: 100%;
        margin: 0;
        height: 300px;
    }
    
    .blog-item-image img {
        width: 100%;
    }
    .blog-item-text {
        width: 100%;
    }
    .page-banner {
        height: 300px;
    }
}

@media (max-width: 550px) {
    .page-title {
        font-size: 48px;
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        bottom: 10px;
        line-height: 1;
    }
    .team-item {
        width: 100%;
    }
    .team-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .page-box-col {
        width: 100%;
    }
    .page-box-3cols {
        flex-direction: column;
    }
    .contact-form-box .contact-info > div > div {
        width: auto;
    }
    .contact-form-box .contact-info > div {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .page-banner {
        height: 200px;
    }
    .blog-item-image {
        height: 200px;
    }
    .blog-item-title {
        font-size: 24px;
    }
    .blog-item-text {
        font-size: 16px;
        padding: 20px;
    }
    .home-intro-left-buttons {
        flex-direction: column;
    }
    .home-intro-left-buttons a {
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }
    .training-form > div {
        flex-direction: column;
    }
    .training-form input, .training-form select {
        width: 100%;
    }
    #training-submit {
        width: 100%;
    }
}