@media (max-width: 1440px) {
  #home-hero {
    padding: 150px 0;
  }
  .two-col-section {
    background-size: 55% !important;
  }
  .two-col-section.reverse {
    background-size: 55% !important;
  }
  #about-hero {
    padding: 75px 0 !important;
    background-size: contain !important;
  }
  #videos-list {
    padding-top: 0;
  }
  .bg-hero {
    background-size: cover;
    padding: 140px 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 42px;
  }
  footer p {
    font-size: 15px;
  }
  footer a {
    font-size: 15px;
  }
  footer .social-wrap {
    text-align: center !important;
  }
  footer .social-wrap svg {
    margin: 0 6px;
  }
  #about-hero {
    padding: 10px 0 !important;
  }
  #headlines-cards .headline-card img {
    max-height: 188px;
  }
}
@media (max-width: 991px) {
  .page-template-who-we-are-template .two-col-section {
    padding-top: 60px !important;
  }
  .small-dev-buttons {
    position: relative !important;
  }
  .mt-header-height {
    margin-top: 98px;
  }
  .disable-click {
    pointer-events: none;
  }
  .mb-180 {
    margin-bottom: 130px;
  }
  header .btn-wrap {
    display: none;
    position: relative;
  }
  header .logo img {
    max-width: 132px;
  }
  header .hamburger {
    display: block !important;
  }
  header.menu-open .btn-wrap {
    display: block;
    padding-bottom: 80px;
  }
  header .bottom-line {
    position: absolute;
    top: 96px;
    right: 100%;
    width: 100%;
    background: #fff;
    height: 100vh;
    z-index: 99;
    transition: all 0.3s;
  }
  header .bottom-line .container {
    overflow-y: scroll;
    padding-bottom: 18%;
  }
  header .bottom-line__nav {
    justify-content: flex-start;
  }
  header .bottom-line__nav .navigation {
    flex-direction: column-reverse;
    flex-grow: 1;
  }
  header .bottom-line__nav .navigation .nav-links {
    flex-direction: column;
    padding-top: 20px;
  }
  header .bottom-line__nav .navigation .nav-links.search-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    color: var(--text-secondary);
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item::after {
    content: none;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item a {
    padding: 10px 0;
    color: var(--text-secondary);
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item a::after {
    content: none;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item ul.dropdown {
    padding-top: 12px;
    display: none;
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item ul.dropdown li.dropdown-item {
    padding: 10px;
    border-bottom: none;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item ul.dropdown li.dropdown-item a {
    color: var(--text-primary);
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item ul.dropdown li.dropdown-item:hover a {
    transition: all 0.2s;
    color: var(--accent-color);
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item ul.dropdown.dropdown-active {
    display: block;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item-has-children {
    position: relative;
  }
  header .bottom-line__nav .navigation .nav-links li.menu-item-has-children span {
    display: inline-block;
    padding: 16px;
    transition: all 0.3s;
    width: 14px;
    height: 14px;
    background: url("/wp-content/uploads/2020/12/accordion-down.png") center no-repeat;
    position: absolute;
    top: 14px;
    right: 0;
  }
  header .bottom-line__nav .navigation .search-open {
    transform: translateY(0);
  }
  header .bottom-line.mobile-open {
    display: flex;
    right: 0;
    transition: all 0.3s;
  }
  header .bottom-line .search-form-wrapper {
    position: relative;
  }
  header .bottom-line .search-form-wrapper .search-form {
    position: relative;
    width: 100%;
    right: 0;
    visibility: visible;
    transition: all 0.15s;
  }
  header .bottom-line .search-form-wrapper .search-form svg {
    opacity: 1;
    transform: translateY(0);
  }
  header .bottom-line .search-form-wrapper .search-form input {
    opacity: 1;
    transform: translateY(0);
    min-height: 48px;
    margin-bottom: 0;
  }
  header .bottom-line .search-form-wrapper .search-button-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .bottom-line .search-form-wrapper .search-button-wrap button {
    margin-left: 0;
  }
  #home-cards .card-wrap img {
    width: 100%;
  }
  .hero-img-change img.hero-large {
    display: none;
  }
  .hero-img-change img.mobile-top {
    display: block;
  }
  .hero-title-wrap {
    position: relative;
    margin-top: 40px;
  }
  .two-col-section {
    background-size: 80%;
  }
  .two-col-section.reverse {
    background-size: 80%;
  }
  .two-col-section img {
    width: 100%;
  }
  #about-hero {
    background: none !important;
    padding: 0;
  }
  #about-hero .img-wrap img {
    display: block !important;
    max-width: 100% !important;
  }
  footer .copyright .wrap div {
    text-align: center !important;
  }
  footer .copyright .wrap div:last-of-type {
    text-align: center !important;
  }
}
.rotate-icon {
  transform: rotate(180deg);
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .bg-hero {
    background-size: cover;
    padding: 100px 0;
  }
  #cta {
    padding: 100px 0;
  }
  .mb-180 {
    margin-bottom: 100px;
  }
  .btn {
    padding: 12px 30px;
  }
  h1 {
    line-height: 1.5;
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  #home-hero {
    padding: 100px 0;
    background-position: 70%;
    margin-top: 60px !important;
  }
  .col-wrap {
    margin-bottom: 54px;
  }
  #organization-list .organization-card {
    padding: 24px;
  }
  #university-list p {
    text-align: left !important;
  }
  #university-list .university-card {
    padding: 24px;
  }
  .tab-buttons {
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
  }
  .tab-buttons li {
    font-size: 16px;
    white-space: nowrap;
  }
  footer {
    text-align: center;
  }
  footer .copy-links {
    flex-direction: column;
  }
  footer .copy-links span {
    display: none;
  }
  footer .copy-links a {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  #search-results .search-content {
    flex-direction: column;
  }
  #headlines-cards .headline-card img {
    max-height: 240px;
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 80px;
  }
  #report-page.pt-120 {
    padding-top: 40px;
  }
  .mb-180 {
    margin-bottom: 80px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-120 {
    margin-top: 80px;
  }
  p {
    font-size: 15px;
  }
  h5 {
    font-size: 15px;
  }
  .h3-s {
    margin-bottom: 10px;
    font-size: 18px;
  }
  header .navigation li a {
    font-size: 15px;
  }
  header .btn-wrap a {
    width: 100%;
  }
  header .btn-wrap a:first-of-type {
    margin-bottom: 10px;
  }
  #cta .btn-wrap {
    flex-direction: column;
  }
  #headlines-cards p, #headlines-cards a, #headlines-cards span {
    margin-bottom: 10px;
  }
  #headlines-cards nav ul.pagination li {
    display: inline-block;
  }
  #headlines-cards nav ul.pagination li:first-of-type, #headlines-cards nav ul.pagination li:last-of-type {
    margin-top: 20px;
  }
  #search-results .search-content .date {
    margin-bottom: 12px;
  }
  #search-results .search-content .img-wrap {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #internship-form .form-wrapper, #contact .form-wrapper {
    padding: 12px;
  }
  #internship-form .form-wrapper form fieldset, #contact .form-wrapper form fieldset {
    flex-direction: column;
  }
  #internship-form .form-wrapper form fieldset input, #contact .form-wrapper form fieldset input {
    width: 100%;
  }
  #internship-form .form-wrapper form textarea, #contact .form-wrapper form textarea {
    margin-bottom: 20px;
  }
  #internship-form .img-wrap img {
    max-height: 340px;
    object-fit: cover;
  }
  #video-report .step-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 320px) {
  h1 {
    line-height: 1.1;
  }
  .hero-title-wrap {
    margin-top: 30px;
  }
}
.page-template-schedule-training-consultations .hero-title-wrap p {
  max-width: 80% !important;
}
/*# sourceMappingURL=breakpoints.css.map */