* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  background: #fff;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px
}

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px
}

h5 {
  font-size: 17px;
  line-height: 24px
}

h6 {
  font-size: 14px;
  line-height: 21px
}

.subheader {
  color: #777
}

p {
  margin: 0 0 20px 0
}

p img {
  margin: 0
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777
}

em {
  font-style: italic
}

strong {
  font-weight: bold;
  color: #333
}

small {
  font-size: 80%
}

blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555
}

blockquote cite:before {
  content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0
}

a, a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0
}

a:hover, a:focus {
  color: #000
}

p a, p a:visited {
  line-height: inherit
}

ul, ol {
  margin-bottom: 20px
}

ul {
  list-style: none outside
}

ol {
  list-style: decimal
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px
}

ul.square {
  list-style: square outside
}

ul.circle {
  list-style: circle outside
}

ul.disc {
  list-style: disc outside
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px
}

li {
  line-height: 18px;
  margin-bottom: 12px
}

ul.large li {
  line-height: 21px
}

li p {
  line-height: 21px
}

img.scale-with-grid {
  max-width: 100%;
  height: auto
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #eee;
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
  background: #eee linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #222;
  background: #ddd;
  background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3)));
  background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
  background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
  background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
  background: #ddd linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%);
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4)));
  background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
  background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
  background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%);
  background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%)
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

form {
  margin-bottom: 20px
}

fieldset {
  margin-bottom: 20px
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff
}

select {
  padding: 0
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

textarea {
  min-height: 60px
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px
}

select {
  width: 220px
}

input[type="checkbox"] {
  display: inline
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444
}

.remove-bottom {
  margin-bottom: 0 !important
}

.half-bottom {
  margin-bottom: 10px !important
}

.add-bottom {
  margin-bottom: 20px !important
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flexslider {
  margin: 0;
  padding: 0
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}

.flexslider .slides img {
  width: 100%;
  display: block
}

.flex-pauseplay span {
  text-transform: capitalize
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .slides {
  display: block
}

* html .slides {
  height: 1%
}

.no-js .slides>li:first-child {
  display: block
}

html {
  background-color: #2b2b2b
}

html, body {
  width: 100%
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0
}

h1 {
  font-size: 44px;
  line-height: 105%
}

h2 {
  font-size: 35px;
  line-height: 105%
}

h3 {
  font-size: 24px;
  line-height: 105%
}

h4 {
  font-size: 20px;
  line-height: 105%
}

h5 {
  font-size: 16px;
  line-height: 105%
}

h6 {}

p {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px
}

a, a:visited {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px
}

a:hover {
  text-decoration: none;
  color: #fff
}

ol {
  list-style: none
}

.dd-copy-black h1,
.dd-copy-black h2,
.dd-copy-black h3,
.dd-copy-black h4,
.dd-copy-black h5,
.dd-copy-black h6,
.dd-copy-black p,
.dd-copy-black a,
.dd-copy-black li {
  color: #000
}

.containerjob {
  padding: 0px 0;
  position: relative;
  width: 1000px;
  margin: 0 auto
}

.container {
  padding: 40px 0
}

.dd-big-button-wrapper {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0
}

.dd-big-button-wrapper-left {
  right: inherit;
  left: 0
}

.dd-big-button-wrapper-right {
  right: 0;
  left: inherit
}

.dd-big-button-inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  height: 100%;
  width: 100%
}

.dd-big-button-wrapper-left .dd-big-button-inner-wrapper {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.dd-big-button-wrapper-right .dd-big-button-inner-wrapper {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.dd-big-button {
  padding: 30px 40px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block
}

.no-flexbox .dd-big-button {
  margin-top: 60px
}

a.dd-big-button-white {
  border: 5px solid #fff;
  color: #fff;
  text-decoration: none
}

a.dd-big-button-black {
  border: 5px solid #2b2b2b;
  color: #2b2b2b;
  text-decoration: none
}

.dd-big-button-black.dd-grey-hover {
  background-color: #fff;
  background-color: hsla(0, 100%, 100%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-big-button-black.dd-grey-hover:hover {
  background-color: #f5f5f5;
  background-color: hsla(0, 0%, 96%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-big-button-white.dd-yellow-hover {
  background-color: #ffc800;
  background-color: hsla(47, 100%, 50%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-big-button-white.dd-yellow-hover:hover {
  background-color: #ffd333;
  background-color: hsla(47, 100%, 60%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-big-button-white.dd-blue-hover {
  background-color: #198dca;
  background-color: hsla(201, 78%, 45%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-big-button-white.dd-blue-hover:hover {
  background-color: #39a6e0;
  background-color: hsla(201, 73%, 55%, 1);
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}

.dd-gradient-border {
  position: relative
}

.dd-gradient-border:after {
  content: "";
  background-image: url('images/global/bg_tiles/gradient_border.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  z-index: 4000;
  left: 0
}

.dd-blue-abstract-bg {
  background-image: url('images/global/bg_tiles/blue_abstract_bg_2500px.jpg');
  background-size: cover;
  background-color: #198dca
}

@media (min-width: 1250px) {
  .dd-blue-abstract-bg {
    background-image: url('images/global/bg_tiles/blue_abstract_bg_2500px.jpg')
  }
}

@media (min-width: 1000px) && (max-width: 1249px) {
  .dd-blue-abstract-bg {
    background-image: url('images/global/bg_tiles/blue_abstract_bg_1250px.jpg')
  }
}

@media (max-width: 999px) {
  .dd-blue-abstract-bg {
    background-image: url('images/global/bg_tiles/blue_abstract_bg_1000px.jpg')
  }
}

.dd-blue-bg {
  background-color: #198dca
}

.dd-header-wrapper {
  background-color: #2b2b2b;
  height: 90px
}

.dd-header-wrapper .container {
  position: relative;
  padding: 0
}

.dd-header-logo {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
  width: 225px;
  height: 155px;
  display: block;
  position: absolute;
  top: 6px;
  left: 18px;
  z-index: 2000;
  background-size: cover !important;
}

.dd-header-logo h1 {
  text-indent: -9999px
}

.dd-header-callout {
  position: absolute;
  top: 130px;
  left: 40px;
  z-index: 100;
  text-align: center
}

.dd-page-privacy .dd-header-callout h6,
.dd-page-privacy .dd-header-callout a {
  color: #000;
  text-decoration: none
}

.dd-header-callout h6,
.dd-header-callout a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.dd-header-nav {
  display: inline-block;
  margin-left: 335px;
  padding-top: 52px
}

.dd-header-nav li {
  display: inline-block;
  margin-bottom: 0;
  border-left: 1px dotted #ccc;
  padding-left: 10px;
  margin-left: 7px
}

.dd-header-nav li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0
}

.dd-header-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700
}

.dd-header-nav li a.dd-active-nav-item {
  border-bottom: 2px solid #ffc800
}

.dd-header-nav li img {
  padding: 0 5px;
  position: relative;
  top: 3px
}

.dd-header-social {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px
}

.dd-header-social>li {
  display: inline-block
}

.dd-header-social>li>a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px
}

.dd-header-social>li>a.dd-facebook {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
}

.dd-header-social>li>a.dd-twitter {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
}

.dd-header-nav-mobile-icon {
  width: 46px;
  height: 37px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1100;
  display: none
}

.dd-header-nav-mobile-icon .dd-white-bar {
  width: 46px;
  height: 7px;
  background-color: #fff
}

.dd-header-nav-mobile-icon .dd-transparent-bar {
  width: 46px;
  height: 8px
}

.dd-footer-wrapper {
  background-color: #2b2b2b;
  padding: 0 0 10px 0
}

.dd-footer-wrapper .container {
  padding: 0
}

.dd-footer-logo {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
  width: 210px;
  height: 25px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  top: -5px
}

.dd-footer-logo h1 {
  text-indent: -9999px;
  line-height: 100%;
  font-size: 20px
}

.dd-footer-nav {
  overflow: auto;
  display: inline;
  margin-left: 130px;
  margin-top: 30px
}

.dd-footer-nav li {
  display: inline-block;
  border-left: 1px dotted #ccc;
  padding-left: 10px;
  margin-left: 7px
}

.dd-footer-nav li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0
}

.dd-footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700
}

.dd-footer-nav li a.dd-active-nav-item {
  border-bottom: 2px solid #ffc800
}

.dd-footer-social {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px
}

.dd-footer-social>li {
  display: inline-block
}

.dd-footer-social>li>a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px
}

.dd-footer-social>li>a.dd-facebook {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
}

.dd-footer-social>li>a.dd-twitter {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
}

.dd-hero-image-wrapper {
  background-color: #60737b;
  height: auto
}

.dd-hero-image-wrapper .container {
  padding: 0
}

.dd-hero-image img {
  display: block;
  width: 100%
}

.dd-callout-copy-left-link-right h1 {
  margin-bottom: 10px
}

.dd-callout-link-left-copy-right h1,
.dd-callout-link-left-copy-right a,
.dd-callout-link-left-copy-right p {
  color: #2b2b2b
}

.dd-callout-link-left-copy-right h1 {
  margin-bottom: 10px
}

.dd-callout-link-left-copy-right .container .column {
  float: right
}

.dd-callout-copy-left-image-right h1,
.dd-callout-copy-left-image-right p {
  margin: 0 20px 10px 0
}

.dd-callout-centered-link .container {
  text-align: center
}

.no-flexbox .dd-callout-centered-link .dd-big-button {
  margin-top: 0
}

.dd-featured-games-wrapper {
  height: auto;
  padding: 0 0
}

.dd-featured-game {
  height: 0;
  padding: 0 0 25% 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer
}

.dd-featured-game-type {
  text-align: center
}

.dd-flip-outer-wrapper {
  position: relative;
  z-index: 1;
  width: 97%;
  height: 0;
  padding-bottom: 98%;
  background-image: url('black_circle2.png');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer
}

.no-backgroundsize .dd-flip-outer-wrapper {
  background-image: none
}

.dd-flip-inner-wrapper {
  width: 100%;
  height: 100%
}

.dd-flip-outer-wrapper:hover .dd-flip-back-face {
  opacity: 1
}

.dd-flip-front-face {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(0);
  -moz-transform: perspective(1000px) rotateY(0);
  transform: perspective(1000px) rotateY(0);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear
}

.dd-flip-outer-wrapper:hover .dd-flip-front-face {
  -webkit-transform: perspective(1000px) rotateY(-179.9deg);
  -moz-transform: perspective(1000px) rotateY(-179.9deg);
  transform: perspective(1000px) rotateY(-179.9deg)
}

.dd-flip-front-face img {
  width: 100%;
  height: auto
}

.dd-flip-back-face {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(180deg);
  -moz-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear
}

.dd-flip-outer-wrapper:hover .dd-flip-back-face {
  -webkit-transform: perspective(1000px) rotateY(0);
  -moz-transform: perspective(1000px) rotateY(0);
  transform: perspective(1000px) rotateY(0)
}

.no-opacity .dd-flip-back-face {
  display: none
}

.no-opacity .dd-flip-outer-wrapper:hover .dd-flip-back-face {
  display: block
}

.dd-flip-back-face img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto
}

.dd-flip-back-face-heading {
  position: relative;
  z-index: 20;
  display: table;
  height: 100%;
  width: 130px;
  margin: 0 auto;
  text-align: center
}

.dd-flip-back-face-heading h4 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  line-height: 100%
}

.dd-static-diagonal-lines {
  background-color: #ffc803;
  background-size: 27px 44px;
  background-image: -webkit-linear-gradient(146deg,
      rgba(250, 191, 1, 1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(250, 191, 1, 1) 50%,
      rgba(250, 191, 1, 1) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(122deg,
      rgba(250, 191, 1, 1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(250, 191, 1, 1) 50%,
      rgba(250, 191, 1, 1) 75%,
      transparent 75%,
      transparent)
}

.no-cssgradients .dd-static-diagonal-lines {
  background-image: url('diagonal_yellow_bg.jpg');
  background-repeat: repeat;
  background-size: auto auto
}

.dd-animated-diagonal-lines {
  background-color: #ffc803;
  background-size: 27px 43px;
  background-image: -webkit-linear-gradient(146deg,
      rgba(250, 191, 1, 1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(250, 191, 1, 1) 50%,
      rgba(250, 191, 1, 1) 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(122deg,
      rgba(250, 191, 1, 1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(250, 191, 1, 1) 50%,
      rgba(250, 191, 1, 1) 75%,
      transparent 75%,
      transparent);
  -webkit-animation: barberpole 2.75s linear infinite;
  -moz-animation: barberpole 2.75s linear infinite;
  -o-animation: barberpole 2.75s linear infinite;
  animation: barberpole 2.75s linear infinite
}

.no-cssgradients .dd-animated-diagonal-lines {
  background-image: url('featured_games_bg_new2.gif');
  background-repeat: repeat;
  background-size: auto auto
}

@-webkit-keyframes barberpole {
  0% {
    background-position: 27px 86px
  }

  100% {
    background-position: 0 0
  }
}

@-moz-keyframes barberpole {
  0% {
    background-position: 27px 86px
  }

  100% {
    background-position: 0 0
  }
}

@-o-keyframes barberpole {
  0% {
    background-position: 27px 86px
  }

  100% {
    background-position: 0 0
  }
}

@keyframes barberpole {
  0% {
    background-position: 27px 86px
  }

  100% {
    background-position: 0 0
  }
}

.dd-home-slideshow-wrapper {
  background-color: #60737b;
  height: 550px
}

.dd-home-slideshow-inner-wrapper {
  width: 1000px;
  height: 550px;
  margin: 0 auto;
  position: relative
}

.dd-home-slideshow {
  width: 1100px;
  height: 550px;
  margin-left: -50px
}

.dd-home-slideshow-viewport {
  width: 100%;
  height: 0;
  padding-bottom: 50%
}

.dd-home-slideshow-viewport .slides li img {
  height: auto
}

.dd-home-slideshow-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0
}

.dd-home-slideshow-direction-nav .dd-home-slideshow-prev,
.dd-home-slideshow-direction-nav .dd-home-slideshow-next {
  position: absolute;
  z-index: 400;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
  background-color: inherit
}

.dd-home-slideshow-prev {
  background-position: -118px -149px;
  left: -4.5%
}

.dd-home-slideshow-next {
  background-position: -173px -149px;
  right: -4.5%
}

.dd-home-slideshow-control-paging {
  position: relative;
  z-index: 500
}

.dd-home-slideshow-control-nav {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 5px
}

.dd-home-slideshow-control-nav li {
  display: inline-block
}

.dd-home-slideshow-control-nav li a {
  width: 14px;
  height: 14px;
  display: block;
  margin: 5px
}

.dd-home-slideshow-control-nav li a {
  background-image: url('../images/un_logo.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer
}

.dd-home-slideshow-control-nav li a.dd-home-slideshow-active {
  background-position: -44px -157px
}

.flexslider .slides>li {
  position: relative
}

.flexslider .slides .dd-thought {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  display: none
}

.flexslider .slides .dd-thought1 {
  left: 45%;
  top: 14%;
  width: 42.36%;
  height: auto
}

.flexslider .slides .dd-thought2 {
  left: 9%;
  top: 18%;
  width: 44.45%;
  height: auto
}

.flexslider .slides .dd-thought3 {
  left: 49%;
  top: 15%;
  width: 35.82%;
  height: auto
}

.dd-team-members {
  position: relative
}

.dd-team-members .dd-flip-outer-wrapper {
  background-image: url('images/team/team_members/blue_circle.png');
  background-size: 98% 96%;
  background-position: .75% .75%;
  width: 94%;
  margin-left: 4%
}

.no-backgroundsize .dd-team-members .dd-flip-outer-wrapper {
  background-image: none
}

.dd-team-members .container .dd-team-member {
  margin-bottom: 20px;
  text-align: center;
}

.dd-team-member-info {
  text-align: center;
  height: 80px;
  padding-top: 10px
}

.dd-team-member-info h3 {
  margin-bottom: 5px
}

.dd-team-member-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2900;
  background-image: url('images/team/team_member_modal_overlay_bg.png');
  display: none
}

.dd-team-member-modal {
  position: absolute;
  top: 130px;
  background-color: #2b2b2b;
  padding: 40px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 4000;
  display: none
}

.dd-team-member-modal-close-button {
  background-color: #ffc800;
  width: 67px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 3100
}

.dd-team-member-modal-section1 {
  border-right: 5px solid #ffc800;
  width: 300px;
  float: left;
  padding: 20px 20px 20px 0
}

.dd-team-member-modal-section1 img {
  display: block;
  margin: 0 auto 10px auto
}

.dd-team-member-modal-section1 h2 {
  margin-bottom: 10px;
  text-align: center
}

.dd-team-member-modal-section1 h3 {
  text-align: center
}

.dd-team-member-modal-section2 {
  width: 350px;
  float: left;
  color: #fff;
  padding: 20px 0 20px 30px
}

.dd-page-games .dd-featured-game {
  padding: 0 0 40% 0
}

.dd-page-games .dd-flip-outer-wrapper {
  width: 94%
}

.dd-benefits-perks h1 {
  margin-bottom: 30px
}

.dd-benefits-perk-item {
  width: 90%
}

.dd-benefits-perk-item h3 {
  margin-bottom: 5px
}

.dd-benefits-perk-item ul {
  margin-left: 20px
}

.dd-benefits-perk-item ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 16px
}

.dd-open-positions-legal-copy {
  color: #000;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-left: 10px
}

.dd-open-positions-legal-link {
  color: #3D79B5;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal
}

.dd-open-positions-legal-link:hover {
  text-decoration: underline
}

.dd-news-article {
  padding: 20px 0;
  margin: 0 40px 20px 0;
  border-bottom: 2px solid #fff
}

.dd-news-article a {
  text-transform: none
}

.dd-pagination {
  text-align: right;
  margin-right: 30px
}

.dd-pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 10px
}

.dd-pagination li a {
  color: #fff
}

.dd-released-games>h4 {
  padding: 20px 0;
  font-size: 23px
}

.dd-released-game>h4 {
  margin-bottom: 5px
}

.dd-released-game>a {
  text-transform: none
}

.dd-released-game p a {
  display: inline;
  font-size: 24px
}

#stocking {
  display: none
}

div#santa_main {
  background-image: url('images/santa-on-demand/merry_background.jpg');
  background-repeat: no-repeat;
  background-size: cover
}

div#santa_card {
  right: 10%;
  width: 573px;
  margin: 0 auto;
  position: relative;
  padding: 170px 0 100px 10px
}

div#santa_card img {
  width: 573px;
  height: 439px
}

div#stocking {
  left: 762px;
  padding-left: 139px;
  position: absolute;
  top: 46px
}

div#stocking img {
  width: 450px;
  height: 489px;
  float: right
}

div#stocking {
  left: 760px;
  padding-left: 139px;
  position: absolute;
  top: 320px
}

.dd-footer-nav {
  display: inline;
  margin-left: 130px;
  overflow: auto
}

@media screen and (max-width: 1024px) {
  div#santa_main {
    background-image: url('images/santa-on-demand/merry_background.jpg');
    background-repeat: no-repeat
  }

  div#santa_card {
    right: 0;
    position: relative
  }

  div#santa_card img {
    width: 75%;
    height: 75%
  }

  div#stocking {
    display: none
  }

  .dd-footer-nav {
    display: inline;
    margin-left: 130px;
    overflow: auto
  }
}

@media screen and (max-width: 450px) {
  div#santa_card {
    right: 0
  }

  div#santa_card img {
    width: 60%;
    height: 60%
  }
}

@media screen and (max-width: 360px) {
  div#santa_main {
    background-image: url('images/santa-on-demand/merry_background.jpg');
    background-repeat: no-repeat;
    right: 0
  }

  div#santa_card {
    position: relative
  }

  div#santa_card img {
    width: 50%;
    height: 50%
  }
}

.container {
  position: relative;
  width: 1000px;
  margin: 0 auto
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin: 0
}

.row {
  margin-bottom: 20px
}

.container .one.column,
.container .one.columns {
  width: 50px
}

.container .two.columns {
  width: 100px
}

.container .three.columns {
  width: 150px
}

.container .four.columns {
  width: 200px
}

.container .five.columns {
  width: 250px
}

.container .six.columns {
  width: 300px
}

.container .seven.columns {
  width: 350px
}

.container .eight.columns {
  width: 400px
}

.container .nine.columns {
  width: 450px
}

.container .ten.columns {
  width: 500px
}

.container .eleven.columns {
  width: 550px
}

.container .twelve.columns {
  width: 600px
}

.container .thirteen.columns {
  width: 650px
}

.container .fourteen.columns {
  width: 700px
}

.container .fifteen.columns {
  width: 750px
}

.container .sixteen.columns {
  width: 800px
}

.container .seventeen.columns {
  width: 850px
}

.container .eighteen.columns {
  width: 900px
}

.container .nineteen.columns {
  width: 950px
}

.container .twenty.columns {
  width: 1000px
}

.container .one-third.column {
  width: 33.3%
}

.container .two-thirds.column {
  width: 66.6%
}

@media only screen and (min-width: 1250px) {
  .container {
    width: 1000px
  }

  .container .one.column,
  .container .one.columns {
    width: 5%
  }

  .container .two.columns {
    width: 10%
  }

  .container .three.columns {
    width: 15%
  }

  .container .four.columns {
    width: 25%
  }

  .container .five.columns {
    width: 30%;
    margin-top: 30px;
  }

  .container .six.columns {
    width: 30%
  }

  .container .seven.columns {
    width: 35%
  }

  .container .eight.columns {
    width: 40%
  }

  .container .nine.columns {
    width: 45%
  }

  .container .ten.columns {
    width: 50%
  }

  .container .eleven.columns {
    width: 55%
  }

  .container .twelve.columns {
    width: 60%
  }

  .container .thirteen.columns {
    width: 65%
  }

  .container .fourteen.columns {
    width: 70%
  }

  .container .fifteen.columns {
    width: 75%
  }

  .container .sixteen.columns {
    width: 80%
  }

  .container .seventeen.columns {
    width: 85%
  }

  .container .eighteen.columns {
    width: 90%
  }

  .container .nineteen.columns {
    width: 95%
  }

  .container .twenty.columns {
    width: 100%
  }

  .container .one-third.column {
    width: 33.3%
  }

  .container .two-thirds.column {
    width: 66.6%
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .container {
    width: 1000px
  }

  .container .one.column,
  .container .one.columns {
    width: 5%
  }

  .container .two.columns {
    width: 10%
  }

  .container .three.columns {
    width: 15%
  }

  .container .four.columns {
    width: 25%
  }

  .container .five.columns {
    width: 30%;
    margin-top: 30px;
  }

  .container .six.columns {
    width: 30%
  }

  .container .seven.columns {
    width: 35%
  }

  .container .eight.columns {
    width: 40%
  }

  .container .nine.columns {
    width: 45%
  }

  .container .ten.columns {
    width: 50%
  }

  .container .eleven.columns {
    width: 55%
  }

  .container .twelve.columns {
    width: 60%
  }

  .container .thirteen.columns {
    width: 65%
  }

  .container .fourteen.columns {
    width: 70%
  }

  .container .fifteen.columns {
    width: 75%
  }

  .container .sixteen.columns {
    width: 80%
  }

  .container .seventeen.columns {
    width: 85%
  }

  .container .eighteen.columns {
    width: 90%
  }

  .container .nineteen.columns {
    width: 95%
  }

  .container .twenty.columns {
    width: 100%
  }

  .container .one-third.column {
    width: 33.3%
  }

  .container .two-thirds.column {
    width: 66.6%
  }
}

@media only screen and (min-width: 750px) and (max-width: 999px) {
  .container {
    width: 100%
  }

  .container .one.column,
  .container .one.columns {
    width: 5%
  }

  .container .two.columns {
    width: 10%
  }

  .container .three.columns {
    width: 15%
  }

  .container .four.columns {
    width: 25%
  }

  .container .five.columns {
    width: 30%;
    margin-top: 30px;
  }

  .container .six.columns {
    width: 30%
  }

  .container .seven.columns {
    width: 35%
  }

  .container .eight.columns {
    width: 40%
  }

  .container .nine.columns {
    width: 45%
  }

  .container .ten.columns {
    width: 50%
  }

  .container .eleven.columns {
    width: 55%
  }

  .container .twelve.columns {
    width: 60%
  }

  .container .thirteen.columns {
    width: 65%
  }

  .container .fourteen.columns {
    width: 70%
  }

  .container .fifteen.columns {
    width: 75%
  }

  .container .sixteen.columns {
    width: 80%
  }

  .container .seventeen.columns {
    width: 85%
  }

  .container .eighteen.columns {
    width: 90%
  }

  .container .nineteen.columns {
    width: 95%
  }

  .container .twenty.columns {
    width: 100%
  }

  .container .one-third.column {
    width: 33.3%
  }

  .container .two-thirds.column {
    width: 66.6%
  }
}

@media only screen and (min-width: 500px) and (max-width: 749px) {
  .container {
    width: 100%
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .seventeen.columns,
  .container .eighteen.columns,
  .container .nineteen.columns,
  .container .twenty.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%
  }
}

@media only screen and (max-width: 499px) {
  .container {
    width: 100%
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .seventeen.columns,
  .container .eighteen.columns,
  .container .nineteen.columns,
  .container .twenty.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%
  }
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.row:after, .clearfix:after {
  clear: both
}

.row, .clearfix {
  zoom: 1
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

@media (max-width: 499px) {
  .container {
    padding: 5% 2.5%
  }

  h1 {
    font-size: 37px;
    line-height: 105%
  }

  h2 {
    font-size: 24px;
    line-height: 105%
  }

  h3 {
    font-size: 22px;
    line-height: 105%
  }

  h4 {
    font-size: 18px;
    line-height: 105%
  }

  h5 {
    font-size: 16px;
    line-height: 105%
  }

  h6 {}

  .dd-header-logo {
    width: 125px;
    height: 86px;
    background-size: cover !important
  }

  .dd-header-callout {
    display: none
  }

  .dd-header-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding-top: 160px;
    background-image: url('../images/header_nav_mobile_dropdown_bg.png')
  }

  .dd-header-nav.dd-active-nav {
    display: block
  }

  .dd-header-nav-mobile-icon {
    display: block
  }

  .dd-header-nav li {
    display: block;
    text-align: center;
    border-left: 0;
    padding-left: 0;
    margin-left: 0
  }

  .dd-header-nav li a {
    font-size: 35px;
    font-weight: 700;
    line-height: 160%
  }

  .dd-header-nav li img {
    display: none
  }

  .dd-header-social {
    display: none
  }

  .dd-hero-image-wrapper {
    height: 0;
    padding-bottom: 40.6%
  }

  .dd-big-button-wrapper {
    position: static
  }

  .dd-big-button-inner-wrapper {
    display: block
  }

  .dd-big-button {
    display: inline-block
  }

  .dd-flip-back-face-heading h4 {
    font-size: 16px
  }

  .dd-footer-wrapper {
    text-align: center;
    padding-top: 10px
  }

  .dd-footer-logo {
    margin: 0 auto;
    display: block;
    width: 205px
  }

  .dd-footer-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    display: block
  }

  .dd-footer-nav li {
    display: block;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: 0
  }

  .dd-footer-nav li a {
    text-align: center;
    width: 100%
  }

  .dd-footer-nav li img {
    display: none
  }

  .dd-footer-social {
    display: none
  }

  .dd-callout-copy-left-link-right, .dd-callout-copy-left-image-right {
    text-align: center;
    padding: 8% 2% 6% 2%
  }

  .dd-callout-link-left-copy-right {
    text-align: center;
    padding: 4% 2% 6% 2%
  }

  .dd-callout-copy-left-link-right .container,
  .dd-callout-link-left-copy-right .container,
  .dd-callout-copy-left-image-right .container {
    padding: 0 0 10px 0
  }

  .dd-page-home .dd-callout-copy-left-link-right .container,
  .dd-page-home .dd-callout-link-left-copy-right .container,
  .dd-page-home .dd-callout-copy-left-image-right .container {
    padding: 10px 0 10px 0
  }

  .dd-callout-copy-left-link-right h2,
  .dd-callout-link-left-copy-right h2,
  .dd-callout-copy-left-image-right h2 {
    font-size: 28px
  }

  .dd-featured-game-image {
    width: 100%
  }

  .dd-featured-game-image img {
    display: block;
    margin: 0 auto
  }

  .dd-featured-game.four.columns, .dd-featured-game.five.columns, .dd-featured-game.one-third.column {
    width: 45%;
    padding-bottom: 50%;
    margin: 2.5%
  }

  .dd-home-slideshow-wrapper {
    width: 100%;
    height: auto
  }

  .dd-home-slideshow-inner-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow {
    width: 100%;
    margin-left: 0;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow-direction-nav {
    display: none
  }

  .dd-team-member.five.columns, .dd-team-member.one-third.column {
    width: 100%;
    text-align: center;
    padding: 10%;
    margin: 2.5%
  }

  .dd-team-member-info h3 {
    font-size: 20px;
    margin-bottom: 5px
  }

  .dd-team-member-info h5 {
    font-size: 14px
  }

  .dd-team-member-modal {
    width: 100%;
    padding: 10% 5%;
    left: 0;
    top: 0;
    margin-left: 0
  }

  .dd-team-member-modal-section1 {
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 20px
  }

  .dd-team-member-modal-section2 {
    width: 100%;
    padding: 0
  }

  .dd-benefits-perks {
    text-align: center
  }

  .dd-benefits-perk-item {
    width: 100%
  }

  .dd-benefits-perk-item ul li {
    list-style-type: none
  }

  .dd-news-article {
    margin-right: 0
  }

  .dd-page-culture .dd-callout-copy-left-link-right p,
  .dd-page-culture .dd-callout-copy-left-link-right .dd-big-button-wrapper {
    display: none
  }
}

@media (min-width: 500px) and (max-width: 749px) {
  .container {
    padding: 5% 2.5%
  }

  .dd-header-logo {
    width: 125px;
    height: 86px;
    background-size: cover !important
  }

  .dd-header-callout {
    display: none
  }

  .dd-header-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding-top: 160px;
    background-image: url('../images/header_nav_mobile_dropdown_bg.png')
  }

  .dd-header-nav.dd-active-nav {
    display: block
  }

  .dd-header-nav-mobile-icon {
    display: block
  }

  .dd-header-nav li {
    display: block;
    text-align: center;
    border-left: 0;
    padding-left: 0;
    margin-left: 0
  }

  .dd-header-nav li a {
    font-size: 35px;
    font-weight: 700;
    line-height: 160%
  }

  .dd-header-nav li img {
    display: none
  }

  .dd-header-social {
    display: none
  }

  .dd-hero-image-wrapper {
    height: 0;
    padding-bottom: 40.6%
  }

  .dd-callout-copy-left-link-right, .dd-callout-link-left-copy-right, .dd-callout-copy-left-image-right {
    text-align: center
  }

  .dd-callout-copy-left-link-right .container,
  .dd-callout-link-left-copy-right .container,
  .dd-callout-copy-left-image-right .container {}

  .dd-callout-copy-left-link-right h2,
  .dd-callout-link-left-copy-right h2,
  .dd-callout-copy-left-image-right h2 {
    font-size: 36px
  }

  .dd-featured-game-image {
    width: 100%
  }

  .dd-featured-game-image img {
    display: block;
    margin: 0 auto
  }

  .dd-big-button-wrapper {
    position: static
  }

  .dd-big-button-inner-wrapper {
    display: block
  }

  .dd-big-button {
    display: inline-block
  }

  .dd-footer-wrapper {
    text-align: center;
    padding-top: 10px
  }

  .dd-footer-logo {
    margin: 0 auto;
    display: block;
    width: 205px
  }

  .dd-footer-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    display: block
  }

  .dd-footer-nav li {
    display: block;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: 0
  }

  .dd-footer-nav li a {
    text-align: center;
    width: 100%
  }

  .dd-footer-nav li img {
    display: none
  }

  .dd-footer-social {
    display: none
  }

  .dd-featured-game.four.columns, .dd-featured-game.five.columns, .dd-featured-game.one-third.column {
    width: 45%;
    padding-bottom: 45%;
    margin: 2.5%
  }

  .dd-page-games .dd-featured-games-wrapper .container {
    width: 100%
  }

  .dd-featured-game, .dd-featured-game-hover {
    background-size: contain
  }

  .dd-home-slideshow-wrapper {
    width: 100%;
    height: auto
  }

  .dd-home-slideshow-inner-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow {
    width: 100%;
    margin-left: 0;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow-direction-nav {
    display: none
  }

  .dd-team-member.five.columns, .dd-team-member.one-third.column {
    text-align: center;
    width: 100%;
    padding: 10%;
    margin: 2.5%
  }

  .dd-team-member-modal {
    width: 100%;
    padding: 10% 5%;
    left: 0;
    top: 0;
    margin-left: 0
  }

  .dd-team-member-modal-section1 {
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 20px
  }

  .dd-team-member-modal-section2 {
    width: 100%;
    padding: 0
  }

  .dd-benefits-perks {
    text-align: center
  }

  .dd-benefits-perk-item {
    width: 100%
  }

  .dd-benefits-perk-item ul li {
    list-style-type: none
  }

  .dd-news-article {
    margin-right: 0
  }
}

@media (min-width: 750px) and (max-width: 999px) {
  .container {
    padding: 5% 2.5%
  }

  .dd-header-logo {
    width: 125px;
    height: 86px;
    background-size: cover !important
  }

  .dd-header-callout {
    display: none
  }

  .dd-header-nav {
    margin-left: 185px;
    padding-top: 40px
  }

  .dd-header-nav li a {
    font-size: 15px
  }

  .dd-hero-image-wrapper {
    height: 0;
    padding-bottom: 40.6%
  }

  .dd-callout-copy-left-link-right {}

  .dd-callout-copy-left-link-right .container {}

  .dd-callout-copy-left-link-right .dd-big-button {
    margin-right: 20px
  }

  .dd-callout-link-left-copy-right .dd-big-button {
    margin-left: 20px
  }

  .dd-footer-wrapper {
    text-align: center;
    padding-top: 10px
  }

  .dd-footer-logo {
    margin: 0 auto;
    display: block;
    width: 205px
  }

  .dd-footer-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    display: block
  }

  .dd-home-slideshow-wrapper {
    width: 100%;
    height: auto
  }

  .dd-home-slideshow-inner-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow {
    width: 100%;
    margin-left: 0;
    height: 0;
    padding-bottom: 50%
  }

  .dd-home-slideshow-direction-nav {}

  .dd-home-slideshow-prev {
    left: 0
  }

  .dd-home-slideshow-next {
    right: 0
  }

  .dd-team-member.five.columns, .dd-team-member.one-third.column {
    width: 25%;
    margin-right: 12%;
    margin-left: 12%
  }

  .dd-callout-copy-left-image-right img {
    width: 100%;
    height: auto
  }
}

@media (min-width: 1000px) and (max-width: 1249px) {
  .container {
    padding: 40px 20px
  }

  .dd-callout-copy-left-link-right {}

  .dd-callout-copy-left-link-right .container {
    padding: 60px 20px 40px 20px
  }

  .dd-callout-copy-left-link-right .dd-big-button {
    margin-right: 20px
  }

  .dd-callout-link-left-copy-right .dd-big-button {
    margin-left: 20px
  }

  .dd-home-slideshow-wrapper {
    height: 500px
  }

  .dd-home-slideshow-inner-wrapper {
    width: 1000px;
    height: 500px
  }

  .dd-home-slideshow {
    width: 1000px;
    height: 500px;
    margin-left: 0
  }

  .dd-home-slideshow-prev {
    left: 0
  }

  .dd-home-slideshow-next {
    right: 0
  }

  .dd-team-member.five.columns, .dd-team-member.one-third.column {
    width: 25%;
    margin-right: 12%;
    margin-left: 12%
  }

  .dd-page-games .dd-featured-games-wrapper .container {
    width: 890px
  }
}

@media (min-width: 1250px) {
  .dd-page-games .dd-featured-games-wrapper .container {
    width: 890px
  }

  .dd-page-team .dd-team-member.five.columns {
    margin-right: 12%;
    margin-left: 12%
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 100dpi) {
  .dd-header-logo, .dd-footer-logo, .dd-header-social>li>a.dd-facebook, .dd-header-social>li>a.dd-twitter, .dd-footer-social>li>a.dd-facebook, .dd-footer-social>li>a.dd-twitter {
    background-image: url('../images/un_logo.png');
    background-size: cover !important;
  }
}
