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,
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;
}
body {
  background: #274c95;
}
body {
  font-family: "Roboto", Arial, sans-serif;
}

.inner-wrap-860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap-920 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap-1190 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap-1550 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.btn-small {
  display: inline-block;
  background: #f79e02;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: normal;
}

.btn-medium {
  display: inline-block;
  background: #f79e02;
  padding: 13px 30px;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  /*margin-right: 10px;*/
}

.btn-medium-outline {
  display: inline-block;
  background: #f2f2f2;
  padding: 13px 30px;
  border: 2px solid #f79e02;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
}
.blog-wrap {
  background: #fff;
}
.all-center {
  padding: 18rem 0rem;
  letter-spacing: 4px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.hero {
  background-color: rgba(31, 51, 94, 0.65);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 5px);
  min-width: 100%;
  min-height: 100%;
  opacity: 0.3;
  /* z-index: -10; */
}
.page-resources .hero .hero-heading h1 {
  margin-top: 80px;
}

.page-resources .page-index {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-resources .page-index .img img {
  width: 100%;
}

.page-resources .page-index ul li a {
  display: block;
  font-size: 21px;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.page-resources .page-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-resources .page-body h2 {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-resources .page-body h2:first-of-type {
  margin-top: 0;
}

.page-resources .page-body p {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
  }
  .hero .mobile-header .logo h1 {
    background-size: 100%;
    width: 100px;
  }

  .hero .mobile-header .menu-button button {
    width: 26px;
    height: 26px;
    border: 0;
    background: url("../img/icon_menu.png") no-repeat center center;
    background-size: 100%;
    text-indent: -9999px;
    outline: 0;
  }

  .hero .mobile-nav {
    position: absolute;
    background: #274c95;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10;
    width: 100%;
  }

  .hero .mobile-nav li {
    text-align: center;
    line-height: 2.3;
  }

  .hero .mobile-nav li a {
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
  }

  .hero .login-buttons {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .page-resources .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-resources .hero .hero-heading h1 {
    margin-top: 10px;
  }

  .page-resources .page-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-resources .page-body h2 {
    font-size: 24px;
    font-weight: 300;
    color: #666;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-resources .page-body p {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888;
  }
}
.inner-wrap-1190 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

/* Logo */

.hero .logo h3 {
  background: url("../img/logo.png") no-repeat;
  width: 145px;
  height: 46px;
  margin: 0px;
  text-indent: -9999px;
}
.hero .main-nav {
  margin-top: 10px;
}
.hero .main-nav ul {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .main-nav ul li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.hero .main-nav ul li a {
  font-size: 15px;
  color: white;
  font-weight: bold;
}
/* hero */
.login-buttons .get-free,
.login-buttons .sign-in {
  display: inline-block;
  padding: 11px 23px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
.login-buttons .get-free {
  background: #f79e02;
  color: white;
  margin-right: 10px;
}
.login-buttons .sign-in {
  background: white;
  color: #0a5978;
}
/*.router-link-exact-active.router-link-active {
  background: #274c95;
}*/
.page-company .hero .header-wrap .main-nav ul li a {
  color: #3d3d3d;
}
.page-company .hero .header-wrap .login-buttons .sign-in {
  background: #274c95;
  color: #fff;
}
.featured-games {
  background: #f2f2f2 url("../img/featured-games.jpg") no-repeat center center;
  background-size: 100% 150px;
  max-height: 200px;
}

.featured-games div.content {
  height: 152px;
}

@media screen and (max-width: 767px) {
  .featured-games {
    background-size: 100% 75px;
    max-height: 75px;
  }
}

.cta {
  background: #255794 url("../img/bg_cta.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.cta .img img {
  max-width: 500px;
}

.cta h2 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.cta p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 40px;
}

/******** footer ********/
.footer {
  color: #fff;
  background: #2c2c2f;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
}

.footer .logo a {
  display: inline-block;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
  width: 112px;
  height: 40px;
}

.footer .info p {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
}

.footer .info p a {
  color: #fff;
}
.footer .recordNo {
  font-size: 12px;
  margin-top: 8px;
  color: #fff;
}
.btn-medium:nth-child(2) {
  background: #fff;
  color: #444;
  margin-left: 2rem;
}
.footer h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer .links li {
  line-height: 2.3;
}

.footer .links li a {
  color: #ccc;
}

.footer .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .social li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

.footer .social li a:hover {
  opacity: 0.5;
}

.footer .social li.fb a {
  width: 32px;
  height: 32px;
  background: url("../img/website_sprites.png") -293px -164px;
}

.footer .social li.tw a {
  width: 32px;
  height: 32px;
  background: url("../img/website_sprites.png") -108px -221px;
}

.footer .social li.in a {
  width: 32px;
  height: 32px;
  background: url("../img/website_sprites.png") -56px -221px;
}
.footer .telephone {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.footer .telephone .telephoneImg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.footer .telephone .telephoneWord {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 50px 0;
  }

  .footer .info {
    margin-bottom: 30px;
  }

  .footer .links {
    margin-bottom: 30px;
  }
}
