@media all and (max-width: 767px) {
  .slide_content {
    min-width: auto;
  }
  #site_nav {
    margin-top: 3em;
  }
  #google_translate_element {
    font-size: 1em;
  }
  #news .site_contain .abox,
  #community .site_contain .abox,
  #research .site_contain .abox {
    width: 100% !important;
    margin-right: 0px !important;
    min-height: 0px !important;
    padding-bottom: 70px;
  }
  #research .site_contain .abox.centered{padding-bottom:0;}
  #career_values
	{
	  padding: 60px 0;
	}

  #contact_info .site_contain {width: calc(100% - 2rem);}
  .map_blocks {
    display: block;
  }
  .map_blocks > li {
    height: 41em;
    background-color: #fff;
  }
  .map_btns {
    position: static;
    margin-top: 2em;
    flex-wrap: wrap;
    gap: 10px;
  }
  .contact_form {
    position: static;
    width: auto;
    padding: 2em;
  }
  .map_list > li {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .video-thumb {
    margin-left: 0;
    margin-top: 3em;
  }
  #scrolling_imgs {
    height: 300%;
  }
  .scroll_shape {
    height: 33.33%;
  }
  .scroll_shape img {
    width: 74em;
  }
  .scroll_list > li {
    height: 33.33%;
    background-size: cover;
  }
  html {
    font-size: 40px;
  }
  .site_contain {
    width: calc(100% - 4em);
  }
  #site_header {
    background-color: #002449;
  }
  #site_header .page_nav {
    top: 7.8em;
    opacity: 1;
  }
  #site_header .mobile_nav_btn > span {
    background-color: #fff;
  }
  #site_header .mobile_nav_btn.active span {
    background-color: #1c252c;
  }
  #ideas .section_split > li {
    max-width: 100%;
  }
  .mobile_nav_btn {
    display: flex;
    z-index: 100;
  }
  .mobile_nav_btn.active span {
    background-color: #1c252c;
  }
  .mobile_nav_btn.active span:nth-child(2) {
    display: none;
  }
  .mobile_nav_btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1em;
  }
  .mobile_nav_btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -0.9em;
  }
  #site_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    right: -100%;
    top: 0;
    transition: right 0.5s;
    margin-top: 0;
    z-index: 99;
    font-size: 0.75em;
  }
  #site_nav > li {
    float: none;
    font-size: 2.2em;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #252525;
  }
  #site_nav > li:first-child {
    border-bottom: 0;
  }
  #site_nav > li:last-child {
    margin: 0 auto;
    border-bottom: 0;
  }
  #site_nav > li:before,
  #site_nav > li:after {
    display: none;
  }
  #site_nav > li > a {
    padding: 1.8em;
    display: block;
  }
  #site_nav > li.site_portals {
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  #site_nav > li.site_portals #google_translate_element {
    margin-right: 0;
    margin-bottom: 1em;
  }
  #site_nav > li.mobile_nav_logo {
    display: block;
    margin-top: 2.5em;
  }
  #site_nav.active {
    right: 0;
  }
  #site_nav .sub_nav {
    display: block;
    font-size: 0.9em;
    margin-left: 2.5em;
  }
  #site_nav .sub_nav a {
    font-weight: 400;
  }
  #quote_block {
    height: 24em;
  }
  .quote_block_quote {
    width: auto;
    padding: 0 1em;
  }
  .scroll_shape {
    height: calc(39.333%);
    width: 160%;
  }
  .scroll_content {
    width: calc(100% - 2em);
    padding: 0 1em;
    right: 0;
  }
  .scroll_line {
    right: 20em;
  }
  .scroll_list > li:first-child {
    background-position: center;
  }
  .scroll_list > li:last-child {
    background-position: right;
  }
  #page_hero {
    height: 35em;
  }
  .section_split {
    display: block;
  }
  .team_member_row > li {
    flex: 0 50%;
  }
  .team_member_bio_display_content {
    column-count: auto;
    max-height: none;
  }
  .team_member_bio_special_break {
    display: none;
  }
  #awards_intro {
    padding: 3em 0;
  }
  .leadership_intro {
    padding: 3em 0;
  }
  .leadership_contain {
    padding: 3em 0;
  }
  .awards_intro {
    padding: 3em 0;
  }
  .awards_contain {
    padding: 3em 0;
  }
  #research {
    padding: 3em 0;
  }
  .awards_list > li {
    display: block;
  }
  .award_year {
    width: auto;
    margin-bottom: 1em;
  }
  .award_block_list {
    display: block;
  }
  .awards_title {
    width: auto;
    padding-left: 0;
  }
  .research_split {
    display: block;
  }
  .team_member_list > li:last-child {
    margin-bottom: 0;
  }
  .what_overview_split {
    display: block;
  }
  .what_overview_list > li {
    padding: 0;
  }
  .what_overview_list > li.active {
    background-color: unset;
  }
  .what_overview_list > li.active .wo_list_title {
    background-color: #0099d7;
  }
  .what_overview_list > li.active .wo_list_content {
    display: block;
  }
  .what_overview_list > li.active .wo_list_content .wo_content {
    position: static;
    transform: translate(0, 0);
  }
  .wo_list_title {
    padding: 2em 0;
  }
  .wo_list_content {
    display: none;
    position: static;
    opacity: 1;
    padding: 2em;
    width: auto;
    max-width: none;
  }
  .column_split {
    display: block;
  }
  .column_split > li {
    overflow: hidden;
  }
  .panel_contain > .panel_content {
    width: auto;
    max-width: none;
    padding: 2em;
  }
  .panel_contain.right {
    justify-content: unset;
  }
  #principles {
    height: auto;
  }
  #principles .section_title {
    margin-bottom: 0;
  }
  #strategies {
    padding: 3em 0 0;
  }
  .strat_graphic {
    width: 90%;
  }
  .strat_graphic_list > li:nth-child(1) {
    right: 8em;
    top: 8em;
  }
  .strat_graphic_list > li:nth-child(2) {
    right: 3.1em;
    top: 23.6em;
  }
  .strat_graphic_list > li:nth-child(2) .strat_name {
    top: 2em;
    right: -3.7em;
    width: 8em;
  }
  .strat_graphic_list > li:nth-child(3) {
    right: 16.1em;
    top: 33.2em;
  }
  .strat_graphic_list > li:nth-child(4) {
    right: 29.2em;
    top: 23.58em;
  }
  .strat_graphic_list > li:nth-child(4) .strat_name {
    top: 2.4em;
    right: -1.5em;
  }
  .strat_graphic_list > li:nth-child(5) {
    right: 24.1em;
    top: 8.1em;
  }
  #what_slider {
    height: 22em;
  }
  .what_slider_list > li {
    width: auto;
    padding: 0 2em 3em;
  }
  .what_list_index {
    bottom: 0.5em;
  }
  .risk_content {
    padding: 0;
  }
  #risk_management {
    padding: 3em 0;
  }
  #infrastructure {
    padding: 3em 0;
  }
  #infrastructure .section_content {
    columns: auto;
  }
  .inst_graphic {
    width: auto;
    height: 28.2em;
    margin: auto 1em;
    background-size: 60% auto;
  }
  .inst_graphic .t3 {
    left: 15%;
  }
  .inst_graphic .t4 {
    right: 15%;
  }
  .inst_graphic .t6 {
    right: 20%;
  }
  .inst_graphic .t7 {
    left: 20%;
  }
  #institutional_graphic {
    height: 35em;
  }
  #careers_3 {
    background-image: none;
    height: auto;
  }
  #careers_3 .column_split > li:first-child {
    padding: 3em 2em;
    display: block;
  }
  .careers3_img {
    display: none;
  }
  .career_block_list {
    display: block;
    height: auto;
  }
  .career_block_list > li {
    height: 20em;
  }
  /* .map_blocks {
    display: block;
  }
  .map_blocks > li {
    height: 41em;
    background-color: #fff;
  }
  .map_btns {
    position: static;
    margin-top: 2em;
    flex-wrap: wrap;
    gap: 10px;
  }
  .contact_form {
    position: static;
    width: auto;
    padding: 2em;
  }
  .map_list > li {
    width: 100%;
  } */
  .footer_logo {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  #site_footer {
    padding: 2em 0;
  }
  .footer_links {
    flex-wrap: wrap;
    float: none;
  }
  .footer_links > li {
    margin-right: 2em;
    flex: 1 40%;
    margin-top: 2em;
  }
  .lightbox[lb-type="disclaimer"],
  .lightbox[lb-type="user_agreement"],
  .lightbox[lb-type="article"],
  .lightbox[lb-type="privacy_policy"],
  .lightbox[lb-type="stewardship-code-disclosure"],
  .lightbox[lb-type="shareholders-rights-directive"] {
    padding: 3em 1em;
    max-height: calc(90% - 6em);
    width: 90%;
  }
  .section_title {font-size: 1.5em;}
  .html_norm ol {margin-left: 1.6em;}
  .html_norm ol > li {padding-left: 10px;}
  .html_norm ul {padding-left: 1.1em;}
  .lightbox[lb-type="video"] {
    max-height: 80%;
    top: 20%;
    width: 94%;
  }
  .lightbox .iframe_video {
    height: calc(94vw * 0.47);
  }
  .exit_lightbox {
    top: 0.6em;
    right: 0.4em;
  }
  .awards_title{float:none;}

  /* New */
  .patents {margin-left: 0 !important;}
}


/* Team Culture */
@media all and (max-width: 1100px) {
  .exit_lightbox {right: 0.3em;}
}
@media all and (max-width: 980px) {
  #team_culture .wrap a {background-size: 13px;}
}

@media all and (max-width: 500px) {
  #team_culture .wrap {
    flex-direction: column-reverse;
    height: auto;
  }
  #team_culture .wrap > div {width: 100%;}
  #team_culture .wrap .left {height: 24em;}
  #team_culture .wrap .right {padding: 40px 0;}
}
