@import "https://fonts.googleapis.com/css?family=Dosis";
/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */

.wrapper {
  box-sizing: border-box;
  margin: 0 auto 1rem;
  padding: 0 1rem;
  max-width: 1420px;
}

.wrapper nav.sectional {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .wrapper nav.sectional {
    justify-content: flex-start;
  }
}

.wrapper nav.sectional a {
  margin: 1rem;
}

@media (min-width: 768px) {
  .wrapper nav.sectional a {
    margin: 0;
  }
  .wrapper nav.sectional a:not(:last-child) {
    border-right: 1px solid #004b8d;
    padding-right: 1rem;
  }
  .wrapper nav.sectional a:not(:first-child) {
    padding-left: 1rem;
  }
}

.wrapper nav.sectional a.active {
  text-decoration: underline;
}

.wrapper main > h1 {
  /*font-size: 1.25em;*/
  font: normal 1.5em "Segoe UI",Arial,Tahoma;
  margin: 1em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .wrapper main > h1 {
    text-align: left;
  }
}

.wrapper main.about h2 {
  font-size: 1.1em;
  margin-top: 1.5em;
}

.wrapper main.about h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.wrapper main.about h3 ~ p {
  margin-top: 0;
}

.wrapper main.about ul {
  list-style: none outside none;
  padding: 0;
}

.wrapper main.about .split {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .wrapper main.about .split {
    flex-direction: row;
  }
}

.wrapper main.about .split > div:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .wrapper main.about .split > div:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4rem;
  }
}

.wrapper main.about .split img.scale {
  box-sizing: border-box;
  height: auto;
  max-width: calc(100vw - 2rem);
}

.wrapper main.management ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.wrapper main.management ol > li {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .wrapper main.management ol > li {
    align-items: flex-start;
    flex-direction: row;
  }
}

.wrapper main.management ol > li:not(:last-child) {
  margin-bottom: 1rem;
}

.wrapper main.management ol > li > img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .wrapper main.management ol > li > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.wrapper main.management ol > li h2, .wrapper main.management ol > li h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .wrapper main.management ol > li h2, .wrapper main.management ol > li h3 {
    text-align: left;
  }
}

.wrapper main.management ol > li h2 {
  color: #0d4d8b;
  font: normal 25px "Segoe UI", Arial;
}

.wrapper main.management ol > li h3 {
  color: #2d2d2d;
  font: bold 13px "Segoe UI", Arial;
}

.wrapper main.images > h1 {
  border-bottom: 1px dotted;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.wrapper main.images > div {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper main.images > div > a {
  box-sizing: border-box;
  color: #2D2D2D;
  margin: 2em 0;
  padding: 0 1em;
  min-width: 25%;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.wrapper main.images > div > a > img {
  display: block;
  margin: 0 auto .5rem;
}

.wrapper main.images > div > a:hover {
  text-decoration: none;
}

.wrapper main.images > div.gamelogos {
  align-items: center;
  background-color: #333333;
}

.wrapper main.images > div.gamelogos > a {
  justify-content: center;
  min-width: 33%;
}

.wrapper main.images > div.software {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper main.images > div.software > a {
  box-sizing: border-box;
  color: #2D2D2D;
  margin: 2em 0;
  padding: 0;
  min-width: 260px;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.wrapper main.press > div.latest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .wrapper main.press > div.latest {
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .wrapper main.press > div.latest {
    justify-content: space-between;
  }
}

.wrapper main.press > div.latest > article {
  display: flex;
  flex-direction: column;
  margin: 0 1em 2em;
  max-width: 270px;
}

@media (min-width: 1024px) {
  .wrapper main.press > div.latest > article {
    margin-left: 0;
    margin-right: 0;
  }
}

.wrapper main.press > div.latest > article > a {
  /*height: 98px;*/
  height: 152px;
  position: relative;
  width: 270px;
}

.wrapper main.press > div.latest > article > a > span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*background-size: cover;*/
  background-size: contain;
}

.wrapper main.press > div.latest > article > a > span.large {
  display: none;
}

.wrapper main.press > div.latest > article div.content_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wrapper main.press > div.latest > article div.content_wrapper > a {
  align-self: flex-end;
  color: #2D2D2D;
  background-color: #FFF;
  padding: 5px 10px;
}

.wrapper main.press > div.latest > article div.content_wrapper > a:hover {
  text-decoration: none;
}

.wrapper main.press > div.latest > article div.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 13px;
}

.wrapper main.press > div.latest > article div.content > h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

.wrapper main.press > div.latest > article div.content > p {
  flex-grow: 1;
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  .wrapper main.press > div.latest > article:first-of-type {
    border-bottom: 1px dotted #2d2d2d;
    border-top: #0d4d8b 4px solid;
    flex-basis: 100%;
    flex-direction: row;
    height: 198px;
    max-width: 100%;
    padding-bottom: 2em;
  }
  .wrapper main.press > div.latest > article:first-of-type > a {
    flex-shrink: 0;
    height: 198px;
    width: 546px;
  }
  .wrapper main.press > div.latest > article:first-of-type > a > span.small {
    display: none;
  }
  .wrapper main.press > div.latest > article:first-of-type > a > span.large {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wrapper main.press > div.latest > article:first-of-type div.content_wrapper > a {
    background-color: transparent;
  }
  .wrapper main.press > div.latest > article:first-of-type div.content {
    display: flex;
    flex-direction: column;
    padding: 25px;
  }
  .wrapper main.press > div.latest > article:first-of-type div.content > h1 > a {
    color: #2D2D2D;
  }
  .wrapper main.press > div.latest > article:first-of-type div.content > h2 {
    text-align: left;
  }
  .wrapper main.press > div.latest > article:first-of-type div.content > p {
    display: block;
  }
  .wrapper main.press > div.latest > article:first-of-type.corporate {
    background-color: transparent;
  }
  .wrapper main.press > div.latest > article:first-of-type.corporate > a {
    /*background-image: url('/about/images/press/corporate_featured_default.png');*/
    background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
    background-size: contain;
    width: 352px;
  }
  .wrapper main.press > div.latest > article:first-of-type.corporate div.content > p::after {
    background: linear-gradient(to bottom, transparent 60%, #F6F6F6);
  }
  .wrapper main.press > div.latest > article:first-of-type.entertainment {
    background-color: transparent;
  }
  .wrapper main.press > div.latest > article:first-of-type.entertainment > a {
    /*background-image: url('/about/images/press/entertainment_featured_default.png');*/
    background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
    background-size: contain;
    width: 352px;
  }
  .wrapper main.press > div.latest > article:first-of-type.entertainment div.content > p::after {
    /*background: linear-gradient(to bottom, transparent, 60% #F6F6F6);*/
    background: linear-gradient(to bottom, transparent 60%, #F6F6F6);
  }
  .wrapper main.press > div.latest > article:first-of-type.software {
    background-color: transparent;
  }
  .wrapper main.press > div.latest > article:first-of-type.software > a {
    /*background-image: url('/about/images/press/software_featured_default.png');*/
    background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
    background-size: contain;
    width: 352px;
  }
  .wrapper main.press > div.latest > article:first-of-type.software div.content > p::after {
    /*background: linear-gradient(to bottom, transparent 60%, #F6F6F6);*/
    background: linear-gradient(to bottom, transparent 60%, #F6F6F6);
  }
}

.wrapper main.press > div.latest > article.entertainment {
  /*background-color: #FFEBE6;
						border-top: 5px solid #D6492A;*/
  background-color: #eaeaeb;
  border-top: 5px solid #0D4D8B;
}

.wrapper main.press > div.latest > article.entertainment > a {
  /*background-image: url('/about/images/press/entertainment_article_default.png');*/
  background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
  background-size: contain;
}

.wrapper main.press > div.latest > article.entertainment div.content > h2 > a {
  /*color: #D6492A;*/
  color: #0D4D8B;
}

.wrapper main.press > div.latest > article.entertainment div.content > p::after {
  /*background: linear-gradient(to bottom, transparent 60%, #FFEBE6);*/
  background: linear-gradient(to bottom, transparent 60%, #E5F2FD);
}

.wrapper main.press > div.latest > article.software {
  /*background-color: #F0FFE5;
						border-top: 5px solid #66BC29;*/
  background-color: #eaeaeb;
  border-top: 5px solid #0D4D8B;
}

.wrapper main.press > div.latest > article.software > a {
  /*background-image: url('/about/images/press/software_article_default.png');*/
  background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
  background-size: contain;
}

.wrapper main.press > div.latest > article.software div.content > h2 > a {
  /*color: #66BC29;*/
  color: #0D4D8B;
}

.wrapper main.press > div.latest > article.software div.content > p::after {
  /*background: linear-gradient(to bottom, transparent 60%, #F0FFE5);*/
  background: linear-gradient(to bottom, transparent 60%, #E5F2FD);
}

.wrapper main.press > div.latest > article.corporate {
  /*background-color: #E5F2FD;*/
  background-color: #eaeaeb;
  border-top: 5px solid #0D4D8B;
}

.wrapper main.press > div.latest > article.corporate > a {
  /*background-image: url('/about/images/press/corporate_article_default.png');*/
  background-image: url("https://www.stardock.com/images/social/str_generic_socialpost.jpg");
  background-size: contain;
}

.wrapper main.press > div.latest > article.corporate div.content > h2 > a {
  color: #0D4D8B;
}

.wrapper main.press > div.latest > article.corporate div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #E5F2FD);
}

.wrapper main.press > div.archives {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 768px) {
  .wrapper main.press > div.archives {
    flex-direction: row;
  }
}

.wrapper main.press > div.archives > a#archives {
  position: relative;
  top: -55px;
}

.wrapper main.press > div.archives h2 {
  border-bottom: 1px dotted #2d2d2d;
  font: normal 20px 'Segoe UI', Arial;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.wrapper main.press > div.archives > div {
  flex: 1 1 50%;
}

.wrapper main.press > div.archives > div.articles {
  margin-right: 2em;
}

.wrapper main.press > div.archives > div.articles a {
  display: block;
  font: normal 15px 'Segoe UI', Arial;
  margin: 10px 0;
  padding-left: 20px;
}

.wrapper main.press > div.archives > div.articles a.entertainment {
  /*background: url('/about/images/archive/arrow_games.png') no-repeat 0px 6px;*/
  background: url("https://www.stardock.com/about/images/archive/arrow_corporate.png") no-repeat 0px 6px;
}

.wrapper main.press > div.archives > div.articles a.software {
  /*background: url('/about/images/archive/arrow_software.png') no-repeat 0px 6px;*/
  background: url("https://www.stardock.com/about/images/archive/arrow_corporate.png") no-repeat 0px 6px;
}

.wrapper main.press > div.archives > div.articles a.corporate {
  background: url("https://www.stardock.com/about/images/archive/arrow_corporate.png") no-repeat 0px 6px;
}

.wrapper main.press > div.archives > div.past > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrapper main.press > div.archives > div.past > div > div.year {
  min-width: 33%;
}

.wrapper main.press > div.archives > div.past > div > div.year > div.monthes {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.wrapper main.press-item > div {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .wrapper main.press-item > div {
    flex-direction: row;
  }
}

.wrapper main.press-item > div > :not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wrapper main.press-item > div > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.wrapper main.press-item > div > article > header {
  border-bottom: 1px dotted #2d2d2d;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.wrapper main.press-item > div > article > header h1 {
  color: #d6492a;
  font: normal 20px "Segoe UI", Arial;
  margin: 0 0 5px 0;
}

.wrapper main.press-item > div > article > header h2 {
  color: #2d2d2d;
  font: italic 13px "Segoe UI";
  margin: 0;
}

.wrapper main.press-item > div > article > a.comments {
  display: block;
  margin: 2em 0;
}

.wrapper main.press-item > div > div.asides {
  flex: 0 0 245px;
}

.wrapper main.press-item > div > div.asides > aside:not(:last-child) {
  margin-bottom: 2em;
}

.wrapper main.press-item > div > div.asides > aside h1 {
  border-bottom: 1px dotted #2d2d2d;
  color: #2d2d2d;
  font: normal 15px 'Segoe UI', Arial;
  margin: 0 0 .5em 0;
  padding-bottom: .5em;
}

.wrapper main.press-item > div > div.asides > aside.recent a {
  color: #2d2d2d;
  display: block;
  font: 12px 'Segoe UI', Arial;
}

.wrapper main.press-item > div > div.asides > aside.recent a:not(:last-child) {
  margin-bottom: 1em;
}

.wrapper main.press-item > footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}

.wrapper main.press-item > footer > a {
  background-color: #000;
  color: #FFF;
  display: block;
  font-size: .75em;
  margin-right: 1em;
  padding: 3px 10px;
  text-transform: uppercase;
}

.wrapper main.press-item > footer > a:hover {
  text-decoration: none;
}

.wrapper main.press-item > footer::after {
  border-bottom: 1px dotted #2d2d2d;
  content: '';
  height: 1px;
  flex-grow: 1;
  position: relative;
  top: -1px;
}

.wrapper main.contact h2 {
  font-size: 1.1em;
  margin-top: 1.5em;
}

.wrapper main.contact .split {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .wrapper main.contact .split {
    flex-direction: row;
  }
}

.wrapper main.contact .split > :not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wrapper main.contact .split > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 4rem;
  }
}

.wrapper main.contact .split > div {
  box-sizing: border-box;
  flex: 1 1 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper main.contact .split > div {
    /* IE10+ specific styles go here */
    flex: 1 1 auto;
    max-width: 650px;
  }
}

.wrapper main.contact .split iframe {
  border: 0;
  box-sizing: border-box;
  height: 400px;
  margin: 0;
  max-width: calc(100vw - 2rem);
  width: 100%;
  overflow: hidden;
}

.wrapper main.contact .split .viewlarge {
  display: block;
}

.wrapper main.contact address {
  font-style: normal;
}

.wrapper main.contact form {
  display: flex;
  flex-direction: column;
}

.wrapper main.contact form > input, .wrapper main.contact form > select, .wrapper main.contact form > textarea {
  border: 1px solid #ababab;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding-left: 13px;
  width: 100%;
}

.wrapper main.contact form > input, .wrapper main.contact form > select {
  height: 34px;
  line-height: 34px;
}

.wrapper main.contact form > button {
  align-self: center;
}

.wrapper main.contact form .validation-summary-errors {
  border: 1px solid #ff0000;
  background-color: #ffcccc;
  margin-bottom: 1em;
}

.wrapper main.contact form .error {
  color: #ff0000;
}

.wrapper main.contact form .success {
  color: #009900;
}

.wrapper main.careers > img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.wrapper main.careers > div.split {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}

@media (min-width: 768px) {
  .wrapper main.careers > div.split {
    flex-direction: row;
    justify-content: space-between;
  }
}

.wrapper main.careers > div.split > div {
  flex: 1 1 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper main.careers > div.split > div {
    /* IE10+ specific styles go here */
    flex: 1 1 auto;
  }
}

.wrapper main.careers > div.split > div:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wrapper main.careers > div.split > div:not(:last-child) {
    border-right: 1px solid #004b8d;
    margin-bottom: 0;
    margin-right: 2rem;
    padding-right: 2rem;
  }
}

.wrapper main.careers > div.split > div:first-child > h2 {
  color: #004b8d;
  /*font: normal 35px 'Dosis';*/
  font: normal 2.25em "Segoe UI",Arial,Tahoma;
  margin: 0 auto;
}

.wrapper main.careers > div.split > div:first-child > h3 {
  color: #004b8d;
  /*font: normal 24px 'Dosis';*/
  font: normal 1.625em "Segoe UI",Arial,Tahoma;
  margin: 0 auto;
}

.wrapper main.careers > div.split > div:last-child > h2 {
  color: #004b8d;
  /*font: normal 26px 'Dosis';*/
  font: normal 1.625em "Segoe UI",Arial,Tahoma;
  margin: 9px auto;
}

.wrapper main.careers > div.split > div:last-child > h3 {
  font: normal 16px "Segoe UI", Arial, Sans-serif;
  margin: 0 auto;
}

.wrapper main.careers nav.tabs > a:not(:first-child) {
  padding-left: 1rem;
}

.wrapper main.careers nav.tabs > a:not(:last-child) {
  border-right: 1px solid #004b8d;
  padding-right: 1rem;
}

.wrapper main.careers nav.tabs > a.current {
  text-decoration: underline;
}

.wrapper main.careers ul.panes {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.wrapper main.careers ul.panes > li > h3 {
  cursor: pointer;
  font-weight: normal;
}

.wrapper main.careers ul.panes > li > h3::before {
  content: '[ + ]';
  margin-right: 1em;
}

.wrapper main.careers ul.panes > li > .description {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .5s ease-out, height .5s ease-out;
}

.wrapper main.careers ul.panes > li > .description > p:first-child {
  margin-top: 0;
}

.wrapper main.careers ul.panes > li > .description > h6 {
  color: #004b8d;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 .5em 0;
}

.wrapper main.careers ul.panes > li > .description > ul {
  list-style-type: disc;
  margin-bottom: 2em;
}

.wrapper main.careers ul.panes > li.open > h3::before {
  content: '[ - ]';
}

.wrapper main.careers ul.panes > li.open > .description {
  height: auto;
  opacity: 1;
}

/* NEW ABOUT PAGE */
main.aboutus img.header {
  height: auto;
  width: 100%;
}

main.aboutus h1 {
  font-size: 2.375em;
  font-weight: 600;
}

main.aboutus div {
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}

main.aboutus div p {
  font-size: 1.125em;
  margin: 0 auto 1em;
  max-width: 814px;
}

main.aboutus div.about {
  width: 90%;
}

main.aboutus div.leaders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5em;
  padding-top: 3em;
  max-width: 1300px;
  width: 100%;
}

main.aboutus div.leaders .box {
  border: 1px solid #004b8d;
  display: block;
  margin: 0 2em 1em;
  max-width: 490px;
  padding: 1.5em 3.5em 3em;
  position: relative;
  text-align: left;
  width: 100%;
}

main.aboutus div.leaders .box ul {
  font-size: 1.125em;
  list-style: none;
  padding-inline-start: 0;
}

main.aboutus div.leaders .box ul li {
  margin-bottom: 0.5em;
}

main.aboutus div.products {
  background-color: #242424;
  color: #ffffff;
}

main.aboutus div.products h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 0.25em;
}

main.aboutus div.products h2 a {
  color: #ffffff;
  text-decoration: none;
}

main.aboutus div.products h2 a:hover {
  text-decoration: underline;
}

main.aboutus div.products .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1em;
  max-width: 1300px;
  width: 100%;
}

main.aboutus div.products .wrap .division {
  display: block;
  max-width: 606px;
  padding: 0 1.5em 3em;
  position: relative;
  text-align: left;
  width: 100%;
}

main.aboutus div.products .wrap .division .txtoverlay {
  background-color: rgba(0, 0, 0, 0.84);
  margin: 0 auto;
  margin-top: -3em;
  min-height: 80px;
  padding: 0.25em 2em 0.5em;
  position: relative;
  text-align: left;
  max-width: 450px;
  width: 80%;
  z-index: 100;
}

main.aboutus div.products .wrap .division .image {
  border: 1px solid #0e7eeb;
  display: block;
  max-width: 594px;
  padding: 0.5em;
  position: relative;
  text-align: left;
  z-index: 10;
}

main.aboutus div.products .wrap .division .image a:hover {
  filter: brightness(1.2);
}

main.aboutus div.products .wrap .division .image img {
  display: block;
  max-width: 594px;
  width: 100%;
}

/* NEW MANAGEMENT PAGE */
main.management img.header {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 800px) {
  main.management .image-container {
    height: 100px;
    /* set the desired height */
    max-width: 100%;
    /* set the maximum width to prevent the image from overflowing */
    overflow: hidden;
    /* crop the image if it overflows the container */
  }
  main.management .image-container img {
    height: 100%;
    /* set the height of the image to fill the container */
    width: 100%;
    /* set the width of the image to fill the container */
    object-fit: cover;
    /* scale the image while maintaining its aspect ratio */
  }
}

main.management > h1.titlebar {
  color: #ffffff;
  font-size: 2.25em;
  font-weight: 500;
  margin-top: -2em;
  text-align: center;
}

main.management p.leaderinfo {
  font: normal 16px "Segoe UI", Arial;
  line-height: 1.438em;
  margin: 3em auto 0;
  text-align: center;
  max-width: 640px;
}

main.management ol.leaders {
  list-style: none outside none;
  margin: 3rem auto 4em;
  padding: 0;
  max-width: 1160px;
  width: 90%;
}

main.management ol.leaders > li {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  main.management ol.leaders > li {
    flex-direction: row;
  }
}

main.management ol.leaders > li:nth-child(even) {
  margin-left: 260px;
}

@media screen and (max-width: 1159px) {
  main.management ol.leaders > li:nth-child(even) {
    margin-left: 0;
    direction: rtl;
  }
}

main.management ol.leaders > li:not(:last-child) {
  margin-bottom: 3rem;
}

main.management ol.leaders > li > img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.management ol.leaders > li > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

main.management ol.leaders > li > div {
  max-width: 640px;
}

main.management ol.leaders > li h2, main.management ol.leaders > li h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.management ol.leaders > li h2, main.management ol.leaders > li h3 {
    text-align: left;
  }
}

main.management ol.leaders > li h2 {
  color: #000000;
  font: bold 25px "Segoe UI", Arial;
}

main.management ol.leaders > li h3 {
  color: #000000;
  font: normal 20px "Segoe UI", Arial;
}

main.management ol.leaders > li p {
  font: normal 16px "Segoe UI", Arial;
  line-height: 1.438em;
  margin-top: 0.75em;
  text-align: center;
  direction: ltr;
}

@media (min-width: 768px) {
  main.management ol.leaders > li p {
    text-align: left;
  }
}

/* NEW CAREERS PAGE */
main.careers img.header {
  height: auto;
  width: 100%;
}

main.careers img.mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  main.careers .image-container {
    height: 100px;
    /* set the desired height */
    max-width: 100%;
    /* set the maximum width to prevent the image from overflowing */
    overflow: hidden;
    /* crop the image if it overflows the container */
  }
  main.careers .image-container img.desktop {
    display: none;
  }
  main.careers .image-container img.mobile {
    display: block;
    height: 100%;
    /* set the height of the image to fill the container */
    width: 100%;
    /* set the width of the image to fill the container */
    object-fit: cover;
    /* scale the image while maintaining its aspect ratio */
  }
}

main.careers > h1.titlebar {
  color: #ffffff;
  font-size: 2.25em;
  font-weight: 500;
  margin-top: -2em;
  text-align: center;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  main.careers > h1.titlebar {
    margin-top: -1.675em;
  }
}

main.careers > div.split {
  display: flex;
  flex-direction: column;
  margin: 2em auto 0;
  padding: 1em 2em 2em;
  max-width: 1400px;
}

@media (min-width: 768px) {
  main.careers > div.split {
    flex-direction: row;
    justify-content: space-between;
  }
}

main.careers > div.split > div {
  flex: 1 1 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.careers > div.split > div {
    /* IE10+ specific styles go here */
    flex: 1 1 auto;
  }
}

main.careers > div.split > div:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  main.careers > div.split > div:not(:last-child) {
    border-right: 1px solid #004b8d;
    margin-bottom: 0;
    margin-right: 2rem;
    padding-right: 2rem;
  }
}

main.careers > div.split > div > h3 {
  margin-top: 1em;
}

main.careers > div.split > div:first-child > h2 {
  color: #004b8d;
  /*font: normal 35px 'Dosis';*/
  font: normal 2.25em "Segoe UI",Arial,Tahoma;
  margin: 0 auto;
}

main.careers > div.split > div:first-child > h3 {
  color: #004b8d;
  /*font: normal 24px 'Dosis';*/
  font: normal 1.625em "Segoe UI",Arial,Tahoma;
  margin: 1em auto 0;
}

main.careers > div.split > div:last-child > h2 {
  color: #004b8d;
  /*font: normal 26px 'Dosis';*/
  font: normal 1.625em "Segoe UI",Arial,Tahoma;
  margin: 9px auto;
}

main.careers > div.split > div:last-child > h3 {
  font: normal 16px "Segoe UI", Arial, Sans-serif;
  margin: 1em auto 0;
}

main.careers nav.tabs > a:not(:first-child) {
  padding-left: 1rem;
}

main.careers nav.tabs > a:not(:last-child) {
  border-right: 1px solid #004b8d;
  padding-right: 1rem;
}

main.careers nav.tabs > a.current {
  text-decoration: underline;
}

main.careers ul.panes {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

main.careers ul.panes > li > h3 {
  cursor: pointer;
  font-weight: normal;
}

main.careers ul.panes > li > h3::before {
  content: '[ + ]';
  margin-right: 1em;
}

main.careers ul.panes > li > .description {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .5s ease-out, height .5s ease-out;
}

main.careers ul.panes > li > .description > p:first-child {
  margin-top: 0;
}

main.careers ul.panes > li > .description > h6 {
  color: #004b8d;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 .5em 0;
}

main.careers ul.panes > li > .description > ul {
  list-style-type: disc;
  margin-bottom: 2em;
}

main.careers ul.panes > li.open > h3::before {
  content: '[ - ]';
}

main.careers ul.panes > li.open > .description {
  height: auto;
  opacity: 1;
}
