@media only screen and (min-width: 320px) and (max-width: 349px) {
  .main_container {
    width: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 399px) {
  #account_icon {
    display: none;
  }
  header > div:first-child {
    display: block;
  }
  header #menu_dropdown_container > div:last-child {
    padding-right: 20px !important;
  }
  header #menu_dropdown_container form input[type='text'] {
    width: 140px;
  }
  .menu-footer-menu-container > ul {
    grid-gap: 10px 20px;
  }
  .menu-footer-menu-container > ul > li > a {
    font-size: 14px;
  }
  .image_content_boxes_container h4 {
    line-height: 1.65;
    font-size: 18px;
  }
  .testimonials_container > div > div {
    width: 250px;
  }
  .testimonials_container > div > div img {
    height: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 449px) {
  header #menu_dropdown_container:before {
    left: -85px;
    border-right: 85px solid #18a5d8;
  }
  #languages_icon_list_container > div {
    grid-template-columns: repeat(2, 1fr);
  }
  #about_meet_team_container {
    grid-template-columns: 1fr;
  }
  #about_meet_team_container h4, #about_meet_team_container p {
    text-align: center;
  }
  #children_list_container, .blogs_container {
    grid-template-columns: 1fr;
  }
  #children_list_container a, .blogs_container a {
    justify-self: center;
  }
  #children_list_container img, .blogs_container img {
    display: block;
    margin: 0 auto;
  }
  #children_list_container h4, .blogs_container h4 {
    text-align: center;
  }
  .blog_pagination_navigation_container {
    grid-column: span 1;
    justify-self: center;
  }
  #more_content_container > div > div {
    grid-template-columns: 1fr;
  }
  #more_content_container h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 499px) {
  footer #main_footer_container > div #footer_summary_container {
    border-left: none;
    padding-left: 0;
  }
  .menu-footer-menu-container > ul {
    justify-items: center;
  }
  #footer_summary_container p, #footer_contacts_container, #mc-embedded-subscribe-form h4 {
    text-align: center;
  }
  #mc-embedded-subscribe-form button {
    display: block;
    margin: 0 auto;
  }
  #mc-embedded-subscribe-form h4 {
    margin-right: 0;
  }
  #request_quote_container form > div:first-child, #request_quote_container form > div:nth-child(2), .blog_navigation_container {
    grid-template-columns: 1fr;
  }
  .blog_single_navigation_container > a:first-child .nav_title_text, .blog_single_navigation_container > a:first-child .blog_navigation_heading {
    grid-column: 1;
    text-align: right;
  }
  .blog_single_navigation_container > a:first-child img {
    grid-column: 2;
    justify-self: end;
  }
  .blog_single_navigation_container > a:first-child {
    grid-template-columns: 1fr auto;
  }
  #request_quote_container form > div:first-child > label:first-child, #request_quote_container form > div:first-child > label:nth-child(2), #request_quote_container form > div:nth-child(2) textarea {
    grid-column: span 1;
  }
  #request_quote_container form > div:nth-child(2), #request_quote_container form > div:first-child, #request_quote_container form {
    grid-gap: 20px;
  }
  #request_quote_container form > div:nth-child(2) > div {
    align-self: start;
  }
  #request_quote_container form .checkbox_container {
    width: 100%;
    box-sizing: border-box;
  }
  .content_slider_container > div h2, .content_slider_container > div .arrow_container {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 549px) {
  footer #sub_footer_container p span {
    display: block;
    margin-right: 0;
  }
  header #menu_dropdown_container > div:first-child {
    grid-template-columns: auto;
  }
  header #menu_dropdown_container > div:first-child #close_nav_icon {
    padding-left: 95px;
  }
  header > div:first-child p, header #menu_dropdown_container > div:first-child p {
    display: none;
  }
  header > div:first-child {
    grid-gap: 10px 20px;
  }
  header #menu_dropdown_container > div:last-child {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  #menu_dropdown_container form, #menu_dropdown_container .menu-main-menu-container > ul > li, #menu_dropdown_container .menu-highlights-main-menu-container > ul > li {
    text-align: right;
  }
  #menu_dropdown_container .menu-main-menu-container > ul > li, #menu_dropdown_container .menu-highlights-main-menu-container > ul > li {
    padding-bottom: 10px;
  }
  header #menu_dropdown_container {
    width: 60%;
  }
  #request_quote_container h4, #request_quote_container h1 {
    margin-bottom: 40px;
  }
  h1 {
    line-height: 1.5;
    font-size: 33.75px;
  }
  .banner_image_container, .banner_image_container > div:first-child {
    height: 420px;
  }
  .banner_image_container > div:first-child p, .banner_image_container > div:first-child button {
    margin-top: 20px;
  }
  #home_slideshow h1 {
    line-height: 1.2;
  }
  #home_slideshow > div > div > div > div {
    text-align: center;
  }
  #home_slideshow > div > div > div > div a:first-child button {
    margin-bottom: 20px;
  }
  header #menu_dropdown_container > div:first-child #account_highlighted_icon {
    padding-right: 150px;
  }
  #mc-embedded-subscribe-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  footer #main_footer_container > div #footer_contacts_container #social_media_container img {
    margin-left: 0;
    margin-right: 20px;
  }
  .image_content_boxes_container {
    grid-template-columns: 1fr;
  }
  #numbered_highlights_container > div:last-child .numbered_highlight_content > div {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 649px) {
  header > div:first-child p, header #menu_dropdown_container > div:first-child p {
    line-height: 1.65;
    font-size: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 699px) {
  footer #main_footer_container > div, #home_highlights_container > div, .highlighted_content_container > div, #blog_footer_container {
    grid-template-columns: 1fr;
  }
  #home_highlights_container > div, .highlighted_content_container > div, #blog_footer_container {
    grid-gap: 40px;
  }
  footer #main_footer_container > div {
    grid-gap: 60px;
  }
  .highlighted_content_container > div > div:first-child h2, #home_highlights_container h3 {
    margin-bottom: 0;
  }
  #mc-embedded-subscribe-form {
    margin-bottom: 60px;
  }
  .highlighted_content_container h2, .highlighted_content_container p, .highlighted_content_container > div > div:first-child > div {
    text-align: center;
  }
  #home_highlights_container > div h2 {
    grid-column: span 1;
  }
  #blog_footer_container > div:first-child {
    display: block;
    text-align: right;
  }
  #blog_footer_container > div:first-child p {
    margin-bottom: 10px;
  }
  #blog_footer_container > div:first-child img {
    margin-left: 20px;
  }
  #blog_footer_container > div:last-child {
    justify-self: auto;
  }
  #featured_content_container {
    grid-template-columns: 1fr;
  }
  header #menu_dropdown_container > div:last-child {
    padding: 0px;
  }
  #request_quote_container form > div:nth-child(2) {
    grid-template-columns: auto 1fr;
  }
  #request_quote_container form > div:nth-child(2) textarea, #request_quote_container form > div:nth-child(2) .g-recaptcha {
    grid-column: span 2;
  }
  #request_quote_container form > div:nth-child(2) .g-recaptcha {
    justify-self: left;
  }
  #request_quote_container form .checkbox_container {
    width: auto;
    min-width: 170px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 749px) {
  header #menu_dropdown_container {
    height: 626px;
  }
  header #menu_dropdown_container:before {
    border-top: 626px solid transparent;
  }
  header {
    height: 96px;
  }
  #home_slideshow_container, .banner_image_container, #search_results_container, #breadcrumb_container, .page-template-contact #request_quote_container {
    padding-top: 96px;
  }
  header #menu_dropdown_container > div:first-child #close_nav_icon {
    padding-right: 30px;
  }
  header > div:first-child {
    padding: 20px;
  }
  header #menu_dropdown_container > div:first-child {
    height: 96px;
  }
  header #nav_icon_container {
    padding-right: 30px;
    width: 110px;
  }
  header #nav_icon_container:before {
    border-top: 96px solid #fff;
  }
  header #nav_icon_container #nav_icon {
    right: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
  .menu-main-menu-container > ul > li > a, #menu_dropdown_container .menu-highlights-main-menu-container > ul > li > a, header #menu_dropdown_container form input[type='text'] {
    line-height: 1.65;
    font-size: 18px;
  }
  button {
    padding: 15px 20px;
  }
  footer #sub_footer_container {
    grid-template-columns: 1fr;
    padding-top: 20px;
    grid-gap: 20px;
  }
  footer #main_footer_container > div #footer_contacts_container {
    justify-self: start;
  }
  footer #sub_footer_container p {
    text-align: center;
  }
  footer #sub_footer_container img {
    margin: 0 auto;
  }
  footer #footer_contacts_container h4 {
    margin-right: 20px;
  }
  footer #footer_contacts_container a:last-of-type h4 {
    margin-right: 0px;
  }
  .text_image_container, .text_image_container.right_text_image_container {
    grid-template-columns: 1fr;
  }
  .text_image_container.right_text_image_container img {
    grid-column: 1;
    grid-row: 1;
  }
  .text_image_container img {
    justify-self: center;
  }
  .text_image_container > div {
    text-align: left;
  }
  .text_image_container.right_text_image_container > div {
    grid-row: 2;
  }
  .content_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonials_container #testimonial_next {
    right: 0px;
  }
  .testimonials_container #testimonial_prev {
    left: 0px;
  }
  .speech_container .content_section {
    padding-bottom: 50px;
  }
  #breadcrumb_container + .content_section {
    padding-top: 40px;
  }
  .banner_image_container > div:first-child h1, .banner_image_container > div:first-child p {
    width: 100%;
  }
  .speech_container {
    margin-bottom: 100px;
  }
  .speech_container:after {
    height: 100px;
  }
  #contact_details_container > div:first-child {
    padding-right: 0;
  }
  #contact_details_container #iframe_map_container {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 849px) {
  .heading_and_image_section {
    grid-template-columns: 1fr !important;
  }
  .heading_and_image_section img {
    grid-column: 1 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 899px) {
  footer #main_footer_container > div #footer_contacts_container h4, footer #main_footer_container > div #footer_contacts_container #social_media_container {
    display: inline-block;
  }
  #numbered_highlights_container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding-top: 80px;
  }
  .text_image_container + #numbered_highlights_container {
    padding-top: 0;
  }
  #numbered_highlights_container > div:last-child .numbered_highlight_content > div {
    right: 0;
    left: auto;
    top: -145px;
  }
  #more_content_container h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 949px) {
  #request_quote_container form {
    grid-template-columns: 1fr;
  }
  #request_quote_container form #request_quote_form_response_container {
    grid-column: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 999px) {
  #header_banner_image_container #case_study_individual_logo {
    top: auto;
    bottom: -215px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-template-case_study_individual #header_banner_image_container {
    margin-bottom: 215px;
  }
  .page-template-case_study_individual .user_content_section {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1099px) {
  footer h4 {
    line-height: 1.65;
    font-size: 18px;
  }
  header #menu_dropdown_container .menu-highlights-main-menu-container {
    display: block;
  }
  header > div:first-child .menu-highlights-main-menu-container > ul {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1449px) {
  header > div:first-child .menu-highlights-main-menu-container > ul {
    margin: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 399px) {
  .main_container {
    width: 330px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .main_container {
    width: 370px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  .testimonials_container > div > div img {
    height: 75px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 699px) {
  header #menu_dropdown_container > div:last-child {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .menu-footer-menu-container > ul {
    grid-gap: 10px 40px;
  }
  header #menu_dropdown_container form input[type='text'] {
    width: 150px;
  }
  .testimonials_container > div > div {
    width: 85%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 499px) {
  .main_container {
    width: 420px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 599px) {
  #languages_icon_list_container > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 450px) and (max-width: 699px) {
  #about_meet_team_container, #children_list_container, .blogs_container {
    grid-template-columns: 1fr 1fr;
  }
  .blog_pagination_navigation_container {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 450px) and (max-width: 949px) {
  #more_content_container > div > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 500px) and (max-width: 549px) {
  .main_container {
    width: 460px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 749px) {
  .content_slider_container > div {
    grid-template-columns: 1fr auto;
  }
  .content_slider_container > div .arrow_container button {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 949px) {
  #request_quote_container form > div:first-child {
    grid-gap: 40px 20px;
  }
  #request_quote_container form {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 599px) {
  .main_container {
    width: 510px;
  }
  header > div:first-child, header #menu_dropdown_container > div:first-child {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 699px) {
  header #menu_dropdown_container > div:last-child {
    padding: 103px 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 749px) {
  header #menu_dropdown_container > div:first-child #close_nav_icon {
    padding-left: 75px;
  }
  header #menu_dropdown_container > div:first-child #account_highlighted_icon {
    padding-right: 130px;
  }
  header #menu_dropdown_container > div:first-child {
    grid-template-columns: auto 151px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1099px) {
  header #menu_dropdown_container {
    width: 70%;
  }
  header #menu_dropdown_container > div:last-child {
    grid-template-columns: 1fr auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 649px) {
  .main_container {
    width: 560px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 749px) {
  #languages_icon_list_container > div {
    grid-template-columns: repeat(4, 1fr);
  }
  header > div:first-child, header #menu_dropdown_container > div:first-child {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .image_content_boxes_container h4 {
    line-height: 1.65;
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .image_content_boxes_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 650px) and (max-width: 699px) {
  .main_container {
    width: 610px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 749px) {
  .main_container {
    width: 660px;
  }
  #request_quote_container form > div:nth-child(2) {
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
  #blog_footer_container {
    grid-gap: 80px;
  }
  header #menu_dropdown_container > div:last-child {
    padding: 103px 50px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 899px) {
  footer #main_footer_container > div #footer_contacts_container {
    grid-column: span 2;
  }
  footer #main_footer_container > div {
    grid-template-columns: auto 1fr;
  }
  footer #footer_contacts_container h4 {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .highlighted_content_container > div {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 949px) {
  #children_list_container, .blogs_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blog_pagination_navigation_container {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  footer #main_footer_container > div {
    grid-gap: 40px;
  }
  .menu-footer-menu-container > ul {
    grid-gap: 10px 20px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1149px) {
  #mc-embedded-subscribe-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 799px) {
  .main_container {
    width: 710px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 849px) {
}
@media only screen and (min-width: 750px) and (max-width: 899px) {
  #languages_icon_list_container > div {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 800px) and (max-width: 849px) {
  .main_container {
    width: 760px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
  header #menu_dropdown_container > div:last-child {
    padding: 76px 50px;
  }
  .text_image_container:not(.heading_and_image_section):not(.top_text_image_container):not(.bottom_text_image_container) img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  header #menu_dropdown_container form input[type='text'] {
    width: 180px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1099px) {
  footer #sub_footer_container p span {
    display: block;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
  #contact_details_container > div:first-child {
    padding-right: 55%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 899px) {
  .main_container {
    width: 810px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 949px) {
  .heading_and_image_section img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 949px) {
  .main_container {
    width: 860px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .text_image_container:not(.heading_and_image_section):not(.top_text_image_container):not(.bottom_text_image_container) img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1099px) {
  header #menu_dropdown_container > div:last-child {
    padding: 76px 100px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1149px) {
  .image_content_boxes_container h4 {
    line-height: 1.65;
    font-size: 18px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 999px) {
  .main_container {
    width: 910px;
  }
  #request_quote_container form > div:nth-child(2) {
    grid-gap: 20px;
  }
  #request_quote_container form > div:first-child {
    grid-gap: 21px 20px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1049px) {
  .heading_and_image_section img {
    max-width: 600px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1099px) {
  #request_quote_container form {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1199px) {
  #request_quote_container form > div:first-child {
    grid-template-columns: 1fr;
  }
  #request_quote_container form > div:first-child > label:first-child, #request_quote_container form > div:first-child > label:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1049px) {
  .main_container {
    width: 960px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  header #menu_dropdown_container form input[type='text'] {
    width: 200px;
  }
  .page-template-case_study_individual #header_banner_image_container > div:first-child h1, .page-template-case_study_individual #header_banner_image_container > div:first-child p {
    width: 600px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1149px) {
  .text_image_container:not(.heading_and_image_section):not(.top_text_image_container):not(.bottom_text_image_container) img {
    max-width: 500px;
  }
  #header_banner_image_container #case_study_individual_logo {
    right: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #request_quote_container form > div:first-child {
    grid-gap: 26px 20px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1099px) {
  .main_container {
    width: 1010px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1249px) {
  .heading_and_image_section img {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1149px) {
  .main_container {
    width: 1060px;
  }
  header > div:first-child p, header #menu_dropdown_container > div:first-child p {
    line-height: 1.65;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1249px) {
  header > div:first-child, header #menu_dropdown_container > div:first-child {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1199px) {
  .main_container {
    width: 1110px;
  }
  #mc-embedded-subscribe-form input {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1249px) {
  .main_container {
    width: 1160px;
  }
  #mc-embedded-subscribe-form input {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #contact_details_container > div:first-child {
    padding-right: 50%;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) {
  .main_container {
    width: 1210px;
  }
  #mc-embedded-subscribe-form input {
    width: 300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1349px) {
  .main_container {
    width: 1260px;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1499px) {
  .menu-highlights-main-menu-container > ul {
    margin: 0 40px;
  }
}
