@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 {
  flex: 0 0 141px;
  height: 141px;
  margin-bottom: 1rem;
  width: 113px;
}

@media (min-width: 768px) {
  .wrapper main.management ol > li > img {
    flex-basis: 113px;
    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;
  position: relative;
  width: 270px;
}

.wrapper main.press > div.latest > article > a > span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.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;
}

.wrapper main.press > div.latest > article div.content > p {
  flex-grow: 1;
  position: relative;
}

@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;
  }
  .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.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");
  }
  .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");
  }
  .wrapper main.press > div.latest > article:first-of-type.entertainment div.content > p::after {
    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");
  }
  .wrapper main.press > div.latest > article:first-of-type.software div.content > p::after {
    background: linear-gradient(to bottom, transparent 60%, #F6F6F6);
  }
}

.wrapper main.press > div.latest > article.entertainment {
  background-color: #FFEBE6;
  border-top: 5px solid #D6492A;
}

.wrapper main.press > div.latest > article.entertainment > a {
  background-image: url("/about/images/press/entertainment_article_default.png");
}

.wrapper main.press > div.latest > article.entertainment div.content > h2 > a {
  color: #D6492A;
}

.wrapper main.press > div.latest > article.entertainment div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #FFEBE6);
}

.wrapper main.press > div.latest > article.software {
  background-color: #F0FFE5;
  border-top: 5px solid #66BC29;
}

.wrapper main.press > div.latest > article.software > a {
  background-image: url("/about/images/press/software_article_default.png");
}

.wrapper main.press > div.latest > article.software div.content > h2 > a {
  color: #66BC29;
}

.wrapper main.press > div.latest > article.software div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #F0FFE5);
}

.wrapper main.press > div.latest > article.corporate {
  background-color: #E5F2FD;
  border-top: 5px solid #0D4D8B;
}

.wrapper main.press > div.latest > article.corporate > a {
  background-image: url("/about/images/press/corporate_article_default.png");
}

.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;
}

.wrapper main.press > div.archives > div.articles a.software {
  background: url("/about/images/archive/arrow_software.png") no-repeat 0px 6px;
}

.wrapper main.press > div.archives > div.articles a.corporate {
  background: url("/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;
}
