* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  color: #202020;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.05em;
}
ul {
  list-style: none;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
}
a:focus {
  border: none;
  outline: none;
}
.document_container {
  padding-top: 0px;
}
.document {
  color: white;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid white;
}
.document:nth-child(2) {
  border-bottom: none;
}
.document p {
  margin-bottom: 12px;
}
.document a {
  padding: 10px;
  border: 1px solid white;
  transition: all 0.6s ease;
}
.document a:hover {
  color: #006eb9;
  border: #006eb9 1px solid;
}
img {
  max-width: 100%;
  border: none;
}
.html_norm p,
.html_norm ul,
.html_norm h1,
.html_norm h2,
.html_norm h3,
.html_norm h4,
.html_norm h5 {
  margin-bottom: 1em;
}
.html_norm ul {
  margin-left: 1em;
  padding-left: 1em;
  list-style: disc;
}
.html_norm ol {
  margin-left: 1.6em;
  list-style: decimal;
}
.html_norm ol > li {
  padding-left: 1em;
}
.html_norm ol > li > ul {
  margin-left: 1em;
}
.site_contain {
  max-width: 1260px;
  width: calc(100% - 15em);
  margin: 0 2em;
  margin: 0 auto;
  position: relative;
}
.site_contain.full {
  max-width: none;
}
.site_contain.inner {
  max-width: 940px;
}
.site_contain.double {
  max-width: 1400px;
}
.section_split {
  display: flex;
}
.section_split > li {
  flex: 1;
}
.section_sub_title {
  color: #0099d7;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 2em;
}
.section_title {
  font-size: 2.19em;
  letter-spacing: -0.01em;
  font-family: "Cardo", serif;
  margin-bottom: 1em;
}
.section_title > span {
  color: #0099d7;
}
.section_content {
  font-size: 0.9375em;
  letter-spacing: 0.04em;
  line-height: 1.66em;
}
.section_content a {
  color: #0099d7;
  text-decoration: underline;
}
.column_split {
  display: flex;
}
.column_split > li {
  flex: 1 50%;
}
.site_form input[type="text"],
.site_form input[type="email"],
.site_form input[type="password"],
.site_form input[type="tel"] {
  width: calc(100% - 2.6em);
  padding: 1.1em;
  border: none;
  background-color: #f2faff;
  font-size: 0.875em;
  margin: 0.2em;
}
.site_form input[type="submit"],
.site_form input[type="button"] {
  border: none;
  background-color: transparent;
  background-image: url("/i/arrows_right_blue.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 2em;
  color: #0099d7;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.site_form input[type="submit"]:hover,
.site_form input[type="button"]:hover {
  color: #006eb9;
}
.site_form select {
  width: 99%;
  height: 93% !important;
  padding: 1.1em !important;
  margin-top: 0.2em;
  border: none;
  font-size: 0.875em;
  color: #757575;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2faff;
  background-image: url("/i/dropdown_arrow.svg");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 8%;
  cursor: pointer;
}
.site_form select[disabled="disabled"] {
  color: #333;
}
.site_form textarea {
  width: calc(100% - 2.1em);
  padding: 3% 2.6%;
  background-color: #f2faff;
  border: none;
  font-size: 1em;
  min-height: 8em;
  font-family: "Raleway", sans-serif;
  margin: 0.1em 0.2em;
}
.form_layout > li {
  margin-bottom: 1em;
}
body.still_header #site_header {
  background-color: #002449;
}
#site_header {
  padding: 1.5em 0;
  height: 5.5em;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.5s;
}
#home #site_header:hover{background-color: #002449;}
#site_header.scrolled {
  background-color: #002449;
}
.site_logo {
  background-image: url("/i/hudson-bay-capital_logo_f_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12em;
  height: 6em;
  float: left;
}
/* .beta .site_logo
{
  background-image: url("/i/HBC_logo_FINAL_KO.png");
  width: 12em;
  height: 7.8em;
} */
.site_logo a {
  display: block;
  height: 100%;
}
.investor_login a {
  display: block;
  background-color: #006eb9;
  color: #fff;
  font-size: 0.81em;
  padding: 0.8em;
}
#site_nav {
  float: right;
  margin-top: 2.18em;
}
#site_nav > li {
  font-size: 0.81em;
  font-weight: 600;
  color: #fff;
  float: left;
  margin-right: 1.55em;
}
#site_nav > li:last-child {
  margin-right: 0;
}
#site_nav > li > a {text-shadow:1px 1px 1px #002449;}
#site_nav > li > a:hover {
  /* color: #006eb9; */
  color:#0099d7
}
#site_nav > li.site_portals {
  position: absolute;
  right: 0;
  top: -1.9em;
  margin-right: 0;
}
#site_nav > li.site_portals li {
  display: inline-block;
}
#site_nav > li.site_portals #google_translate_element {
  margin-right: 3em;
}
#site_nav > li.mobile_nav_logo {
  display: none;
  height: 3em;
  margin: 0 auto 2.5em;
  background-image: url("/i/HudsonBayCapital_Logo_Blue.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-position: center;
}
.header_bump {
  height: 7.8em;
}
.mobile_nav_btn {
  width: 3em;
  height: 2.1em;
  top: 1.7em;
  right: 1em;
  padding-top: 0.1em;
  position: absolute;
  cursor: pointer;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.mobile_nav_btn > span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background: #001753;
  opacity: 1;
  transition: all 0.5s;
}
.no_banner_contain {
  padding: 7em;
}
.video-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  margin-left: 10%;
}
.video-thumb div {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 5%;
  left: 5%;
  background: url(/i/btn-play.png) no-repeat center / 100%;
}
.video-thumb:hover div {
  background-image: url(/i/btn-play-on.png);
}
.iframe_video {
  width: 100%;
  height: calc(100vw * 0.57);
  max-height:100%;
  display: block;
}
.videodrop_wrap {
  position: absolute;
  bottom: calc(6.5em - 30px);
  /* left: 10em; */
}
.videodrop_wrap .btn-video {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: static;
  bottom: calc(6.5em - 30px);
  left: 10em;
  font-size: 1.25em;
  background: url(/i/btn-play.png) no-repeat left center / 30px auto;
  padding-left: 40px;
  line-height: 30px;
  height: 30px;
  color: #fff;

  
  display: flex;
  align-items: center;
}

.videodrop_wrap > .btn-video, .videodrop_wrap a
{
  font-size: 12px;
}

/* #newspage .videodrop_wrap .btn-video span, #what_we_do .videodrop_wrap .btn-video span, #careers .videodrop_wrap .btn-video span
{
  font-size: 0.6em;
} */

#home_theater .tagline
{
  position: absolute;
  bottom: calc(9em - 30px);
  /* left: 2.5em; */
  color: #fff;
  /* font-style: normal; */
  text-align: left;
}

#home_theater .videodrop_wrap 
{
  bottom: calc(8.5em - 30px);
  height: 80px;
}

#who_we_are .videodrop_wrap
{
  bottom: calc(6.5em - 30px);
  height: 80px;
  left: 3px;
}

/* #what_we_do .videodrop_wrap, #newspage .videodrop_wrap, #careers .videodrop_wrap
{
  left: 0;
} */

/* #what_we_do .videodrop_wrap .btn-video, #newspage .videodrop_wrap .btn-video, #careers .videodrop_wrap .btn-video
{
  font-size: 1.6em;
} */

#approach.btn-video
{
  bottom: calc(7em - 30px);
  left: 0;
}

.news.btn-video
{
  top: 53%;
  left: 3%;
  color: #202020;
}

.btn-video {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: calc(6.5em - 30px);
  left: 10em;
  font-size: 1.25em;
  background: url(/i/btn-play.png) no-repeat left center / 30px auto;
  padding-left: 40px;
  line-height: 30px;
  height: 30px;
  color: #fff;
}
.dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.dropdown a {
  color: white;
  display: block;
  margin: 7px 0 0 40px;
}
.dropdown a:hover {
  font-weight: 600;
}
.videodrop_wrap:hover .btn-video {
  background-image: url(/i/btn-play-on.png);
}
.videodrop_wrap:hover .dropdown {
  max-height: 100px;
}
.btn-video:hover {
  background-image: url(/i/btn-play-on.png);
}
/*--------Lightbox--------*/
.lightbox_bkg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.5);
}
#lightbox_contain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 103;
}
.lightbox {
  background-color: #fff;
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  top: 6em;
  width: 80%;
}
.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 5em;
  max-height: calc(90% - 6em);
  top: 5%;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
  margin: auto;
}
.lightbox[lb-type="video"],
.lightbox[lb-type="japanesevideo"],
.lightbox[lb-type="dealCodeVideo"],
.lightbox[lb-type="gerberStatVideo"],
.lightbox[lb-type="careersVideo"], {
  border-radius: 5px;
  max-height: 70%;
  top: 15%;
  left: 0;
  right: 0;
  position: absolute;
  overflow: visible;
  margin: auto;
}
.lightbox[lb-type="video"] .exit_lightbox,
.lightbox[lb-type="japanesevideo"] .exit_lightbox,
.lightbox[lb-type="dealCodeVideo"] .exit_lightbox,
.lightbox[lb-type="gerberStatVideo"] .exit_lightbox,
.lightbox[lb-type="careersVideo"] .exit_lightbox,  {
  transform: rotate(0deg);
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  display: block;
  background: url(/i/close-btn.png) no-repeat;
}
.lb_content_contain {
  border-radius: 0.3em;
  line-height: 1.3;
  padding: 0;
  overflow: hidden;
}
.exit_lightbox {
  cursor: pointer;
  position: absolute;
  top: 0.7em;
  right: 0.8em;
  font-size: 5em;
  line-height: 0;
  transform: rotate(45deg);
  font-weight: 100;
}
.lb_btn {
  cursor: pointer;
}
.lb_content {
  display: none;
}
.lb_content_login {
  display: none;
}
#home_sections {
  height: 100%;
}
#home_theater {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#home_theater #home_video {
  min-width: 100%;
  min-height: 100%;
  left: 70%;
  top: 50%;
  transform: translate(-70%, -50%);
  position: relative;
}
#home_theater .site_contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.home_theater_slider {
  position: absolute;
  bottom: 18.75em;
  height: 11.85em;
  color: #fff;
}
.slide_list > li {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_list > li.active {
  opacity: 1;
  z-index: 2;
}
.slide_title {
  font-size: 5em;
  font-family: "Cardo", serif;
  margin-bottom: 0.25em;
}
.slide_content {
  font-size: 1.5em;
  letter-spacing: 0.03em;
  font-family: "Cardo", serif;
  font-style: italic;
  min-width: 550px;
}
.scroll_indicator {
  background-image: url("/i/scroll_bar.svg");
  height: 7.8125em;
  width: 1em;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 2em;
}
.scroll_indicator:before {
  content: "Scroll";
  position: absolute;
  font-family: "Cardo", serif;
  transform: rotate(-90deg);
  color: #fff;
  left: -2.3em;
  top: 2.5em;
  letter-spacing: 0.1em;
}
#scrolling_imgs {
  height: 168vw;
  position: relative;
  overflow: hidden;
}
.scroll_shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -4em;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.scroll_shape > img {
  float: right;
  width: 79em;
  height: 100%;
  position: relative;
  right: -9em;
}
.scroll_list {
  height: 100%;
}
.scroll_list > li {
  height: 56vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.scroll_list > li:first-child .scroll_line:before {
  content: "";
  background-color: #0099d7;
  height: 0.1em;
  width: 0.7em;
  position: absolute;
  top: 0;
  right: 0;
}
.scroll_list > li:nth-child(2) .scroll_line {
  height: calc(50% - 8em);
}
.scroll_list > li:nth-child(2) .scroll_line.fx-start {
  height: 0 !important;
  bottom: calc(50% - 8em);
}
.scroll_list > li:nth-child(3) .scroll_line {
  height: calc(50% - 4.5em);
}
.scroll_list > li:nth-child(3) .scroll_line.fx-start {
  height: 0 !important;
  bottom: calc(50% - 4.5em);
}
.scroll_line {
  height: calc(50% - 3em);
  position: absolute;
  right: 30em;
  top: 0;
  background-color: #0099d7;
  width: 0.1em;
  z-index: 3;
  transition: all 1s;
}
.scroll_line.top {
  top: 0;
  bottom: auto;
  transition-delay: 0.2s;
}
.scroll_line.bottom {
  top: auto;
  bottom: 0;
}
.scroll_line.fx-start {
  height: 0 !important;
}
.scroll_line.fx-start.bottom {
  bottom: calc(50% - 3em);
}
.scroll_content {
  font-family: "Cardo", serif;
  font-size: 2.18em;
  position: relative;
  width: 17em;
  right: 4em;
  z-index: 5;
  color: #fff;
}
.scroll_content > span {
  color: #0099d7;
}
#quote_block {
  height: 28.43em;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote_block_quote {
  font-size: 2.18em;
  font-family: "Cardo", serif;
  text-align: center;
  width: 31em;
  color: #fff;
  margin-bottom: 0.1em;
}
.quote_block_person {
  font-size: 0.875em;
  text-align: center;
  margin-top: 0.2em;
  color: #fff;
}
.secondary_page {
  height: auto;
}
.secondary_page #site_header {
  transition: all 0.5s;
}
.secondary_page #site_header:hover {
  background-color: #002449;
}
.secondary_page #site_header:hover .page_nav {
  top: 10.8em;
  opacity: 1;
}
/* .secondary_page.beta #site_header:hover .page_nav 
{
  top: 10.8em;
}
.beta #site_header
{
  height: 7.8em;
} */
.page_nav {
  background-color: #fff;
  display: flex;
  position: fixed;
  width: 100%;
  top: 6.8em;
  opacity: 0;
  box-shadow: 0px -1px 36px -7px rgba(0, 0, 0, 0.47);
  transition: all 0.5s;
}
.beta .page_nav
{
  top: 10.8em;
}
.page_nav > li {
  flex: 1;
  text-align: center;
  font-size: 0.8em;
}
.page_nav > li a {
  display: block;
  padding: 1em;
}
#page_hero {
  position: relative;
  height: 46.8em;
  background-size: cover;
}
.tribute #page_hero{max-height:400px;}
.tribute #research p {
  font-size: 0.9375em;
  letter-spacing: 0.04em;
  line-height: 1.66em;
  margin: 1em 0;
  text-align: center;
}
#page_hero .site_contain {
  height: 100%;
}
.page_title {
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 5em;
  font-weight: 400;
  position: absolute;
  bottom: 1.5em;
}
#who_overview {
  color: #fff;
  background-color: #252525;
  padding: 7em 0;
}
.overview_list > li {
  flex: 1;
}
.overview_list > li:first-child {
  flex: 0 29.125em;
  margin-right: 6.25em;
}
#ideas {
  padding: 7em 0;
  background-image: url("/i/bg_image_ideas.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
#ideas .section_split > li {
  max-width: 50%;
}
.leadership_intro {
  padding: 5.6em 0;
  background-color: #f2faff;
}
.leadership_intro .section_sub_title {
  margin-bottom: 0;
}

.leadership_intro .site_contain {max-width: 945px;}
.leadership_contain {
  padding: 7em 0; max-width: 945px;
}
.team_member_list > li {
  margin-bottom: 6em;
}
.team_member_row {
  display: flex;
  overflow: visible;
}
.team_member_row.active {
  border-bottom: 1px solid #ddd;
}
.team_member_row > li {
  width: 16.6em;
  margin-right: 1.25em;
  padding-bottom: 3.125em;
  cursor: pointer;
  flex: 0 32%;
}
.team_member_row > li:last-child {
  margin-right: 0;
}
.team_member_row > li.active {
  border-bottom: 0.2em solid #0099d7;
}
.team_member_row > li.active .team_member_img {
  background-blend-mode: normal;
  filter: none;
}
.team_member_row > li.active .team_member_name {
  color: #252525;
}
.team_member_img {
  height: 21em;
  margin-bottom: 1.4em;
  background-size: cover;
  background-color: #002449;
  /* background-blend-mode: luminosity; */
  transition: all 0.5s;
  position: relative;
  /* -webkit-filter: sepia(1) hue-rotate(165deg);
  filter: sepia(1) hue-rotate(165deg); */
}
.team_member_img.team_member_img_beta {
  filter: none;
  -webkit-filter: none;
  background-blend-mode: normal;
}
.team_member_person {
  position: relative;
  left: 0;
  transition: left 0.5s;
}
.team_member_name {
  font-size: 1.5em;
  font-weight: 700;
  color: #002449;
  font-family: "Cardo", serif;
  letter-spacing: 0.015em;
  margin-bottom: 0.5em;
}
.team_member_position {
  font-size: 0.94em;
  letter-spacing: 0.025em;
  color: #252525;
}
.team_member_bio {
  display: none;
}
.team_member_bio_display {
  margin-top: 4.5em;
  display: none;
  position: relative;
}
.team_member_bio_display_exit {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  right: 0;
  top: -3em;
  cursor: pointer;
  background-image: url(/i/site_sprite.png);
  background-position: 60% 0%;
  background-size: 1300%;
}
.team_member_bio_display_content {
  font-size: 0.9375em;
  letter-spacing: 0.035em;
  column-count: 2;
  line-height: 1.5625em;
  column-gap: 3.4em;
}
#awards {
  background-color: #f2faff;
}
.awards_intro {
  text-align: center;
  padding: 5.6em 0;
  background-color: #252525;
}
.awards_intro .section_title {
  color: #fff;
}
.awards_intro .section_sub_title {
  margin-bottom: 0;
}
.awards_contain {
  padding: 7em 0 5em;
}
.awards_list > li {
  display: flex;
  margin-bottom: 3em;
}
.awards_list > li:last-child {
  margin-bottom: 0;
}
.awards_list > li:last-child .awards_content {
  border-bottom: none;
}
.awards_content {
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.awards_content > li {
  margin-bottom: 2em;
}
.award_year {
  width: 4.5em;
  margin-right: 2.5em;
  font-size: 2.25em;
  letter-spacing: -0.01em;
  color: #0099d7;
}
/*
.award_block_list {
  display: flex;
}
*/
.awards_title {
  font-size: 1.3125em;
  color: #002449;
  font-family: "Cardo", serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.625em;
  width: 8.85em;
  margin-right: 6.5em;
  padding-left: 3.8em;
  float:left;
}
.award_list {
  font-size: 0.95em;
  letter-spacing: 0.035em;
  padding-left: 2em;
}
.award_list > li {
  position: relative;
  margin-bottom: 1em;
}
.award_list > li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: -1em;
  top: 0.5em;
  margin: auto;
  border-radius: 50%;
  background-color: #0099d7;
}
#research {
  padding: 7em 0;
  background-image: url("/i/bg_image_research.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#research .section_sub_title {
  color: #fff;
}
#research .section_title {
  color: white;
}
.research_split {
  display: flex;
}
.research_split > li {
  flex: 1;
  margin-right: 5em;
}
.research_split > li:last-child{margin-right:0;}
.research_content {
  color: #fff;
  font-size: 0.934em;
  letter-spacing: 0.035em;
  line-height: 1.673em;
}
#approach .page_title
{
  bottom: 2em;
}
#approach .slide_content
{
  position: absolute;
  bottom: 5em;
  color: #fff;
  font-style: italic;
}
#approach .videodrop_wrap
{
  bottom: calc(3.5em - 30px);
}
#what_we_do .videodrop_wrap
{
  bottom: calc(3.5em - 30px);
  height: 80px;
}
.what_overview_split {
  position: relative;
  display: flex;
  background-color: #252525;
}
.what_overview_split > li {
  flex: 1 50%;
  border-right: 1px solid #464b54;
}
.what_overview_split > li:last-child {
  border-right: none;
}
.what_overview_list > li {
  padding: 6.5em 0;
  border-bottom: 1px solid #464b54;
  background-color: #252525;
  cursor: pointer;
}
.what_overview_list > li.active {
  z-index: 2;
  background-color: #0099d7;
}
.what_overview_list > li.active .wo_list_title {
  color: #252525;
}
.what_overview_list > li.active .wo_list_content {
  opacity: 1;
  z-index: 2;
}
.what_overview_list > li .panel_content {
  text-transform: uppercase;
}
.wo_list_title {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.125em;
}
.wo_list_content {
  position: absolute;
  width: calc(50% - 18.75em);
  max-width: 29em;
  padding: 0 9.375em;
  top: 0;
  height: 100%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.wo_content {
  color: #fff;
  font-size: 0.9375em;
  letter-spacing: 0.04em;
  line-height: 1.673em;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}
.wo_content span {
  color: #0099d7;
}
.wo_content ol {
  margin-top: 1rem;
  padding: 0 2rem;
}
.wo_foot_note {
  margin-top: 6em;
  padding-top: 1em;
  border-top: 1px solid #fff;
  font-size: 0.6em;
  width: 23em;
}
#principles {
  height: 39.375em;
}
#principles .column_split {
  height: 100%;
}
#principles .column_split > li:first-child {
  position: relative;
  display: flex;
  align-items: center;
}
.panel_contain {
  position: relative;
  display: flex;
  align-items: center;
}
.panel_contain > .panel_content {
  width: calc(100% - 18.75em);
  max-width: 31.25em;
  padding: 0 8em;
}
.panel_contain.right {
  justify-content: flex-end;
}
.principles_content .section_content {
  color: #fff;
  margin-bottom: 3em;
}
.principles_content .section_title {
  color: #0099d7;
}
#strategies {
  padding: 7em 0 0;
}
.strategies_graphic_contain {
  height: 46.25em;
  position: relative;
}
.strat_graphic {
  height: 36.875em;
  width: 48.75em;
  margin: 5.5em auto 0;
  position: relative;
  background-image: url("/i/strategies_infographic.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.strat_grapich_title {
  color: #464b54;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: absolute;
  top: 19.7em;
  left: 0;
  right: 0;
  width: 9.5em;
  margin: auto;
}
.strat_graphic_list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
.strat_graphic_list > li {
  position: absolute;
  cursor: pointer;
}
.strat_graphic_list > li:nth-child(1) {
  right: 14.5em;
  top: 6.9em;
}
.strat_graphic_list > li:nth-child(1) .strat_name {
  top: -2.7em;
  right: -3em;
}
.strat_graphic_list > li:nth-child(2) {
  right: 8.8em;
  top: 24.3em;
}
.strat_graphic_list > li:nth-child(2) .strat_name {
  top: 1em;
  right: -10.5em;
  width: 9em;
}
.strat_graphic_list > li:nth-child(3) {
  right: 23.7em;
  top: 35.2em;
}
.strat_graphic_list > li:nth-child(3) .strat_name {
  top: 2.3em;
  right: -4.4em;
  width: 9em;
}
.strat_graphic_list > li:nth-child(4) {
  right: 38.5em;
  top: 24.28em;
}
.strat_graphic_list > li:nth-child(4) .strat_name {
  top: 0.4em;
  right: 2.5em;
}
.strat_graphic_list > li:nth-child(5) {
  right: 32.8em;
  top: 6.9em;
}
.strat_graphic_list > li:nth-child(5) .strat_name {
  top: -2.7em;
  right: 1em;
}
.strat_graphic_list > li:hover .strat_btn {
  background-color: #002449;
}
.strat_name {
  font-size: 1.06em;
  text-align: center;
  letter-spacing: 0.025em;
  position: absolute;
  color: #464b54;
}
.strat_btn {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #0099d7;
  background-size: 90%;
  background-position: center;
  background-image: url("/i/plus_default.svg");
}
.strat_graphic_content {
  display: none;
  background-color: #f2faff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.sg_content_contain {
  height: 32em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sg_content_contain .section_sub_title {
  text-align: center;
}
.sg_content_exit {
  position: absolute;
  right: 1em;
  top: -6em;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  background-color: #0099d7;
  background-image: url("/i/x.svg");
  background-size: 100%;
  cursor: pointer;
}
.sg_content_list {
  height: 100%;
  position: relative;
}
.sg_content_list > li {
  height: calc(100% - 12.5em);
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.sg_content_list > li.active {
  position: relative;
  opacity: 1;
}
.sg_content_info {
  font-size: 0.9375em;
  letter-spacing: 0.035em;
  line-height: 1.673em;
}
.sg_content_info p {
  margin: 0 auto 1em auto;
  max-width: 60em;
}
.sg_content_btns {
  position: absolute;
  color: #464b54;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  font-family: "Cardo", serif;
  bottom: 7em;
  left: 0;
  right: 0;
  margin: auto;
  width: 15em;
  text-align: center;
}
.sg_content_btns:before {
  content: "";
  width: 2px;
  background-color: #464b54;
  height: 60%;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.sg_content_btns:hover:before {
  background-color: #0099d7;
}
.sg_content_btns > li {
  display: inline-block;
  cursor: pointer;
}
.sg_content_btns > li svg {
  height: 1.1em;
  position: relative;
  top: 0.2em;
}
.sg_content_btns > li:nth-child(1) {
  padding-right: 1em;
  text-align: right;
}
.sg_content_btns > li:nth-child(1) svg {
  transform: rotate(180deg);
  margin-right: 0.5em;
}
.sg_content_btns > li:nth-child(2) {
  padding-left: 1em;
}
.sg_content_btns > li:nth-child(2) svg {
  margin-left: 0.5em;
}
.sg_content_btns > li:hover {
  color: #0099d7;
}
.sg_content_btns > li:hover polygon {
  fill: #0099d7;
}
#what_slider {
  height: 20em;
  position: relative;
}
.what_slider_list {
  height: 100%;
  position: relative;
  background-color: #086ac0;
}
.what_slider_list > li {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}
.what_slider_list > li.active {
  position: relative;
  opacity: 1;
}
.what_list_index {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 2em;
  overflow: visible;
}
.what_list_index > li {
  width: 0.6875em;
  height: 0.6875em;
  border-radius: 50%;
  margin-right: 1em;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
}
.what_list_index > li:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
.what_list_index > li.active {
  border: 1px solid #0099d7;
}
#risk_management, #values {
  padding: 7em 0;
  background-image: url("/i/bg_image_risk.jpg");
}
#risk_management .section_sub_title, #values .section_sub_title {
  color: #fff;
}
#risk_management .section_title, #values .section_title{
  color: #0099d7;
}
#risk_management .html_norm {
  color: #fff;
}

#values {
    .column_split {margin-bottom: 2.5em; align-items: center;}
    h3 {
      font-size: 2.19em;
      letter-spacing: -0.01em;
      font-family: "Cardo", serif;
      color: #0099d7;
    }
    p {
      color: #fff;
      font-size: 1.3em;
      letter-spacing: 0.035em;
      line-height: 2em;
    }
}


.risk_content {
  font-size: 0.9375em;
  letter-spacing: 0.035em;
  line-height: 1.673em;
  padding: 0 2.5em;
}
#infrastructure {
  padding: 7em 0;
}
#institutional_graphic {
  height: 51.875em;
  background-image: url("/i/bg_image_infrastructure.jpg");
  background-size: cover;
  position: relative;
}
.inst_graphic {
  width: 56em;
  height: 45em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/i/infrastructure_infographic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38em auto;
}
.inst_graphic div {
  position: absolute;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.inst_graphic .t1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}
.inst_graphic .t2 {
  left: 0;
  text-align: right;
  top: 50%;
  transform: translate(0, -50%);
}
.inst_graphic .t3 {
  left: 23%;
  top: 2em;
}
.inst_graphic .t4 {
  right: 23%;
  top: 2em;
}
.inst_graphic .t5 {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.inst_graphic .t6 {
  right: 26%;
  bottom: 2em;
}
.inst_graphic .t7 {
  left: 26%;
  bottom: 2em;
}
#careers .page_title
{
  bottom: 2.3em;
}
#careers .slide_content
{
  position: absolute;
  bottom: 6.5em;
  color: #fff;
  font-style: italic;
}
#careers .videodrop_wrap
{
  bottom: calc(5.5em - 30px);
  height: 80px;
}

#careers .orgs
{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

#careers .orgs .org
{
  width: 50%;
  height: 100px;
  background-size: contain;
}

#careers .orgs .org:nth-child(n+3) {margin-top: 1rem;}

#careers .cpa {background: url(/i/CPA_Logo.jpeg) no-repeat center/cover;}
#careers .bf {background: url(/i/bplus-logo.png) no-repeat center/cover;}
#careers .pe {background: url(/i/Ezrah_Logo.jpeg) no-repeat center/cover;}
#careers .rfu {background: url(/i/Razom_Logo.jpeg) no-repeat center/cover;}

#careers_3 {
  height: 38em;
  background-image: url(/i/careers_image.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
#careers_3 .site_contain {
  height: 100%;
  width: calc(85%);
}
#careers_3 .content_contain {
  width: 27.5em;
}
#careers_3 .column_split {
  height: 100%;
  overflow: visible;
}
#careers_3 .column_split > li:first-child {
  display: flex;
  justify-content: left;
  align-items: center;
}
.careers3_img img {
  height: 100%;
  max-width: none;
  position: relative;
  right: -6em;
  width: auto;
}
.career_block_list {
  height: 31.25em;
  display: flex;
}
.career_block_list > li {
  flex: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.career_block_list > li:hover .career_block_back,
.career_block_list > li.active .career_block_back {
  opacity: 1;
}

#career_values
{
  padding: 120px 0;
  display: flex;
  justify-content: center;
  background-color: #002449;
}

#career_values p, #career_values ul li 
{
  color: #fff;
  text-align: left;
}

#career_values ul
{
  padding-left: 1rem;
  list-style-type: disc;
}

#career_values ul, #career_values ul li:nth-child(n+2) {margin-top: 1rem;}

.cb_title {
  color: #fff;
  font-size: 2.1875em;
  font-family: "Cardo", serif;
  letter-spacing: -0.01em;
  position: relative;
}
.cb_title:after {
  content: "";
  width: 1.5em;
  height: 1px;
  position: absolute;
  bottom: -0.3em;
  background-color: #0099d7;
  left: 0;
  right: 0;
  margin: auto;
}
.career_block_back {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f2faff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.cb_contain {
  width: 22.8125em;
  text-align: center;
  color: #464b54;
}
.cb_contain .section_title {
  color: #464b54;
  position: relative;
}
.cb_contain .section_title:after {
  content: "";
  width: 1.5em;
  height: 1px;
  position: absolute;
  bottom: -0.5em;
  background-color: #0099d7;
  left: 0;
  right: 0;
  margin: auto;
}
#contact .slide_content
{
  position: absolute;
  bottom: 6.5em;
  color: #fff;
  font-style: italic;
}
#contact_info {
  position: relative;
}
.map_btns {
  display: flex;
  position: absolute;
  /* font-size: 1.125em; */
  z-index: 4;
  top: 5em;
}
.map_btns > li {
  padding: 1.1em 0.8em;
  background-color: #bfe5f5;
  margin-right: 1em;
  color: #464b54;
  cursor: pointer;
}
.map_btns > li:last-child {
  margin-right: 0;
}
.map_btns > li.active,
.map_btns > li:hover {
  background-color: #0099d7;
  color: #fff;
}
.map_list {
  position: relative;
}
.map_list > li {
  position: absolute;
  left: 0;
  top: 0;
}
.map_list > li.active {
  position: relative;
  z-index: 3;
}
.map_blocks {
  display: flex;
  flex-wrap: wrap;
}
.map_blocks > li {
  height: 58.125em;
  background-size: cover;
  background-position: center;
  position: relative;
}
.map_blocks > li:first-child {
  flex: 1 50%;
}
.map_blocks > li:nth-child(2) {
  flex: 1 50%;
}
.map_blocks > li:last-child {
  flex: 1 100%;
  height: 46.875em;
}
.contact_form {
  position: absolute;
  right: 6.25em;
  top: 12.5em;
  width: 33.125em;
}
.contact_form .section_sub_title {
  margin-bottom: 1em;
}
.contact_source > span {
  color: #0099d7;
}
.form_list {
  margin-top: 2.5em;
}
.form_list > li {
  margin-bottom: 1em;
}
.form_list > li > ul {
  display: flex;
}
.form_list > li > ul > li {
  flex: 1;
  margin-right: 1.875em;
}
.form_list > li > ul > li:last-child {
  margin-right: 0;
}
#newspage #banner .page_title
{
  bottom: 1.8em;
}
#newspage #banner .slide_content
{
  position: absolute;
  bottom: 5em;
  color: #fff;
  font-style: italic;
}
#newspage #banner .videodrop_wrap
{
  bottom: calc(2.3em - 30px);
}
#newspage #banner .videodrop_wrap
{
  bottom: calc(3.5em - 30px);
  height: 80px;
}
#newspage #research {
  background: #fff;
  color: #202020;
  /* padding: 0 0 7em 0; */
  padding: 5em 0;
}
#newspage #research .section_sub_title {
  color: #0099d7;
}
#newspage #research .research_split {
  padding-top: 7em;
}
#newspage #research .section_title {
  color: #202020;
}
#newspage #research .research_content {
  color: #202020;
  font-size: 1.125em;
}
#newspage #research .document {
  color: #202020;
}
#newspage #research .document a {
  border-color: #202020;
}
#newspage #research .document a:hover {
  border-color: #006eb9;
}
#news .site_contain h2,
#community .site_contain h2,
#research .site_contain h2 {
  font-size: 4em;
  color: #202020;
  font-weight: 100;
  margin: 15px 0;
  display: none;
}
#news .site_contain .row,
#community .site_contain .row,
#research .site_contain .row {
  margin: 4.25em 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  overflow: hidden;
}
#news .site_contain .row:nth-child(odd),
#community .site_contain .row:nth-child(odd),
#research .site_contain .row:nth-child(odd) {
  transform: translate(-150px);
}
#news .site_contain .row:nth-child(even),
#community .site_contain .row:nth-child(even),
#research .site_contain .row:nth-child(even) {
  transform: translate(150px);
}
#news .site_contain .row.anim:nth-child(odd),
#community .site_contain .row.anim:nth-child(odd),
#research .site_contain .row.anim:nth-child(odd),
#news .site_contain .row.anim:nth-child(even),
#community .site_contain .row.anim:nth-child(even),
#research .site_contain .row.anim:nth-child(even) {
  opacity: 1;
  transform: translate(0);
}
#news .site_contain .abox,
#community .site_contain .abox,
#research .site_contain .abox {
  margin-right: 0;
  cursor: pointer;
  padding: 2%;
  box-sizing: border-box;
  min-height: 23em;
  display: inline-block;
  width: 32.5%;
  margin-bottom: 2.25vw;
  vertical-align: top;
  position: relative;
}

#research .site_contain .abox 
{
  cursor: default;
}

#research .site_contain .abox .readMore, #research .site_contain .abox .summary > a
{
  cursor: pointer;
}

#research .site_contain .abox .summary > a
{
  position: absolute;
  margin-bottom: 50px;
}

#news .site_contain .abox .date,
#community .site_contain .abox .date,
#research .site_contain .abox .date {
  color: #002449;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}
#news .site_contain .abox .date span,
#community .site_contain .abox .date span,
#research .site_contain .abox .date span {
  display: none;
}
#news .site_contain .abox .title,
#community .site_contain .abox .title,
#research .site_contain .abox .title {
  font-size: 1.125em;
  color: #202020;
  font-weight: 500;
  line-height: 1.35em;
  margin: 8px 0;
}
#news .site_contain .abox .summary,
#community .site_contain .abox .summary,
#research .site_contain .abox .summary {
  font-weight: 100;
  font-size: 1.125em;
  color: #202020;
  line-height: 1.35em;
}

#research .site_contain .abox .summary
{
  margin-bottom: 20px;
}

#news .site_contain .abox img,
#community .site_contain .abox img,
#research .site_contain .abox img {
  width: 100%;
  height: auto;
  max-height: 13.75em;
  margin-top: 1em;
  position: relative;
  z-index: 1;
  margin-bottom: 3.35em;
}
#news .site_contain .abox > div,
#community .site_contain .abox > div,
#research .site_contain .abox > div {
  background: #0099d7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#news .site_contain .abox .hiddenSum,
#community .site_contain .abox .hiddenSum,
#research .site_contain .abox .hiddenSum {
  display: none;
}
#news .site_contain .abox a,
#community .site_contain .abox a,
#research .site_contain .abox a.readMore {
  height: 48px;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  background: no-repeat 99% center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .site_contain .abox a span:nth-child(1),
#community .site_contain .abox a span:nth-child(1),
#research .site_contain .abox a span:nth-child(1) {
  font-size: 1em;
  display: block;
  float: left;
  width: 8em;
  height: 2px;
  background-color: #002449;
}
#news .site_contain .abox a span:nth-child(2),
#community .site_contain .abox a span:nth-child(2),
#research .site_contain .abox a span:nth-child(2) {
  transition: color 0.4s ease;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 2px;
  float: right;
  text-transform: uppercase;
  color: #202020;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  align-items: center;
}
#news .site_contain .abox a span:nth-child(2) svg,
#community .site_contain .abox a span:nth-child(2) svg,
#research .site_contain .abox a span:nth-child(2) svg {
  width: 17px;
  margin-left: 10px;
  transition: fill 0.4s ease;
}
#news .site_contain .abox:nth-child(odd) > div,
#community .site_contain .abox:nth-child(odd) > div,
#research .site_contain .abox:nth-child(odd) > div {
  opacity: 0.2;
}
#news .site_contain .abox:hover a span:nth-child(2),
#community .site_contain .abox:hover a span:nth-child(2),
#research .site_contain .abox a:hover span:nth-child(2) {
  color: #0099d7;
}
#news .site_contain .abox:hover a span:nth-child(2) svg,
#community .site_contain .abox:hover a span:nth-child(2) svg,
#research .site_contain .abox a:hover span:nth-child(2) svg {
  fill: #0099d7;
}
#news #subnav,
#community #subnav,
#research #subnav {
  display: none;
  position: fixed;
  right: 0;
  top: 350px;
  list-style: none;
}
#news #subnav li,
#community #subnav li,
#research #subnav li {
  height: 24px;
  cursor: pointer;
  padding: 8px 60px 8px 0;
  text-align: right;
  position: relative;
  overflow: hidden;
}
#news #subnav li::after,
#community #subnav li::after,
#research #subnav li::after {
  transition: all 0.2s ease-out;
  right: 0;
  margin-left: 15px;
  content: "";
  width: 30px;
  background: #002449;
  height: 2px;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -1px;
}
#news #subnav div,
#community #subnav div,
#research #subnav div {
  margin-top: 1px;
  position: relative;
  margin-top: 100%;
  left: 0;
  opacity: 0;
  color: #002449;
  transition: all 0.3s 0s;
}
#news #subnav li.on div,
#community #subnav li.on div,
#research #subnav li.on div,
#news #subnav li:hover div,
#community #subnav li:hover div,
#research #subnav li:hover div {
  opacity: 1;
  margin-top: 0;
}
#news #subnav li.on::after,
#community #subnav li.on::after,
#research #subnav li.on::after,
#news #subnav li:hover::after,
#community #subnav li:hover::after,
#research #subnav li:hover::after {
  width: 50px;
  background: #002449;
}
#news .site_contain .abox {
  display: none;
}
#news .site_contain .abox.visible {
  display: inline-block;
}
#news .load_more {
  padding: 0 0 2em;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
#research .site_contain .abox {
  width: 49%;
  margin-right: 1%;
  min-height: 46em;
}
#research .site_contain .abox.centered {
  max-width:800px;
  width:100%;
  margin:0 auto;
  min-height:0;
  display:block;
  position:relative;
  padding:0;
}
#research .site_contain .abox.centered::after {
 font-size:12px;transition:background-image 0.25s ease;text-transform:uppercase;pointer-events:none;z-index:2;content:"Play Video";padding-left:40px;line-height:30px;color:#fff;display:block;position:absolute;height:30px;left:20px;bottom:20px;background:url(/i/btn-play.png) no-repeat left center/30px auto;
}
#research .site_contain .abox.centered:hover::after{background-image:url(/i/btn-play-on.png);}
#research .site_contain .abox.centered img{
 width:100%;
 max-height:initial;
 margin:0;
}
#research .site_contain .abox .author {
  font-weight: 100;
  font-size: 1.125em;
  color: #202020;
  line-height: 1.35em;
  margin-bottom: 1em;
}
#research .site_contain .abox img {
  width: 100%;
  height: auto;
  max-height: 18.75em;
}
#research .site_contain .abox:last-child {
  margin-right: 0;
}
#cover {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 101;
}
#popup,
#videoPopUp {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 102;
}
#videoPopUp {
  background-color: transparent;
}
#videoPopUp .vidCont {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.btn-close {
  cursor: pointer;
  background-image: url(/i/btn-close.png);
  position: absolute;
  top: -21px;
  right: -21px;
  width: 42px;
  height: 42px;
  background-size: cover;
}
#videoPopUp .hiddenSum {
  display: block;
}
.vidTextCont {
  background-color: #fff;
  padding: 36px 30px 40px 30px;
  text-align: justify;
  display:none;
}
#site_footer {
  background-image: url("/i/footer.jpg");
  padding: 5.6em 0 9.3em;
  color: #fff;
}
#site_footer .site_contain {
  overflow: hidden;
}
.footer_logo {
  width: 11.125em;
  height: 4.8em;
  float: left;
  background-image: url("/i/HudsonBayCapital_Logo_White.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_logo > a {
  display: block;
  height: 100%;
}
.footer_links {
  float: right;
  display: flex;
}
.footer_links > li {
  margin-right: 2em;
}
.footer_links > li a,
.footer_links > li div {
  display: block;
  margin-bottom: 0.625em;
}
.footer_links > li a.link_title,
.footer_links > li div.link_title {
  font-size: 0.8125em;
  font-weight: 700;
  margin-bottom: 1.56em;
}
.footer_links .linkedin {
  width: 25px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: top;
}
.copyright {
  background-color: #000;
  font-size: 0.8125em;
  padding: 1.56em;
  text-align: center;
  color: #fff;
}
@media all and (min-width: 1700px) {
  #careers_3 {
    background-position: right;
  }
}
.goog-te-banner-frame.skiptranslate {
  border-bottom: none !important;
  box-shadow: none !important;
  background: transparent !important;
  bottom: 0px !important;
  top: auto !important;
}
body {
  top: 0px !important;
}
.goog-te-banner {
  background-image: none !important;
  background-color: transparent !important;
}
.goog-te-banner table tbody {
  display: none !important;
}
.goog-logo-link {
  display: none !important;
}
#options {
  position: fixed !important;
}
.goog-te-button > * {
  background-image: none !important;
}
#who_we_are .page_title {
  bottom: 2.5em;
}
#who_we_are .slide_content
{
  position: absolute;
  bottom: 7em;
  color: #fff;
  font-style: italic;
}

/* Team Culture Section */
#team_culture .wrap {display: flex; height: 38em;}
#team_culture .wrap > div {width: 50%;}
#team_culture .wrap .left {
  background: url(/i/team-culture-img.jpg) no-repeat center/cover;
}
#team_culture .wrap .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#team_culture .wrap .right > div {
  width: 29em;
}
#team_culture .wrap p {line-height: 1.66em; margin-bottom: 1em;}
#team_culture .wrap a {
  display: inline-block;
  color: #0099d7;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  line-height: 1.66em;
  text-transform: uppercase;
  cursor: pointer;
  background: url(/i/arrows_right_blue.svg) no-repeat right;
  background-size: 20px;
  padding-right: 2.5em;
  margin-bottom: 1em;
}

#team_culture .community-impact {
  margin: 1rem 0;
}

#team_culture .wrap a:hover {color: #006eb9;}
/* ########################################################## */
#team-pdf header {
  background-color: #002449;
}
.team-culture-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 15em 1.5em 7em;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.team-culture-content img {
  width: 13em;
  margin-bottom: 3em;
}

.team-culture-content h1 {
  font-size: 2.19em;
  letter-spacing: -0.01em;
  font-family: "Cardo", serif;
  margin-bottom: 1em;
  color: #002449;
}

.team-culture-content p {
  margin-bottom: 1em;
}

/*************************************** BIO ***************************************/
#bio #site_header
{
  background-color: #002449;
}

#bio #container .s1
{
  margin-top: 11vh;
}

#bio #container .s1 .contain
{
  display: flex;
}

#bio #container .s1 .contain > div
{
  width: 50%;
  box-sizing: border-box;
}

#bio #container .s1 .contain .img 
{
  background-repeat: no-repeat;
  background-size: contain;
}

#bio #container .s1 .bioText
{
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#bio #container .s1 .bioText > div
{
  max-width: 575px;
  width: 100%;
  box-sizing: border-box;
}

#bio #container .s1 .bioText .back
{
  display: flex;
  align-items: center;
}

#bio #container .s1 .bioText .back img
{
  width: 20px;
  height: 15px;
  margin-right: 20px;
}

#bio #container .s1 .bioText .back a
{
  font-size: 12px;
  text-transform: uppercase;
}

#bio #container .s1 .bioText .bio
{
  max-height: 695px;
  margin: 50px auto;
  padding-right: 60px;
  overflow-y: auto;
}

#bio #container .s1 .bioText .bio::-webkit-scrollbar
{
  width: 5px;
}

#bio #container .s1 .bioText .bio::-webkit-scrollbar-track
{
  margin-bottom: 40px;
  background-color: #929292;
}

#bio #container .s1 .bioText .bio::-webkit-scrollbar-thumb
{
  background-color: #1177a7;
}

#bio #container .s1 .bioText .bio p:first-child
{
  font-family: "Cardo", serif;
  font-size: 50px;
}

#bio #container .s1 .bioText .bio p:nth-child(2)
{
  font-size: 20px;
}

#bio #container .s1 .bioText .bio .longBio
{
  margin-top: 55px;
}

#bio #container .s1 .bioText .bio .longBio div
{
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
}

#bio #container .s1 .bioText .bio .longBio > div:first-of-type
{
  margin-top: 0;
}

#deepDive h2.subTitle
{
  bottom: 1em;
  color: #0099d7;
  font-size: 3.5em;
  font-style: italic;
}

#deepDive .s2
{
  padding: 7rem 0;
}

#deepDive .pageContain
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#deepDive .fx-slides {min-height: 280px;}

#deepDive .fx-slides a, #deepDive .fx-slides .pageContain div
{
  width: 32%;
  margin: 0 1.7% 1.7% 0;
  display: block;
  cursor: pointer;
}

#deepDive .fx-slides a:nth-child(3n) {margin-right: 0;}

#deepDive .fx-slides a img, #deepDive .fx-slides .pageContain div img
{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

#deepDive .fx-list > div
{
  width: 100% !important;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#deepDive .pageNum
{
  width: auto !important;
  margin-right: 1rem;
  border: none;
  background: transparent;
  font-family: "Raleway", sans-serif;
  transition: color 0.3s ease;
}

#deepDive .pageNum:last-child {margin-right: 0;}
#deepDive .pageNum:hover, #deepDive .pageNum.fx-on {color: #0099d7;}

/*************************************** MOBILE ***************************************/
@media screen and (max-width: 1400px) 
{
  #home_theater .tagline
  {
    bottom: calc(9.5em - 30px);
  }

  #bio #container .s1 .contain .img
  {
    background-size: cover;
  }
}

@media screen and (max-width: 1200px) 
{
  #home_theater .tagline
  {
    bottom: calc(10.5em - 30px);
  }

  #bio #container .s1
  {
    margin-top: 9vh;
  }

  #bio #container .s1 .contain
  {
    justify-content: center;
  }

  #bio #container .s1 .bioText
  {
    padding: 1rem;
    padding-top: 80px;
  }

  #newspage #banner .slide_content
  {
    bottom: 4.5em;
  }
}

@media screen and (max-width: 1024px) 
{
  #home_theater .tagline
  {
    bottom: calc(11em - 30px);
  }

  #bio #container .s1 .contain
  {
    flex-direction: column-reverse;
  }

  #bio #container .s1 .contain > div
  {
    max-width: none;
    width: 100%;
    padding: 1rem;
  }

  #bio #container .s1 .contain .img 
  {
    height: 35vh;
    margin-top: 75px;
    background-size: contain;
    background-position: center;
  }

  #bio #container .s1 .contain > .bioText
  {
    padding-bottom: 5rem;
  }

  #bio #container .s1 .bioText > div
  {
    max-width: none;
  }

  #bio #container .s1 .bioText .back
  {
    position: absolute;
    top: 3rem;
    left: 1rem;
    width: 50%;
  }

  #bio #container .s1 .bioText .bio
  {
    max-height: none;
    padding-right: 0;
    overflow: hidden;
  }

  #careers .slide_content
  {
    bottom: 7em;
  }

  #approach .slide_content
  {
    bottom: 5.4em;
  }

  #who_we_are .slide_content
  {
    bottom: 7.5em;
  }
}

@media screen and (max-width: 767px) 
{
  #bio #container .s1 .contain > div
  {
    padding: 0.5rem;
  }

  #bio #container .s1 .contain .img
  {
    margin-top: 111px;
  }

  #bio #container .s1 .contain > .bioText
  {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #bio #container .s1 .bioText .back
  {
    top: 40px;
    left: 0.5rem;
  }

  #bio #container .s1 .bioText .bio p:first-child
  {
    font-size: 30px;
  }

  /* #newspage #research iframe {height: 300px !important;} */
}

@media screen and (max-width: 1100px) {
  #newspage #banner .page_title {bottom: 2em;}
  #newspage #banner .slide_content {bottom: 5.5em;}
}

@media screen and (max-width: 980px)
{
  .home_theater_slider
  {
    bottom: 19.75em;
  }

  #who_we_are .videodrop_wrap
  {
    height: 60px;
  }

  #what_we_do .videodrop_wrap
  {
    height: 65px;
  }

  #newspage #banner .videodrop_wrap {height: 65px;}

  #careers .videodrop_wrap
  {
    height: 70px;
  }

  .videodrop_wrap .btn-video
  {
    background: url(/i/btn-play.png) no-repeat left center / 20px auto;
    height: 20px;
  }
}

@media screen and (max-width: 768px)
{
  #home_theater .tagline
  {
    bottom: calc(12.5em - 30px);
  }

  #approach.btn-video
  {
    bottom: calc(8.8em - 30px);
    left: 0;
  }
}

@media screen and (max-width: 767px)
{
  .footer_links .linkedin {
    width: 15px;
  }
  #home #home_theater .tagline
  {
    /* bottom: calc(4em - 30px);
    left: 2.5em; */
  }

  .home_theater_slider
  {
    bottom: 24.75em;
  }
  #approach.btn-video
  {
    bottom: calc(7em - 30px);
    left: 0;
  }

  #newspage #banner .page_title {
    font-size: 4em;
    line-height: 1em;
    bottom: 3rem;
  }

  #deepDive .s2 {padding: 2rem 0;}

  #deepDive .fx-slides a, #deepDive .fx-slides .pageContain div
  {
    width: 100%;
    margin: 1% 0;
  }

  .map_blocks > li {
    height: 53em !important;
  }
}