@import "https://fonts.googleapis.com/css?family=Roboto:300";
@import "https://fonts.googleapis.com/css?family=Dosis";
@import "kpc1ovx.css";
/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("../gif/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("../svg/arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }

/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */



.wrapper {
  margin: 0 auto;
}

.wrapper #hero {
  margin: 0 auto;
  margin-top: -1em;
  max-width: 1550px;
  text-align: center;
}

.wrapper #hero .sy-pager li:last-child {
  margin-right: 0;
}

.wrapper #hero .sy-slides-crop {
  height: 99%;
}

.wrapper #hero .slipslide .button.shadow {
  box-shadow: 0 16px 24px rgba(23, 192, 255, 0.2);
}

.wrapper #hero .slipslide .button.shadowgreen {
  box-shadow: 0 16px 24px rgba(51, 204, 51, 0.2);
}

.wrapper #hero .slipslide .button.shadowblue {
  box-shadow: 0 6px 10px rgba(23, 192, 255, 0.2);
}

.wrapper #hero .slipslide .button.blue {
  border-color: #17c0ff;
  background-color: #17c0ff;
  color: #fff;
}

.wrapper #hero .slipslide .button.blue:hover {
  border-color: #00abeb;
  background-color: #00abeb;
  text-decoration: none;
}

.wrapper #hero .slipslide .button.green {
  border-color: #47e13b;
  background-color: #27ba1c;
  color: #fff;
}

.wrapper #hero .slipslide .button.green:hover {
  border-color: #259e25;
  background-color: #259e25;
  text-decoration: none;
}

.wrapper #hero .slipslide .button {
  display: inline-block;
  height: 52px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-family: "Segoe UI", Arial, Tahoma;
  /*font-weight: bold;*/
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.wrapper #hero .slipslide .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

.wrapper #hero .slipslide .products {
  /*height: 571px;*/
  background-position: right;
}

@media only screen and (max-width: 1048px) {
  .wrapper #hero .slipslide .products {
    background-color: #777777;
    height: auto;
  }
}

.wrapper #hero .slipslide .products .content {
  width: 500px;
  height: 100%;
  /*background: rgba(0, 15, 64, 0.9);*/
  background: transparent;
  color: #ffffff;
  padding: 0 5em;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
}

.wrapper #hero .slipslide .products .content .logo-container {
  height: auto;
  margin-bottom: 1em;
  width: 100%;
}

.wrapper #hero .slipslide .products .content .logo {
  height: 80%;
  width: 80%;
}

.wrapper #hero .slipslide .products .content img.herologo {
  margin-bottom: 1em;
}

.wrapper #hero .slipslide .products .content h3 {
  color: #ffffff;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.wrapper #hero .slipslide .products .content p {
  color: #ffffff;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.25em;
  /*margin: 1em 0 1.25em;*/
  margin: 0.25em 0 1.25em;
  text-align: left;
}

.wrapper #hero .slipslide .products .content2 {
  width: 88%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1048px) {
  .wrapper #hero .slipslide .products .content2 {
    background: transparent;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    padding: 2em 5em;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
  }
}

.wrapper #hero .slipslide .products .content2 h3 {
  color: #ffffff;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.wrapper #hero .slipslide .products .content2 h3.mobile {
  display: none;
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .content2 h3.mobile {
    display: block;
  }
}

.wrapper #hero .slipslide .products .content2 p {
  color: #ffffff;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.25em;
  margin: 1em 0 1.25em;
  text-align: center;
}

.wrapper #hero .slipslide .products .content2 p.mobile {
  display: none;
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .content2 p.mobile {
    display: block;
  }
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .content2 div.mid {
    position: absolute;
    z-index: 1;
    max-width: 520px;
    min-width: 50%;
    left: calc(50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    text-align: center;
  }
}

.wrapper #hero .slipslide .products .res {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .res {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.675) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    /*height: 99%;*/
    position: relative;
    position: absolute;
    /*top: calc(50%);
						-ms-transform: translateY(-50%);
						transform: translateY(-50%);*/
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .res {
    margin: 0 auto;
    padding: 2em 5em;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .res.light {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.675) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
  }
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .res div.mid {
    /*margin: 25% auto;*/
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.938em;
    width: 280px;
  }
}

@media only screen and (min-width: 1300px) {
  .wrapper #hero .slipslide .products .res div.mid {
    font-size: 1em;
    width: 350px;
  }
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .res h3 {
    text-align: center;
  }
}

.wrapper #hero .slipslide .products .res h3.desktop {
  display: block;
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .res h3.desktop {
    display: none;
  }
}

.wrapper #hero .slipslide .products .res h3.mobile {
  display: none;
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .res h3.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .res p {
    text-align: center;
  }
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .res .dark {
    color: #2d2d2d;
  }
}

.wrapper #hero .slipslide .products .heroimg {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1047px) {
  .wrapper #hero .slipslide .products .heroimg.lg {
    display: none;
  }
}

@media only screen and (min-width: 1048px) {
  .wrapper #hero .slipslide .products .heroimg.sm {
    display: none;
  }
}

.wrapper #hero .slipslide .tpm2020 {
  background-image: url(../jpg/tpm2020.jpg);
  background-position: right;
  /*@media (max-width: 768px) {
					background-position: -300px 0;
				}*/
}

.wrapper #hero .slipslide .sco {
  background-image: url(../jpg/sco.jpg);
  background-position: right;
  /*background-color: #595959;*/
}

.wrapper .home {
  display: block;
  margin: 0 auto;
  padding-top: 2em;
  text-align: center;
  width: 100%;
}

.wrapper .home h2 {
  color: #2d2d2d;
  font: normal 2em "Segoe UI",Arial,Tahoma;
  font-weight: 500;
  text-align: center;
}

.wrapper .home section.featured {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 1em;
  width: 100%;
}

.wrapper .home section.featured > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3em;
  max-width: 1500px;
}

.wrapper .home section.featured > div > div.feature1, .wrapper .home section.featured > div div.feature2, .wrapper .home section.featured > div div.feature3 {
  background: linear-gradient(180deg, #c6faff 0%, #3bc1cd 100%);
  background: #30343d;
  color: #ffffff;
  display: block;
  margin: 1em;
  min-height: 390px;
  /*min-height: 435px;*/
  max-width: 470px;
  vertical-align: top;
  text-align: left;
}

.wrapper .home section.featured > div > div.feature1 > div, .wrapper .home section.featured > div div.feature2 > div, .wrapper .home section.featured > div div.feature3 > div {
  /*min-height: 125px;*/
  padding: 1em 1em 2em;
  padding: 1em 1em 0em;
  padding: 0em 2em 0;
  text-align: left;
}

.wrapper .home section.featured > div > div.feature1 > div h3, .wrapper .home section.featured > div div.feature2 > div h3, .wrapper .home section.featured > div div.feature3 > div h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.wrapper .home section.featured > div > div.feature1 > div h4, .wrapper .home section.featured > div div.feature2 > div h4, .wrapper .home section.featured > div div.feature3 > div h4 {
  font-weight: 500;
  /* font-weight: normal; */
  margin-bottom: 0;
  font-size: 1.063em;
}

.wrapper .home section.featured > div > div.feature1 > div p, .wrapper .home section.featured > div div.feature2 > div p, .wrapper .home section.featured > div div.feature3 > div p {
  font-size: 1.063em;
  margin-top: 0.5em;
  margin-bottom: 0.125em;
  /*width: 90%;*/
}

.wrapper .home section.featured > div > div.feature1 > div a, .wrapper .home section.featured > div div.feature2 > div a, .wrapper .home section.featured > div div.feature3 > div a {
  color: #2d2d2d;
  text-decoration: underline;
}

.wrapper .home section.featured > div > div.feature1 > div a:hover, .wrapper .home section.featured > div div.feature2 > div a:hover, .wrapper .home section.featured > div div.feature3 > div a:hover {
  color: #0050a0;
}

.wrapper .home section.featured > div > div.feature1 a, .wrapper .home section.featured > div div.feature2 a, .wrapper .home section.featured > div div.feature3 a {
  text-align: right;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  display: block;
  margin-right: 2em;
  text-decoration: none;
  color: #2d2d2d;
  color: #ffffff;
}

.wrapper .home section.featured > div > div.feature1 a:hover, .wrapper .home section.featured > div div.feature2 a:hover, .wrapper .home section.featured > div div.feature3 a:hover {
  /*color: #0050a0;*/
  text-decoration: underline;
}

.wrapper .home section.featured > div > div.feature1 img.featureimg, .wrapper .home section.featured > div div.feature2 img.featureimg, .wrapper .home section.featured > div div.feature3 img.featureimg {
  margin: 0;
  padding: 0;
  width: 100%;
}

.wrapper .home section.featured > div > div.feature2 {
  background: none;
  background-color: #2a9fa9;
  background-color: #c55646;
}

.wrapper .home section.featured > div > div.feature3 {
  background-color: #4f75a1;
}

.wrapper .home section.featured > div > div.news {
  background-color: #0d4c8b;
  color: #ffffff;
  display: block;
  margin: 1em;
  max-width: 440px;
  /*padding: 1em 1em 2em;*/
  padding: 1em;
  vertical-align: top;
}

.wrapper .home section.featured > div > div.news > div {
  text-align: left;
  padding: 1em;
  padding: 0.5em 1em 0;
}

.wrapper .home section.featured > div > div.news > div h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.wrapper .home section.featured > div > div.news > div h4 {
  font-weight: 500;
  /* font-weight: normal; */
  margin-bottom: 0;
  font-size: 1.063em;
}

.wrapper .home section.featured > div > div.news > div hr {
  border: .25px solid #ffffff;
}

.wrapper .home section.featured > div > div.news > div > div.content {
  /*max-width: 80%;*/
  margin-top: .5em;
}

.wrapper .home section.featured > div > div.news > div > div.content span {
  color: #91b8df;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}

.wrapper .home section.featured > div > div.news > div > div.content h3 {
  font-size: 1.063em;
  font-size: 1.125em;
  font-weight: normal;
  margin: 0 auto 1em;
}

.wrapper .home section.featured > div > div.news > div > div.content h3 a {
  color: #ffffff;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .wrapper .home section.featured > div > div.news > div > div.content > article:nth-child(5) {
    display: none;
  }
}

@media only screen and (min-width: 800px) {
  .wrapper .home section.featured > div {
    flex-direction: row;
    flex-flow: nowrap;
  }
  .wrapper .home section.featured > div > div.news, .wrapper .home section.featured > div > div.feature1, .wrapper .home section.featured > div > div.feature2, .wrapper .home section.featured > div > div.feature3 {
    max-width: calc(33% - 4em);
  }
  .wrapper .home section.featured > div > div.feature1, .wrapper .home section.featured > div > div.feature2, .wrapper .home section.featured > div > div.feature3 {
    max-width: calc(33% - 2em);
  }
}

.wrapper .home .section-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.wrapper .home .section-wrapper ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none outside none;
  padding: 1em 0;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper .home .section-wrapper ul {
    flex-direction: row;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .wrapper .home .section-wrapper ul {
    flex-direction: row;
    justify-content: left;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .wrapper .home .section-wrapper ul {
    flex-wrap: wrap;
    justify-content: left;
    max-width: 1420px;
  }
}

.wrapper .home .section-wrapper ul li {
  color: #0262c8;
  display: flex;
  flex-direction: column;
  font-family: Segoe UI,Arial,Verdana,Helvetica,Sans-Serif;
  font-size: 1.063em;
  text-align: left;
  margin: 2px;
}

.wrapper .home .section-wrapper ul li a {
  border: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  transition: .25s ease-in-out;
}

.wrapper .home .section-wrapper ul li a span {
  height: 106px;
  width: 194px;
}

.wrapper .home .section-wrapper ul li a:hover {
  border: 1px solid #0463c8;
  filter: brightness(1.1);
}

.wrapper .home .section-wrapper ul li a:hover > span::after {
  transform: scale(1.1);
}

.wrapper .home .section-wrapper ul li span.label {
  margin-top: .5em;
}

.wrapper .home .section-wrapper div {
  width: 100%;
  justify-content: center;
}

.wrapper .home .section-wrapper.products {
  max-width: 100%;
  text-align: center;
}

.wrapper .home .section-wrapper.products > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-bottom: 3em;
  max-width: 1500px;
}

.wrapper .home .section-wrapper.products > div div.product {
  border: 1px solid #cccccc;
  display: block;
  margin: 1em;
  max-width: 440px;
  padding: 1em 1em 2em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .wrapper .home .section-wrapper.products > div div.product {
    width: 90%;
  }
}

.wrapper .home .section-wrapper.products > div div.product a.prodimg {
  display: block;
}

@media (max-width: 767px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg {
    height: auto;
    max-width: 440px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg {
    height: auto;
    max-width: 440px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg {
    height: auto;
    width: 440px;
  }
}

@media (max-width: 767px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg img {
    height: auto;
    max-width: 440px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg img {
    height: auto;
    max-width: 440px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .wrapper .home .section-wrapper.products > div div.product a.prodimg img {
    height: auto;
    width: 440px;
  }
}

.wrapper .home .section-wrapper.products > div div.product a.prodimg:hover {
  filter: brightness(1.1);
}

.wrapper .home .section-wrapper.products > div div.product span.description {
  display: block;
  font: normal 1.063em "Segoe UI",Arial,Tahoma;
  /*font-weight: 500;*/
  height: 40px;
  margin: 0.75em 0;
  text-align: left;
}

@media (max-width: 767px) {
  .wrapper .home .section-wrapper.products > div div.product span.description {
    height: auto;
  }
}

.wrapper .home .section-wrapper.products > div div.product span.link {
  display: block;
  font: normal 1.125em "Segoe UI",Arial,Tahoma;
  text-align: left;
  /*font-weight: 500;*/
}

.wrapper .home .section-wrapper.products > div div.product span.link a {
  display: inline-block;
}

.wrapper .home .section-wrapper.software {
  background-color: #eaeaea;
}

.wrapper .home .section-wrapper.games {
  background-color: #0d2731;
  color: #ffffff;
}

.wrapper .home .section-wrapper.games h2 {
  color: #ffffff;
}

.wrapper .home .section-wrapper.games a {
  color: #ffffff;
}

.wrapper .home .section-wrapper.newsletter {
  background: linear-gradient(to bottom, #0d4c8b 0%, #1061ad 100%);
  background: #274d8f;
  color: #ffffff;
  padding: 2em 0;
}

.wrapper .home .section-wrapper.newsletter h2 {
  color: #ffffff;
}

.wrapper .home .section-wrapper.newsletter p {
  font-size: 1.375em;
}

.wrapper .home .section-wrapper.newsletter form {
  margin-bottom: 1em;
}

.wrapper .home .section-wrapper.newsletter form .field {
  height: 52px;
  padding: 0 20px;
  border: #ffffff 1px solid;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  margin: 0.5em 0.25em;
}

.wrapper .home .section-wrapper.newsletter form button {
  background-color: #17c0ff;
  color: #fff;
  height: 52px;
  padding: 0 20px;
  border: #17c0ff 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  text-align: center;
  margin: 0.5em 0.25em;
}

.wrapper .home .section-wrapper.careers {
  /*background-color: #000000;*/
  background-color: #f6f6f6;
  /*color: #ffffff;*/
  color: #000000;
  max-width: 100%;
  text-align: center;
}

.wrapper .home .section-wrapper.careers .content {
  background: transparent;
  /*color: #ffffff;*/
  color: #000000;
  height: 316px;
  padding: 0;
  text-align: left;
  /*max-width: 1500px;*/
  max-width: 1464px;
  width: 100%;
  z-index: 1;
}

.wrapper .home .section-wrapper.careers .content .mid {
  background: url(../png/careers_homebanner.png) no-repeat;
  background-position: right;
  height: 316px;
}

@media only screen and (max-width: 750px) {
  .wrapper .home .section-wrapper.careers .content .mid {
    background-position: 60% top;
  }
}

.wrapper .home .section-wrapper.careers .content .mid div.gradient {
  /*background: linear-gradient(90deg ,#000000 0%, transparent 100%);*/
  /*background: linear-gradient(90deg ,#f6f6f6 0%, transparent 75%);*/
  background: linear-gradient(90deg, #ffffff 0%, transparent 75%);
  height: 100%;
}

.wrapper .home .section-wrapper.careers .content .mid div.gradient div.info {
  height: 100%;
  padding: 7em 2.75em 0;
  width: fit-content;
}

.wrapper .home .section-wrapper.careers .content h3 {
  /*color: #ffffff;*/
  color: #000000;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.wrapper .home .section-wrapper.careers .content p {
  /*color: #ffffff;*/
  color: #000000;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.25em;
  /*margin: 1em 0 1.25em;*/
  margin: 0.25em 0 1.25em;
  text-align: left;
}

.wrapper .home .section-wrapper.careers .content .button.blue {
  border-color: #17c0ff;
  background-color: #17c0ff;
  color: #fff;
}

.wrapper .home .section-wrapper.careers .content .button.blue:hover {
  border-color: #00abeb;
  background-color: #00abeb;
  text-decoration: none;
}

.wrapper .home .section-wrapper.careers .content .button {
  display: inline-block;
  height: 52px;
  width: initial;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-family: "Segoe UI", Arial, Tahoma;
  /*font-weight: bold;*/
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.wrapper .home .section-wrapper.careers .content .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

.sy-controls li {
  width: auto;
}

/*  Keep this file separate as it is also called by sam tools */

#deallayout { width: 247px;  }
#deallayout img.banner { display: block; float: none; max-width: 247px;}
#deallayout img.emblem { display: none; float: none; }
#deallayout div.progress-full { background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%); display: inline-block; height: 4px; vertical-align: top; width: 170px; margin: 10px 20px 4px 20px; border-radius: 25px; }
#deallayout div.progress-completed { background: linear-gradient(to bottom, #ffb400 0%, #c36221 100%); height: 4px; border-radius: 25px; }
#deallayout div.progress-numbers { display: flex; flex-direction: row; font-size: 12px; font-weight: 100; justify-content: space-between; margin: 0 20px 10px; }
#deallayout p { font-size: 14px; text-align: center;  color: #000; }
#deallayout p.info { float: none; margin: 10px 10px 0; }
#deallayout p.info:last-child { margin-bottom: 10px; }
#deallayout p.login.info { width: 185px; text-align: center; margin: 8px 10px 16px 10px;  }
#deallayout p.price { font-size: 14px; margin: 10px 20px; text-align: center; word-spacing: 5px; }
#deallayout p.description { font-size: 14px; margin: 10px 20px; text-align: center; word-spacing: 5px; }
#deallayout p.buttons { text-align: center; margin: 4px 20px 12px 20px; }
#deallayout p.pending { text-align: center; margin: 4px 20px 12px 20px; }
/*
#deallayout a.claimbutton { border-radius: 5px; background-color: #FF9F00; color: #FFFFFF; line-height:34px; margin: 0 3px 0 3px; padding: 4px 18px 5px 18px; text-decoration: none; text-transform: uppercase; }
#deallayout a.claimbutton:hover { background-color: #5ad749; text-decoration: none; }
*/

#dailydeal
{
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 0px 5px #D2D2D2;
    display: block;

}
#dailydeal > .title
{
	background-color: #6B6B6B;
    border: 1px solid #3D3D3D;
    color: #F6F6F6;
    font-family: "roboto",sans-serif;
    font-weight: 300;
	font-size: 1.75em;
    height: 40px;
    line-height: 40px;
	margin: 0 auto;
	text-align: center;
}
#dailydeal > div.content
{
	display: block;
	margin: 0 auto;
	padding: 0px 0;
	position: relative;
	text-align: center;
}


#ddclaim, 
a.claimbutton {
    background-color: #0d4d8b;
    background: -webkit-linear-gradient(#0161c1, #0d4d8b);
    background: -o-linear-gradient(#0161c1, #0d4d8b);
    background: -moz-linear-gradient(#0161c1, #0d4d8b);
    background: linear-gradient(#0161c1, #0d4d8b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0161c1', endColorstr='#0d4d8b');
    -moz-box-shadow: inset 0 0 4px #488ed3;
    -webkit-box-shadow: inset 0 0 4px #488ed3;
    box-shadow: inset 0 0 4px #488ed3;
    border: 1px solid #0d4e8d;
	color: #ffffff;
}

a.claimbutton {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    min-width: 76px;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
a.claimbutton:hover
{
	background-color: #1061b2;
	background: -webkit-linear-gradient(#007efb, #1061b2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#007efb, #1061b2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#007efb, #1061b2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#007efb, #1061b2); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007efb', endColorstr='#1061b2');/*For IE7-8-9*/
	-moz-box-shadow: inset 0 0 4px #4798e9;
	-webkit-box-shadow: inset 0 0 4px #4798e9;
	box-shadow: inset 0 0 4px #4798e9;
	border: 1px solid #0d4e8d;
	color: #fff;
	text-decoration: none;
}
