/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Teko:400,500,300,600,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #eceeef;
  background-color: #000; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #faf6f5;
  text-decoration: none; }
  a:focus, a:hover {
    color: #f13304;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "PlanerRegular";
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.125rem;
  margin-left: -1.125rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1188px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }

  .col-xxl-1 {
    width: 8.33333%; }

  .col-xxl-2 {
    width: 16.66667%; }

  .col-xxl-3 {
    width: 25%; }

  .col-xxl-4 {
    width: 33.33333%; }

  .col-xxl-5 {
    width: 41.66667%; }

  .col-xxl-6 {
    width: 50%; }

  .col-xxl-7 {
    width: 58.33333%; }

  .col-xxl-8 {
    width: 66.66667%; }

  .col-xxl-9 {
    width: 75%; }

  .col-xxl-10 {
    width: 83.33333%; }

  .col-xxl-11 {
    width: 91.66667%; }

  .col-xxl-12 {
    width: 100%; }

  .col-xxl-pull-0 {
    right: auto; }

  .col-xxl-pull-1 {
    right: 8.33333%; }

  .col-xxl-pull-2 {
    right: 16.66667%; }

  .col-xxl-pull-3 {
    right: 25%; }

  .col-xxl-pull-4 {
    right: 33.33333%; }

  .col-xxl-pull-5 {
    right: 41.66667%; }

  .col-xxl-pull-6 {
    right: 50%; }

  .col-xxl-pull-7 {
    right: 58.33333%; }

  .col-xxl-pull-8 {
    right: 66.66667%; }

  .col-xxl-pull-9 {
    right: 75%; }

  .col-xxl-pull-10 {
    right: 83.33333%; }

  .col-xxl-pull-11 {
    right: 91.66667%; }

  .col-xxl-pull-12 {
    right: 100%; }

  .col-xxl-push-0 {
    left: auto; }

  .col-xxl-push-1 {
    left: 8.33333%; }

  .col-xxl-push-2 {
    left: 16.66667%; }

  .col-xxl-push-3 {
    left: 25%; }

  .col-xxl-push-4 {
    left: 33.33333%; }

  .col-xxl-push-5 {
    left: 41.66667%; }

  .col-xxl-push-6 {
    left: 50%; }

  .col-xxl-push-7 {
    left: 58.33333%; }

  .col-xxl-push-8 {
    left: 66.66667%; }

  .col-xxl-push-9 {
    left: 75%; }

  .col-xxl-push-10 {
    left: 83.33333%; }

  .col-xxl-push-11 {
    left: 91.66667%; }

  .col-xxl-push-12 {
    left: 100%; }

  .col-xxl-offset-0 {
    margin-left: 0%; }

  .col-xxl-offset-1 {
    margin-left: 8.33333%; }

  .col-xxl-offset-2 {
    margin-left: 16.66667%; }

  .col-xxl-offset-3 {
    margin-left: 25%; }

  .col-xxl-offset-4 {
    margin-left: 33.33333%; }

  .col-xxl-offset-5 {
    margin-left: 41.66667%; }

  .col-xxl-offset-6 {
    margin-left: 50%; }

  .col-xxl-offset-7 {
    margin-left: 58.33333%; }

  .col-xxl-offset-8 {
    margin-left: 66.66667%; }

  .col-xxl-offset-9 {
    margin-left: 75%; }

  .col-xxl-offset-10 {
    margin-left: 83.33333%; }

  .col-xxl-offset-11 {
    margin-left: 91.66667%; }

  .col-xxl-offset-12 {
    margin-left: 100%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #000; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }
.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }
.has-success .form-control-feedback {
  color: #5cb85c; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d9534f; }
.has-danger .form-control {
  border-color: #d9534f; }
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }
.has-danger .form-control-feedback {
  color: #d9534f; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #f13304;
  border-color: #f13304; }
  .btn-primary:hover {
    color: #fff;
    background-color: #bf2803;
    border-color: #b52603; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #bf2803;
    border-color: #b52603; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf2803;
    border-color: #b52603;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #9c2103;
      border-color: #741802; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #f13304;
    border-color: #f13304; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #f13304;
    border-color: #f13304; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #f13304;
  background-image: none;
  background-color: transparent;
  border-color: #f13304; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #f13304;
    border-color: #f13304; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #f13304;
    border-color: #f13304; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #fc7e5f; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #fc7e5f; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #faf6f5;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #f13304;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #eceeef;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f13304;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #000;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }
.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #f13304; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-primary {
  background-color: #f13304;
  border-color: #f13304; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }

.card-primary-outline {
  background-color: transparent;
  border-color: #f13304; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.breadcrumb {
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #fff;
      content: "//"; }
  .breadcrumb > .active {
    color: rgba(255, 255, 255, 0.7); }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(79, 130, 132, 0.5);
    border-color: #f13304; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #55595c;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #4f8284;
  text-decoration: none;
  background-color: transparent;
  border: 0 solid transparent; }
  .page-link:focus, .page-link:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333; }
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: transparent; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #55595c;
    cursor: not-allowed;
    background-color: transparent; }
  .pager .disabled > span {
    color: #55595c;
    cursor: not-allowed;
    background-color: transparent; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #f13304; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #bf2803; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none; }

  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }
@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }
@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }
@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }
@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #f13304;
  border-color: #f13304; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #fecfc3; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }

  .pull-sm-right {
    float: right !important; }

  .pull-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }

  .pull-md-right {
    float: right !important; }

  .pull-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }

  .pull-lg-right {
    float: right !important; }

  .pull-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }

  .pull-xl-right {
    float: right !important; }

  .pull-xl-none {
    float: none !important; } }
@media (min-width: 1280px) {
  .pull-xxl-left {
    float: left !important; }

  .pull-xxl-right {
    float: right !important; }

  .pull-xxl-none {
    float: none !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1280px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #f13304 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #bf2803; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #f13304 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #bf2803; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  /*border: 1px solid #aaa;*/
  /*border-top: 0;*/
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #2a2a2a;
  border-radius: 2px;
  background-color: #1c1c1c;
  /*  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);*/
  background-clip: padding-box;
  /*  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);*/
  color: #646464;
  text-decoration: none;
  white-space: nowrap;
  line-height: 28px; }

.chosen-container-single .chosen-default {
  color: #646464; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  /*  background: url('chosen/chosen-sprite.png') no-repeat 0px 2px;*/ }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #fff;
  font-size: 12px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 15px 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-bottom: solid 1px #252525; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  /*background-color: #3875d7;*/
  /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);*/
  color: #cc3a00; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /*border: 1px solid #5897fb;*/
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/ }

.chosen-container-active.chosen-with-drop .chosen-single {
  /*  border: 1px solid #aaa;*/
  /*  -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;*/
  /*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;*/ }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  /*background-position: -18px 2px;*/ }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
@font-face {
  font-family: 'dn-fonts';
  src: url("fonts/dn-fonts/dn-fonts.eot?iimrux");
  src: url("fonts/dn-fonts/dn-fonts.eot?iimrux#iefix") format("embedded-opentype"), url("fonts/dn-fonts/dn-fonts.ttf?iimrux") format("truetype"), url("fonts/dn-fonts/dn-fonts.woff?iimrux") format("woff"), url("fonts/dn-fonts/dn-fonts.svg?iimrux#dn-fonts") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dn-fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add-image-icon:before {
  content: "\e600"; }

.icon-arrow-down-icon:before {
  content: "\e601"; }

.icon-arrow-left-icon:before {
  content: "\e602"; }

.icon-arrow-right-icon:before {
  content: "\e603"; }

.icon-arrow-up-icon:before {
  content: "\e604"; }

.icon-bold-icon:before {
  content: "\e605"; }

.icon-breadcrumb-greater-than-icon:before {
  content: "\e606"; }

.icon-bullet-list-icon:before {
  content: "\e607"; }

.icon-facebook-icon:before {
  content: "\e608"; }

.icon-greybox-icon:before {
  content: "\e609"; }

.icon-hidden-icon:before {
  content: "\e60a"; }

.icon-italic-icon:before {
  content: "\e60b"; }

.icon-link-icon:before {
  content: "\e60c"; }

.icon-locked-icon:before {
  content: "\e60d"; }

.icon-next-page-icon:before {
  content: "\e60e"; }

.icon-number-list-icon:before {
  content: "\e60f"; }

.icon-pagination-icon:before {
  content: "\e610"; }

.icon-preview-eye-icon:before {
  content: "\e611"; }

.icon-previous-page-icon:before {
  content: "\e612"; }

.icon-quote-icon:before {
  content: "\e613"; }

.icon-read-icon:before {
  content: "\e614"; }

.icon-respond-speech-bubble-icon:before {
  content: "\e615"; }

.icon-settings-gear-icon:before {
  content: "\e616"; }

.icon-star-icon:before {
  content: "\e617"; }

.icon-twitter-icon:before {
  content: "\e618"; }

.icon-underline-icon:before {
  content: "\e619"; }

.icon-unread-icon:before {
  content: "\e61a"; }

.icon-youtube-icon:before {
  content: "\e61b"; }

.icon-close-x-icon:before {
  content: "\e61c"; }

.icon-search-icon:before {
  content: "\e61d"; }

.icon-button-corner-bottom-right-icon:before {
  content: "\e61e"; }

.icon-button-corner-top-right-icon:before {
  content: "\e61f"; }

.icon-button-corner-top-left-icon:before {
  content: "\e620"; }

.icon-button-corner-bottom-left-icon:before {
  content: "\e621"; }

.icon-comments-icon:before {
  content: "\e622"; }

.icon-announcements-lg-icon:before {
  content: "\e623"; }

.icon-announcements-sm-icon:before {
  content: "\e624"; }

.icon-community-news-lg-icon:before {
  content: "\e625"; }

.icon-community-news-sm-icon:before {
  content: "\e626"; }

.icon-events-contests-lg-icon:before {
  content: "\e627"; }

.icon-events-contests-sm-icon:before {
  content: "\e628"; }

.icon-game-content-lg-icon:before {
  content: "\e629"; }

.icon-game-content-sm-icon:before {
  content: "\e62a"; }

.icon-general-news-lg-icon:before {
  content: "\e62b"; }

.icon-general-news-sm-icon:before {
  content: "\e62c"; }

.icon-expand_window-icon:before {
  content: "\e62d"; }

.icon-pause-icon:before {
  content: "\e62e"; }

.icon-sound-icon:before {
  content: "\e62f"; }

.icon-retweet-icon:before {
  content: "\e630"; }

.icon-population:before {
  content: "\e631"; }

.icon-recent:before {
  content: "\e632"; }

.icon-videos:before {
  content: "\e633"; }

.icon-screenshots:before {
  content: "\e634"; }

.icon-concept:before {
  content: "\e635"; }

.icon-wallpapers:before {
  content: "\e636"; }

.icon-person:before {
  content: "\e637"; }

.icon-_view:before {
  content: "\e638"; }

.icon-triangle:before {
  content: "\e639"; }

.icon-view-all:before {
  content: "\e63a"; }

.icon-info_notify:before {
  content: "\e63b"; }

.icon-leak_out:before {
  content: "\e63c"; }

.icon-settings-gear_launcher-icon:before {
  content: "\e63d"; }

.icon-minimize-icon:before {
  content: "\e63e"; }

.icon-maximize-icon:before {
  content: "\e63f"; }

.icon-close_window-icon:before {
  content: "\e640"; }

.icon-twitch-icon:before {
  content: "\e641"; }

.icon-warning_exclamation-icon:before {
  content: "\e642"; }

.icon-smiley-icon:before {
  content: "\e643"; }

.icon-dlc-icon:before {
  content: "\e644"; }

.icon-multiple_images-icon:before {
  content: "\e645"; }

.icon-view_inbox-icon:before {
  content: "\e646"; }

.icon-star_filled_inbox-icon:before {
  content: "\e647"; }

.icon-star_outline_inbox-icon:before {
  content: "\e648"; }

.icon-messages_inbox-icon:before {
  content: "\e649"; }

.icon-find_users_inbox-icon:before {
  content: "\e64a"; }

.icon-activity_inbox-icon:before {
  content: "\e64b"; }

.icon-post_inbox-icon:before {
  content: "\e64c"; }

.icon-back_arrow_inbox-icon:before {
  content: "\e64d"; }

.icon-archive_inbox-icon:before {
  content: "\e64e"; }

.icon-flag_inbox-icon:before {
  content: "\e64f"; }

.icon-new_inbox-icon:before {
  content: "\e650"; }

.icon-sort_down_arrow_inbox-icon:before {
  content: "\e651"; }

.icon-expand_text_inbox-icon:before {
  content: "\e652"; }

.icon-podcast-icon:before {
  content: "\e653"; }

.icon-forums-icon:before {
  content: "\e654"; }

.icon-wrench-repair-icon:before {
  content: "\e655"; }

.icon-download-icon:before {
  content: "\e656"; }

.icon-customize_ship-icon:before {
  content: "\e657"; }

.icon-fight_together-icon:before {
  content: "\e658"; }

.icon-ship_classes-icon:before {
  content: "\e659"; }

.icon-savor_the_glory-icon:before {
  content: "\e65a"; }

.icon-key-icon:before {
  content: "\e65b"; }

.icon-new_play-icon:before {
  content: "\e65c"; }

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      The Northern Block
 * License URL: http://www.fontspring.com/fflicense/northern-block
 *
 *
 */
@font-face {
  font-family: 'PlanerRegular';
  src: url("fonts/planer/Planer-Regular-webfont.eot");
  src: url("fonts/planer/Planer-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/planer/Planer-Regular-webfont.woff") format("woff"), url("fonts/planer/Planer-Regular-webfont.ttf") format("truetype"), url("fonts/planer/Planer-Regular-webfont.svg#PlanerRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 21, 2016 */
@font-face {
  font-family: 'bebas_neue_bold';
  src: url("fonts/bebas-neue/bebasneue_bold-webfont.eot");
  src: url("fonts/bebas-neue/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/bebasneue_bold-webfont.woff2") format("woff2"), url("fonts/bebas-neue/bebasneue_bold-webfont.woff") format("woff"), url("fonts/bebas-neue/bebasneue_bold-webfont.ttf") format("truetype"), url("fonts/bebas-neue/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue_book';
  src: url("fonts/bebas-neue/bebasneue_book-webfont.eot");
  src: url("fonts/bebas-neue/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/bebasneue_book-webfont.woff2") format("woff2"), url("fonts/bebas-neue/bebasneue_book-webfont.woff") format("woff"), url("fonts/bebas-neue/bebasneue_book-webfont.ttf") format("truetype"), url("fonts/bebas-neue/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue_light';
  src: url("fonts/bebas-neue/bebasneue_light-webfont.eot");
  src: url("fonts/bebas-neue/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/bebasneue_light-webfont.woff2") format("woff2"), url("fonts/bebas-neue/bebasneue_light-webfont.woff") format("woff"), url("fonts/bebas-neue/bebasneue_light-webfont.ttf") format("truetype"), url("fonts/bebas-neue/bebasneue_light-webfont.svg#bebas_neuelight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue';
  src: url("fonts/bebas-neue/bebasneue_regular-webfont.eot");
  src: url("fonts/bebas-neue/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebas-neue/bebasneue_regular-webfont.woff") format("woff"), url("fonts/bebas-neue/bebasneue_regular-webfont.ttf") format("truetype"), url("fonts/bebas-neue/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue_thin';
  src: url("fonts/bebas-neue/bebasneue_thin-webfont.eot");
  src: url("fonts/bebas-neue/bebasneue_thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/bebasneue_thin-webfont.woff2") format("woff2"), url("fonts/bebas-neue/bebasneue_thin-webfont.woff") format("woff"), url("fonts/bebas-neue/bebasneue_thin-webfont.ttf") format("truetype"), url("fonts/bebas-neue/bebasneue_thin-webfont.svg#bebas_neuethin") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Black Tie';
  src: url("fonts/black-tie/solid/BlackTie-Solid-webfont.eot?v=1.0.0");
  src: url("fonts/black-tie/solid/BlackTie-Solid-webfont.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/black-tie/solid/BlackTie-Solid-webfont.woff2?v=1.0.0") format("woff2"), url("fonts/black-tie/solid/BlackTie-Solid-webfont.woff?v=1.0.0") format("woff"), url("fonts/black-tie/solid/BlackTie-Solid-webfont.ttf?v=1.0.0") format("truetype"), url("fonts/black-tie/solid/BlackTie-Solid-webfont.svg?v=1.0.0#black_tiesolid") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Black Tie';
  src: url("fonts/black-tie/bold/BlackTie-Bold-webfont.eot?v=1.0.0");
  src: url("fonts/black-tie/bold/BlackTie-Bold-webfont.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/black-tie/bold/BlackTie-Bold-webfont.woff2?v=1.0.0") format("woff2"), url("fonts/black-tie/bold/BlackTie-Bold-webfont.woff?v=1.0.0") format("woff"), url("fonts/black-tie/bold/BlackTie-Bold-webfont.ttf?v=1.0.0") format("truetype"), url("fonts/black-tie/bold/BlackTie-Bold-webfont.svg?v=1.0.0#black_tiebold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Black Tie';
  src: url("fonts/black-tie/regular/BlackTie-Regular-webfont.eot?v=1.0.0");
  src: url("fonts/black-tie/regular/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/black-tie/regular/BlackTie-Regular-webfont.woff2?v=1.0.0") format("woff2"), url("fonts/black-tie/regular/BlackTie-Regular-webfont.woff?v=1.0.0") format("woff"), url("fonts/black-tie/regular/BlackTie-Regular-webfont.ttf?v=1.0.0") format("truetype"), url("fonts/black-tie/regular/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Black Tie';
  src: url("fonts/black-tie/light/BlackTie-Light-webfont.eot?v=1.0.0");
  src: url("fonts/black-tie/light/BlackTie-Light-webfont.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/black-tie/light/BlackTie-Light-webfont.woff2?v=1.0.0") format("woff2"), url("fonts/black-tie/light/BlackTie-Light-webfont.woff?v=1.0.0") format("woff"), url("fonts/black-tie/light/BlackTie-Light-webfont.ttf?v=1.0.0") format("truetype"), url("fonts/black-tie/light/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Font Awesome Brands';
  src: url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0");
  src: url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0") format("woff2"), url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0") format("woff"), url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0") format("truetype"), url("fonts/black-tie/brands/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.bts,
.btb,
.btr,
.btl,
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.bts {
  font-weight: 900; }

.btb {
  font-weight: 700; }

.btl {
  font-weight: 200; }

.fab {
  font-family: "Font Awesome Brands"; }

/* makes the font 25% smaller relative to the icon container */
.bt-sm {
  font-size: .7em;
  vertical-align: baseline; }

/* makes the font 33% larger relative to the icon container */
.bt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em; }

.bt-2x {
  font-size: 2em; }

.bt-3x {
  font-size: 3em; }

.bt-4x {
  font-size: 4em; }

.bt-5x {
  font-size: 5em; }

.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
  vertical-align: -30%; }

.bt-fw {
  width: 1.28571429em;
  text-align: center; }

.bt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.bt-ul > li {
  position: relative; }

.bt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.bt-li.bt-lg {
  left: -2em; }

.bt-border {
  padding: .2em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
  margin-right: .3em; }

.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
  margin-left: .3em; }

.bt-spin {
  -webkit-animation: bt-spin 2s infinite linear;
  animation: bt-spin 2s infinite linear; }

.bt-pulse {
  -webkit-animation: bt-spin 1s infinite steps(8);
  animation: bt-spin 1s infinite steps(8); }

@-webkit-keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.bt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.bt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.bt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.bt-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.bt-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
  filter: none; }

.bt-stack {
  position: relative;
  display: inline-block;
  width: 1.28571429em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline; }

.bt-stack-sm {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  font-size: .5em; }

.bt-stack-1x,
.bt-stack-sm {
  display: inline-block;
  width: 100%;
  text-align: center; }

.bt-inverse {
  color: #ffffff; }

/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
  content: "\f000"; }

.bt-envelope:before {
  content: "\f001"; }

.bt-search:before {
  content: "\f002"; }

.bt-search-plus:before {
  content: "\f003"; }

.bt-search-minus:before {
  content: "\f004"; }

.bt-phone:before {
  content: "\f005"; }

.bt-comment:before {
  content: "\f007"; }

.bt-commenting:before {
  content: "\f008"; }

.bt-comments:before {
  content: "\f009"; }

.bt-rss:before {
  content: "\f00a"; }

.bt-times:before {
  content: "\f00c"; }

.bt-times-circle:before {
  content: "\f00d"; }

.bt-clock:before {
  content: "\f00e"; }

.bt-star:before {
  content: "\f010"; }

.bt-star-half:before {
  content: "\f011"; }

.bt-check:before {
  content: "\f012"; }

.bt-check-circle:before {
  content: "\f013"; }

.bt-check-square:before {
  content: "\f014"; }

.bt-th:before {
  content: "\f015"; }

.bt-th-large:before {
  content: "\f016"; }

.bt-heart:before {
  content: "\f017"; }

.bt-heart-half:before {
  content: "\f018"; }

.bt-calendar:before {
  content: "\f019"; }

.bt-shopping-cart:before {
  content: "\f01a"; }

.bt-plus:before {
  content: "\f01b"; }

.bt-plus-circle:before {
  content: "\f01c"; }

.bt-plus-square:before {
  content: "\f01d"; }

.bt-pen:before {
  content: "\f01e"; }

.bt-minus:before {
  content: "\f021"; }

.bt-minus-circle:before {
  content: "\f022"; }

.bt-minus-square:before {
  content: "\f023"; }

.bt-pencil:before {
  content: "\f024"; }

.bt-edit:before {
  content: "\f025"; }

.bt-thumbs-up:before {
  content: "\f026"; }

.bt-thumbs-down:before {
  content: "\f027"; }

.bt-gear:before {
  content: "\f028"; }

.bt-trash:before {
  content: "\f029"; }

.bt-file:before {
  content: "\f02a"; }

.bt-info-circle:before {
  content: "\f02b"; }

.bt-label:before {
  content: "\f02c"; }

.bt-rocket:before {
  content: "\f02d"; }

.bt-book:before {
  content: "\f02e"; }

.bt-book-open:before {
  content: "\f02f"; }

.bt-notebook:before {
  content: "\f030"; }

.bt-camera:before {
  content: "\f031"; }

.bt-folder:before {
  content: "\f032"; }

.bt-quote-left:before {
  content: "\f036"; }

.bt-quote-right:before {
  content: "\f037"; }

.bt-eye:before {
  content: "\f038"; }

.bt-lock:before {
  content: "\f039"; }

.bt-lock-open:before {
  content: "\f03a"; }

.bt-gift:before {
  content: "\f03b"; }

.bt-spinner-clock:before {
  content: "\f03c"; }

.bt-spinner:before {
  content: "\f03d"; }

.bt-wrench:before {
  content: "\f03e"; }

.bt-cloud:before {
  content: "\f040"; }

.bt-cloud-upload:before {
  content: "\f041"; }

.bt-cloud-download:before {
  content: "\f042"; }

.bt-sync:before {
  content: "\f043"; }

.bt-question-circle:before {
  content: "\f044"; }

.bt-share:before {
  content: "\f045"; }

.bt-briefcase:before {
  content: "\f046"; }

.bt-money:before {
  content: "\f047"; }

.bt-megaphone:before {
  content: "\f048"; }

.bt-sign-in:before {
  content: "\f049"; }

.bt-sign-out:before {
  content: "\f04a"; }

.bt-film:before {
  content: "\f04b"; }

.bt-trophy:before {
  content: "\f04c"; }

.bt-code:before {
  content: "\f04d"; }

.bt-light-bulb:before {
  content: "\f04e"; }

.bt-print:before {
  content: "\f050"; }

.bt-fax:before {
  content: "\f051"; }

.bt-video:before {
  content: "\f052"; }

.bt-signal:before {
  content: "\f053"; }

.bt-sitemap:before {
  content: "\f054"; }

.bt-upload:before {
  content: "\f055"; }

.bt-download:before {
  content: "\f056"; }

.bt-key:before {
  content: "\f057"; }

.bt-mug:before {
  content: "\f058"; }

.bt-bookmark:before {
  content: "\f059"; }

.bt-flag:before {
  content: "\f05a"; }

.bt-external-link:before {
  content: "\f05b"; }

.bt-smile:before {
  content: "\f05c"; }

.bt-frown:before {
  content: "\f05d"; }

.bt-meh:before {
  content: "\f05e"; }

.bt-magic:before {
  content: "\f060"; }

.bt-bolt:before {
  content: "\f061"; }

.bt-exclamation-triangle:before {
  content: "\f062"; }

.bt-exclamation-circle:before {
  content: "\f063"; }

.bt-flask:before {
  content: "\f064"; }

.bt-music:before {
  content: "\f065"; }

.bt-push-pin:before {
  content: "\f066"; }

.bt-shield:before {
  content: "\f067"; }

.bt-sort:before {
  content: "\f068"; }

.bt-reply:before {
  content: "\f069"; }

.bt-forward:before {
  content: "\f06a"; }

.bt-reply-all:before {
  content: "\f06b"; }

.bt-forward-all:before {
  content: "\f06c"; }

.bt-bell:before {
  content: "\f06d"; }

.bt-bell-off:before {
  content: "\f06e"; }

.bt-ban:before {
  content: "\f070"; }

.bt-database:before {
  content: "\f071"; }

.bt-hard-drive:before {
  content: "\f072"; }

.bt-merge:before {
  content: "\f073"; }

.bt-fork:before {
  content: "\f074"; }

.bt-wifi:before {
  content: "\f075"; }

.bt-paper-plane:before {
  content: "\f076"; }

.bt-inbox:before {
  content: "\f077"; }

.bt-fire:before {
  content: "\f078"; }

.bt-play:before {
  content: "\f079"; }

.bt-pause:before {
  content: "\f07a"; }

.bt-stop:before {
  content: "\f08b"; }

.bt-play-circle:before {
  content: "\f07b"; }

.bt-next:before {
  content: "\f07c"; }

.bt-previous:before {
  content: "\f07d"; }

.bt-repeat:before {
  content: "\f07e"; }

.bt-fast-forward:before {
  content: "\f080"; }

.bt-fast-reverse:before {
  content: "\f081"; }

.bt-volume:before {
  content: "\f082"; }

.bt-volume-off:before {
  content: "\f083"; }

.bt-volume-up:before {
  content: "\f084"; }

.bt-volume-down:before {
  content: "\f085"; }

.bt-maximize:before {
  content: "\f086"; }

.bt-minimize:before {
  content: "\f087"; }

.bt-closed-captions:before {
  content: "\f088"; }

.bt-shuffle:before {
  content: "\f089"; }

.bt-triangle:before {
  content: "\f08a"; }

.bt-square:before {
  content: "\f08b"; }

.bt-circle:before {
  content: "\f08c"; }

.bt-hexagon:before {
  content: "\f08d"; }

.bt-octagon:before {
  content: "\f08e"; }

.bt-angle-up:before {
  content: "\f090"; }

.bt-angle-down:before {
  content: "\f091"; }

.bt-angle-left:before {
  content: "\f092"; }

.bt-angle-right:before {
  content: "\f093"; }

.bt-angles-up:before {
  content: "\f094"; }

.bt-angles-down:before {
  content: "\f095"; }

.bt-angles-left:before {
  content: "\f096"; }

.bt-angles-right:before {
  content: "\f097"; }

.bt-arrow-up:before {
  content: "\f098"; }

.bt-arrow-down:before {
  content: "\f099"; }

.bt-arrow-left:before {
  content: "\f09a"; }

.bt-arrow-right:before {
  content: "\f09b"; }

.bt-bar-chart:before {
  content: "\f09c"; }

.bt-pie-chart:before {
  content: "\f09d"; }

.bt-circle-arrow-up:before {
  content: "\f0a0"; }

.bt-circle-arrow-down:before {
  content: "\f0a1"; }

.bt-circle-arrow-left:before {
  content: "\f0a2"; }

.bt-circle-arrow-right:before {
  content: "\f0a3"; }

.bt-caret-up:before {
  content: "\f0a4"; }

.bt-caret-down:before {
  content: "\f0a5"; }

.bt-caret-left:before {
  content: "\f0a6"; }

.bt-caret-right:before {
  content: "\f0a7"; }

.bt-long-arrow-up:before {
  content: "\f0a8"; }

.bt-long-arrow-down:before {
  content: "\f0a9"; }

.bt-long-arrow-left:before {
  content: "\f0aa"; }

.bt-long-arrow-right:before {
  content: "\f0ab"; }

.bt-Bold:before {
  content: "\f0ac"; }

.bt-italic:before {
  content: "\f0ad"; }

.bt-underline:before {
  content: "\f0ae"; }

.bt-link:before {
  content: "\f0b0"; }

.bt-paper-clip:before {
  content: "\f0b1"; }

.bt-align-left:before {
  content: "\f0b2"; }

.bt-align-center:before {
  content: "\f0b3"; }

.bt-align-right:before {
  content: "\f0b4"; }

.bt-align-justify:before {
  content: "\f0b5"; }

.bt-cut:before {
  content: "\f0b6"; }

.bt-copy:before {
  content: "\f0b7"; }

.bt-paste:before {
  content: "\f0b8"; }

.bt-photo:before {
  content: "\f0b9"; }

.bt-table:before {
  content: "\f0ba"; }

.bt-ulist:before {
  content: "\f0bb"; }

.bt-olist:before {
  content: "\f0bc"; }

.bt-indent:before {
  content: "\f0bd"; }

.bt-outdent:before {
  content: "\f0be"; }

.bt-undo:before {
  content: "\f0c0"; }

.bt-redo:before {
  content: "\f0c1"; }

.bt-sup:before {
  content: "\f0c2"; }

.bt-sub:before {
  content: "\f0c3"; }

.bt-text-size:before {
  content: "\f0c4"; }

.bt-text-color:before {
  content: "\f0c5"; }

.bt-remove-formatting:before {
  content: "\f0c6"; }

.bt-blockquote:before {
  content: "\f036"; }

.bt-globe:before {
  content: "\f0c7"; }

.bt-map:before {
  content: "\f0c8"; }

.bt-map-arrow:before {
  content: "\f0c9"; }

.bt-map-marker:before {
  content: "\f0ca"; }

.bt-map-pin:before {
  content: "\f0cb"; }

.bt-home:before {
  content: "\f0cc"; }

.bt-building:before {
  content: "\f0cd"; }

.bt-industry:before {
  content: "\f0ce"; }

.bt-desktop:before {
  content: "\f0d0"; }

.bt-laptop:before {
  content: "\f0d1"; }

.bt-tablet:before {
  content: "\f0d2"; }

.bt-mobile:before {
  content: "\f0d3"; }

.bt-tv:before {
  content: "\f0d4"; }

.bt-radio-checked:before {
  content: "\f0d5"; }

.bt-radio-unchecked:before {
  content: "\f08c"; }

.bt-checkbox-checked:before {
  content: "\f014"; }

.bt-checkbox-unchecked:before {
  content: "\f08b"; }

.bt-checkbox-intermediate:before {
  content: "\f023"; }

.bt-user:before {
  content: "\f0d6"; }

.bt-user-male:before {
  content: "\f0d6"; }

.bt-user-female:before {
  content: "\f0d7"; }

.bt-crown:before {
  content: "\f0d8"; }

.bt-credit-card:before {
  content: "\f0d9"; }

.bt-strikethrough:before {
  content: "\f0da"; }

.bt-eject:before {
  content: "\f0db"; }

.bt-ellipsis-h:before {
  content: "\f0dc"; }

.bt-ellipsis-v:before {
  content: "\f0dd"; }

.fab-facebook:before {
  content: "\f000"; }

.fab-facebook-alt:before {
  content: "\f001"; }

.fab-twitter:before {
  content: "\f002"; }

.fab-linkedin:before {
  content: "\f003"; }

.fab-linkedin-alt:before {
  content: "\f004"; }

.fab-instagram:before {
  content: "\f005"; }

.fab-github:before {
  content: "\f006"; }

.fab-github-alt:before {
  content: "\f007"; }

.fab-googleplus:before {
  content: "\f008"; }

.fab-googleplus-alt:before {
  content: "\f009"; }

.fab-pinterest:before {
  content: "\f00a"; }

.fab-pinterest-alt:before {
  content: "\f00b"; }

.fab-tumblr:before {
  content: "\f00c"; }

.fab-tumblr-alt:before {
  content: "\f00d"; }

.fab-bitcoin:before {
  content: "\f010"; }

.fab-bitcoin-alt:before {
  content: "\f011"; }

.fab-dropbox:before {
  content: "\f012"; }

.fab-stackexchange:before {
  content: "\f013"; }

.fab-stackoverflow:before {
  content: "\f014"; }

.fab-flickr:before {
  content: "\f015"; }

.fab-flickr-alt:before {
  content: "\f016"; }

.fab-bitbucket:before {
  content: "\f017"; }

.fab-html5:before {
  content: "\f018"; }

.fab-css3:before {
  content: "\f019"; }

.fab-apple:before {
  content: "\f01a"; }

.fab-windows:before {
  content: "\f01b"; }

.fab-android:before {
  content: "\f01c"; }

.fab-linux:before {
  content: "\f01d"; }

.fab-dribbble:before {
  content: "\f01e"; }

.fab-youtube:before {
  content: "\f021"; }

.fab-skype:before {
  content: "\f022"; }

.fab-foursquare:before {
  content: "\f023"; }

.fab-trello:before {
  content: "\f024"; }

.fab-maxcdn:before {
  content: "\f025"; }

.fab-gittip:before,
.fab-gratipay:before {
  content: "\f026"; }

.fab-vimeo:before {
  content: "\f027"; }

.fab-vimeo-alt:before {
  content: "\f028"; }

.fab-slack:before {
  content: "\f029"; }

.fab-wordpress:before {
  content: "\f02a"; }

.fab-wordpress-alt:before {
  content: "\f02b"; }

.fab-openid:before {
  content: "\f02c"; }

.fab-yahoo:before {
  content: "\f02d"; }

.fab-yahoo-alt:before {
  content: "\f02e"; }

.fab-reddit:before {
  content: "\f02f"; }

.fab-google:before {
  content: "\f030"; }

.fab-google-alt:before {
  content: "\f031"; }

.fab-stumbleupon:before {
  content: "\f032"; }

.fab-stumbleupon-alt:before {
  content: "\f033"; }

.fab-delicious:before {
  content: "\f034"; }

.fab-digg:before {
  content: "\f035"; }

.fab-piedpiper:before {
  content: "\f036"; }

.fab-piedpiper-alt:before {
  content: "\f037"; }

.fab-drupal:before {
  content: "\f038"; }

.fab-joomla:before {
  content: "\f039"; }

.fab-behance:before {
  content: "\f03a"; }

.fab-steam:before {
  content: "\f03b"; }

.fab-steam-alt:before {
  content: "\f03c"; }

.fab-spotify:before {
  content: "\f03d"; }

.fab-deviantart:before {
  content: "\f03e"; }

.fab-soundcloud:before {
  content: "\f040"; }

.fab-vine:before {
  content: "\f041"; }

.fab-codepen:before {
  content: "\f042"; }

.fab-jsfiddle:before {
  content: "\f043"; }

.fab-rebel:before {
  content: "\f044"; }

.fab-empire:before {
  content: "\f045"; }

.fab-git:before {
  content: "\f046"; }

.fab-hackernews:before {
  content: "\f047"; }

.fab-hackernews-alt:before {
  content: "\f048"; }

.fab-slideshare:before {
  content: "\f049"; }

.fab-twitch:before {
  content: "\f04a"; }

.fab-yelp:before {
  content: "\f04b"; }

.fab-paypal:before {
  content: "\f04c"; }

.fab-google-wallet:before {
  content: "\f04d"; }

.fab-angellist:before {
  content: "\f04e"; }

.fab-cc-visa:before {
  content: "\f050"; }

.fab-cc-mastercard:before {
  content: "\f051"; }

.fab-cc-discover:before {
  content: "\f052"; }

.fab-cc-amex:before {
  content: "\f053"; }

.fab-cc-paypal:before {
  content: "\f054"; }

.fab-cc-stripe:before {
  content: "\f055"; }

.fab-lastfm:before {
  content: "\f056"; }

.fab-whatsapp:before {
  content: "\f057"; }

.fab-medium:before {
  content: "\f058"; }

.fab-meanpath:before {
  content: "\f059"; }

.fab-meanpath-alt:before {
  content: "\f05a"; }

.fab-pagelines:before {
  content: "\f05b"; }

.fab-ioxhost:before {
  content: "\f060"; }

.fab-buysellads:before {
  content: "\f061"; }

.fab-buysellads-alt:before {
  content: "\f062"; }

.fab-connectdevelop:before {
  content: "\f063"; }

.fab-dashcube:before {
  content: "\f064"; }

.fab-forumbee:before {
  content: "\f065"; }

.fab-leanpub:before {
  content: "\f066"; }

.fab-sellsy:before {
  content: "\f067"; }

.fab-shirtsinbulk:before {
  content: "\f068"; }

.fab-simplybuilt:before {
  content: "\f069"; }

.fab-skyatlas:before {
  content: "\f06a"; }

.fab-viacoin:before {
  content: "\f06b"; }

.fab-codiepie:before {
  content: "\f06c"; }

.fab-queue:before {
  content: "\f06d"; }

.fab-queue-alt:before {
  content: "\f06e"; }

.fab-fonticons:before {
  content: "\f070"; }

.fab-fonticons-alt:before {
  content: "\f071"; }

.fab-blacktie:before {
  content: "\f072"; }

.fab-blacktie-alt:before {
  content: "\f073"; }

.fab-xing:before {
  content: "\f090"; }

.fab-vk:before {
  content: "\f091"; }

.fab-weibo:before {
  content: "\f092"; }

.fab-renren:before {
  content: "\f093"; }

.fab-tencent-weibo:before {
  content: "\f094"; }

.fab-qq:before {
  content: "\f095"; }

.fab-wechat:before,
.fab-weixin:before {
  content: "\f096"; }

#greybox-header {
  background: #000;
  height: 40px;
  width: 100%; }
  #greybox-header .choose {
    float: left;
    font-size: 10px;
    color: #676768;
    margin-top: 12px;
    margin-right: 8px; }
  #greybox-header button.btn.language-select {
    background-color: #111111;
    margin-top: 10px;
    padding: 0.175rem 0.4rem;
    font-family: 'PlanerRegular';
    font-size: .75rem;
    line-height: .8rem;
    color: #66ffff;
    border: solid 1px rgba(102, 255, 255, 0.5); }
    #greybox-header button.btn.language-select .caret {
      color: #414141; }
    #greybox-header button.btn.language-select:hover, #greybox-header button.btn.language-select:focus {
      color: #fff; }
    #greybox-header button.btn.language-select.dropdown-toggle {
      border-radius: 0; }
  #greybox-header ul.dropdown-menu.languages {
    background-color: #000;
    font-family: 'PlanerRegular';
    border-radius: 0;
    padding: 0;
    z-index: 2000; }
    #greybox-header ul.dropdown-menu.languages li {
      border-bottom: solid 1px rgba(102, 255, 255, 0.5); }
      #greybox-header ul.dropdown-menu.languages li a {
        color: #fff;
        display: block;
        font-size: .70rem;
        text-transform: uppercase;
        padding: 4px 10px; }
        #greybox-header ul.dropdown-menu.languages li a:hover {
          color: #66ffff; }

#header-login, .greybox-nav {
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #262626;
  color: #fff;
  min-width: 161;
  padding: 0px 0px 0px 0px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  text-space-collapse: trim-inner;
  float: right; }
  #header-login > *, .greybox-nav > * {
    -webkit-transform: skew(205deg);
    -moz-transform: skew(205deg);
    -ms-transform: skew(205deg);
    -o-transform: skew(205deg);
    transform: skew(205deg); }
  #header-login a.mothership, .greybox-nav a.mothership {
    padding: 0px 5px 0; }
    #header-login a.mothership img, .greybox-nav a.mothership img {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: skew(25deg);
      -moz-transform: skew(25deg);
      -ms-transform: skew(25deg);
      -o-transform: skew(25deg);
      transform: skew(25deg);
      -webkit-filter: contrast(100%) brightness(100%) blur(0px);
      filter: contrast(100%) brightness(100%);
      position: relative;
      bottom: 5px; }
      #header-login a.mothership img > *, .greybox-nav a.mothership img > * {
        -webkit-transform: skew(155deg);
        -moz-transform: skew(155deg);
        -ms-transform: skew(155deg);
        -o-transform: skew(155deg);
        transform: skew(155deg); }
    #header-login a.mothership:hover img, .greybox-nav a.mothership:hover img {
      -webkit-filter: contrast(0%) brightness(150%) blur(0px);
      filter: contrast(0%) brightness(150%); }
  #header-login a, .greybox-nav a {
    display: inline-block;
    font-family: 'PlanerRegular';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0 0px 0px 0px;
    padding: 0px 10px;
    background-color: transparent;
    transition: all 0.33s;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg); }
    #header-login a > *, .greybox-nav a > * {
      -webkit-transform: skew(180deg);
      -moz-transform: skew(180deg);
      -ms-transform: skew(180deg);
      -o-transform: skew(180deg);
      transform: skew(180deg); }
    #header-login a .unskew, .greybox-nav a .unskew {
      display: inline-block;
      -webkit-transform: skew(25deg);
      -moz-transform: skew(25deg);
      -ms-transform: skew(25deg);
      -o-transform: skew(25deg);
      transform: skew(25deg); }
      #header-login a .unskew > *, .greybox-nav a .unskew > * {
        -webkit-transform: skew(155deg);
        -moz-transform: skew(155deg);
        -ms-transform: skew(155deg);
        -o-transform: skew(155deg);
        transform: skew(155deg); }
    #header-login a:hover, .greybox-nav a:hover {
      color: #fff;
      background-color: #f13304; }

.tooltip.left .tooltip-arrow {
  top: 9px !important;
  border-width: 7px;
  border-right-width: 0;
  right: -7px; }

/* DREADNOUGHT NAVBAR */
header {
  overflow: hidden; }
  header .logowrap .hr.double-stacked {
    margin-top: 4px; }
  header hr {
    margin: 0; }
  @media (min-width: 768px) {
    header .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -34px, url("../images/base-pattern.png") repeat center top, url("../images/nav/header-gradient.png") repeat-x center bottom; }
      header .bg-wrapper .dn-logo {
        padding: 25px 0 15px;
        text-align: center; } }
  header .compass {
    display: none; }
    @media (min-width: 768px) {
      header .compass {
        width: 100%;
        height: 40px;
        display: block;
        background: url("../images/nav/compass.png") center 4px no-repeat; } }
    header .compass hr {
      margin-top: 4px; }
    header .compass .compass-tracker {
      position: relative;
      top: -16px; }
    header .compass .target-tracker {
      display: block;
      position: absolute;
      left: 0; }
  @media (max-width: 767px) {
    header.static {
      height: auto;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2501;
      background: rgba(0, 0, 0, 0.8); } }
  header.fixed {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2501;
    background: rgba(0, 0, 0, 0.8); }
    header.fixed .compass {
      display: none; }
    header.fixed .hr:not(:last-child) {
      display: none; }
    header.fixed .top1,
    header.fixed .top2 {
      display: none; }
    header.fixed .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -90px, url("../images/base-pattern.png") repeat center top, url("../images/nav/header-gradient.png") repeat-x center bottom; }
    header.fixed .dn-logo {
      padding: 0 0 7px; }
      header.fixed .dn-logo img {
        max-width: 200px; }
    header.fixed nav.navbar.navbar-dn {
      padding: 0; }
      @media (min-width: 768px) {
        header.fixed nav.navbar.navbar-dn {
          padding: 3px; } }
      @media (min-width: 992px) {
        header.fixed nav.navbar.navbar-dn {
          padding: 0; } }
    @media (min-width: 768px) {
      header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
        padding: 0.625rem .5rem; } }
    @media (min-width: 992px) {
      header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
        padding: 0.625rem 1.45rem; } }
    @media (min-width: 1200px) {
      header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
        padding: 0.625rem 1.75rem; } }
    header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a.active {
      color: #f13304; }
    @media (min-width: 768px) {
      header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a.btn-hexbox {
        padding: 0.5075rem 1.75rem;
        height: 30px; } }
    header.fixed .btn-hexbox,
    header.fixed .btn-hexbox-login {
      position: relative; }
      header.fixed .btn-hexbox span,
      header.fixed .btn-hexbox-login span {
        position: relative;
        bottom: 0; }
      header.fixed .btn-hexbox:after,
      header.fixed .btn-hexbox-login:after {
        bottom: 10px; }
      header.fixed .btn-hexbox:hover:after,
      header.fixed .btn-hexbox-login:hover:after {
        bottom: 12px;
        right: 12px; }

nav.navbar.navbar-dn {
  padding: 0;
  background: #000; }
  @media (min-width: 768px) {
    nav.navbar.navbar-dn {
      background: transparent;
      padding: 5px 0; } }
  nav.navbar.navbar-dn .navbar-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70bac5+0,70bac5+100&0.18+0,0+100 */
    background: url("../images/base-pattern.png") repeat center top, -moz-linear-gradient(top, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
    /* FF3.6-15 */
    background: url("../images/base-pattern.png") repeat center top, -webkit-linear-gradient(top, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
    /* Chrome10-25,Safari5.1-6 */
    background: url("../images/base-pattern.png") repeat center top, linear-gradient(to bottom, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e70bac5', endColorstr='#0070bac5',GradientType=0 );
    /* IE6-9 */
    height: 40px; }
    nav.navbar.navbar-dn .navbar-header::after {
      content: "";
      display: table;
      clear: both; }
    nav.navbar.navbar-dn .navbar-header .mobile-logo {
      margin: 6px 0 0 8px;
      display: inline-block; }
      nav.navbar.navbar-dn .navbar-header .mobile-logo img {
        max-width: 188px; }
  nav.navbar.navbar-dn .navbar-toggleable-sm {
    text-align: center; }
    nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav {
      display: block; }
      @media (min-width: 768px) {
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav {
          display: inline-block; } }
      nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav .nav-item + .nav-item {
        margin-left: 0; }
      nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item {
        display: block;
        float: none;
        border-bottom: solid 1px rgba(102, 255, 255, 0.2); }
        @media (min-width: 768px) {
          nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item {
            display: inline-block;
            border-bottom: none; } }
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item + nav.item {
          background: #336699; }
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
          font-family: "Teko";
          font-size: 1.3125rem;
          font-weight: 500;
          line-height: 1;
          padding: 0.7125rem 4.75rem;
          letter-spacing: 0; }
          @media (min-width: 768px) {
            nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
              font-size: 1.1875rem;
              padding: 0.6875rem 0.6rem; } }
          @media (min-width: 992px) {
            nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
              padding: 0.6875rem 1.4375rem; } }
        @media (min-width: 544px) {
          nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.sign-up span {
            font-size: 1.1875rem; } }
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.sign-up-mobile {
          padding: 0.8125rem 0; }
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.active a {
          position: relative;
          color: #f13304 !important; }
          @media (min-width: 768px) {
            nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.active a {
              color: #fff; }
              nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.active a:before {
                content: "";
                height: 3px;
                position: absolute;
                top: 0;
                left: 0.625rem;
                right: 0.625rem;
                border-top: 4px solid #f13304;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent; } }
          @media (min-width: 992px) {
            nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item.active a:before {
              left: 1.5rem;
              right: 1.5rem; } }
      nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.mobile-login {
        font-family: "Teko";
        font-size: 21px;
        padding: 10px 15px;
        text-align: center;
        display: block; }
        @media (min-width: 768px) {
          nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.mobile-login {
            font-size: 19px; } }
        nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.mobile-login a.btn.btn-hexbox {
          font-size: 21px; }
          nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.mobile-login a.btn.btn-hexbox span {
            position: relative;
            bottom: 0; }
            @media (min-width: 992px) {
              nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.mobile-login a.btn.btn-hexbox span {
                bottom: 4px; } }

#dreadnought-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70bac5+0,70bac5+100&0.18+0,0+100 */
  background: url("../images/base-pattern.png") repeat center top, -moz-linear-gradient(top, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
  /* FF3.6-15 */
  background: url("../images/base-pattern.png") repeat center top, -webkit-linear-gradient(top, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
  /* Chrome10-25,Safari5.1-6 */
  background: url("../images/base-pattern.png") repeat center top, linear-gradient(to bottom, rgba(112, 186, 197, 0.18) 0%, rgba(112, 186, 197, 0) 100%), #090f11;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e70bac5', endColorstr='#0070bac5',GradientType=0 );
  /* IE6-9 */ }
  #dreadnought-footer .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 13px; }
    #dreadnought-footer .container .hr.triple {
      position: absolute;
      top: -5px;
      width: 100%; }
      #dreadnought-footer .container .hr.triple hr {
        margin: 0; }
    #dreadnought-footer .container .dreadnought-logo {
      max-width: 135px;
      margin-bottom: 25px; }
    #dreadnought-footer .container hr {
      margin: 0; }
    #dreadnought-footer .container hr.bhr {
      opacity: 0.25;
      margin-bottom: 20px; }
    #dreadnought-footer .container h3 {
      text-transform: uppercase;
      font-family: "Teko";
      font-size: 1.7rem;
      line-height: 1;
      color: #fff;
      margin: 12px 0 7px; }
      #dreadnought-footer .container h3 a {
        text-decoration: none;
        display: block;
        transition: all .3s ease-out; }
        #dreadnought-footer .container h3 a:after {
          content: "\f093";
          font-family: "Black Tie";
          font-size: .5rem;
          position: relative;
          top: -6px;
          right: -8px;
          color: #66ffff; }
          @media (min-width: 768px) {
            #dreadnought-footer .container h3 a:after {
              top: -1px; } }
        #dreadnought-footer .container h3 a:hover {
          color: #66ffff; }
      @media (min-width: 768px) {
        #dreadnought-footer .container h3 {
          font-size: 1.125rem;
          margin: 6px 0 7px; } }
    #dreadnought-footer .container .hr-ft {
      width: 100%;
      height: 1px;
      display: block;
      background: rgba(102, 255, 255, 0.1);
      margin: 10px 0; }
    #dreadnought-footer .container ul.footer-ul {
      font-size: 16px;
      margin: 0 0 40px;
      padding: 0; }
      #dreadnought-footer .container ul.footer-ul li {
        margin: 0 0 5px;
        padding: 0;
        list-style: none; }
        #dreadnought-footer .container ul.footer-ul li a {
          color: rgba(255, 255, 255, 0.6);
          display: block; }
          #dreadnought-footer .container ul.footer-ul li a:hover {
            color: #66ffff; }
      @media (min-width: 768px) {
        #dreadnought-footer .container ul.footer-ul {
          font-size: 11px;
          margin: 0; } }
    #dreadnought-footer .container .esrb-rating {
      font-size: .6rem;
      color: #bce8e8;
      width: 200px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        #dreadnought-footer .container .esrb-rating {
          width: auto;
          margin: 0; } }
      #dreadnought-footer .container .esrb-rating img {
        width: 61px;
        margin-right: 8px;
        margin-bottom: 3px;
        float: left; }
        @media (min-width: 768px) {
          #dreadnought-footer .container .esrb-rating img {
            float: none; } }
      #dreadnought-footer .container .esrb-rating strong {
        color: #fff;
        font-size: .6875rem; }
    @media (min-width: 768px) {
      #dreadnought-footer .container .beta-esrb-rating {
        font-size: .5rem; } }
    @media (min-width: 1200px) {
      #dreadnought-footer .container .beta-esrb-rating {
        font-size: .6rem; } }
    @media (min-width: 768px) {
      #dreadnought-footer .container .beta-esrb-rating img {
        float: left;
        width: 36px;
        margin-right: 10px;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      #dreadnought-footer .container .beta-esrb-rating img {
        width: 51px;
        margin-right: 15px;
        margin-bottom: 16px; } }
    #dreadnought-footer .container .beta-esrb-rating p {
      vertical-align: middle; }
    #dreadnought-footer .container .affiliate-logos {
      margin-top: 10px; }
      #dreadnought-footer .container .affiliate-logos .col-logo {
        text-align: center; }
      #dreadnought-footer .container .affiliate-logos a.footer-logo {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        opacity: 0.7;
        filter: alpha(opacity=70); }
        #dreadnought-footer .container .affiliate-logos a.footer-logo img.img-responsive {
          max-height: 100px;
          display: inline-block; }
          #dreadnought-footer .container .affiliate-logos a.footer-logo img.img-responsive.yager {
            margin-top: 6px;
            max-height: 39px; }
        #dreadnought-footer .container .affiliate-logos a.footer-logo:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
        @media (min-width: 544px) {
          #dreadnought-footer .container .affiliate-logos a.footer-logo {
            margin-bottom: 0; } }
    #dreadnought-footer .container .dn-info {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #2c3636;
      text-transform: uppercase; }
      #dreadnought-footer .container .dn-info .copyr {
        color: #4a5b5b; }
      @media (min-width: 768px) {
        #dreadnought-footer .container .dn-info {
          font-size: 9px;
          line-height: 11px; } }

#greybox-footer {
  padding: 10px 0;
  color: #363636;
  background-color: #000;
  font-size: 12px; }
  #greybox-footer .greybox-logo {
    max-width: 135px;
    margin-bottom: 13px; }
  #greybox-footer ul.gbox {
    margin: 0 auto;
    padding: 0; }
    #greybox-footer ul.gbox li {
      margin: 0 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 544px) {
        #greybox-footer ul.gbox li {
          display: inline-block;
          margin: 0 18px 0 0; } }
      #greybox-footer ul.gbox li a {
        font-size: 18px;
        color: #979e6b;
        display: block;
        padding: 15px 0;
        font-style: italic;
        text-decoration: none; }
        #greybox-footer ul.gbox li a.login {
          color: #fff; }
        #greybox-footer ul.gbox li a:hover {
          color: #fff; }
        @media (min-width: 544px) {
          #greybox-footer ul.gbox li a {
            color: #5b5f40;
            display: inline-block;
            padding: 0;
            font-size: 11px; } }

@-ms-viewport {
  width: device-width; }
body.media {
  overflow: auto;
  margin-top: auto; }
  body.media .modal-backdrop.in {
    opacity: 0.9; }
body.overview {
  overflow-x: hidden; }

a:hover {
  text-decoration: none; }

.center-block {
  float: none; }

.content-wrapper {
  background-repeat: no-repeat;
  background-size: auto 430px !important;
  background-position: center top, center bottom; }
  @media (min-width: 544px) {
    .content-wrapper {
      background-size: 100% auto !important; } }
  @media (min-width: 768px) {
    .content-wrapper {
      background-position: center 187px, center bottom; } }
  @media (min-width: 992px) {
    .content-wrapper {
      background-position: center 187px, center bottom; } }
  @media (min-width: 1200px) {
    .content-wrapper {
      background-position: center top, center bottom; } }

.red {
  color: #f13304; }

.blue {
  color: #334d6f; }

.blue-lt {
  color: #90a3c4; }

.tooltip.left .tooltip-arrow {
  border-left-color: #3e3e3e; }
.tooltip.left .tooltip-inner {
  background: #111111;
  border: solid 1px #3e3e3e;
  word-break: break-word; }

.tooltip.bottom .tooltip-inner {
  word-break: break-word; }

.inline-head {
  display: inline-block; }

.nobreak {
  word-wrap: break-word; }

.nomargin {
  margin: 0; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.op75 {
  opacity: .75; }

.op50 {
  opacity: .5; }

.op25 {
  opacity: .25; }

.mob-ctr {
  text-align: center; }
  @media (min-width: 768px) {
    .mob-ctr {
      text-align: inherit; } }

.mob-ctr-right {
  text-align: center; }
  @media (min-width: 768px) {
    .mob-ctr-right {
      text-align: right; } }
  .mob-ctr-right.more-news {
    margin: -7px 0; }

@media (min-width: 768px) {
  .mob-left-right {
    text-align: right; } }

hr {
  position: relative;
  margin: 12px 0;
  opacity: 0.5;
  color: #99ffff;
  border: 0;
  border-top: solid 1px #9ff; }
  hr:before, hr:after {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #99ffff;
    top: -2px; }
  hr:before {
    left: 0; }
  hr:after {
    right: 0; }

.hr {
  position: relative; }
  .hr .tick {
    position: absolute;
    top: -1px; }
    .hr .tick:before, .hr .tick:after {
      content: " ";
      display: block;
      position: absolute;
      width: 1px;
      height: 1px;
      background-color: #99ffff;
      opacity: 0.5; }
    .hr .tick:after {
      top: 2px; }
  .hr.double .tick {
    left: 50%; }
  .hr.triple .tick {
    left: 33%; }
    .hr.triple .tick + .tick {
      left: 66%; }
  .hr.double-stacked hr {
    opacity: 1;
    margin-bottom: 5px; }
  .hr.double-stacked hr + hr {
    opacity: 0.33;
    margin-top: 5px; }
  .hr.triple,
  .hr .triple {
    position: relative; }
    .hr.triple .tick,
    .hr .triple .tick {
      left: 33%; }
      .hr.triple .tick + .tick,
      .hr .triple .tick + .tick {
        left: 66%; }
  .hr.double-stacked hr {
    opacity: 1;
    margin-bottom: 5px; }
  .hr.double-stacked hr + hr,
  .hr.double-stacked .triple + .triple hr,
  .hr.double-stacked .double + .double hr {
    opacity: 0.33;
    margin-top: 5px; }

.background-panel hr {
  margin: 5px 0; }
.background-panel.fade-left-right .wrapper {
  padding: 15px;
  background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); }
.background-panel.fade-left-to-right .wrapper {
  padding: 15px;
  background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.15) 0%, rgba(112, 186, 197, 0.07) 100%); }
.background-panel.bottom-up .wrapper {
  padding: 15px;
  background-image: url(../images/dot.png), linear-gradient(to bottom, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); }
.background-panel.top-down .wrapper {
  padding: 15px;
  background-image: url(../images/dot.png), linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); }

.widget {
  position: relative; }
  .widget img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .widget.widget-1 {
    width: 130px;
    height: 22px;
    display: inline-block; }
  .widget.widget-9 {
    width: 227px;
    height: 63px; }
  .widget.widget-12 {
    width: 320px;
    height: 61px; }

.pagination-wrapper {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .pagination-wrapper {
      display: inline-block; } }
  .pagination-wrapper ul.dn-pagination {
    font-size: 1.125rem;
    margin: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .pagination-wrapper ul.dn-pagination {
        width: auto;
        text-align: auto; } }
    .pagination-wrapper ul.dn-pagination li.page-item.active a.page-link {
      background: url(../images/pagination-bg.svg);
      background-size: 32px;
      background-repeat: no-repeat;
      background-position: center; }
    .pagination-wrapper ul.dn-pagination li.page-item a.page-link {
      border-radius: 0; }
      .pagination-wrapper ul.dn-pagination li.page-item a.page-link.prev i, .pagination-wrapper ul.dn-pagination li.page-item a.page-link.next i {
        font-size: 1rem; }
        @media (min-width: 768px) {
          .pagination-wrapper ul.dn-pagination li.page-item a.page-link.prev i, .pagination-wrapper ul.dn-pagination li.page-item a.page-link.next i {
            font-size: 0.625rem; } }
      @media (max-width: 767px) {
        .pagination-wrapper ul.dn-pagination li.page-item a.page-link.prev, .pagination-wrapper ul.dn-pagination li.page-item a.page-link.next {
          background: url(../images/pagination-bg.svg);
          background-size: 34px;
          background-repeat: no-repeat;
          background-position: center; }
          .pagination-wrapper ul.dn-pagination li.page-item a.page-link.prev:focus, .pagination-wrapper ul.dn-pagination li.page-item a.page-link.next:focus {
            background: url(../images/pagination-bg-hover.svg);
            background-size: 34px;
            background-repeat: no-repeat;
            background-position: center;
            text-decoration: none; } }
      @media (max-width: 767px) {
        .pagination-wrapper ul.dn-pagination li.page-item a.page-link.next {
          float: right; } }
      .pagination-wrapper ul.dn-pagination li.page-item a.page-link.range {
        font-size: .8rem;
        padding: 0.75rem 0.75rem;
        text-transform: uppercase; }
        .pagination-wrapper ul.dn-pagination li.page-item a.page-link.range:hover {
          background: none; }
        @media (max-width: 767px) {
          .pagination-wrapper ul.dn-pagination li.page-item a.page-link.range {
            float: none;
            padding: 0.5rem 0.75rem;
            font-size: 1.25rem;
            line-height: 2; } }
      .pagination-wrapper ul.dn-pagination li.page-item a.page-link:hover {
        background: url(../images/pagination-bg-hover.svg);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center; }
      .pagination-wrapper ul.dn-pagination li.page-item a.page-link.ellipsis:hover {
        background: transparent; }
  .pagination-wrapper hr {
    margin: 4px 0; }
  .pagination-wrapper.forums {
    margin-bottom: 0; }
  .pagination-wrapper::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-wrapper {
  display: none; }
  @media (min-width: 544px) {
    .breadcrumb-wrapper {
      display: block; } }

.breadcrumb {
  font-size: 1.1875rem;
  line-height: 1.2;
  font-family: "Teko";
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .breadcrumb {
      max-width: 72%; } }
  @media (min-width: 992px) {
    .breadcrumb {
      max-width: 90%; } }
  @media (min-width: 1200px) {
    .breadcrumb {
      max-width: 85%; } }
  .breadcrumb.forums {
    max-width: 100%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .breadcrumb.forums {
        margin-top: 0; } }
  .breadcrumb > li {
    display: inline-block;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7); }
    .breadcrumb > li + li:before {
      font-size: .8rem;
      font-weight: 400;
      letter-spacing: -1px;
      padding-left: .8rem;
      padding-right: .8rem;
      position: relative;
      top: -2px; }
    .breadcrumb > li.media {
      color: #fff; }

ul.mob-ul {
  margin: 20px 0 0;
  padding: 0; }
  ul.mob-ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 10px 0; }
    ul.mob-ul li a {
      display: block; }
  @media (min-width: 544px) {
    ul.mob-ul {
      margin: 0; }
      ul.mob-ul li {
        display: inline; }
        ul.mob-ul li a {
          display: inline;
          padding: 0 10px; }
        ul.mob-ul li:after {
          content: "|";
          right: 5px; }
        ul.mob-ul li:last-child:after {
          content: ""; } }

@media (min-width: 768px) {
  .search-wrapper {
    text-align: right; } }
.search-wrapper .input-group {
  border: 1px solid rgba(102, 255, 255, 0.34);
  transition: all, 0.33s; }
  .search-wrapper .input-group:hover {
    border-color: rgba(241, 51, 4, 0.5); }
    .search-wrapper .input-group:hover ::-webkit-input-placeholder {
      color: #f13304; }
    .search-wrapper .input-group:hover :-moz-placeholder {
      color: #f13304; }
    .search-wrapper .input-group:hover ::-moz-placeholder {
      color: #f13304; }
    .search-wrapper .input-group:hover :-ms-input-placeholder {
      color: #f13304; }
    .search-wrapper .input-group:hover i {
      transition: all, 0.33s;
      color: #f13304; }
.search-wrapper .focus-box {
  border-color: #f13304;
  box-shadow: 0 0 30px rgba(241, 51, 4, 0.25); }
  .search-wrapper .focus-box ::-webkit-input-placeholder {
    color: #f13304; }
  .search-wrapper .focus-box :-moz-placeholder {
    color: #f13304; }
  .search-wrapper .focus-box ::-moz-placeholder {
    color: #f13304; }
  .search-wrapper .focus-box :-ms-input-placeholder {
    color: #f13304; }
  .search-wrapper .focus-box .input-group-addon i {
    color: #f13304; }
  .search-wrapper .focus-box:hover {
    border-color: #f13304; }
.search-wrapper .search-site {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  border-right: none;
  outline: none;
  color: #fff;
  font-size: .7rem;
  border: none; }
  @media (max-width: 767px) {
    .search-wrapper .search-site {
      line-height: 2.5; } }
  .search-wrapper .search-site:focus {
    border-color: #f13304; }
.search-wrapper .input-group-addon {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 0; }
.search-wrapper .btn-searchicon {
  background: transparent;
  border: none;
  padding: .3rem .7rem .5rem .7rem; }
  .search-wrapper .btn-searchicon i {
    color: #fff;
    font-size: .8rem; }
  .search-wrapper .btn-searchicon:hover i {
    color: #f13304; }

.jump-menu {
  text-transform: uppercase;
  font-family: "PlanerRegular";
  font-size: .875rem;
  margin: 0;
  padding: 0; }
  .jump-menu hr {
    margin: 5px 0; }
  @media (max-width: 767px) {
    .jump-menu .wrapper.fade-left-right {
      background: rgba(0, 0, 0, 0.6);
      display: block;
      background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); } }
  .jump-menu li {
    display: inline;
    padding: 16px 16px; }
    .jump-menu li a.active {
      color: #f13304; }
    @media (min-width: 768px) {
      .jump-menu li {
        display: inline;
        padding: 0 15px; } }
    .jump-menu li.jump-title {
      color: #66ffff;
      padding: 10px 5px;
      display: block;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .jump-menu li.jump-title {
          display: inline-block;
          font-size: inherit; } }
    .jump-menu li.jump {
      display: inline-block; }
      @media (min-width: 768px) {
        .jump-menu li.jump {
          width: auto;
          text-align: left; } }

.jump-menu-social {
  text-transform: uppercase;
  font-family: "PlanerRegular";
  font-size: .875rem;
  margin: 0;
  padding: 0; }
  .jump-menu-social hr {
    margin: 5px 0; }
  @media (max-width: 767px) {
    .jump-menu-social .wrapper.fade-left-right {
      background: rgba(0, 0, 0, 0.6);
      display: block;
      background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); } }
  .jump-menu-social li {
    display: inline;
    padding: 16px 16px; }
    .jump-menu-social li a.active {
      color: #f13304; }
    @media (min-width: 768px) {
      .jump-menu-social li {
        display: inline;
        padding: 0 8px; } }
    @media (min-width: 992px) {
      .jump-menu-social li {
        padding: 0 15px; } }
    .jump-menu-social li.jump-title {
      color: #66ffff;
      padding: 10px 5px;
      display: block;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .jump-menu-social li.jump-title {
          display: inline-block;
          font-size: inherit; } }
    .jump-menu-social li.jump {
      display: inline-block;
      text-align: center;
      width: calc(50% - 3px); }
      .jump-menu-social li.jump i.social-icons {
        font-size: 1.8rem;
        display: block;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .jump-menu-social li.jump i.social-icons {
            margin-right: 6px;
            font-size: 1rem;
            display: inline;
            margin-bottom: 0;
            display: none; } }
        @media (min-width: 992px) {
          .jump-menu-social li.jump i.social-icons {
            display: inline-block; } }
      @media (min-width: 544px) {
        .jump-menu-social li.jump {
          width: 24%; } }
      @media (min-width: 768px) {
        .jump-menu-social li.jump {
          width: auto;
          text-align: left; } }

a.news-thumb {
  display: block;
  position: relative;
  min-height: 100px;
  margin-bottom: 10px;
  border: solid 1px rgba(102, 255, 255, 0.1);
  padding: 4px;
  transition: all 0.5s; }
  a.news-thumb .outer-wrap {
    display: block;
    position: relative; }
    a.news-thumb .outer-wrap .gradient {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+15,1+100 */
      background: -moz-linear-gradient(top, transparent 0%, transparent 15%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, transparent 15%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
  a.news-thumb .content-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    padding: 15px; }
    a.news-thumb .content-wrap hr {
      margin: 6px 0; }
    a.news-thumb .content-wrap .title {
      font-size: 18px;
      line-height: 1;
      font-family: "Teko";
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 544px) {
        a.news-thumb .content-wrap .title {
          font-size: 20px; } }
      @media (min-width: 768px) {
        a.news-thumb .content-wrap .title {
          font-size: 15px; } }
      @media (min-width: 992px) {
        a.news-thumb .content-wrap .title {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        a.news-thumb .content-wrap .title {
          font-size: 22px; } }
    a.news-thumb .content-wrap .date {
      background: rgba(102, 255, 255, 0.3);
      display: inline-block;
      padding: 1px 5px;
      color: #fff;
      font-size: .7rem;
      text-transform: uppercase;
      font-family: "PlanerRegular"; }
  a.news-thumb .corner-tl,
  a.news-thumb .corner-tr,
  a.news-thumb .corner-bl,
  a.news-thumb .corner-br {
    width: 18px;
    height: 18px;
    position: absolute; }
  a.news-thumb .corner-tl {
    top: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left top no-repeat; }
  a.news-thumb .corner-tr {
    top: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right top no-repeat; }
  a.news-thumb .corner-bl {
    bottom: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
  a.news-thumb .corner-br {
    bottom: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
  a.news-thumb.mini {
    font-size: 11px; }
    a.news-thumb.mini .thumbnail-title {
      padding: 10px 15px; }
  a.news-thumb.image-zoom:before, a.news-thumb.wallpaper-zoom:before, a.news-thumb.zoom:before {
    content: "\e61d";
    color: #909397;
    font-family: 'dn-fonts';
    font-size: 26px;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    right: 14px;
    top: 14px; }
  a.news-thumb.video-zoom:before, a.news-thumb.youtube-zoom:before, a.news-thumb.zoom:before, a.news-thumb.image-zoom:before, a.news-thumb.wallpaper-zoom:before, a.news-thumb.video-zoom:after, a.news-thumb.youtube-zoom:after, a.news-thumb.zoom:after, a.news-thumb.image-zoom:after, a.news-thumb.wallpaper-zoom:after {
    display: none; }
    @media (min-width: 544px) {
      a.news-thumb.video-zoom:before, a.news-thumb.youtube-zoom:before, a.news-thumb.zoom:before, a.news-thumb.image-zoom:before, a.news-thumb.wallpaper-zoom:before, a.news-thumb.video-zoom:after, a.news-thumb.youtube-zoom:after, a.news-thumb.zoom:after, a.news-thumb.image-zoom:after, a.news-thumb.wallpaper-zoom:after {
        display: block; } }
  a.news-thumb.image-zoom-sm:before, a.news-thumb.wallpaper-zoom-sm:before, a.news-thumb.zoom-sm:before {
    content: "\e61d";
    color: #909397;
    font-family: 'dn-fonts';
    font-size: 14px;
    padding: 5px 9px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    right: 8px;
    top: 8px;
    display: none; }
    @media (min-width: 544px) {
      a.news-thumb.image-zoom-sm:before, a.news-thumb.wallpaper-zoom-sm:before, a.news-thumb.zoom-sm:before {
        display: block; } }
  a.news-thumb.video-zoom-sm:before, a.news-thumb.youtube-zoom-sm:before, a.news-thumb.image-zoom-sm:before, a.news-thumb.wallpaper-zoom-sm:before, a.news-thumb.video-zoom-sm:after, a.news-thumb.youtube-zoom-sm:after, a.news-thumb.image-zoom-sm:after, a.news-thumb.wallpaper-zoom-sm:after {
    display: none; }
    @media (min-width: 544px) {
      a.news-thumb.video-zoom-sm:before, a.news-thumb.youtube-zoom-sm:before, a.news-thumb.image-zoom-sm:before, a.news-thumb.wallpaper-zoom-sm:before, a.news-thumb.video-zoom-sm:after, a.news-thumb.youtube-zoom-sm:after, a.news-thumb.image-zoom-sm:after, a.news-thumb.wallpaper-zoom-sm:after {
        display: block; } }
  a.news-thumb.video-zoom:after, a.news-thumb.youtube-zoom:after, a.news-thumb.play:after {
    content: "\e603";
    color: #fff;
    font-family: 'dn-fonts';
    font-size: 39px;
    line-height: 26px;
    position: absolute;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 600;
    width: 24px;
    height: 27px;
    z-index: 10; }
  a.news-thumb.video-zoom:before, a.news-thumb.youtube-zoom:before, a.news-thumb.play:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 5;
    border: 5px solid rgba(102, 255, 255, 0.2); }
  a.news-thumb:hover {
    border: solid 1px rgba(241, 51, 4, 0.25);
    color: #fff !important; }
    a.news-thumb:hover.image-zoom:before, a.news-thumb:hover.wallpaper-zoom:before, a.news-thumb:hover.zoom:before {
      color: #fff; }
    a.news-thumb:hover.image-zoom-sm:before, a.news-thumb:hover.wallpaper-zoom-sm:before, a.news-thumb:hover.zoom-sm:before {
      color: #fff; }
    a.news-thumb:hover.video-zoom:before, a.news-thumb:hover.youtube-zoom:before, a.news-thumb:hover.play:before, a.news-thumb:hover.video-zoom:after, a.news-thumb:hover.youtube-zoom:after, a.news-thumb:hover.play:after {
      color: #fff; }
    a.news-thumb:hover .date {
      background: rgba(241, 51, 4, 0.3); }
    a.news-thumb:hover hr {
      border-color: #f13304; }
      a.news-thumb:hover hr:before, a.news-thumb:hover hr:after {
        background-color: #f13304; }
    a.news-thumb:hover .title {
      color: #f13304; }
    a.news-thumb:hover .corner-tl {
      background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
    a.news-thumb:hover .corner-tr {
      background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
    a.news-thumb:hover .corner-bl {
      background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
    a.news-thumb:hover .corner-br {
      background: url(../images/btn-target-sprite.png) right -54px no-repeat; }
  a.news-thumb:focus {
    color: #fff !important; }
  a.news-thumb.disabled:hover, a.news-thumb.disabled:focus {
    border: solid 1px transparent;
    cursor: default;
    transition: all 8.5s; }
    a.news-thumb.disabled:hover .thumbnail-title, a.news-thumb.disabled:focus .thumbnail-title {
      color: #fff; }

.sidebar .marketing-section {
  display: none; }
  .sidebar .marketing-section img,
  .sidebar .marketing-section iframe,
  .sidebar .marketing-section video,
  .sidebar .marketing-section audio,
  .sidebar .marketing-section article img {
    width: 100%;
    max-width: 100%; }
.sidebar .social-feed {
  position: relative; }
  .sidebar .social-feed .social-hover {
    display: block; }
    .sidebar .social-feed .social-hover i {
      color: inherit; }
    .sidebar .social-feed .social-hover:hover {
      color: #f13304; }
  .sidebar .social-feed div.fadeout {
    position: absolute;
    bottom: 0em;
    width: 100%;
    height: 10em;
    pointer-events: none;
    background: -webkit-linear-gradient(transparent 0%, black 100%);
    background-image: -moz-linear-gradient(transparent 0%, black 100%);
    background-image: -o-linear-gradient(transparent 0%, black 100%);
    background-image: linear-gradient(transparent 0%, black 100%);
    background-image: -ms-linear-gradient(transparent 0%, black 100%); }
  .sidebar .social-feed div.scontainer {
    position: relative;
    height: 850px;
    overflow: hidden;
    width: 100%; }
  .sidebar .social-feed div.inner-wrapper {
    position: absolute;
    width: 100%;
    background-image: url(../images/dot.png), linear-gradient(to bottom, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); }
    .sidebar .social-feed div.inner-wrapper .social-item-wrapper {
      color: #48abab;
      font-size: .9rem;
      /* Be VERY careful with this, breaks normal words wh_erever */
      word-wrap: break-word;
      /* Non standard for webkit */
      word-break: break-word;
      widt: 100%; }
      .sidebar .social-feed div.inner-wrapper .social-item-wrapper a {
        color: rgba(255, 255, 255, 0.5); }
        .sidebar .social-feed div.inner-wrapper .social-item-wrapper a:hover {
          color: #f13304; }
  .sidebar .social-feed .smedia-nav {
    z-index: 5;
    background: transparent;
    cursor: pointer;
    position: absolute;
    padding: 6px 4px 2px;
    top: 13px;
    right: 15px;
    transition: all 0.9s; }
    .sidebar .social-feed .smedia-nav i {
      font-size: 26px;
      line-height: 16px;
      color: white; }
    .sidebar .social-feed .smedia-nav:hover {
      background: transparent; }
      .sidebar .social-feed .smedia-nav:hover i {
        color: #f13304; }
    .sidebar .social-feed .smedia-nav.up-button {
      right: 53px; }
  .sidebar .social-feed article {
    padding: 15px 15px; }
    .sidebar .social-feed article img,
    .sidebar .social-feed article iframe,
    .sidebar .social-feed article video,
    .sidebar .social-feed article audio {
      max-width: 100%; }
    .sidebar .social-feed article a.social-head {
      font-size: 15px;
      word-wrap: normal;
      display: block;
      margin-bottom: 15px; }
      .sidebar .social-feed article a.social-head i {
        font-size: 17px;
        margin-right: 5px;
        position: relative;
        top: 2px; }
      .sidebar .social-feed article a.social-head .tw-handle {
        display: inline-block; }
      .sidebar .social-feed article a.social-head:hover {
        color: #f13304;
        text-shadow: 1px 0px 1px rgba(167, 29, 2, 0.3), -1px 0px 1px rgba(167, 29, 2, 0.3), -1px -1px 1px rgba(167, 29, 2, 0.3); }
    .sidebar .social-feed article .twitterActionBtns .timestamp {
      font-family: Verdana, Helvetica, Arial, sans-serif;
      color: rgba(255, 255, 255, 0.5);
      font-size: 13px;
      display: block;
      margin-left: auto; }
      @media (min-width: 992px) {
        .sidebar .social-feed article .twitterActionBtns .timestamp {
          float: right;
          display: inline-block;
          font-size: 12px;
          margin-top: 3px; } }
      @media (min-width: 1200px) {
        .sidebar .social-feed article .twitterActionBtns .timestamp {
          font-size: 13px;
          margin-left: 5px;
          margin-top: auto; } }
.sidebar .stay-connected {
  margin-bottom: 50px; }
  .sidebar .stay-connected i {
    font-size: 30px; }

.main-content {
  padding: 40px 0 100px; }

.head-spacing {
  margin-top: 40px; }

.footer-spacing {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .footer-spacing {
      padding-bottom: 100px; } }

.page-head {
  text-transform: uppercase;
  color: #fff;
  font-family: "Teko";
  font-size: 4rem;
  font-weight: 300;
  background: -webkit-linear-gradient(#fdfffe, #959394);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block; }
  .page-head .faction-icon {
    font-size: 36px; }

.section-head {
  text-transform: uppercase;
  position: relative;
  font-family: "Teko"; }

.sidebar .background-panel.fade-left-to-right .wrapper {
  padding: 5px 15px; }
  .sidebar .background-panel.fade-left-to-right .wrapper .section-head {
    color: #66ffff;
    margin-top: 3px;
    margin-bottom: 0; }

.hr-goo {
  background: #334d6f;
  height: 2px;
  display: block;
  position: relative;
  margin: 20px 0; }

.hr-dark {
  border-top: solid 1px #050505;
  border-bottom: solid 1px #172230;
  height: 1px;
  display: block;
  margin: 30px 0; }

.hr-block-texture {
  height: 14px;
  border-top: solid 1px #454545;
  background: url("../img/hr-block-texture-bg.jpg") top left repeat-x;
  display: block;
  margin: 20px 0 30px; }

.hr-grey {
  background: #666;
  height: 1px;
  display: block;
  position: relative;
  margin: 20px 0; }

.html-player-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 17px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-left: solid 1px #f13304;
  color: #fff;
  z-index: 902;
  cursor: pointer; }

.html-player-controls {
  position: absolute;
  bottom: 0px;
  height: 52px;
  color: #fff;
  border: solid 1px #252525;
  z-index: 902;
  width: 100%;
  background: #111111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #111111 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #111111 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #111111 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #111111 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #111111 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000', GradientType=0);
  /* IE6-9 */ }
  .html-player-controls i {
    font-size: 28px;
    vertical-align: middle; }
  .html-player-controls .pc-left {
    float: left;
    display: table;
    height: 52px; }
  .html-player-controls .pc-right {
    float: right;
    display: table;
    height: 52px; }
  .html-player-controls .play-pause {
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #252525;
    display: table-cell;
    vertical-align: middle; }
  .html-player-controls .time {
    color: #636363;
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle; }
  .html-player-controls .progress-bar-gmedia {
    width: 600px;
    display: inline-block;
    margin: 21px 0 0;
    height: 7px;
    background-color: #111111;
    border-radius: 0; }
    .html-player-controls .progress-bar-gmedia .progress-bar {
      background-color: #334d6f; }
  .html-player-controls .cc {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    position: relative;
    border: solid 1px #252525; }
    .html-player-controls .cc:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      height: 1px;
      display: block;
      width: 100%; }
  .html-player-controls .volume {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle; }
  .html-player-controls .fullscreen {
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #252525;
    display: table-cell;
    vertical-align: middle; }
  .html-player-controls .vol-slider {
    background: #000;
    position: absolute;
    bottom: 40px;
    right: 60px;
    padding: 11px; }
    .html-player-controls .vol-slider .slider.slider-vertical {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      height: 80px; }
      .html-player-controls .vol-slider .slider.slider-vertical .slider-track {
        width: 8px;
        height: 100%;
        margin-left: -5px;
        left: 50%;
        top: 0;
        position: absolute;
        cursor: pointer;
        background: #334d6f; }
      .html-player-controls .vol-slider .slider.slider-vertical .slider-selection {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #000; }
      .html-player-controls .vol-slider .slider.slider-vertical .slider-handle {
        margin-left: -5px;
        margin-top: -10px; }

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

@keyframes blink {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }
.btn-hexbox {
  background: url("../images/button.png") left no-repeat, url("../images/button.png") center no-repeat, url("../images/button.png") right no-repeat;
  position: relative;
  padding: 14px 40px;
  height: 40px;
  min-width: 150px;
  outline: none;
  border: none;
  border-radius: 0px;
  transition: none;
  background-size: 100%, calc(100% - 100px), 100%; }
  @media (max-width: 991px) {
    .btn-hexbox {
      min-width: 132px;
      padding: 14px 34px; } }
  .btn-hexbox span {
    font-family: "Teko";
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-shadow: 0 0 10px #ff714e, 0 0 10px #ff714e, 0 0 10px #F9DFD9;
    transition: transform 0.25s ease-out;
    backface-visibility: hidden; }
  .btn-hexbox:hover {
    text-decoration: none;
    background: url("../images/button-hover.png") left no-repeat, url("../images/button-hover.png") center no-repeat, url("../images/button-hover.png") right no-repeat;
    transition: none;
    background-size: 100%, calc(100% - 100px), 100%; }
    .btn-hexbox:hover span {
      transform: scale3d(1.1, 1.1, 1) translateZ(0);
      animation: blink 1s; }
    .btn-hexbox:hover:after {
      transform: translate3d(5px, 5px, 0);
      animation: blink 0.35s infinite; }
  .btn-hexbox:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition: transform 0.25s ease-out;
    position: absolute;
    bottom: 10px;
    right: 9px; }
  .btn-hexbox:active {
    text-decoration: none;
    background: url("../images/button.png") left no-repeat, url("../images/button.png") center no-repeat, url("../images/button.png") right no-repeat;
    transition: none;
    background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox:focus {
    background-color: transparent;
    outline: none; }
  .btn-hexbox:active, .btn-hexbox:focus {
    text-decoration: none; }
  .btn-hexbox.down span {
    transition: transform 0.075s ease-out;
    transform: scale3d(0.95, 0.95, 1) translateZ(0); }
  .btn-hexbox.down:after {
    transition: transform 0.075s ease-out;
    transform: translate3d(8px, 9px, 0); }
  .btn-hexbox.more-news {
    height: 34px;
    padding: 11px 40px; }
  .btn-hexbox.landing-page-disabled-btn {
    background: url("../images/btn-submit-gray.png") left no-repeat, url("../images/btn-submit-gray.png") center no-repeat, url("../images/btn-submit-gray.png") right no-repeat;
    transition: none;
    background-size: 100%, calc(100% - 100px), 100%; }
    .btn-hexbox.landing-page-disabled-btn span {
      text-shadow: 0 0 10px #969696, 0 0 10px #969696, 0 0 10px #969696; }
    .btn-hexbox.landing-page-disabled-btn:hover span {
      transform: none;
      animation: none; }
    .btn-hexbox.landing-page-disabled-btn:hover:after {
      transform: none;
      animation: none; }

.btn-hexbox-disabled {
  background: url(../images/button-disabled.png) top left no-repeat, url(../images/button-disabled.png) top center no-repeat, url(../images/button-disabled.png) top right no-repeat;
  position: relative;
  padding: 14px 40px;
  height: 40px;
  min-width: 150px;
  outline: none;
  border: none;
  border-radius: 0px;
  transition: none;
  background-position: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-disabled span {
    font-family: "Teko";
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    backface-visibility: hidden; }
  .btn-hexbox-disabled:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition: transform 0.25s ease-out;
    position: absolute;
    bottom: 10px;
    right: 9px; }
  .btn-hexbox-disabled:active {
    background: url(../images/button.png) top left no-repeat, url(../images/button.png) top center no-repeat, url(../images/button.png) top right no-repeat;
    background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-disabled:focus {
    background-color: transparent;
    outline: none; }
  .btn-hexbox-disabled:active, .btn-hexbox-disabled:focus {
    text-decoration: none; }
  .btn-hexbox-disabled.down span {
    transition: transform 0.075s ease-out;
    transform: scale3d(0.95, 0.95, 1) translateZ(0); }
  .btn-hexbox-disabled.down:after {
    transition: transform 0.075s ease-out;
    transform: translate3d(8px, 9px, 0); }

.btn-hexbox-med {
  background: transparent url(../images/button.png) top left no-repeat;
  position: relative;
  padding: 14px 40px;
  height: 40px;
  outline: none;
  border: none; }
  .btn-hexbox-med span {
    font-family: "Teko";
    font-weight: 400;
    font-size: 30px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-shadow: 0 0 10px #ff714e, 0 0 10px #ff714e, 0 0 10px #F9DFD9;
    transition: transform 0.25s ease-out;
    backface-visibility: hidden; }
  .btn-hexbox-med:hover {
    text-decoration: none;
    background: transparent url(../images/button-hover.png) top left no-repeat; }
    .btn-hexbox-med:hover span {
      transform: scale3d(1.1, 1.1, 1) translateZ(0);
      animation: blink 1s; }
    .btn-hexbox-med:hover:after {
      transform: translate3d(6px, 6px, 0);
      animation: blink 0.35s infinite; }
  .btn-hexbox-med:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition: transform 0.25s ease-out;
    position: absolute;
    bottom: 10px;
    right: 9px; }
  .btn-hexbox-med:active {
    background: transparent url(../images/button.png) top left no-repeat;
    background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-med:focus {
    background-color: transparent;
    outline: none; }
  .btn-hexbox-med:active, .btn-hexbox-med:focus {
    text-decoration: none; }
  .btn-hexbox-med.down span {
    transition: transform 0.075s ease-out;
    transform: scale3d(0.95, 0.95, 1) translateZ(0); }
  .btn-hexbox-med.down:after {
    transition: transform 0.075s ease-out;
    transform: translate3d(8px, 9px, 0); }

.btn-hexbox-login {
  background: url(../images/button-disabled.png) top left no-repeat, url(../images/button-disabled.png) top center no-repeat, url(../images/button-disabled.png) top right no-repeat;
  position: relative;
  height: 40px;
  min-width: 150px;
  outline: none;
  border: none;
  border-radius: 0px;
  transition: none;
  background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-login.register {
    background: url(../images/button.png) top left no-repeat, url(../images/button.png) top center no-repeat, url(../images/button.png) top right no-repeat;
    background-size: 100%, calc(100% - 100px), 100%; }
    .btn-hexbox-login.register:active {
      background: url(../images/button.png) top left no-repeat, url(../images/button.png) top center no-repeat, url(../images/button.png) top right no-repeat;
      background-size: 100%, calc(100% - 100px), 100%; }
  @media (max-width: 991px) {
    .btn-hexbox-login {
      min-width: 132px; } }
  .btn-hexbox-login span {
    font-family: "Teko";
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-shadow: 0 0 10px #adadad, 0 0 7px #adadad, 0 0 5px #F9DFD9;
    transition: transform 0.25s ease-out;
    backface-visibility: hidden; }
  .btn-hexbox-login:hover {
    text-decoration: none;
    transition: none;
    background-size: 100%, calc(100% - 100px), 100%; }
    .btn-hexbox-login:hover span {
      transform: scale3d(1.1, 1.1, 1) translateZ(0);
      animation: blink 1s; }
    .btn-hexbox-login:hover:after {
      transform: translate3d(3px, 3px, 0);
      animation: blink 0.35s infinite; }
  .btn-hexbox-login:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition: transform 0.25s ease-out;
    position: absolute;
    bottom: 11px;
    right: 6px; }
  .btn-hexbox-login:active {
    background: url(../images/button-disabled.png) top left no-repeat, url(../images/button-disabled.png) top center no-repeat, url(../images/button-disabled.png) top right no-repeat;
    background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-login:focus {
    background-color: transparent;
    outline: none; }
  .btn-hexbox-login:active, .btn-hexbox-login:focus {
    text-decoration: none; }
  .btn-hexbox-login.down span {
    transition: transform 0.075s ease-out;
    transform: scale3d(0.95, 0.95, 1) translateZ(0); }
  .btn-hexbox-login.down:after {
    transition: transform 0.075s ease-out;
    transform: translate3d(8px, 9px, 0); }

.btn-hexbox-aqua {
  border: none;
  display: inline-block;
  width: 100%;
  padding: 0.6875rem 0.625rem;
  position: relative;
  background-size: auto, calc(100% - 100px), auto;
  transition: none;
  text-align: center;
  margin-bottom: 10px;
  height: 32px;
  background: url(../images/forum-signup.png) top left no-repeat, url(../images/forum-signup.png) top center no-repeat, url(../images/forum-signup.png) top right no-repeat;
  background-size: 100%, calc(100% - 100px), 100%; }
  .btn-hexbox-aqua span {
    color: #fff;
    font-family: "Teko";
    font-size: 1.1875rem;
    letter-spacing: 1px;
    line-height: 16px;
    display: block;
    transition: transform 0.25s ease-out;
    text-shadow: 0 0 10px #29ccc7, 0 0 10px #29ccc7, 0 0 10px #29ccc7; }
  @media (min-width: 544px) {
    .btn-hexbox-aqua {
      margin-bottom: 0; }
      .btn-hexbox-aqua i {
        padding-right: 0;
        position: relative;
        bottom: 0; } }
  @media (min-width: 992px) {
    .btn-hexbox-aqua {
      min-width: 139px; } }
  .btn-hexbox-aqua:hover {
    color: #fff;
    background-size: 100%, calc(100% - 100px), 100%;
    transition: none; }
    .btn-hexbox-aqua:hover span {
      transform: scale3d(1.1, 1.1, 1) translateZ(0);
      animation: blink 1s; }
    .btn-hexbox-aqua:hover:after {
      transform: translate3d(3px, 3px, 0);
      animation: blink 0.35s infinite; }
  .btn-hexbox-aqua:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition: transform 0.25s ease-out;
    position: absolute;
    bottom: 6px;
    right: 6px; }
  .btn-hexbox-aqua:focus {
    background-color: transparent;
    outline: none; }
  .btn-hexbox-aqua:active, .btn-hexbox-aqua:focus {
    color: #fff;
    text-decoration: none; }

a.back-to-top {
  font-family: "PlanerRegular";
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #d2d2d2;
  padding: 9px 8px; }
  a.back-to-top i {
    font-size: .6rem;
    font-weight: 700;
    margin-right: 12px; }
  a.back-to-top:hover {
    color: #f13304;
    background: #000; }
  a.back-to-top.media {
    float: right;
    background: transparent;
    margin-top: 5px;
    padding: 0; }
    a.back-to-top.media span {
      display: none; }
      @media (min-width: 544px) {
        a.back-to-top.media span {
          display: inline-block; } }
    a.back-to-top.media:hover {
      color: #f13304; }
  a.back-to-top.back-to-top-footer {
    background: transparent;
    font-size: 1.5625rem; }
    a.back-to-top.back-to-top-footer i {
      font-size: 1.4rem; }
    @media (min-width: 768px) {
      a.back-to-top.back-to-top-footer {
        font-size: .6875rem; }
        a.back-to-top.back-to-top-footer i {
          font-size: .6rem; } }

.btn-dnred {
  color: #fff;
  position: relative;
  border: solid 1px #222222;
  border-radius: 0;
  font-family: "PlanerRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  white-space: normal;
  padding: 12px 12px;
  margin-bottom: 3px;
  border-top: solid 1px #cb3a26;
  border-bottom: solid 3px #4a0d10;
  background: #9c1f07;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c1f07 0%, #64161a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c1f07), color-stop(100%, #64161a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9c1f07 0%, #64161a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9c1f07 0%, #64161a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9c1f07 0%, #64161a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9c1f07 0%, #64161a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1f07', endColorstr='#64161a',GradientType=0 );
  /* IE6-9 */
  transition: all 0.25s; }
  .btn-dnred:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff; }
  .btn-dnred:focus, .btn-dnred:active {
    color: #fff;
    background: #64161a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64161a), color-stop(100%, #9c1f07));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #64161a 0%, #9c1f07 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64161a', endColorstr='#9c1f07',GradientType=0 );
    /* IE6-9 */ }

.btn-target-dn {
  background: rgba(0, 0, 0, 0.5);
  color: #e1e1e1;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  font-family: "PlanerRegular";
  padding: 4px 25px;
  font-size: 16px;
  transition: all 0.35s; }
  .btn-target-dn:before {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 20; }
  .btn-target-dn:after {
    content: "";
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 20; }
  .btn-target-dn i {
    position: absolute;
    z-index: 40;
    font-size: 10px;
    letter-spacing: 0;
    color: #fff; }
    .btn-target-dn i.icon-button-corner-top-left-icon {
      top: 0;
      left: 0; }
    .btn-target-dn i.icon-button-corner-top-right-icon {
      top: 0;
      right: 0; }
    .btn-target-dn i.icon-button-corner-bottom-left-icon {
      bottom: 0;
      left: 0; }
    .btn-target-dn i.icon-button-corner-bottom-right-icon {
      bottom: 0;
      right: 0; }
  .btn-target-dn:hover {
    background: #000; }
  .btn-target-dn:focus, .btn-target-dn:active {
    text-decoration: none; }

.btn-target {
  color: #fff;
  position: relative;
  border-top: solid 1px #334d6f;
  border-radius: 0;
  font-family: "PlanerRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  padding: 18px 12px;
  margin-bottom: 3px;
  background: #1c2330;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c2330 0%, #0e151d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c2330), color-stop(100%, #0e151d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c2330 0%, #0e151d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c2330 0%, #0e151d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c2330 0%, #0e151d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c2330 0%, #0e151d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2330', endColorstr='#0e151d',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
  transition: all 0.25s; }
  .btn-target:hover {
    color: #f13304;
    border-top: solid 1px #334d6f; }
  .btn-target:focus, .btn-target:active {
    color: #f13304;
    border-top: solid 1px #334d6f;
    text-decoration: none;
    background: #1c2330;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1c2330 0%, #0e151d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c2330), color-stop(100%, #0e151d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c2330 0%, #0e151d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c2330 0%, #0e151d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c2330 0%, #0e151d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1c2330 0%, #0e151d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2330', endColorstr='#0e151d',GradientType=0 );
    /* IE6-9 */ }
  .btn-target.btn-media-category {
    text-transform: uppercase; }
  @media (min-width: 544px) {
    .btn-target {
      margin-bottom: 0; } }

.btn-target.selected {
  color: #334d6f; }

.btn-target.btn-sm, .btn-group-sm > .btn-target.btn {
  font-size: 8px;
  padding: 8px 12px;
  letter-spacing: 1px; }
  .btn-target.btn-sm.disabled, .btn-group-sm > .btn-target.disabled.btn {
    color: #333;
    cursor: auto; }

.display-search-results {
  margin-top: 40px; }
  .display-search-results .search-title {
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
    word-break: break-all; }
  .display-search-results h1.search-title {
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 544px) {
      .display-search-results h1.search-title {
        font-size: 44px; } }
  .display-search-results h2.search-title {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 2px; }
    @media (min-width: 544px) {
      .display-search-results h2.search-title {
        font-size: 24px; } }
  .display-search-results h3 {
    font-size: 1.75rem;
    line-height: .95;
    font-family: "Teko";
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fdfffe, #959394);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }
  .display-search-results .results-block {
    display: inline-block;
    height: 100%;
    margin-bottom: 5px;
    width: 100%; }
  .display-search-results .indent {
    margin-left: 15px; }
  .display-search-results .query {
    color: #f13304;
    font-style: italic; }
  .display-search-results .section-highlight {
    color: #f13304;
    font-weight: bold;
    text-transform: uppercase; }

@media (min-width: 768px) {
  .error-404 .content-wrapper, .error-500 .content-wrapper, .error-502 .content-wrapper {
    background-position: center 50px, center bottom !important; } }
@media (min-width: 992px) {
  .error-404 .content-wrapper, .error-500 .content-wrapper, .error-502 .content-wrapper {
    background-position: center top, center bottom !important; } }

.error-content {
  text-align: center;
  padding: 130px 0 50px; }
  @media (min-width: 768px) {
    .error-content {
      padding: 130px 0 300px; } }
  .error-content .page-head {
    letter-spacing: 1px; }
  .error-content .error-message {
    display: inline-block;
    color: aqua;
    text-transform: uppercase;
    font-family: "PlanerRegular";
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 25px; }
    .error-content .error-message hr {
      margin: 5px; }
  .error-content .body-text {
    font-family: "PlanerRegular";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 40px; }

.home .btn-hexbox {
  min-width: 230px; }
  @media (min-width: 768px) {
    .home .btn-hexbox {
      min-width: 132px; } }
  .home .btn-hexbox.register {
    min-width: auto; }
  @media (min-width: 992px) {
    .home .btn-hexbox.nav-signup {
      min-width: 150px; } }
.home.noscrolling {
  overflow: hidden; }

#takeover {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 2502;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  #takeover .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%; }
    @media (min-width: 544px) {
      #takeover .col-xs-12 {
        width: 100%; } }
  #takeover .to-content {
    position: relative;
    text-align: center;
    margin-top: 50px; }
    #takeover .to-content .to-close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 50; }
    #takeover .to-content #takeover-close {
      border: none;
      background: none; }

.hp-video-content {
  position: relative;
  height: 500px;
  margin-top: -44px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
  left: 0;
  right: 0; }
  @media (min-width: 1900px) {
    .hp-video-content {
      height: 900px;
      margin-top: -189px; } }
  .hp-video-content .hero-video {
    position: absolute;
    top: 0;
    display: block;
    z-index: 0;
    width: 100%; }
    @media (min-width: 1900px) {
      .hp-video-content .hero-video {
        width: 100%;
        height: auto; } }
  .hp-video-content .hero-video-static {
    position: absolute;
    top: 0;
    display: block;
    z-index: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .hp-video-content .hero-video-static {
        margin-top: -60px; } }
    @media (min-width: 992px) {
      .hp-video-content .hero-video-static {
        margin-top: -80px; } }
    @media (min-width: 1200px) {
      .hp-video-content .hero-video-static {
        margin-top: -100px; } }
    @media (min-width: 1440px) {
      .hp-video-content .hero-video-static {
        margin-top: -110px; } }
    @media (min-width: 1900px) {
      .hp-video-content .hero-video-static {
        margin-top: -3px; } }
    @media (min-width: 2560px) {
      .hp-video-content .hero-video-static {
        margin-top: -55px; } }
  @media (min-width: 1900px) {
    .hp-video-content .header-tone {
      height: 145px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5); } }
  .hp-video-content .hero-video-overlay {
    position: absolute;
    display: block;
    z-index: 0;
    height: 405px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../images/little-dot.png), linear-gradient(to top, black 22%, transparent 50%);
    background-position: bottom; }
    @media (min-width: 992px) {
      .hp-video-content .hero-video-overlay {
        height: 520px; } }
    @media (min-width: 1200px) {
      .hp-video-content .hero-video-overlay {
        height: 600px; } }
    @media (min-width: 1900px) {
      .hp-video-content .hero-video-overlay {
        top: 145px;
        height: 815px; } }

.hp-video-text {
  text-align: center;
  background: url("../images/home/mobile-main.png") top center;
  background-size: cover; }
  @media (min-width: 768px) {
    .hp-video-text {
      min-height: 306px;
      background-image: none; } }
  @media (min-width: 992px) {
    .hp-video-text {
      min-height: 400px;
      background-image: none; } }
  @media (min-width: 1200px) {
    .hp-video-text {
      min-height: 525px;
      background-image: none; } }
  .hp-video-text h1.vid-title {
    padding-top: 124px;
    font-family: 'Teko';
    font-size: 4rem;
    background: -webkit-linear-gradient(#fdfffe, #959394);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }
    @media (min-width: 768px) {
      .hp-video-text h1.vid-title {
        padding-top: 0;
        margin-top: 70px;
        font-size: 3.5rem; } }
    @media (min-width: 992px) {
      .hp-video-text h1.vid-title {
        margin-top: 100px;
        font-size: 4.35rem; } }
    @media (min-width: 1200px) {
      .hp-video-text h1.vid-title {
        margin-top: 170px;
        font-size: 4.5rem; } }

.hp-news .mob-see-all-news {
  text-align: center;
  padding: 25px 0; }

.hp-counter {
  padding: 20px 0 60px; }
  .hp-counter .counter-description {
    display: block;
    color: #d0d0d0;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center; }
    .hp-counter .counter-description h3 {
      color: #66ffff;
      background: -webkit-linear-gradient(#66ffff, #2e4141);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
      padding: 8px 0 4px 0;
      margin: 0;
      font-size: 23px;
      text-align: center;
      text-transform: uppercase; }
  .hp-counter .counter-image {
    position: relative;
    margin: 0 auto;
    background: url(../images/home/counter-bg.png) top center no-repeat;
    width: 658px;
    height: 116px;
    padding-top: 10px; }
    .hp-counter .counter-image .numbers-wrapper {
      height: 81px;
      overflow: hidden;
      text-align: right; }
    .hp-counter .counter-image #counter-reflection {
      position: relative;
      top: -68px;
      /* -64px */
      right: -8px;
      /* -12px */
      opacity: .06;
      /* .15 */ }
      .hp-counter .counter-image #counter-reflection .counter-formatting-mark {
        opacity: 0; }
    .hp-counter .counter-image .counter.counter-main {
      position: relative;
      z-index: 1;
      color: #66ffff;
      font-family: "bebas_neue_thin";
      font-size: 4.8rem;
      line-height: 1;
      letter-spacing: 1rem; }
      .hp-counter .counter-image .counter.counter-main .counter-digit {
        display: inline-block;
        position: relative;
        width: 67px;
        margin-right: 2px; }
        .hp-counter .counter-image .counter.counter-main .counter-digit .counter-digit-spacer {
          position: relative;
          visibility: hidden; }
        .hp-counter .counter-image .counter.counter-main .counter-digit .counter-digit-inner {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden; }
        .hp-counter .counter-image .counter.counter-main .counter-digit .counter-ribbon {
          position: relative;
          display: block; }
        .hp-counter .counter-image .counter.counter-main .counter-digit .counter-ribbon-inner {
          position: relative;
          display: block;
          -webkit-backface-visibility: hidden; }
        .hp-counter .counter-image .counter.counter-main .counter-digit .counter-value {
          position: relative;
          display: block;
          -webkit-transform: translateZ(0);
          margin: 0 auto;
          width: 70px;
          padding-right: 6px; }
          .hp-counter .counter-image .counter.counter-main .counter-digit .counter-value.counter-last-value {
            position: absolute; }
      .hp-counter .counter-image .counter.counter-main .counter-formatting-mark {
        display: inline-block;
        width: 20px;
        font-size: 3.5rem;
        padding-left: 8px; }
      .hp-counter .counter-image .counter.counter-main.counter-animating-up .counter-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s; }
      .hp-counter .counter-image .counter.counter-main.counter-animating-up.counter-animating .counter-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
      .hp-counter .counter-image .counter.counter-main.counter-animating-down .counter-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
      .hp-counter .counter-image .counter.counter-main.counter-animating-down.counter-animating .counter-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }

.hp-game-info hr {
  margin: 5px 0; }
.hp-game-info .wrapper {
  background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); }
.hp-game-info .info-wrapper {
  padding: 0 30px 40px; }
  @media (min-width: 768px) {
    .hp-game-info .info-wrapper {
      padding: 20px;
      background-image: linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); } }
  @media (min-width: 992px) {
    .hp-game-info .info-wrapper {
      padding: 40px; } }
.hp-game-info .graphic-wrapper {
  position: relative; }
@media (min-width: 768px) {
  .hp-game-info .info-wrapper, .hp-game-info .graphic-wrapper {
    min-height: 350px; } }
@media (min-width: 992px) {
  .hp-game-info .info-wrapper, .hp-game-info .graphic-wrapper {
    min-height: 420px; } }
@media (min-width: 1200px) {
  .hp-game-info .info-wrapper, .hp-game-info .graphic-wrapper {
    min-height: 500px; } }
@media (min-width: 768px) {
  .hp-game-info .info-wrapper .particles-js-canvas-el, .hp-game-info .graphic-wrapper .particles-js-canvas-el {
    height: 344px !important; } }
@media (min-width: 992px) {
  .hp-game-info .info-wrapper .particles-js-canvas-el, .hp-game-info .graphic-wrapper .particles-js-canvas-el {
    height: 413px !important; } }
@media (min-width: 1200px) {
  .hp-game-info .info-wrapper .particles-js-canvas-el, .hp-game-info .graphic-wrapper .particles-js-canvas-el {
    height: 480px !important; } }
.hp-game-info .title {
  color: #66ffff;
  font-family: "Teko";
  font-size: 3.875rem;
  line-height: .9;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 7px;
  background: -webkit-linear-gradient(#66ffff, #2e4141);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block; }
  .hp-game-info .title.in-view {
    animation: fadein 0.7s 1 cubic-bezier(0.075, 0.82, 0.165, 1), your-text 1s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media (min-width: 768px) {
    .hp-game-info .title {
      font-size: 3.25rem;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .hp-game-info .title {
      font-size: 5.25rem; } }
.hp-game-info .sub-title {
  font-family: "Teko";
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .hp-game-info .sub-title {
      font-size: 1.15rem;
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .hp-game-info .sub-title {
      font-size: 1.45rem;
      margin-bottom: 30px; } }
  .hp-game-info .sub-title .dash {
    background: #990000;
    display: block; }
  .hp-game-info .sub-title .hrbar {
    position: relative;
    opacity: .4;
    color: #66ffff;
    border: 0;
    border-top: solid 1px #66ffff;
    display: inline-block;
    width: 100%;
    margin: 4px 0 4px 10px; }
.hp-game-info ul {
  margin: 0;
  padding: 0; }
  .hp-game-info ul li {
    list-style: none;
    font-size: 1rem;
    margin: 0;
    padding: 8px 0;
    border-bottom: solid 1px rgba(102, 255, 255, 0.4); }
    .hp-game-info ul li:last-child {
      border-bottom: none; }
    @media (min-width: 768px) {
      .hp-game-info ul li {
        font-size: .6rem; } }
    @media (min-width: 992px) {
      .hp-game-info ul li {
        font-size: .8rem; } }
.hp-game-info .btn-hexbox {
  margin-top: 30px;
  padding: 15px 40px; }
  .hp-game-info .btn-hexbox span {
    font-size: 25px; }
  .hp-game-info .btn-hexbox:after {
    bottom: 16px; }
  @media (min-width: 768px) {
    .hp-game-info .btn-hexbox {
      padding: 19px 40px;
      margin-top: 10px;
      height: 50px; } }
  @media (min-width: 992px) {
    .hp-game-info .btn-hexbox {
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .hp-game-info .btn-hexbox {
      margin-top: 30px; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes your-text {
  0% {
    top: 14px; }
  100% {
    top: 0px; } }
@keyframes fly-ship-md {
  0% {
    top: 34px; }
  100% {
    top: 0px; } }
@keyframes fly-assault-md {
  0% {
    top: -21px;
    left: -6px; }
  100% {
    top: 11px;
    left: 26px; } }
@keyframes fly-dnought-md {
  0% {
    top: 91px;
    left: 79px; }
  100% {
    top: 121px;
    left: 109px; } }
@keyframes fly-scout-md {
  0% {
    top: 35px;
    left: 238px; }
  100% {
    top: 65px;
    left: 268px; } }
@keyframes fly-sniper-md {
  0% {
    top: 274px;
    left: 176px; }
  100% {
    top: 304px;
    left: 206px; } }
@keyframes fly-support-md {
  0% {
    top: 171px;
    left: -33px; }
  100% {
    top: 201px;
    left: -3px; } }
@keyframes fly-ship-lg {
  0% {
    top: 24px; }
  100% {
    top: 0px; } }
@keyframes fly-assault-lg {
  0% {
    top: -22px;
    left: 14px; }
  100% {
    top: 22px;
    left: 54px; } }
@keyframes fly-dnought-lg {
  0% {
    top: 131px;
    left: 158px; }
  100% {
    top: 171px;
    left: 198px; } }
@keyframes fly-scout-lg {
  0% {
    top: 30px;
    left: 290px; }
  100% {
    top: 70px;
    left: 330px; } }
@keyframes fly-sniper-lg {
  0% {
    top: 322px;
    left: 217px; }
  100% {
    top: 362px;
    left: 257px; } }
@keyframes fly-support-lg {
  0% {
    top: 158px;
    left: -54px; }
  100% {
    top: 198px;
    left: -14px; } }
@keyframes fly-ship-xl {
  0% {
    top: 54px; }
  100% {
    top: 0px; } }
@keyframes fly-assault-xl {
  0% {
    top: -45px;
    left: 10px; }
  100% {
    top: -5px;
    left: 60px; } }
@keyframes fly-dnought-xl {
  0% {
    top: 158px;
    left: 158px; }
  100% {
    top: 208px;
    left: 208px; } }
@keyframes fly-scout-xl {
  0% {
    top: 30px;
    left: 320px; }
  100% {
    top: 80px;
    left: 370px; } }
@keyframes fly-sniper-xl {
  0% {
    top: 370px;
    left: 193px; }
  100% {
    top: 420px;
    left: 243px; } }
@keyframes fly-support-xl {
  0% {
    top: 189px;
    left: -107px; }
  100% {
    top: 219px;
    left: -77px; } }
@-webkit-keyframes squadron-wobble {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(-0.2deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.4deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.8deg); }
  30%, 70% {
    -webkit-transform: rotate(-1.2deg); }
  40%, 60% {
    -webkit-transform: rotate(-1.6deg); }
  50%, 50% {
    -webkit-transform: rotate(-1.2deg); } }
@keyframes squadron-wobble {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(-0.2deg); }
  10%, 90% {
    transform: rotate(-0.4deg); }
  20%, 80% {
    transform: rotate(-0.8deg); }
  30%, 70% {
    transform: rotate(-1.2deg); }
  40%, 60% {
    transform: rotate(-1.6deg); }
  50%, 50% {
    transform: rotate(-1.2deg); } }
@-webkit-keyframes squadron-wobble-alternate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(-0.1deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.2deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.4deg); }
  30%, 70% {
    -webkit-transform: rotate(-0.6deg); }
  40%, 60% {
    -webkit-transform: rotate(-0.8deg); }
  50%, 50% {
    -webkit-transform: rotate(-1deg); } }
@keyframes squadron-wobble-alternate1 {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(-0.1deg); }
  10%, 90% {
    transform: rotate(-0.2deg); }
  20%, 80% {
    transform: rotate(-0.4deg); }
  30%, 70% {
    transform: rotate(-0.6deg); }
  40%, 60% {
    transform: rotate(-0.8deg); }
  50%, 50% {
    transform: rotate(-1deg); } }
@-webkit-keyframes squadron-wobble-alternate2 {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(0.1deg); }
  10%, 90% {
    -webkit-transform: rotate(0.2deg); }
  20%, 80% {
    -webkit-transform: rotate(0.4deg); }
  30%, 70% {
    -webkit-transform: rotate(0.6deg); }
  40%, 60% {
    -webkit-transform: rotate(0.8deg); }
  50%, 50% {
    -webkit-transform: rotate(1deg); } }
@keyframes squadron-wobble-alternate2 {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(0.1deg); }
  10%, 90% {
    transform: rotate(0.2deg); }
  20%, 80% {
    transform: rotate(0.4deg); }
  30%, 70% {
    transform: rotate(0.6deg); }
  40%, 60% {
    transform: rotate(0.8deg); }
  50%, 50% {
    transform: rotate(1deg); } }
@-webkit-keyframes squadron-wobble-alternate3 {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(-0.3deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.2deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.6deg); }
  30%, 70% {
    -webkit-transform: rotate(-0.6deg); }
  40%, 60% {
    -webkit-transform: rotate(-0.8deg); }
  50%, 50% {
    -webkit-transform: rotate(-1deg); } }
@keyframes squadron-wobble-alternate3 {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(-0.3deg); }
  10%, 90% {
    transform: rotate(-0.2deg); }
  20%, 80% {
    transform: rotate(-0.6deg); }
  30%, 70% {
    transform: rotate(-0.6deg); }
  40%, 60% {
    transform: rotate(-0.8deg); }
  50%, 50% {
    transform: rotate(-1deg); } }
@-webkit-keyframes squadron-wobble-alternate4 {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(-0.1deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.2deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.4deg); }
  30%, 70% {
    -webkit-transform: rotate(-0.6deg); }
  40%, 60% {
    -webkit-transform: rotate(-0.8deg); }
  50%, 50% {
    -webkit-transform: rotate(-1deg); } }
@keyframes squadron-wobble-alternate4 {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(-0.1deg); }
  10%, 90% {
    transform: rotate(-0.2deg); }
  20%, 80% {
    transform: rotate(-0.4deg); }
  30%, 70% {
    transform: rotate(-0.6deg); }
  40%, 60% {
    transform: rotate(-0.8deg); }
  50%, 50% {
    transform: rotate(-1deg); } }
@-webkit-keyframes squadron-leader {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(0.4deg); }
  10%, 90% {
    -webkit-transform: rotate(0.6deg); }
  20%, 80% {
    -webkit-transform: rotate(1deg); }
  30%, 70% {
    -webkit-transform: rotate(1.4deg); }
  40%, 60% {
    -webkit-transform: rotate(1.8deg); }
  50%, 50% {
    -webkit-transform: rotate(2deg); } }
@keyframes squadron-wobble-leader {
  0%, 100% {
    transform: rotate(2deg); }
  5%, 95% {
    transform: rotate(0.4deg); }
  10%, 90% {
    transform: rotate(0.6deg); }
  20%, 80% {
    transform: rotate(1deg); }
  30%, 70% {
    transform: rotate(1.4deg); }
  40%, 60% {
    transform: rotate(1.8deg); }
  50%, 50% {
    transform: rotate(2deg); } }
@-webkit-keyframes wing-rotate {
  0%, 100% {
    -webkit-transform: rotate(20.8deg); }
  5%, 95% {
    -webkit-transform: rotate(21.4deg); }
  10%, 90% {
    -webkit-transform: rotate(20.2deg); }
  20%, 80% {
    -webkit-transform: rotate(19.2deg); }
  30%, 70% {
    -webkit-transform: rotate(21.4deg); }
  40%, 60% {
    -webkit-transform: rotate(18.6deg); }
  50%, 50% {
    -webkit-transform: rotate(19.9deg); } }
@keyframes wing-rotate {
  0%, 100% {
    transform: rotate(20.8deg); }
  5%, 95% {
    transform: rotate(21.4deg); }
  10%, 90% {
    transform: rotate(20.2deg); }
  20%, 80% {
    transform: rotate(19.2deg); }
  30%, 70% {
    transform: rotate(21.4deg); }
  40%, 60% {
    transform: rotate(18.6deg); }
  50%, 50% {
    transform: rotate(19.9deg); } }
.your-ship .wing-rotate {
  -webkit-animation: wing-rotate 8s ease-in infinite alternate;
  animation: wing-rotate 8s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble {
  -webkit-animation: squadron-wobble 8s ease-in infinite alternate;
  animation: squadron-wobble 8s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble-alternate1 {
  -webkit-animation: squadron-wobble-alternate 10s ease-out infinite alternate;
  animation: squadron-wobble 10s ease-out infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble-alternate2 {
  -webkit-animation: squadron-wobble-alternate2 7s ease-in infinite alternate;
  animation: squadron-wobble-alternate2 7s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble-alternate3 {
  -webkit-animation: squadron-wobble-alternate3 6s ease-out infinite alternate;
  animation: squadron-wobble-alternate3 6s ease-out infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble-alternate4 {
  -webkit-animation: squadron-wobble-alternate4 9s ease-in infinite alternate;
  animation: squadron-wobble-alternate4 9s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .squadron-wobble-leader {
  -webkit-animation: squadron-wobble-leader 12s ease-in infinite alternate;
  animation: squadron-wobble-leader 12s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-ship .fighter-squadron-tailsmoke {
  position: absolute;
  right: -47px;
  top: 92px; }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-tailsmoke {
      max-width: 70px;
      left: -47px;
      top: 92px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-tailsmoke {
      max-width: 80px;
      left: -50px;
      top: 122px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-tailsmoke {
      max-width: 100px;
      left: -47px;
      top: 138px; } }
.your-ship .fighter-squadron-tailsmoke-inverted {
  position: absolute;
  right: -37px;
  top: 134px; }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-tailsmoke-inverted {
      max-width: 70px;
      left: -2px;
      top: 66px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-tailsmoke-inverted {
      max-width: 80px;
      left: 25px;
      top: 88px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-tailsmoke-inverted {
      max-width: 100px;
      left: 45px;
      top: 105px; } }
.your-ship .fighter-squadron-lead {
  position: absolute;
  right: 300px;
  top: 45px;
  z-index: 14; }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-lead {
      max-width: 120px;
      right: 300px;
      top: 45px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-lead {
      max-width: 130px;
      right: 400px;
      top: 75px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-lead {
      max-width: 146px;
      right: 510px;
      top: 84px;
      z-index: 14; } }
.your-ship .fighter-squadron-lead2 {
  position: absolute;
  right: 232px;
  top: 0px;
  z-index: 14;
  transform: rotate(27deg); }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-lead2 {
      max-width: 120px;
      right: 250px;
      top: 20px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-lead2 {
      max-width: 117px;
      right: 335px;
      top: 45px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-lead2 {
      max-width: 146px;
      right: 420px;
      top: 50px;
      z-index: 14;
      transform: rotate(19deg); } }
.your-ship .fighter-squadron-lead3 {
  position: absolute;
  right: 255px;
  top: 26px;
  z-index: 14;
  transform: rotate(18deg); }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-lead3 {
      max-width: 95px;
      right: 255px;
      top: 26px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-lead3 {
      max-width: 85px;
      right: 348px;
      top: 27px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-lead3 {
      max-width: 89px;
      right: 441px;
      top: 28px;
      z-index: 14;
      transform: rotate(20deg); } }
.your-ship .fighter-squadron-lead4 {
  position: absolute;
  right: 210px;
  top: 20px;
  z-index: 14;
  transform: rotate(27deg); }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-lead4 {
      max-width: 70px;
      right: 210px;
      top: 20px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-lead4 {
      max-width: 70px;
      right: 294px;
      top: 20px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-lead4 {
      max-width: 81px;
      right: 377px;
      top: 20px;
      z-index: 14;
      transform: rotate(17deg); } }
.your-ship .fighter-squadron-lead5 {
  position: absolute;
  right: 200px;
  top: 7px;
  z-index: 14;
  transform: rotate(27deg); }
  @media (min-width: 768px) {
    .your-ship .fighter-squadron-lead5 {
      max-width: 50px;
      right: 200px;
      top: 7px; } }
  @media (min-width: 992px) {
    .your-ship .fighter-squadron-lead5 {
      max-width: 68px;
      right: 302px;
      top: 51px; } }
  @media (min-width: 1200px) {
    .your-ship .fighter-squadron-lead5 {
      max-width: 89px;
      right: 387px;
      top: 48px;
      z-index: 14;
      transform: rotate(27deg); } }
.your-ship .ship-dreadnought {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 12; }
  @media (min-width: 768px) {
    .your-ship .ship-dreadnought {
      max-width: 426px;
      right: 49px; }
      .your-ship .ship-dreadnought.in-view {
        animation: fadein 1.2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-ship-md 2s 1 ease-in; } }
  @media (min-width: 992px) {
    .your-ship .ship-dreadnought {
      max-width: 564px;
      right: 54px; }
      .your-ship .ship-dreadnought.in-view {
        animation: fadein 1.2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-ship-lg 2s 1 ease-in; } }
  @media (min-width: 1200px) {
    .your-ship .ship-dreadnought {
      max-width: none;
      right: 60px; }
      .your-ship .ship-dreadnought.in-view {
        animation: fadein 1.2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-ship-xl 2s 1 ease-in; } }
.your-ship .ship-widget {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-ship .ship-widget {
      max-height: 350px; } }
  @media (min-width: 992px) {
    .your-ship .ship-widget {
      max-height: 420px; } }
  @media (min-width: 1200px) {
    .your-ship .ship-widget {
      max-height: none; } }
.your-ship .invictus-ship-light-left {
  background: radial-gradient(#fff, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  height: 10px;
  left: -37px;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 442px;
  width: 8px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-ship .invictus-ship-light-left {
      height: 5px;
      left: 10px;
      top: 233px;
      width: 5px; } }
  @media (min-width: 992px) {
    .your-ship .invictus-ship-light-left {
      height: 7px;
      left: 19px;
      top: 308px;
      width: 5px; } }
  @media (min-width: 1200px) {
    .your-ship .invictus-ship-light-left {
      height: 10px;
      left: -37px;
      top: 442px;
      width: 8px; } }
.your-ship .invictus-ship-light-right {
  background: radial-gradient(#fff, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  height: 3px;
  left: 185px;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 208px;
  -webkit-transform: rotate(-167deg);
  transform: rotate(-167deg);
  width: 4px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-ship .invictus-ship-light-right {
      height: 3px;
      left: 185px;
      top: 208px;
      width: 4px; } }
  @media (min-width: 992px) {
    .your-ship .invictus-ship-light-right {
      height: 3px;
      left: 249px;
      top: 276px;
      width: 6px; } }
  @media (min-width: 1200px) {
    .your-ship .invictus-ship-light-right {
      height: 4px;
      left: 295px;
      top: 396px;
      -webkit-transform: rotate(14deg);
      transform: rotate(14deg);
      width: 8px; } }
.your-ship .invictus-ship-light-center-bar {
  background: radial-gradient(#fff, #67C25F);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  height: 3px;
  left: 57px;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 182px;
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  width: 22px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-ship .invictus-ship-light-center-bar {
      height: 3px;
      left: 57px;
      top: 182px;
      width: 22px; } }
  @media (min-width: 992px) {
    .your-ship .invictus-ship-light-center-bar {
      height: 3px;
      left: 83px;
      top: 238px;
      width: 34px; } }
  @media (min-width: 1200px) {
    .your-ship .invictus-ship-light-center-bar {
      height: 3px;
      left: 55px;
      top: 343px;
      width: 47px; } }
@-webkit-keyframes greenglow {
  0% {
    border-color: #51E744;
    box-shadow: 0 0 5px rgba(0, 255, 0, 0.3), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 0 0 #000; }
  95% {
    border-color: #51E744;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #51E744;
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.8), inset 0 0 10px rgba(0, 255, 0, 0.5), 0 0 0 #000; } }
@keyframes greenglow {
  0% {
    border-color: #51E744;
    box-shadow: 0 0 5px rgba(0, 255, 0, 0.3), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 0 0 #000; }
  95% {
    border-color: #51E744;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #51E744;
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.8), inset 0 0 10px rgba(0, 255, 0, 0.5), 0 0 0 #000; } }
@-webkit-keyframes blueglow {
  0% {
    border-color: #1E62A6;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  95% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.8), inset 0 0 15px rgba(0, 0, 255, 0.5), 0 0 0 #000; } }
@keyframes blueglow {
  0% {
    border-color: #1E62A6;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  95% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.8), inset 0 0 15px rgba(0, 0, 255, 0.5), 0 0 0 #000; } }
@-webkit-keyframes slow-blueglow {
  0% {
    border-color: #1E62A6;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  85% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 #000; }
  100% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.3), inset 0 0 15px rgba(0, 0, 255, 0.3), 0 0 0 #000; } }
@keyframes slow-blueglow {
  0% {
    border-color: #1E62A6;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  85% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 #000; }
  100% {
    border-color: #1E62A6;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.3), inset 0 0 15px rgba(0, 0, 255, 0.3), 0 0 0 #000; } }
.your-ship .invictus-light-pulse {
  -webkit-animation: blueglow 700ms ease-out infinite alternate;
  animation: blueglow 700ms ease-out infinite alternate; }
.your-ship .invictus-light-pulse-offset {
  -webkit-animation: blueglow 700ms ease-out 300ms infinite alternate;
  animation: blueglow 700ms ease-out 300ms infinite alternate; }
.your-ship .invictus-light-pulse-center-bar {
  -webkit-animation: greenglow 450ms ease-out 150ms infinite alternate;
  animation: greenglow 450ms ease-out 150ms infinite alternate; }

@media (min-width: 768px) {
  .your-team .info-wrapper {
    text-align: right; } }
@media (min-width: 768px) {
  .your-team .info-wrapper .sub-title {
    direction: rtl; }
    .your-team .info-wrapper .sub-title .hrbar {
      margin-right: 10px; } }
.your-team .z-placement {
  z-index: 2500; }
.your-team .animation-element {
  opacity: 0; }
  .your-team .animation-element.in-view {
    opacity: 1; }
.your-team .team-assault {
  position: absolute;
  top: -5px;
  left: 34px;
  z-index: 5; }
  @media (min-width: 768px) {
    .your-team .team-assault {
      top: 11px;
      left: 26px;
      max-width: 139px; } }
  @media (min-width: 992px) {
    .your-team .team-assault {
      top: 22px;
      left: 54px;
      max-width: 179px; } }
  @media (min-width: 1200px) {
    .your-team .team-assault {
      top: -5px;
      left: 60px;
      max-width: none; } }
  .your-team .team-assault .assault-through-warp {
    animation: fadein 1.78s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-assault 1.69s 1 ease-in; }
.your-team .team-dreadnought {
  position: absolute;
  top: 206px;
  left: 208px;
  z-index: 5; }
  @media (min-width: 768px) {
    .your-team .team-dreadnought {
      top: 121px;
      left: 109px;
      max-width: 288px; }
      .your-team .team-dreadnought.in-view {
        animation: fadein 2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-dnought-md 1s 1 ease-in; } }
  @media (min-width: 992px) {
    .your-team .team-dreadnought {
      top: 171px;
      left: 198px;
      max-width: 354px; }
      .your-team .team-dreadnought.in-view {
        animation: fadein 2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-dnought-lg 1s 1 ease-in; } }
  @media (min-width: 1200px) {
    .your-team .team-dreadnought {
      top: 206px;
      left: 208px;
      max-width: none; }
      .your-team .team-dreadnought.in-view {
        animation: fadein 2s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-dnought-xl 1s 1 ease-in; } }
.your-team .team-scout {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  opacity: 0; }
  @media (min-width: 768px) {
    .your-team .team-scout {
      top: 65px;
      left: 268px;
      max-width: 98px; } }
  @media (min-width: 992px) {
    .your-team .team-scout {
      top: 70px;
      left: 330px;
      max-width: 123px; } }
  @media (min-width: 1200px) {
    .your-team .team-scout {
      top: 80px;
      left: 370px;
      max-width: none; } }
.your-team .team-scout-cloaked {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  opacity: 0; }
  @media (min-width: 768px) {
    .your-team .team-scout-cloaked {
      top: 65px;
      left: 268px;
      max-width: 98px; }
      .your-team .team-scout-cloaked.in-view {
        animation: fadein 3s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-scout-md 2.2s 1 ease-out; } }
  @media (min-width: 992px) {
    .your-team .team-scout-cloaked {
      top: 70px;
      left: 330px;
      max-width: 123px; }
      .your-team .team-scout-cloaked.in-view {
        animation: fadein 3s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-scout-lg 2.2s 1 ease-out; } }
  @media (min-width: 1200px) {
    .your-team .team-scout-cloaked {
      top: 80px;
      left: 370px;
      max-width: none; }
      .your-team .team-scout-cloaked.in-view {
        animation: fadein 3s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-scout-xl 2.2s 1 ease-out; } }
.your-team .team-sniper {
  position: absolute;
  top: 420px;
  left: 243px;
  z-index: 5; }
  @media (min-width: 768px) {
    .your-team .team-sniper {
      top: 304px;
      left: 206px;
      max-width: 101px; }
      .your-team .team-sniper.in-view {
        animation: fadein 1.75s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-sniper-md 0.75s 1 ease-in; } }
  @media (min-width: 992px) {
    .your-team .team-sniper {
      top: 362px;
      left: 257px;
      max-width: 130px; }
      .your-team .team-sniper.in-view {
        animation: fadein 1.75s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-sniper-lg 0.75s 1 ease-in; } }
  @media (min-width: 1200px) {
    .your-team .team-sniper {
      top: 420px;
      left: 243px;
      max-width: none; }
      .your-team .team-sniper.in-view {
        animation: fadein 1.75s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-sniper-xl 0.75s 1 ease-in; } }
.your-team .team-support {
  position: absolute;
  top: 219px;
  left: -77px;
  z-index: 5; }
  @media (min-width: 768px) {
    .your-team .team-support {
      top: 201px;
      left: -3px;
      max-width: 165px; }
      .your-team .team-support.in-view {
        animation: fadein 2.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-support-md 1s 1 ease-in; } }
  @media (min-width: 992px) {
    .your-team .team-support {
      top: 198px;
      left: -14px;
      max-width: 214px; }
      .your-team .team-support.in-view {
        animation: fadein 2.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-support-lg 1s 1 ease-in; } }
  @media (min-width: 1200px) {
    .your-team .team-support {
      top: 219px;
      left: -77px;
      max-width: none; }
      .your-team .team-support.in-view {
        animation: fadein 2.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1), fly-support-xl 1s 1 ease-in; } }
@-webkit-keyframes orangeglow {
  0% {
    border-color: #9C3906;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  95% {
    border-color: #9C3906;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.5), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #9C3906;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.8), inset 0 0 15px rgba(0, 0, 255, 0.5), 0 0 0 #000; } }
@keyframes orangeglow {
  0% {
    border-color: #9C3906;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.3), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 0 0 #000; }
  95% {
    border-color: #9C3906;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.5), inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 #000; }
  100% {
    border-color: #9C3906;
    box-shadow: 0 0 40px rgba(0, 0, 255, 0.8), inset 0 0 15px rgba(0, 0, 255, 0.5), 0 0 0 #000; } }
.your-team .assault-ship-light-left {
  background: radial-gradient(#9C3906, #812D00);
  border-color: #9C3906;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 3px;
  left: 149px;
  outline: none;
  position: absolute;
  top: 99px;
  width: 2px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .assault-ship-light-left {
      height: 3px;
      left: 149px;
      top: 99px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .assault-ship-light-left {
      height: 3px;
      left: 212px;
      top: 136px;
      width: 2px; } }
  @media (min-width: 1200px) {
    .your-team .assault-ship-light-left {
      height: 4px;
      left: 290px;
      top: 160px;
      width: 3px; } }
.your-team .assault-ship-light-right {
  background: radial-gradient(#F9A77B, #ff8442);
  border-color: #ff8442;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 162px;
  outline: none;
  position: absolute;
  top: 95px;
  width: 1px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .assault-ship-light-right {
      height: 2px;
      left: 162px;
      top: 95px;
      width: 1px; } }
  @media (min-width: 992px) {
    .your-team .assault-ship-light-right {
      height: 2px;
      left: 228px;
      top: 131px;
      width: 1px; } }
  @media (min-width: 1200px) {
    .your-team .assault-ship-light-right {
      height: 2px;
      left: 313px;
      top: 154px;
      width: 3px; } }
.your-team .assault-ship-light-center-cannon {
  background: radial-gradient(#7f2f04, #ff8442);
  border-color: #ff8442;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 156px;
  outline: none;
  position: absolute;
  top: 48px;
  width: 3px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .assault-ship-light-center-cannon {
      height: 2px;
      left: 77px;
      top: 39px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .assault-ship-light-center-cannon {
      height: 2px;
      left: 120px;
      top: 58px;
      width: 2px; } }
  @media (min-width: 1200px) {
    .your-team .assault-ship-light-center-cannon {
      height: 2px;
      left: 156px;
      top: 48px;
      width: 3px; } }
.your-team .assault-light-pulse {
  -webkit-animation: orangeglow 550ms ease-out infinite alternate;
  animation: orangeglow 550ms ease-out infinite alternate; }
.your-team .assault-light-pulse-offset {
  -webkit-animation: orangeglow 550ms ease-out 300ms infinite alternate;
  animation: orangeglow 550ms ease-out 300ms infinite alternate; }
.your-team .assault-light-pulse-center-cannon {
  -webkit-animation: orangeglow 450ms ease-out 150ms infinite alternate;
  animation: orangeglow 450ms ease-out 150ms infinite alternate; }
.your-team .scout-ship-light-center-cannon {
  background: radial-gradient(#34485C, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 357px;
  outline: none;
  position: absolute;
  top: 97px;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  width: 5px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .scout-ship-light-center-cannon {
      height: 2px;
      left: 357px;
      top: 97px;
      width: 5px; } }
  @media (min-width: 992px) {
    .your-team .scout-ship-light-center-cannon {
      height: 2px;
      left: 442px;
      top: 112px;
      width: 5px; } }
  @media (min-width: 1200px) {
    .your-team .scout-ship-light-center-cannon {
      height: 2px;
      left: 529px;
      top: 140px;
      width: 8px; } }
.your-team .scout-ship-light-bottom-left {
  background: radial-gradient(#fff, #51E744);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 317px;
  outline: none;
  position: absolute;
  top: 90px;
  width: 2px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .scout-ship-light-bottom-left {
      height: 2px;
      left: 317px;
      top: 90px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .scout-ship-light-bottom-left {
      height: 2px;
      left: 404px;
      top: 92px;
      width: 2px; } }
  @media (min-width: 1200px) {
    .your-team .scout-ship-light-bottom-left {
      height: 3px;
      left: 460px;
      top: 126px;
      width: 3px; } }
.your-team .scout-ship-light-top-left {
  background: radial-gradient(#fff, #51E744);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 3px;
  left: 474px;
  outline: none;
  position: absolute;
  top: 111px;
  width: 3px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .scout-ship-light-top-left {
      height: 2px;
      left: 326px;
      top: 82px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .scout-ship-light-top-left {
      height: 2px;
      left: 393px;
      top: 102px;
      width: 2px; } }
  @media (min-width: 1200px) {
    .your-team .scout-ship-light-top-left {
      height: 3px;
      left: 474px;
      top: 111px;
      width: 3px; } }
.your-team .scout-light-pulse {
  -webkit-animation: blueglow 700ms ease-out infinite alternate;
  animation: blueglow 700ms ease-out infinite alternate; }
.your-team .scout-light-pulse-offset {
  -webkit-animation: blueglow 700ms ease-out 300ms infinite alternate;
  animation: blueglow 700ms ease-out 300ms infinite alternate; }
.your-team .sniper-ship-light-center-cannon {
  background: -webkit-radial-gradient(#fff, #51E744);
  background: radial-gradient(#fff, #51E744);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 217px;
  outline: none;
  position: absolute;
  top: 315px;
  width: 2px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .sniper-ship-light-center-cannon {
      height: 2px;
      left: 217px;
      top: 315px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .sniper-ship-light-center-cannon {
      height: 2px;
      left: 271px;
      top: 377px;
      width: 2px; } }
  @media (min-width: 1200px) {
    .your-team .sniper-ship-light-center-cannon {
      height: 3px;
      left: 262px;
      top: 442px;
      width: 3px; } }
.your-team .sniper-light-pulse {
  -webkit-animation: blueglow 700ms ease-out 300ms infinite alternate;
  animation: blueglow 700ms ease-out 300ms infinite alternate; }
.your-team .support-ship-light-center-cannon {
  background: -webkit-radial-gradient(#fff, #51E744);
  background: radial-gradient(#fff, #51E744);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 4px;
  left: 125px;
  outline: none;
  position: absolute;
  top: 292px;
  width: 4px;
  z-index: 300; }
  @media (min-width: 768px) {
    .your-team .support-ship-light-center-cannon {
      height: 3px;
      left: 106px;
      top: 239px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .support-ship-light-center-cannon {
      height: 4px;
      left: 127px;
      top: 250px;
      width: 4px; } }
  @media (min-width: 1200px) {
    .your-team .support-ship-light-center-cannon {
      height: 4px;
      left: 125px;
      top: 292px;
      width: 4px; } }
.your-team .support-ship-light-upper-angle {
  background: -webkit-radial-gradient(#fff, #67C25F);
  background: radial-gradient(#fff, #67C25F);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 3px;
  left: 153px;
  outline: none;
  position: absolute;
  top: 385px;
  transform: rotate(-48deg);
  width: 10px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .support-ship-light-upper-angle {
      height: 2px;
      left: 121px;
      top: 290px;
      width: 7px; } }
  @media (min-width: 992px) {
    .your-team .support-ship-light-upper-angle {
      height: 2px;
      left: 148px;
      top: 316px;
      width: 7px; } }
  @media (min-width: 1200px) {
    .your-team .support-ship-light-upper-angle {
      height: 3px;
      left: 153px;
      top: 385px;
      width: 10px; } }
.your-team .support-ship-light-lower-angle {
  background: -webkit-radial-gradient(#fff, #67C25F);
  background: radial-gradient(#fff, #67C25F);
  border-color: #51E744;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2), inset 0 0 5px rgba(0, 255, 0, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 3px;
  left: 154px;
  outline: none;
  position: absolute;
  top: 294px;
  transform: rotate(225deg);
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .support-ship-light-lower-angle {
      height: 2px;
      left: 121px;
      top: 294px;
      width: 6px; } }
  @media (min-width: 992px) {
    .your-team .support-ship-light-lower-angle {
      height: 2px;
      left: 147px;
      top: 320px;
      width: 7px; } }
  @media (min-width: 1200px) {
    .your-team .support-ship-light-lower-angle {
      height: 3px;
      left: 154px;
      top: 391px;
      width: 8px; } }
.your-team .support-ship-light-front-left {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 121px;
  outline: none;
  position: absolute;
  top: 300px;
  width: 2px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .support-ship-light-front-left {
      height: 2px;
      left: 121px;
      top: 300px;
      width: 2px; } }
  @media (min-width: 992px) {
    .your-team .support-ship-light-front-left {
      height: 3px;
      left: 147px;
      top: 328px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .support-ship-light-front-left {
      height: 3px;
      left: 153px;
      top: 402px;
      width: 3px; } }
.your-team .support-light-pulse {
  -webkit-animation: blueglow 700ms ease-out infinite alternate;
  animation: blueglow 700ms ease-out infinite alternate; }
.your-team .support-light-pulse-offset {
  -webkit-animation: blueglow 700ms ease-out 300ms infinite alternate;
  animation: blueglow 700ms ease-out 300ms infinite alternate; }
.your-team .dreadnought-ship-light-front-1 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 3px;
  left: 322px;
  outline: none;
  position: absolute;
  top: 230px;
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-1 {
      height: 3px;
      left: 322px;
      top: 231px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-1 {
      height: 3px;
      left: 460px;
      top: 307px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-1 {
      height: 5px;
      left: 578px;
      top: 397px;
      width: 5px; } }
.your-team .dreadnought-ship-light-front-2 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 5px;
  left: 317px;
  outline: none;
  position: absolute;
  top: 228px;
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-2 {
      height: 3px;
      left: 317px;
      top: 228px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-2 {
      height: 3px;
      left: 454px;
      top: 303px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-2 {
      height: 5px;
      left: 571px;
      top: 393px;
      width: 5px; } }
.your-team .dreadnought-ship-light-front-3 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 5px;
  left: 563px;
  outline: none;
  position: absolute;
  top: 388px;
  width: 5px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-3 {
      height: 3px;
      left: 313px;
      top: 225px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-3 {
      height: 3px;
      left: 448px;
      top: 300px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-3 {
      height: 5px;
      left: 563px;
      top: 388px;
      width: 5px; } }
.your-team .dreadnought-ship-light-front-4 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 5px;
  left: 558px;
  outline: none;
  position: absolute;
  top: 367px;
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-4 {
      height: 2px;
      left: 308px;
      top: 214px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-4 {
      height: 2px;
      left: 443px;
      top: 285px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-4 {
      height: 5px;
      left: 558px;
      top: 367px;
      width: 3px; } }
.your-team .dreadnought-ship-light-front-5 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 5px;
  left: 550px;
  outline: none;
  position: absolute;
  top: 363px;
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-5 {
      height: 2px;
      left: 304px;
      top: 211px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-5 {
      height: 2px;
      left: 438px;
      top: 282px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-5 {
      height: 5px;
      left: 550px;
      top: 363px;
      width: 3px; } }
.your-team .dreadnought-ship-light-front-6 {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 5px;
  left: 542px;
  outline: none;
  position: absolute;
  top: 359px;
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-front-6 {
      height: 2px;
      left: 300px;
      top: 209px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-front-6 {
      height: 2px;
      left: 432px;
      top: 279px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-front-6 {
      height: 5px;
      left: 542px;
      top: 359px;
      width: 3px; } }
.your-team .dreadnought-ship-light-forward-cannon-left {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 407px;
  outline: none;
  position: absolute;
  top: 252px;
  transform: rotate(-8deg);
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-forward-cannon-left {
      height: 2px;
      left: 221px;
      top: 146px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-forward-cannon-left {
      height: 2px;
      left: 336px;
      top: 203px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-forward-cannon-left {
      height: 2px;
      left: 407px;
      top: 252px;
      width: 3px; } }
.your-team .dreadnought-ship-light-forward-cannon-right {
  background: -webkit-radial-gradient(#1B3558, #0DDEDE);
  background: radial-gradient(#1B3558, #0DDEDE);
  border-color: #1E62A6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.2), inset 0 0 5px rgba(0, 0, 255, 0.1), 0 2px 0 #000;
  opacity: 0;
  height: 2px;
  left: 229px;
  outline: none;
  position: absolute;
  top: 145px;
  transform: rotate(-219deg);
  width: 3px;
  z-index: 100; }
  @media (min-width: 768px) {
    .your-team .dreadnought-ship-light-forward-cannon-right {
      height: 2px;
      left: 229px;
      top: 145px;
      width: 3px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-ship-light-forward-cannon-right {
      height: 2px;
      left: 345px;
      top: 201px;
      width: 3px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-ship-light-forward-cannon-right {
      height: 2px;
      left: 419px;
      top: 249px;
      width: 3px; } }
.your-team .dreadnought-light-pulse {
  -webkit-animation: blueglow 700ms ease-out infinite alternate;
  animation: blueglow 700ms ease-out infinite alternate; }
.your-team .dreadnought-light-pulse-offset {
  -webkit-animation: blueglow 700ms ease-out 300ms infinite alternate;
  animation: blueglow 700ms ease-out 300ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset1 {
  -webkit-animation: slow-blueglow 645ms ease-out 200ms infinite alternate;
  animation: slow-blueglow 645ms ease-out 200ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset2 {
  -webkit-animation: slow-blueglow 645ms ease-out 200ms infinite alternate;
  animation: slow-blueglow 645ms ease-out 200ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset3 {
  -webkit-animation: slow-blueglow 645ms ease-out 200ms infinite alternate;
  animation: slow-blueglow 645ms ease-out 200ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset4 {
  -webkit-animation: slow-blueglow 900ms ease-out 400ms infinite alternate;
  animation: slow-blueglow 900ms ease-out 300ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset5 {
  -webkit-animation: slow-blueglow 900ms ease-out 400ms infinite alternate;
  animation: slow-blueglow 900ms ease-out 300ms infinite alternate; }
.your-team .dreadnought-light-pulse-offset6 {
  -webkit-animation: slow-blueglow 900ms ease-out 400ms infinite alternate;
  animation: slow-blueglow 900ms ease-out 300ms infinite alternate; }
@-webkit-keyframes assault-wobble {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  5%, 95% {
    -webkit-transform: rotate(-0.2deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.4deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.8deg); }
  30%, 70% {
    -webkit-transform: rotate(-1.2deg); }
  40%, 60% {
    -webkit-transform: rotate(-1.6deg); }
  50%, 50% {
    -webkit-transform: rotate(-2.2deg); } }
@keyframes assault-wobble {
  0%, 100% {
    transform: rotate(0deg); }
  5%, 95% {
    transform: rotate(-0.2deg); }
  10%, 90% {
    transform: rotate(-0.4deg); }
  20%, 80% {
    transform: rotate(-0.8deg); }
  30%, 70% {
    transform: rotate(-1.2deg); }
  40%, 60% {
    transform: rotate(-1.6deg); }
  50%, 50% {
    transform: rotate(-2.2deg); } }
@-webkit-keyframes dreadnought-wobble {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.4deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.8deg); }
  30%, 70% {
    -webkit-transform: rotate(-1.2deg); }
  40%, 60% {
    -webkit-transform: rotate(-1.6deg); }
  50%, 50% {
    -webkit-transform: rotate(-2.2deg); } }
@keyframes dreadnought-wobble {
  0%, 100% {
    transform: rotate(0deg); }
  10%, 90% {
    transform: rotate(-0.4deg); }
  20%, 80% {
    transform: rotate(-0.8deg); }
  30%, 70% {
    transform: rotate(-1.2deg); }
  40%, 60% {
    transform: rotate(-1.6deg); }
  50%, 50% {
    transform: rotate(-2.2deg); } }
@-webkit-keyframes scout-wobble {
  0%, 100% {
    -webkit-transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg); }
  10%, 90% {
    -webkit-transform: rotateZ(-0.4deg) rotateX(-0.2deg) rotateY(0.2deg); }
  20%, 80% {
    -webkit-transform: rotateZ(-0.8deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  30%, 70% {
    -webkit-transform: rotateZ(-1deg) rotateX(-0.6deg) rotateY(0.6deg); }
  40%, 60% {
    -webkit-transform: rotateZ(-0.6deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  50%, 50% {
    -webkit-transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); } }
@keyframes scout-wobble {
  0%, 100% {
    transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg); }
  10%, 90% {
    transform: rotateZ(-0.4deg) rotateX(-0.2deg) rotateY(0.2deg); }
  20%, 80% {
    transform: rotateZ(-0.8deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  30%, 70% {
    transform: rotateZ(-1deg) rotateX(-0.6deg) rotateY(0.6deg); }
  40%, 60% {
    transform: rotateZ(-0.6deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  50%, 50% {
    transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); } }
@-webkit-keyframes sniper-wobble {
  0%, 100% {
    -webkit-transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg); }
  10%, 90% {
    -webkit-transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); }
  20%, 80% {
    -webkit-transform: rotateZ(-0.4deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  30%, 70% {
    -webkit-transform: rotateZ(-0.6deg) rotateX(-0.6deg) rotateY(0.6deg); }
  40%, 60% {
    -webkit-transform: rotateZ(-0.4deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  50%, 50% {
    -webkit-transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); } }
@keyframes sniper-wobble {
  0%, 100% {
    transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg); }
  10%, 90% {
    transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); }
  20%, 80% {
    transform: rotateZ(-0.4deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  30%, 70% {
    transform: rotateZ(-0.6deg) rotateX(-0.6deg) rotateY(0.6deg); }
  40%, 60% {
    transform: rotateZ(-0.4deg) rotateX(-0.4deg) rotateY(-0.4deg); }
  50%, 50% {
    transform: rotateZ(-0.2deg) rotateX(-0.2deg) rotateY(0.2deg); } }
@-webkit-keyframes support-wobble {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  10%, 90% {
    -webkit-transform: rotate(-0.4deg); }
  20%, 80% {
    -webkit-transform: rotate(-0.8deg); }
  30%, 70% {
    -webkit-transform: rotate(-1.2deg); }
  40%, 60% {
    -webkit-transform: rotate(-1.6deg); }
  50%, 50% {
    -webkit-transform: rotate(-2.2deg); } }
@keyframes support-wobble {
  0%, 100% {
    transform: rotate(0deg); }
  10%, 90% {
    transform: rotate(-0.4deg); }
  20%, 80% {
    transform: rotate(-0.8deg); }
  30%, 70% {
    transform: rotate(-1.2deg); }
  40%, 60% {
    transform: rotate(-1.6deg); }
  50%, 50% {
    transform: rotate(-2.2deg); } }
.your-team .assault-wobble {
  -webkit-animation: assault-wobble 12s ease-in infinite alternate;
  animation: assault-wobble 12s ease-in infinite alternate;
  position: relative;
  will-change: transform; }
.your-team .dreadnought-wobble {
  -webkit-animation: dreadnought-wobble 15s linear infinite alternate;
  animation: dreadnought-wobble 15s linear infinite alternate;
  position: relative;
  will-change: transform;
  z-index: 5; }
.your-team .scout-wobble {
  -webkit-animation: scout-wobble 12s ease-out infinite alternate;
  animation: scout-wobble 12s ease-out infinite alternate;
  position: relative;
  will-change: transform; }
.your-team .cloaked-scout-wobble {
  -webkit-animation: scout-wobble 12s ease-out infinite alternate;
  animation: scout-wobble 12s ease-out infinite alternate;
  position: relative;
  will-change: transform; }
.your-team .sniper-wobble {
  -webkit-animation: sniper-wobble 10s ease-in-out infinite alternate;
  animation: sniper-wobble 10s ease-in-out infinite alternate;
  position: relative;
  will-change: transform;
  z-index: 5; }
.your-team .support-wobble {
  -webkit-animation: sniper-wobble 12s ease-in-out infinite alternate;
  animation: sniper-wobble 12s ease-in-out infinite alternate;
  position: relative;
  will-change: transform;
  z-index: 6; }
@-webkit-keyframes assaultthrusteroptimized {
  0% {
    opacity: 0; }
  40% {
    opacity: .5; }
  50% {
    opacity: 1; }
  60% {
    opacity: .5; }
  70% {
    opacity: .2; }
  80% {
    opacity: .4; }
  90% {
    opacity: .4; }
  100% {
    opacity: 0; } }
@keyframes assaultthrusteroptimized {
  0% {
    opacity: 0; }
  40% {
    opacity: .5; }
  50% {
    opacity: 1; }
  60% {
    opacity: .5; }
  70% {
    opacity: .2; }
  80% {
    opacity: .4; }
  90% {
    opacity: .4; }
  100% {
    opacity: 0; } }
.your-team .assault-thruster-center {
  left: 40px;
  opacity: 0;
  position: absolute;
  top: -27px;
  width: 140px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .assault-thruster-center {
      left: 5px;
      top: -12px;
      width: 95px; } }
  @media (min-width: 992px) {
    .your-team .assault-thruster-center {
      left: 31px;
      top: -3px;
      width: 106px; } }
  @media (min-width: 1200px) {
    .your-team .assault-thruster-center {
      left: 40px;
      top: -27px;
      width: 140px; } }
.your-team .assault-thruster-pulse {
  -webkit-animation: assaultthrusteroptimized 9000ms cubic-bezier(0.26, 0.76, 0.7, 0.29) 500ms infinite alternate;
  animation: assaultthrusteroptimized 9000ms cubic-bezier(0.26, 0.76, 0.7, 0.29) 500ms infinite alternate; }
@-webkit-keyframes dreadnoughtthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@keyframes dreadnoughtthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
.your-team .dreadnought-thruster-center {
  left: 195px;
  opacity: 0;
  position: absolute;
  top: 168px;
  width: 260px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .dreadnought-thruster-center {
      left: 88px;
      top: 96px;
      width: 160px; } }
  @media (min-width: 992px) {
    .your-team .dreadnought-thruster-center {
      left: 175px;
      top: 138px;
      width: 197px; } }
  @media (min-width: 1200px) {
    .your-team .dreadnought-thruster-center {
      left: 195px;
      top: 168px;
      width: 260px; } }
.your-team .dreadnought-thruster-pulse {
  -webkit-animation: dreadnoughtthrusteroptimized 8000ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: dreadnoughtthrusteroptimized 8000ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
@-webkit-keyframes scoutthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@keyframes scoutthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@-webkit-keyframes scoutthrusteroffsetoptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .1; }
  20%, 80% {
    opacity: .3; }
  30%, 70% {
    opacity: .4; }
  40%, 80% {
    opacity: .6; }
  50%, 100% {
    opacity: .7; } }
@keyframes scoutthrusteroffsetoptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .1; }
  20%, 80% {
    opacity: .3; }
  30%, 70% {
    opacity: .4; }
  40%, 80% {
    opacity: .6; }
  50%, 100% {
    opacity: .7; } }
.your-team .scout-thruster-left {
  left: 260px;
  opacity: 0;
  position: absolute;
  top: 66px;
  width: 30px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .scout-thruster-left {
      left: 260px;
      top: 66px;
      width: 30px; } }
  @media (min-width: 992px) {
    .your-team .scout-thruster-left {
      left: 321px;
      top: 75px;
      width: 30px; } }
  @media (min-width: 1200px) {
    .your-team .scout-thruster-left {
      left: 375px;
      top: 88px;
      width: 40px; } }
.your-team .scout-thruster-right {
  left: 296px;
  opacity: 0;
  position: absolute;
  top: 56px;
  width: 28px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .scout-thruster-right {
      left: 296px;
      top: 56px;
      width: 28px; } }
  @media (min-width: 992px) {
    .your-team .scout-thruster-right {
      left: 367px;
      top: 63px;
      width: 28px; } }
  @media (min-width: 1200px) {
    .your-team .scout-thruster-right {
      left: 450px;
      top: 75px;
      width: 40px; } }
.your-team .scout-thruster-pulse {
  -webkit-animation: scoutthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: scoutthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
.your-team .scout-thruster-pulse-offset {
  -webkit-animation: scoutthrusteroffsetoptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: scoutthrusteroffsetoptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
@-webkit-keyframes sniperthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@-webkit-keyframes sniperthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
.your-team .sniper-thruster-center {
  left: 230px;
  opacity: 0;
  position: absolute;
  top: 405px;
  width: 50px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .sniper-thruster-center {
      left: 193px;
      top: 293px;
      width: 30px; } }
  @media (min-width: 992px) {
    .your-team .sniper-thruster-center {
      left: 243px;
      top: 350px;
      width: 35px; } }
  @media (min-width: 1200px) {
    .your-team .sniper-thruster-center {
      left: 230px;
      top: 405px;
      width: 50px; } }
.your-team .sniper-thruster-pulse {
  -webkit-animation: sniperthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: sniperthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
@-webkit-keyframes supportthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@keyframes supportthrusteroptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .4; }
  30%, 70% {
    opacity: .6; }
  40%, 80% {
    opacity: .8; }
  50%, 100% {
    opacity: 1; } }
@-webkit-keyframes supportthrusteroffsetoptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .3; }
  30%, 70% {
    opacity: .4; }
  40%, 80% {
    opacity: .5; }
  50%, 100% {
    opacity: .6; } }
@keyframes supportthrusteroffsetoptimized {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: .2; }
  20%, 80% {
    opacity: .3; }
  30%, 70% {
    opacity: .4; }
  40%, 80% {
    opacity: .5; }
  50%, 100% {
    opacity: .6; } }
.your-team .support-thruster-left {
  left: -18px;
  opacity: 0;
  position: absolute;
  top: 193px;
  width: 35px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .support-thruster-left {
      left: -18px;
      top: 193px;
      width: 35px; } }
  @media (min-width: 992px) {
    .your-team .support-thruster-left {
      left: -32px;
      top: 191px;
      width: 45px; } }
  @media (min-width: 1200px) {
    .your-team .support-thruster-left {
      left: -95px;
      top: 214px;
      width: 50px; } }
.your-team .support-thruster-right {
  left: 22px;
  opacity: 0;
  position: absolute;
  top: 191px;
  width: 35px;
  will-change: opacity; }
  @media (min-width: 768px) {
    .your-team .support-thruster-right {
      left: 22px;
      top: 191px;
      width: 35px; } }
  @media (min-width: 992px) {
    .your-team .support-thruster-right {
      left: 24px;
      top: 191px;
      width: 45px; } }
  @media (min-width: 1200px) {
    .your-team .support-thruster-right {
      left: -24px;
      top: 209px;
      width: 50px; } }
.your-team .support-thruster-pulse {
  -webkit-animation: supportthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: supportthrusteroptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
.your-team .support-thruster-pulse-offset {
  -webkit-animation: supportthrusteroffsetoptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate;
  animation: supportthrusteroffsetoptimized 5500ms cubic-bezier(0.26, 0.76, 0.7, 0.29) infinite alternate; }
@-webkit-keyframes heal {
  0%, 100% {
    opacity: 0; }
  50% {
    -webkit-transform: rotate(354deg) translateX(20px) translateY(20px);
    transform: rotate(354deg) translateX(20px) translateY(20px);
    opacity: 1; } }
@keyframes heal {
  0%, 100% {
    opacity: 0; }
  50% {
    -webkit-transform: rotate(354deg) translateX(20px) translateY(20px);
    transform: rotate(354deg) translateX(20px) translateY(20px);
    opacity: 1; } }
.your-team .support-heal-glow {
  left: 106px;
  opacity: 0;
  position: absolute;
  top: 251px;
  -webkit-transform: rotate(344deg);
  transform: rotate(344deg);
  transform-origin: 58% 54%;
  width: 150px;
  will-change: transform, opacity; }
  @media (min-width: 768px) {
    .your-team .support-heal-glow {
      left: 66px;
      top: 181px;
      transform: rotate(325deg);
      width: 107px; } }
  @media (min-width: 992px) {
    .your-team .support-heal-glow {
      left: 98px;
      top: 219px;
      width: 150px; } }
  @media (min-width: 1200px) {
    .your-team .support-heal-glow {
      left: 106px;
      top: 251px;
      width: 150px; } }
.your-team .support-heals-destroyer {
  animation: heal 5s ease-out 4 alternate; }
@-webkit-keyframes warp {
  0%, 100% {
    opacity: 0; }
  30% {
    opacity: 1;
    -webkit-transform: scale(1, 1) skewY(20deg) skewX(-12deg) rotateX(15deg);
    transform: scale(1, 1) skewY(20deg) skewX(-12deg) rotateX(15deg); } }
@keyframes warp {
  0%, 100% {
    opacity: 0; }
  30% {
    opacity: 1;
    -webkit-transform: scale(1, 1) skewY(20deg) skewX(-12deg) rotateX(15deg);
    transform: scale(1, 1) skewY(20deg) skewX(-12deg) rotateX(15deg); } }
.your-team .warp-upper {
  left: -55px;
  position: absolute;
  top: -125px;
  transform: scale(1, 1) skewY(26deg) skewX(-15deg) rotateX(15deg);
  /* width: 290px; */
  z-index: 6;
  -wekbit-transform: scale(1, 1) skewY(26deg) skewX(-15deg) rotateX(15deg);
  /* transform: scale(0, 0); */ }
  @media (min-width: 768px) {
    .your-team .warp-upper {
      left: -35px;
      top: -60px;
      width: 160px; } }
  @media (min-width: 992px) {
    .your-team .warp-upper {
      left: -35px;
      top: -60px;
      width: 210px; } }
  @media (min-width: 1200px) {
    .your-team .warp-upper {
      left: -55px;
      top: -125px;
      width: 290px; } }
.your-team .warp-lower {
  left: -55px;
  position: absolute;
  top: -125px;
  transform: scale(1, 1) skewY(26deg) skewX(-15deg) rotateX(15deg);
  /* width: 290px; */
  -wekbit-transform: scale(1, 1) skewY(26deg) skewX(-15deg) rotateX(15deg);
  /* transform: scale(0, 0); */ }
  @media (min-width: 768px) {
    .your-team .warp-lower {
      left: -35px;
      top: -60px;
      width: 160px; } }
  @media (min-width: 992px) {
    .your-team .warp-lower {
      left: -35px;
      top: -60px;
      width: 210px; } }
  @media (min-width: 1200px) {
    .your-team .warp-lower {
      left: -55px;
      top: -125px;
      width: 290px; } }
.your-team .warp-on-entrance {
  -webkit-animation: warp 1.2s ease-out 1;
  animation: warp 1.2s ease-out 1; }

.your-victory .wrapper {
  position: relative;
  overflow-x: hidden; }
  .your-victory .wrapper .your-victory-bg {
    position: absolute;
    right: 0;
    max-height: 500px;
    display: none; }
    @media (min-width: 768px) {
      .your-victory .wrapper .your-victory-bg {
        display: block;
        max-height: 350px; } }
    @media (min-width: 992px) {
      .your-victory .wrapper .your-victory-bg {
        max-height: 420px; } }
    @media (min-width: 1200px) {
      .your-victory .wrapper .your-victory-bg {
        max-height: 500px; } }
    .your-victory .wrapper .your-victory-bg.in-view {
      animation: fadein 2s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }

.beta-cta-wrapper {
  text-align: center;
  padding: 30px; }
  @media (min-width: 544px) {
    .beta-cta-wrapper .btn-hexbox {
      padding: 27px 60px;
      height: 64px; }
      .beta-cta-wrapper .btn-hexbox span {
        font-size: 33px; }
      .beta-cta-wrapper .btn-hexbox:after {
        bottom: 11px; } }

.home a.back-to-top {
  display: inline-block;
  margin-bottom: 30px; }

.ships .cta {
  margin-top: 35px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ships .cta .btn-hexbox {
      min-width: 260px; } }
  @media (min-width: 768px) {
    .ships .cta {
      margin-top: 65px;
      margin-bottom: 0; } }

.ships-hero {
  padding-top: 140px; }
  @media (min-width: 544px) {
    .ships-hero {
      padding-bottom: 20px;
      padding-top: 140px; } }
  @media (min-width: 768px) {
    .ships-hero {
      min-height: 420px;
      padding-top: 140px;
      padding-bottom: 0px; } }
  @media (min-width: 1200px) {
    .ships-hero {
      min-height: 570px;
      padding-top: 180px; } }
  .ships-hero h1.title {
    font-family: "Teko";
    font-size: 3.7rem;
    font-weight: 300;
    line-height: 1;
    text-shadow: 1px 1px 20px #000; }
    @media (min-width: 768px) {
      .ships-hero h1.title {
        font-size: 4rem; } }
    @media (min-width: 1200px) {
      .ships-hero h1.title {
        font-size: 5.5rem; } }
  .ships-hero h4.sub-title {
    font-family: "Teko";
    font-size: 2.125rem;
    font-weight: 300;
    color: #66ffff; }
    @media (min-width: 768px) {
      .ships-hero h4.sub-title {
        font-size: 1.75rem; } }
    @media (min-width: 1200px) {
      .ships-hero h4.sub-title {
        font-size: 2.125rem; } }
  .ships-hero .desc {
    font-style: italic;
    font-size: 0.96rem;
    text-shadow: 0px 0px 8px #000; }
    @media (min-width: 768px) {
      .ships-hero .desc {
        font-size: 0.80rem; } }
    @media (min-width: 1200px) {
      .ships-hero .desc {
        font-size: 1.0625rem; } }

.ships .ship-section {
  margin-bottom: 32px; }
  .ships .ship-section hr {
    margin: 5px 0; }
  @media (min-width: 768px) {
    .ships .ship-section {
      margin-bottom: 0; } }
  .ships .ship-section .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  .ships .ship-section .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .ships .ship-section .row {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 768px) {
    .ships .ship-section.flipped .ship-selector-wrapper {
      background-image: url(../images/ships/widget-endcap-left.png), url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%);
      background-repeat: no-repeat, repeat;
      background-position: left top, 0 0;
      padding-left: 40px; }
    .ships .ship-section.flipped .pushit {
      left: 50%; }
    .ships .ship-section.flipped .pullit {
      right: 50%; } }
  .ships .ship-section .outer-wrap {
    background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); }
    @media (min-width: 768px) {
      .ships .ship-section .outer-wrap {
        background: none; } }
  .ships .ship-section .ship-selector-wrapper {
    padding: 30px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ships .ship-section .ship-selector-wrapper {
        padding: 4px 23px;
        background-image: url(../images/ships/widget-endcap-right.png), url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%);
        background-repeat: no-repeat, repeat;
        background-position: right top, 0 0; } }
    @media (min-width: 992px) {
      .ships .ship-section .ship-selector-wrapper {
        padding: 4px 50px; } }
    .ships .ship-section .ship-selector-wrapper .small-title {
      color: rgba(102, 255, 255, 0.5);
      font-size: 1.1rem;
      font-family: "PlanerRegular";
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .ships .ship-section .ship-selector-wrapper .small-title {
          font-size: .8rem;
          color: rgba(102, 255, 255, 0.3);
          margin-bottom: 3px; } }
    .ships .ship-section .ship-selector-wrapper .ship-class-name {
      font-size: 4rem;
      line-height: .8;
      color: #66ffff;
      font-family: "Teko";
      font-weight: 300;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .ships .ship-section .ship-selector-wrapper .ship-class-name {
          font-size: 2.7rem;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .ships .ship-section .ship-selector-wrapper .ship-class-name {
          font-size: 3.5rem; } }
      @media (min-width: 1200px) {
        .ships .ship-section .ship-selector-wrapper .ship-class-name {
          font-size: 4rem; } }
    .ships .ship-section .ship-selector-wrapper .ship-selector {
      font-family: "Teko";
      font-weight: 300;
      text-align: center; }
      .ships .ship-section .ship-selector-wrapper .ship-selector .sel {
        padding: 13px 0;
        text-align: center;
        width: 75px;
        height: 34px;
        font-size: 1.5rem;
        line-height: .5;
        display: inline-block;
        text-shadow: 4px 10px 33px rgba(70, 180, 180, 0.6), 1px -1px 11px rgba(70, 180, 180, 0.6);
        cursor: pointer;
        margin: 0 2px; }
        @media (min-width: 544px) {
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel {
            width: 110px;
            height: 34px; } }
        @media (min-width: 768px) {
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel {
            float: left;
            line-height: 1;
            width: 96px;
            height: 30px;
            padding: 6px 0;
            font-size: 1.3125rem;
            margin: 0; } }
        @media (min-width: 992px) {
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel {
            width: 134px;
            height: 42px;
            padding: 12px 0;
            font-size: 1.4375rem; } }
        @media (min-width: 1200px) {
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel {
            width: 160px;
            height: 50px;
            padding: 13px 0;
            font-size: 1.5rem; } }
        .ships .ship-section .ship-selector-wrapper .ship-selector .sel:hover {
          text-shadow: 4px 10px 33px #63ffff, 1px -1px 11px #63ffff; }
        .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light {
          background: url(../images/ships/sel-left-xs.svg) no-repeat left top; }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light.active {
            background: url(../images/ships/sel-left-xs-active.svg) no-repeat; }
            .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light.active:hover {
              background: url(../images/ships/sel-left-xs-active.svg) no-repeat; }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light:hover {
            background: url(../images/ships/sel-left-xs-hover.svg) no-repeat; }
          @media (min-width: 544px) {
            .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light {
              background: url(../images/ships/sel-left.svg) no-repeat left top; }
              .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light.active {
                background: url(../images/ships/sel-left-active.svg) no-repeat; }
                .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light.active:hover {
                  background: url(../images/ships/sel-left-active.svg) no-repeat; }
              .ships .ship-section .ship-selector-wrapper .ship-selector .sel.light:hover {
                background: url(../images/ships/sel-left-hover.svg) no-repeat; } }
        .ships .ship-section .ship-selector-wrapper .ship-selector .sel.medium {
          margin: 0 2px;
          background: rgba(22, 131, 131, 0.4); }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.medium.active {
            background: rgba(22, 131, 131, 0.8); }
            .ships .ship-section .ship-selector-wrapper .ship-selector .sel.medium.active:hover {
              background: rgba(22, 131, 131, 0.8); }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.medium:hover {
            background: rgba(22, 131, 131, 0.6); }
        .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy {
          background: url(../images/ships/sel-right-xs.svg) no-repeat right top; }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy.active {
            background: url(../images/ships/sel-right-xs-active.svg) no-repeat; }
            .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy.active:hover {
              background: url(../images/ships/sel-right-xs-active.svg) no-repeat; }
          .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy:hover {
            background: url(../images/ships/sel-right-xs-hover.svg) no-repeat; }
          @media (min-width: 544px) {
            .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy {
              background: url(../images/ships/sel-right.svg) no-repeat right top; }
              .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy.active {
                background: url(../images/ships/sel-right-active.svg) no-repeat; }
                .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy.active:hover {
                  background: url(../images/ships/sel-right-active.svg) no-repeat; }
              .ships .ship-section .ship-selector-wrapper .ship-selector .sel.heavy:hover {
                background: url(../images/ships/sel-right-hover.svg) no-repeat; } }
  .ships .ship-section .title {
    font-family: "PlanerRegular";
    font-size: 2rem;
    line-height: .85;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 2px; }
    .ships .ship-section .title.in-view {
      animation: fadein 0.7s 1 cubic-bezier(0.075, 0.82, 0.165, 1), your-text 1s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media (min-width: 768px) {
      .ships .ship-section .title {
        font-size: 1.9rem;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .ships .ship-section .title {
        font-size: 2.2rem; } }
    @media (min-width: 1200px) {
      .ships .ship-section .title {
        font-size: 2.2rem; } }
  .ships .ship-section .sub-title {
    font-family: "PlanerRegular";
    color: rgba(102, 255, 255, 0.4);
    font-size: .9rem;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .ships .ship-section .sub-title {
        font-size: .9rem;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .ships .ship-section .sub-title {
        font-size: .9rem;
        margin-bottom: 23px; } }
    @media (min-width: 1200px) {
      .ships .ship-section .sub-title {
        font-size: .9rem;
        margin-bottom: 30px; } }
  .ships .ship-section .description {
    font-style: italic;
    font-size: .8rem;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .ships .ship-section .description {
        font-size: .60rem;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .ships .ship-section .description {
        font-size: .75rem;
        line-height: 1.2;
        margin-bottom: 23px; } }
    @media (min-width: 1200px) {
      .ships .ship-section .description {
        font-size: .95rem;
        line-height: 1.2;
        margin-bottom: 30px; } }
  .ships .ship-section .hr-title-bar {
    font-family: "PlanerRegular";
    color: rgba(102, 255, 255, 0.3);
    font-size: .9rem;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .ships .ship-section .hr-title-bar {
        font-size: .75rem; } }
    @media (min-width: 992px) {
      .ships .ship-section .hr-title-bar {
        font-size: .84rem; } }
    @media (min-width: 1200px) {
      .ships .ship-section .hr-title-bar {
        font-size: .9rem; } }
    .ships .ship-section .hr-title-bar .hrbar {
      position: relative;
      opacity: .4;
      color: #66ffff;
      border: 0;
      border-top: solid 1px #66ffff;
      display: inline-block;
      width: 100%;
      margin: 4px 0 4px 10px; }
  .ships .ship-section .prime-weapon {
    font-family: "Teko";
    color: #66ffff;
    font-size: 1.875rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ships .ship-section .prime-weapon {
        font-size: 1.4375rem; } }
    @media (min-width: 992px) {
      .ships .ship-section .prime-weapon {
        font-size: 1.875rem; } }
    @media (min-width: 1200px) {
      .ships .ship-section .prime-weapon {
        font-size: 1.875rem; } }
@media (min-width: 768px) {
  .ships .active-ship-wrapper {
    background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); } }
.ships .info-wrapper {
  padding: 0 30px 40px; }
  @media (min-width: 768px) {
    .ships .info-wrapper {
      padding: 20px;
      background-image: linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); } }
  @media (min-width: 992px) {
    .ships .info-wrapper {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .ships .info-wrapper {
      padding: 50px; } }
.ships .graphic-wrapper {
  position: relative;
  z-index: 5; }
@media (min-width: 768px) {
  .ships .info-wrapper {
    min-height: 220px; } }
@media (min-width: 992px) {
  .ships .info-wrapper {
    min-height: 300px; } }
@media (min-width: 1200px) {
  .ships .info-wrapper {
    min-height: 480px; } }
.ships .dreadnought .dreadnought-class {
  -webkit-filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3));
  filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3)); }
  @media (min-width: 768px) {
    .ships .dreadnought .dreadnought-class {
      max-height: 256px;
      position: absolute;
      left: -28px; } }
  @media (min-width: 992px) {
    .ships .dreadnought .dreadnought-class {
      max-height: 335px; } }
  @media (min-width: 1200px) {
    .ships .dreadnought .dreadnought-class {
      left: 0px;
      max-height: 414px; } }
  @media (min-width: 1280px) {
    .ships .dreadnought .dreadnought-class {
      top: 15px;
      left: -36px;
      max-height: 436px; } }
.ships .art-cruiser .art-cruiser-class {
  -webkit-filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3));
  filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3)); }
  @media (min-width: 768px) {
    .ships .art-cruiser .art-cruiser-class {
      max-height: 256px;
      position: absolute;
      right: -28px; } }
  @media (min-width: 992px) {
    .ships .art-cruiser .art-cruiser-class {
      max-height: 344px; } }
  @media (min-width: 1200px) {
    .ships .art-cruiser .art-cruiser-class {
      right: 0px;
      max-height: 414px; } }
  @media (min-width: 1280px) {
    .ships .art-cruiser .art-cruiser-class {
      right: -36px;
      top: 15px;
      max-height: 436px; } }
.ships .destroyer .destroyer-class {
  -webkit-filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3));
  filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3)); }
  @media (min-width: 768px) {
    .ships .destroyer .destroyer-class {
      max-height: 256px;
      position: absolute;
      left: -28px; } }
  @media (min-width: 992px) {
    .ships .destroyer .destroyer-class {
      max-height: 344px; } }
  @media (min-width: 1200px) {
    .ships .destroyer .destroyer-class {
      left: 0px;
      max-height: 414px; } }
  @media (min-width: 1280px) {
    .ships .destroyer .destroyer-class {
      left: -36px;
      top: 15px;
      max-height: 436px; } }
.ships .tactical-cruiser .tactical-cruiser-class {
  -webkit-filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3));
  filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3)); }
  @media (min-width: 768px) {
    .ships .tactical-cruiser .tactical-cruiser-class {
      max-height: 256px;
      position: absolute;
      right: -28px; } }
  @media (min-width: 992px) {
    .ships .tactical-cruiser .tactical-cruiser-class {
      max-height: 344px; } }
  @media (min-width: 1200px) {
    .ships .tactical-cruiser .tactical-cruiser-class {
      right: 0px;
      max-height: 414px; } }
  @media (min-width: 1280px) {
    .ships .tactical-cruiser .tactical-cruiser-class {
      right: -36px;
      top: 15px;
      max-height: 436px; } }
.ships .corvette .corvette-class {
  -webkit-filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3));
  filter: drop-shadow(8px 8px 10px rgba(1, 1, 1, 0.3)); }
  @media (min-width: 768px) {
    .ships .corvette .corvette-class {
      max-height: 256px;
      position: absolute;
      left: -28px; } }
  @media (min-width: 992px) {
    .ships .corvette .corvette-class {
      max-height: 344px; } }
  @media (min-width: 1200px) {
    .ships .corvette .corvette-class {
      left: 0px;
      max-height: 414px; } }
  @media (min-width: 1280px) {
    .ships .corvette .corvette-class {
      left: -36px;
      top: 15px;
      max-height: 436px; } }

.light {
  display: none; }
  .light.corvette {
    display: block; }
  .light.destroyer {
    display: block; }

.medium {
  display: none; }
  .medium.artillery {
    display: block; }
  .medium.tactical {
    display: block; }

.heavy {
  display: none; }
  .heavy.dreadnought {
    display: block; }

.img-js {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .img-js {
      text-align: left;
      margin-bottom: 0; } }

.ship-animation {
  opacity: 0;
  transition: all ease .8s; }
  .ship-animation.in-view {
    opacity: 1;
    animation: animationFrames ease-in-out .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames ease-in-out .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames ease-in-out .8s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFrames ease-in-out .8s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFrames ease-in-out .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }

@keyframes animationFrames {
  0% {
    transform: translate(-70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(-70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -moz-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(-70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(-70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -o-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(-70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -ms-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
.ship-animation-flipped {
  opacity: 0;
  transition: all ease .8s; }
  .ship-animation-flipped.in-view {
    opacity: 1;
    animation: animationFramesFlipped ease-in-out .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFramesFlipped ease-in-out .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFramesFlipped ease-in-out .8s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFramesFlipped ease-in-out .8s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFramesFlipped ease-in-out .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }

@keyframes animationFramesFlipped {
  0% {
    transform: translate(70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-moz-keyframes animationFramesFlipped {
  0% {
    -moz-transform: translate(70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -moz-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-webkit-keyframes animationFramesFlipped {
  0% {
    -webkit-transform: translate(70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-o-keyframes animationFramesFlipped {
  0% {
    -o-transform: translate(70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -o-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
@-ms-keyframes animationFramesFlipped {
  0% {
    -ms-transform: translate(70px, -70px) scaleX(0.85) scaleY(0.85); }
  100% {
    -ms-transform: translate(0px, 0px) scaleX(1) scaleY(1); } }
/* MEDIA PAGES */
.media-head {
  min-height: 100px; }
  @media (min-width: 992px) {
    .media-head {
      min-height: 329px; } }
  .media-head .jump-menu {
    margin-top: 10px; }
  .media-head a.media-cat-wrap {
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    transition: all 0.5s; }
    .media-head a.media-cat-wrap i {
      font-size: 60px;
      display: block; }
    .media-head a.media-cat-wrap .hr-dark {
      margin-top: 16px;
      margin-bottom: 20px; }
    .media-head a.media-cat-wrap.active {
      color: #f13304; }
    .media-head a.media-cat-wrap:hover, .media-head a.media-cat-wrap:focus {
      text-decoration: none; }

@media (min-width: 544px) {
  .media-nav {
    min-height: 220px; } }
.media-nav .nav {
  padding-top: 6px; }
  @media (min-width: 544px) {
    .media-nav .nav {
      padding-top: 20px; } }
  .media-nav .nav h4 {
    font-family: "Teko";
    font-size: 1rem;
    display: inline-block;
    max-width: 80px;
    white-space: normal;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0px;
    max-height: 30px; }
    @media (min-width: 544px) {
      .media-nav .nav h4 {
        max-width: 180px;
        width: 180px; } }
  .media-nav .nav .media-item-nav a:hover, .media-nav .nav .media-item-nav a:hover span:before {
    color: #f13304; }
  .media-nav .nav .media-item-nav a span:before {
    transition: all 0.5s; }
  .media-nav .nav .media-item-nav .inner {
    position: relative;
    height: auto;
    white-space: nowrap; }
    .media-nav .nav .media-item-nav .inner .left h4 {
      text-align: right; }
    .media-nav .nav .media-item-nav .inner ul {
      line-height: 80px;
      font-size: 0;
      padding: 0;
      margin: 0; }
      @media (min-width: 544px) {
        .media-nav .nav .media-item-nav .inner ul {
          height: 90px;
          line-height: initial; } }
    .media-nav .nav .media-item-nav .inner ul:before,
    .media-nav .nav .media-item-nav .inner ul li {
      display: inline-block;
      vertical-align: middle; }
  .media-nav .nav .media-item-nav .media-item-nav-img {
    margin: 0 10px;
    width: 100px; }
  .media-nav .nav .media-item-nav .previous-arrow:before {
    font-family: 'Black Tie';
    content: '\F092';
    color: #fff;
    font-size: 2rem;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .media-nav .nav .media-item-nav .previous-arrow:before {
        position: relative;
        color: #66ffff;
        font-size: 3.6rem; } }
  .media-nav .nav .media-item-nav .next-arrow:before {
    font-family: 'Black Tie';
    content: '\F093';
    color: #fff;
    font-size: 2rem;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .media-nav .nav .media-item-nav .next-arrow:before {
        position: relative;
        color: #66ffff;
        font-size: 3.6rem; } }

.grand-title h1 {
  font-family: "Teko";
  font-size: 1.625rem;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 544px) {
    .grand-title h1 {
      font-size: 2.625rem;
      color: #66ffff; } }

.grand-media {
  max-width: 100%;
  display: block;
  position: relative;
  border: solid 1px rgba(102, 255, 255, 0.1);
  padding: 4px;
  float: left;
  transition: all 0.5s; }
  @media (min-width: 768px) {
    .grand-media {
      width: 100%;
      min-height: 100px;
      float: none; }
      .grand-media:hover {
        cursor: pointer;
        border-color: rgba(241, 51, 4, 0.5);
        color: #f13304; }
        .grand-media:hover .corner-tl {
          background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
        .grand-media:hover .corner-tr {
          background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
        .grand-media:hover .corner-bl {
          background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
        .grand-media:hover .corner-br {
          background: url(../images/btn-target-sprite.png) right -54px no-repeat; } }
  .grand-media .btn-fullscreen {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px 20px;
    font-family: "Teko";
    font-size: 1.25rem; }
    .grand-media .btn-fullscreen i {
      padding-left: 10px;
      position: relative;
      top: 2px;
      font-size: 1.5rem; }
  .grand-media .corner-tl, .grand-media .corner-tr, .grand-media .corner-bl, .grand-media .corner-br {
    width: 18px;
    height: 18px;
    position: absolute; }
  .grand-media .corner-tl {
    top: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left top no-repeat; }
  .grand-media .corner-tr {
    top: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right top no-repeat; }
  .grand-media .corner-bl {
    bottom: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
  .grand-media .corner-br {
    bottom: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right -18px no-repeat; }

a.media-thumb {
  display: block;
  position: relative;
  min-height: 100px;
  transition: all 0.5s; }
  @media (min-width: 768px) {
    a.media-thumb {
      margin-bottom: 30px; } }
  a.media-thumb.nav {
    min-height: initial; }
  a.media-thumb .image-wrap {
    display: block;
    position: relative;
    padding: 4px;
    border: solid 1px rgba(102, 255, 255, 0.1);
    margin-bottom: 10px; }
    a.media-thumb .image-wrap.media-nav-btn {
      margin-bottom: 0; }
  a.media-thumb .caption {
    font-size: 1.125rem;
    line-height: 1.1;
    font-family: "PlanerRegular";
    text-transform: uppercase;
    overflow-y: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 544px) {
      a.media-thumb .caption {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      a.media-thumb .caption {
        font-size: .875rem;
        height: 2rem; } }
    @media (min-width: 992px) {
      a.media-thumb .caption {
        height: 1.6875rem;
        font-size: .85rem; } }
    @media (min-width: 1200px) {
      a.media-thumb .caption {
        font-size: .75rem; } }
  a.media-thumb .corner-tl, a.media-thumb .corner-tr, a.media-thumb .corner-bl, a.media-thumb .corner-br {
    width: 18px;
    height: 18px;
    position: absolute; }
  a.media-thumb .corner-tl {
    top: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left top no-repeat; }
  a.media-thumb .corner-tr {
    top: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right top no-repeat; }
  a.media-thumb .corner-bl {
    bottom: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
  a.media-thumb .corner-br {
    bottom: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
  a.media-thumb.video-zoom .image-wrap:after, a.media-thumb.youtube-zoom .image-wrap:after, a.media-thumb.play:after {
    content: "\e65c";
    color: #fff;
    font-family: 'dn-fonts';
    font-size: 6rem;
    line-height: 26px;
    position: absolute;
    left: -50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 600;
    width: 25px;
    height: 25px;
    z-index: 10;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
  a.media-thumb:hover.image-zoom:before, a.media-thumb:hover.wallpaper-zoom:before, a.media-thumb:hover.zoom:before {
    color: #fff; }
  a.media-thumb:hover.image-zoom-sm:before, a.media-thumb:hover.wallpaper-zoom-sm:before, a.media-thumb:hover.zoom-sm:before {
    color: #fff; }
  a.media-thumb:hover.video-zoom:before, a.media-thumb:hover.youtube-zoom:before, a.media-thumb:hover.play:before, a.media-thumb:hover.video-zoom:after, a.media-thumb:hover.youtube-zoom:after, a.media-thumb:hover.play:after {
    color: #fff;
    border: 5px solid #f13304; }
  a.media-thumb:hover .image-wrap {
    border: solid 1px rgba(241, 51, 4, 0.25); }
    a.media-thumb:hover .image-wrap:before {
      border: 5px solid rgba(241, 51, 4, 0.25); }
    a.media-thumb:hover .image-wrap:after {
      color: #f13304; }
  a.media-thumb:hover hr {
    border-top-color: #f13304; }
    a.media-thumb:hover hr:before, a.media-thumb:hover hr:after {
      background-color: #f13304; }
  a.media-thumb:hover .caption {
    color: #f13304; }
  a.media-thumb:hover .corner-tl {
    background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
  a.media-thumb:hover .corner-tr {
    background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
  a.media-thumb:hover .corner-bl {
    background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
  a.media-thumb:hover .corner-br {
    background: url(../images/btn-target-sprite.png) right -54px no-repeat; }
  a.media-thumb:focus {
    color: #fff !important; }
  a.media-thumb.disabled:hover, a.media-thumb.disabled:focus {
    border: solid 1px transparent;
    cursor: default;
    transition: all 8.5s; }
    a.media-thumb.disabled:hover .thumbnail-title, a.media-thumb.disabled:focus .thumbnail-title {
      color: #fff; }

.video-thumbnail {
  position: relative;
  border: solid 1px rgba(102, 255, 255, 0.1);
  padding: 4px; }
  .video-thumbnail .corner-tl, .video-thumbnail .corner-tr, .video-thumbnail .corner-bl, .video-thumbnail .corner-br {
    width: 18px;
    height: 18px;
    position: absolute; }
  .video-thumbnail .corner-tl {
    top: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left top no-repeat; }
  .video-thumbnail .corner-tr {
    top: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right top no-repeat; }
  .video-thumbnail .corner-bl {
    bottom: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
  .video-thumbnail .corner-br {
    bottom: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
  .video-thumbnail:hover {
    border: solid 1px rgba(241, 51, 4, 0.25); }
    .video-thumbnail:hover .corner-tl {
      background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
    .video-thumbnail:hover .corner-tr {
      background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
    .video-thumbnail:hover .corner-bl {
      background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
    .video-thumbnail:hover .corner-br {
      background: url(../images/btn-target-sprite.png) right -54px no-repeat; }

.grand-media-video {
  max-width: 100%;
  display: block;
  position: relative;
  transition: all 0.5s; }
  @media (min-width: 768px) {
    .grand-media-video {
      width: 100%;
      min-height: 100px;
      float: none; } }

.wallpaper-container {
  margin: 20px 0 10px; }
  @media (min-width: 768px) {
    .wallpaper-container {
      margin: auto; } }
  .wallpaper-container select {
    color: #000;
    text-transform: uppercase;
    margin-top: 10px; }
  .wallpaper-container .chosen-container {
    width: 100% !important;
    margin: 10px 0 0 0; }
    @media (min-width: 544px) {
      .wallpaper-container .chosen-container {
        width: auto !important;
        margin: -1px 0 0 0; } }
  .wallpaper-container .chosen-single {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: .8rem;
    border-color: rgba(102, 255, 255, 0.34);
    height: 34px;
    min-width: 175px;
    text-align: left;
    font-style: italic;
    color: #598e8f;
    line-height: 33px; }
    .wallpaper-container .chosen-single b {
      font-style: normal; }
      .wallpaper-container .chosen-single b:after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition: transform 0.25s ease-out;
        position: absolute;
        bottom: 8px;
        right: 7px; }
    .wallpaper-container .chosen-single:hover {
      border-color: rgba(102, 255, 255, 0.34); }
      .wallpaper-container .chosen-single:hover b:after {
        transform: translate3d(5px, 6px, 0);
        animation: blink 0.35s infinite; }
  .wallpaper-container .chosen-results li {
    border-bottom: 1px solid rgba(102, 255, 255, 0.34); }
  .wallpaper-container .wallpaper-download-button {
    background: url(../images/download.svg) top left no-repeat, url(../images/download.svg) top center no-repeat, url(../images/download.svg) top right no-repeat;
    border: none;
    color: #fff;
    font-family: "Teko";
    letter-spacing: 1px;
    padding: 3px;
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    margin-top: 20px;
    position: relative;
    background-size: auto, calc(100% - 100px), auto;
    transition: none;
    text-align: center; }
    @media (min-width: 544px) {
      .wallpaper-container .wallpaper-download-button {
        margin-top: 0;
        padding: 5px 15px 5px 18px;
        font-size: 1rem;
        width: 150px; }
        .wallpaper-container .wallpaper-download-button i {
          padding-right: 0;
          position: relative;
          bottom: 0; } }
    .wallpaper-container .wallpaper-download-button:hover {
      background: url(../images/download-hover.svg) top left no-repeat, url(../images/download-hover.svg) top center no-repeat, url(../images/download-hover.svg) top right no-repeat;
      background-size: auto, calc(100% - 100px), auto;
      transition: none; }

.timestamp {
  color: #fff;
  font-size: 10px;
  font-family: 1rem;
  margin-left: 5px; }

.media-home .media-header .btn-more {
  margin-bottom: 0px;
  padding-bottom: 10px; }
  @media (min-width: 544px) {
    .media-home .media-header .btn-more {
      margin-bottom: 0; } }
.media-home .media-header h3 {
  font-size: 18px;
  padding-top: 5px; }
.media-home .hr-goo {
  margin: 10px 0; }
.media-home .media-index-content .timestamp {
  margin-bottom: 30px; }
  @media (min-width: 544px) {
    .media-home .media-index-content .timestamp {
      margin-bottom: 0; } }
.media-home .section-head {
  margin-top: 0; }
.media-home .large-row {
  margin-bottom: 70px; }

.media-hp-block {
  padding: 40px 0 0;
  margin: -40px 0 0; }
  .media-hp-block:last-child {
    padding-bottom: 100px; }
  .media-hp-block .background-panel.fade-left-to-right .wrapper {
    padding: 6px 15px; }
  .media-hp-block .media-block {
    padding-top: 40px;
    margin-top: -40px; }
    @media (min-width: 544px) {
      .media-hp-block .media-block {
        padding-top: 100px;
        margin-top: -100px; } }

h3.media-section-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Teko";
  color: #66ffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .1em; }

.social-share {
  margin: 10px 0 60px;
  font-family: "PlanerRegular";
  font-size: .875rem;
  text-transform: uppercase; }
  .social-share i {
    font-size: .9rem; }
  .social-share .share {
    color: #66ffff; }
  .social-share .share-category {
    display: inline; }
    .social-share .share-category li {
      display: inline;
      padding: 0 15px; }
      .social-share .share-category li a.active {
        color: #f13304; }
      .social-share .share-category li:last-child {
        padding-right: 0; }
  .social-share .social-media {
    text-transform: uppercase;
    font-family: "PlanerRegular";
    font-size: .875rem;
    margin: 0;
    padding: 0;
    text-align: left; }
    @media (min-width: 992px) {
      .social-share .social-media {
        float: right;
        text-align: right; } }
    .social-share .social-media li {
      display: inline;
      padding: 5px 15px 5px 0; }
      .social-share .social-media li:last-child {
        padding-right: 0; }
      .social-share .social-media li:first-child {
        padding-left: 0; }
      .social-share .social-media li a.active {
        color: #f13304; }
      @media (min-width: 768px) {
        .social-share .social-media li {
          display: inline;
          padding: 0 15px; } }
      .social-share .social-media li.share-title {
        color: #66ffff; }
        @media (max-width: 767px) {
          .social-share .social-media li.share-title {
            display: block; } }
      .social-share .social-media li.site {
        display: inline-block;
        width: 45%; }
        @media (min-width: 768px) {
          .social-share .social-media li.site {
            width: auto; } }

:-webkit-full-screen {
  position: fixed;
  width: 100%;
  top: 0;
  background: none; }

:-ms-fullscreen {
  width: auto;
  height: auto;
  margin: auto; }

/* COMMUNITY SECTION        */
.community-head .jump-menu {
  margin-top: 20px; }

.media-thumb.community {
  margin-bottom: 30px; }

.community-body {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .community-body {
      margin-top: 260px; } }
  .community-body .video-thumbnail {
    position: relative;
    margin-bottom: 50px;
    border: solid 1px rgba(102, 255, 255, 0.1);
    padding: 4px; }
    .community-body .video-thumbnail .corner-tl, .community-body .video-thumbnail .corner-tr, .community-body .video-thumbnail .corner-bl, .community-body .video-thumbnail .corner-br {
      width: 18px;
      height: 18px;
      position: absolute; }
    .community-body .video-thumbnail .corner-tl {
      top: -1px;
      left: -1px;
      background: url(../images/btn-target-sprite.png) left top no-repeat; }
    .community-body .video-thumbnail .corner-tr {
      top: -1px;
      right: -1px;
      background: url(../images/btn-target-sprite.png) right top no-repeat; }
    .community-body .video-thumbnail .corner-bl {
      bottom: -1px;
      left: -1px;
      background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
    .community-body .video-thumbnail .corner-br {
      bottom: -1px;
      right: -1px;
      background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
    .community-body .video-thumbnail:hover {
      border: solid 1px rgba(241, 51, 4, 0.25); }
      .community-body .video-thumbnail:hover .corner-tl {
        background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
      .community-body .video-thumbnail:hover .corner-tr {
        background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
      .community-body .video-thumbnail:hover .corner-bl {
        background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
      .community-body .video-thumbnail:hover .corner-br {
        background: url(../images/btn-target-sprite.png) right -54px no-repeat; }
  @media (max-width: 767px) {
    .community-body .sidebar {
      margin-bottom: 40px; } }

.date-block {
  background: rgba(102, 255, 255, 0.3);
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "PlanerRegular"; }

/* NEWS INDEX PAGE          */
.news-carousel {
  position: relative;
  color: #363636;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .news-carousel {
      margin-top: 190px;
      padding-bottom: 20px; } }
  .news-carousel h2 {
    color: #fff;
    font-family: "Teko";
    font-size: 2.25rem;
    line-height: .9;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 544px) {
      .news-carousel h2 {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      .news-carousel h2 {
        font-size: 4rem; } }
    .news-carousel h2 a {
      background: -webkit-linear-gradient(#fdfffe, #959394);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block; }
      .news-carousel h2 a:hover, .news-carousel h2 a:focus {
        background: -webkit-linear-gradient(#f13304, #f13304);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block; }
  .news-carousel .marker-row {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 544px) {
      .news-carousel .marker-row {
        margin-top: 30px; } }
  .news-carousel .desc {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .news-carousel .desc {
        font-size: 0.875rem; } }

.filter-menu {
  display: inline;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }
  .filter-menu li {
    display: inline-block;
    font-family: "Teko";
    font-size: 1.15rem;
    padding: 0;
    color: #66ffff;
    width: 48%; }
    @media (min-width: 768px) {
      .filter-menu li {
        display: inline;
        font-size: 1rem;
        padding: 0 12px; } }
    @media (min-width: 992px) {
      .filter-menu li {
        font-size: 1.25rem;
        padding: 0 15px; } }
    .filter-menu li.title {
      display: block;
      padding-left: 0; }
      @media (min-width: 768px) {
        .filter-menu li.title {
          display: inline; } }
    .filter-menu li a.active {
      color: #f13304; }

@media (max-width: 767px) {
  .news-main {
    margin: 30px 0; } }
.news-main hr.op25 {
  margin: 20px 0; }
  .news-main hr.op25:last-child {
    display: none; }
@media (max-width: 767px) {
  .news-main > hr {
    display: none; } }

a.news-index-thumb {
  display: block;
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
  transition: all 0.2s; }
  a.news-index-thumb .image-wrap {
    display: block;
    position: relative;
    padding: 4px;
    border: solid 1px rgba(102, 255, 255, 0.1);
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      a.news-index-thumb .image-wrap {
        margin-bottom: 0; } }
    a.news-index-thumb .image-wrap .corner-tl, a.news-index-thumb .image-wrap .corner-tr, a.news-index-thumb .image-wrap .corner-bl, a.news-index-thumb .image-wrap .corner-br {
      width: 18px;
      height: 18px;
      position: absolute; }
    a.news-index-thumb .image-wrap .corner-tl {
      top: -1px;
      left: -1px;
      background: url(../images/btn-target-sprite.png) left top no-repeat; }
    a.news-index-thumb .image-wrap .corner-tr {
      top: -1px;
      right: -1px;
      background: url(../images/btn-target-sprite.png) right top no-repeat; }
    a.news-index-thumb .image-wrap .corner-bl {
      bottom: -1px;
      left: -1px;
      background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
    a.news-index-thumb .image-wrap .corner-br {
      bottom: -1px;
      right: -1px;
      background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
  a.news-index-thumb .date {
    font-size: 0.6875rem;
    color: #66ffff;
    text-transform: uppercase;
    font-family: "PlanerRegular"; }
    a.news-index-thumb .date.mobile-date {
      font-size: 1rem; }
    @media (min-width: 1200px) {
      a.news-index-thumb .date {
        margin-top: 1.25rem; } }
  a.news-index-thumb hr {
    display: none; }
    @media (min-width: 768px) {
      a.news-index-thumb hr {
        display: block;
        margin: 10px 0 5px; } }
  a.news-index-thumb .headline {
    font-size: 2rem;
    line-height: .95;
    font-family: "Teko";
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fdfffe, #959394);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }
    @media (min-width: 768px) {
      a.news-index-thumb .headline {
        font-size: 1.1875rem; } }
    @media (min-width: 992px) {
      a.news-index-thumb .headline {
        font-size: 1.75rem; } }
  a.news-index-thumb .desc {
    color: #FFF;
    margin: 10px 0;
    font-size: 1rem; }
    @media (min-width: 768px) {
      a.news-index-thumb .desc {
        font-size: 0.625rem;
        color: #5c8283; } }
    @media (min-width: 992px) {
      a.news-index-thumb .desc {
        font-size: 0.75rem; } }
  a.news-index-thumb.video-zoom .image-wrap:after, a.news-index-thumb.youtube-zoom .image-wrap:after, a.news-index-thumb.play:after {
    content: "\e603";
    color: #fff;
    font-family: 'dn-fonts';
    font-size: 39px;
    line-height: 26px;
    position: absolute;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 600;
    width: 24px;
    height: 27px;
    z-index: 10; }
  a.news-index-thumb.video-zoom .image-wrap:before, a.news-index-thumb.youtube-zoom .image-wrap:before, a.news-index-thumb.play .image-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 5;
    border: 5px solid rgba(102, 255, 255, 0.2); }
  a.news-index-thumb:hover.video-zoom:before, a.news-index-thumb:hover.youtube-zoom:before, a.news-index-thumb:hover.play:before, a.news-index-thumb:hover.video-zoom:after, a.news-index-thumb:hover.youtube-zoom:after, a.news-index-thumb:hover.play:after {
    color: #fff; }
  a.news-index-thumb:hover .image-wrap {
    border: solid 1px rgba(241, 51, 4, 0.25); }
  a.news-index-thumb:hover .corner-tl {
    background: url(../images/btn-target-sprite.png) left -36px no-repeat; }
  a.news-index-thumb:hover .corner-tr {
    background: url(../images/btn-target-sprite.png) right -36px no-repeat; }
  a.news-index-thumb:hover .corner-bl {
    background: url(../images/btn-target-sprite.png) left -54px no-repeat; }
  a.news-index-thumb:hover .corner-br {
    background: url(../images/btn-target-sprite.png) right -54px no-repeat; }
  a.news-index-thumb:hover .headline {
    background: -webkit-linear-gradient(#f13304, #f13304);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }
  a.news-index-thumb:hover .date, a.news-index-thumb:hover .desc {
    color: #f13304; }
  a.news-index-thumb:hover hr {
    border-top-color: #f13304; }
    a.news-index-thumb:hover hr:before, a.news-index-thumb:hover hr:after {
      background-color: #f13304; }
  a.news-index-thumb:focus {
    color: #f13304; }
    a.news-index-thumb:focus .headline {
      background: -webkit-linear-gradient(#f13304, #f13304);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block; }
  a.news-index-thumb.disabled:hover, a.news-index-thumb.disabled:focus {
    border: solid 1px transparent;
    cursor: default;
    transition: all 8.5s; }
    a.news-index-thumb.disabled:hover .thumbnail-title, a.news-index-thumb.disabled:focus .thumbnail-title {
      color: #fff; }

.article-wrapper {
  padding-bottom: 100px;
  margin-top: 80px; }
  .article-wrapper .article-header {
    margin-bottom: 30px; }
    .article-wrapper .article-header h1.article-heading {
      font-family: "Teko";
      text-transform: uppercase;
      font-size: 4rem;
      line-height: .8;
      margin-bottom: 30px;
      background: -webkit-linear-gradient(#fdfffe, #959394);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block; }
    .article-wrapper .article-header .category-filter {
      margin-bottom: 60px; }
      .article-wrapper .article-header .category-filter .wrapper {
        padding: 0 10px; }
        .article-wrapper .article-header .category-filter .wrapper .filter-menu li {
          font-size: 1rem; }
  .article-wrapper .section-head {
    color: #66ffff; }
  .article-wrapper .article-body {
    margin-bottom: 40px;
    overflow: auto;
    font-size: 0.875rem; }
    .article-wrapper .article-body p, .article-wrapper .article-body .embed-responsive {
      margin: 0 0 20px; }
    .article-wrapper .article-body h1, .article-wrapper .article-body h2, .article-wrapper .article-body h3, .article-wrapper .article-body h4, .article-wrapper .article-body h5, .article-wrapper .article-body h6 {
      margin-top: 40px;
      margin-bottom: 20px; }
    .article-wrapper .article-body dl dt, .article-wrapper .article-body dl dd {
      margin: 0 0 20px; }
    .article-wrapper .article-body dl dt {
      color: #fff; }
    .article-wrapper .article-body blockquote {
      border-left: solid 10px #66ffff;
      margin: 40px 40px;
      padding: 0 30px; }
    .article-wrapper .article-body img {
      max-width: 94%;
      width: 94% !important;
      height: auto !important; }
      .article-wrapper .article-body img.img-half {
        max-width: 94%; }
        @media (min-width: 544px) {
          .article-wrapper .article-body img.img-half {
            max-width: 70%; } }
      .article-wrapper .article-body img.pull-left {
        margin: 0 20px 20px 0px; }
      .article-wrapper .article-body img.pull-right {
        margin: 0 0 20px 20px; }
      @media (min-width: 544px) {
        .article-wrapper .article-body img {
          max-width: auto; } }
  .article-wrapper .social-actions {
    margin: 20px 0; }
    .article-wrapper .social-actions .twitter {
      position: relative !important;
      top: 6px;
      margin: 0 15px; }
    .article-wrapper .social-actions .google-plus {
      position: relative !important;
      top: 6px; }
  .article-wrapper .sidebar .hr.double-stacked {
    margin-top: 36px; }
  .article-wrapper .widget-wrap {
    background: none;
    text-align: center; }
    @media (min-width: 1200px) {
      .article-wrapper .widget-wrap {
        background: url(../images/widget-sidebar.png) no-repeat left top;
        text-align: right; } }
    .article-wrapper .widget-wrap a.btn-hexbox {
      min-width: 180px; }
      @media (min-width: 544px) {
        .article-wrapper .widget-wrap a.btn-hexbox {
          min-width: 230px; } }
      @media (min-width: 1200px) {
        .article-wrapper .widget-wrap a.btn-hexbox {
          padding: 14px 30px;
          min-width: 150px; } }

.article-body-mob {
  word-break: break-word;
  max-height: 100px;
  overflow: hidden; }

.news-sidebar img {
  border: 1px solid #598e8f;
  margin-bottom: 15px; }
@media (max-width: 767px) {
  .news-sidebar {
    margin-bottom: 40px; } }
.news-sidebar .heading {
  font-family: "Teko";
  color: #66ffff;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0; }
.news-sidebar .content {
  font-size: 1rem; }
  @media (min-width: 544px) {
    .news-sidebar .content {
      font-size: 0.6875rem; } }
  .news-sidebar .content .btn-hexbox {
    width: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body.landing {
  background: #0a0b09;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin: 0;
  min-height: 100%; }
  body.landing .wrapper {
    background: #0a0b09;
    height: 100%;
    margin-bottom: -183px;
    clear: both; }
  body.landing .landing-wrapper {
    background: #0a0b09;
    height: 100%; }

.landing-page-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-image: url("../images/splash/dreadnought-banner-v3.png");
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: auto 180px;
  background-size: auto 256px; }
  @media (min-width: 544px) {
    .landing-page-hero {
      background-size: auto 930px; } }
  .landing-page-hero.login-view {
    background-size: auto 550px; }
  .landing-page-hero.forgot-password-view {
    background-size: auto 370px; }
  .landing-page-hero.thankyou-view {
    font-size: 14px;
    line-height: 1.55;
    color: #ccc;
    background-size: auto 960px;
    background-size: auto 370px; }
    .landing-page-hero.thankyou-view .dn-captain {
      margin-bottom: 8px;
      margin-top: 8px;
      font-weight: 600; }
      .landing-page-hero.thankyou-view .dn-captain a {
        font-weight: 300; }
    .landing-page-hero.thankyou-view .dn-early-access-advisory {
      font-size: 12px;
      margin-top: 20px; }
    .landing-page-hero.thankyou-view .code {
      font-size: 20px; }
  .landing-page-hero.reset-password-view {
    background-size: auto 580px; }
  .landing-page-hero .dn-banner-row {
    background: url("../images/dreadnought-banner-tm.png") center 0 no-repeat;
    background-size: cover;
    height: 215px; }
    @media (min-width: 544px) {
      .landing-page-hero .dn-banner-row {
        height: 183px; } }
    @media (min-width: 768px) {
      .landing-page-hero .dn-banner-row {
        background-size: auto;
        height: 215px; } }
    .landing-page-hero .dn-banner-row.intel-landing {
      background: url("../images/dreadnought-early-access-logo.png") center 0 no-repeat;
      height: 193px; }
  .landing-page-hero .tagline {
    font-family: 'PlanerRegular';
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    top: 128px;
    width: 650px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 544px) {
      .landing-page-hero .tagline {
        font-size: 16px;
        top: 101px;
        width: 500px; } }
    @media (min-width: 768px) {
      .landing-page-hero .tagline {
        top: 128px;
        font-size: 21px;
        width: 650px; } }
    .landing-page-hero .tagline.intel {
      text-transform: uppercase;
      color: #90a3c3;
      font-size: 25px;
      font-family: "PlanerRegular";
      letter-spacing: 1px;
      top: 0;
      margin-bottom: 0px; }

.trailer-wrapper {
  text-align: center;
  font-family: "PlanerRegular";
  text-shadow: 1px 1px 2px #000; }
  .trailer-wrapper a.watch-trailer-mobile {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer; }
    .trailer-wrapper a.watch-trailer-mobile:after {
      content: "\e603";
      color: #fff;
      font-family: 'dn-fonts';
      font-size: 27px;
      position: absolute;
      top: 20px;
      left: 27px;
      z-index: 10;
      text-align: center; }
    .trailer-wrapper a.watch-trailer-mobile:hover {
      background: rgba(0, 0, 0, 0.8); }
    @media (max-width: 543px) {
      .trailer-wrapper a.watch-trailer-mobile {
        margin-top: 40px; } }

.landing-nav button.navbar-toggle {
  visibility: hidden; }

@media (min-width: 544px) {
  .landing-nav {
    display: none; } }
.landing-form {
  position: relative;
  clear: both;
  margin-top: 30px;
  padding-bottom: 250px; }
  @media (min-width: 544px) {
    .landing-form {
      padding-bottom: 400px; } }
  @media (min-width: 768px) {
    .landing-form {
      padding-bottom: 320px;
      margin-top: 0px; } }
  .landing-form.password {
    margin-top: 180px;
    padding-bottom: 150px; }
    @media (min-width: 544px) {
      .landing-form.password {
        margin-top: 0;
        padding-bottom: 390px; } }
    @media (min-width: 768px) {
      .landing-form.password {
        margin-top: 0;
        padding-bottom: 320px; } }
  .landing-form.waiting {
    padding-bottom: 0;
    margin-top: 180px; }
    @media (min-width: 544px) {
      .landing-form.waiting {
        margin-top: 0;
        padding-bottom: 390px; } }
    @media (min-width: 768px) {
      .landing-form.waiting {
        margin-top: 0;
        padding-bottom: 400px; } }
    .landing-form.waiting .resend-alert {
      margin-top: 10px; }
  .landing-form.login {
    padding-bottom: 500px; }
    @media (max-width: 543px) {
      .landing-form.login {
        margin-top: 180px;
        padding-bottom: 160px; } }
    @media (min-width: 544px) {
      .landing-form.login {
        margin-top: 0px;
        padding-bottom: 390px; } }
    @media (min-width: 768px) {
      .landing-form.login {
        padding-bottom: 320px; } }
  .landing-form.forgot-password {
    padding-bottom: 250px; }
    @media (max-width: 543px) {
      .landing-form.forgot-password {
        margin-top: 180px;
        padding-bottom: 150px; } }
    @media (min-width: 544px) {
      .landing-form.forgot-password {
        margin-top: 0px;
        padding-bottom: 390px; } }
    @media (min-width: 768px) {
      .landing-form.forgot-password {
        padding-bottom: 320px; } }
  @media (min-width: 992px) {
    .landing-form.no-video.login {
      padding-bottom: 250px; } }
  @media (max-width: 543px) {
    .landing-form.no-video {
      margin-top: 180px;
      padding-bottom: 160px; } }
  @media (min-width: 544px) {
    .landing-form.no-video {
      padding-bottom: 390px; } }
  @media (min-width: 768px) {
    .landing-form.no-video {
      padding-bottom: 320px; } }
  .landing-form.padbottom {
    padding-bottom: 50px;
    margin-top: 180px;
    margin-top: 255px; }
    @media (min-width: 544px) {
      .landing-form.padbottom {
        margin-top: 0; } }
  @media (max-width: 543px) {
    .landing-form {
      margin: 0 auto;
      position: relative; } }
  .landing-form .form-header {
    line-height: 58px;
    text-align: center;
    border: 1px solid #3b3b3b;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0px;
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 18px; }
    .landing-form .form-header h1 {
      color: #90a3c3;
      font-size: 30px;
      font-family: "PlanerRegular";
      letter-spacing: 1px; }
    .landing-form .form-header h1.no-video {
      color: #90a3c3;
      font-size: 25px;
      font-family: "PlanerRegular";
      letter-spacing: 1px; }
    .landing-form .form-header h2.no-video {
      font-size: 25px;
      color: #fff;
      font-family: "PlanerRegular";
      letter-spacing: 1px;
      text-decoration: underline; }
  .landing-form .form-body, .landing-form .form-body-dark {
    border: 1px solid #3b3b3b;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .landing-form .form-body.alert-body, .landing-form .form-body-dark.alert-body {
      margin-bottom: 5px; }
    .landing-form .form-body .dob, .landing-form .form-body-dark .dob {
      padding-left: 0px;
      padding-right: 0px;
      z-index: 2; }
      @media only screen and (width: 768px) {
        .landing-form .form-body .dob.month, .landing-form .form-body-dark .dob.month {
          padding-right: 4px; } }
      @media only screen and (width: 768px) {
        .landing-form .form-body .dob.year, .landing-form .form-body-dark .dob.year {
          padding-left: 4px; } }
      .landing-form .form-body .dob.day, .landing-form .form-body-dark .dob.day {
        padding: 0 4px; }
        @media (max-width: 767px) {
          .landing-form .form-body .dob.day, .landing-form .form-body-dark .dob.day {
            padding: 8px 0px; } }
        @media only screen and (width: 768px) {
          .landing-form .form-body .dob.day, .landing-form .form-body-dark .dob.day {
            padding: 0px; } }
    .landing-form .form-body .form-control, .landing-form .form-body-dark .form-control {
      color: #000; }
    .landing-form .form-body option, .landing-form .form-body select, .landing-form .form-body-dark option, .landing-form .form-body-dark select {
      letter-spacing: 0px; }
    .landing-form .form-body select, .landing-form .form-body-dark select {
      width: 100%;
      height: 31px;
      border: 1px solid #CCC;
      padding-left: 5px;
      padding-right: 5px;
      background: #fff url("../images/dropdown-caret.png") no-repeat 100%;
      -webkit-appearance: none;
      -moz-appearance: none !important;
      -ms-appearance: none !important;
      appearance: none;
      text-overflow: '';
      outline: none;
      border-radius: 3px;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
    .landing-form .form-body select::-ms-expand, .landing-form .form-body-dark select::-ms-expand {
      display: none; }
    .landing-form .form-body label, .landing-form .form-body-dark label {
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      .landing-form .form-body label a, .landing-form .form-body-dark label a {
        text-decoration: underline; }
    .landing-form .form-body label, .landing-form .form-body-dark label {
      font-weight: normal;
      margin-top: 8px; }
    .landing-form .form-body textarea:focus,
    .landing-form .form-body input[type="text"]:focus,
    .landing-form .form-body input[type="password"]:focus,
    .landing-form .form-body input[type="datetime"]:focus,
    .landing-form .form-body input[type="datetime-local"]:focus,
    .landing-form .form-body input[type="date"]:focus,
    .landing-form .form-body input[type="month"]:focus,
    .landing-form .form-body input[type="day"]:focus,
    .landing-form .form-body input[type="year"]:focus,
    .landing-form .form-body input[type="time"]:focus,
    .landing-form .form-body input[type="week"]:focus,
    .landing-form .form-body input[type="number"]:focus,
    .landing-form .form-body input[type="email"]:focus,
    .landing-form .form-body input[type="url"]:focus,
    .landing-form .form-body input[type="search"]:focus,
    .landing-form .form-body input[type="tel"]:focus,
    .landing-form .form-body input[type="color"]:focus,
    .landing-form .form-body input[type="redeemCode"]:focus,
    .landing-form .form-body .uneditable-input:focus, .landing-form .form-body-dark textarea:focus,
    .landing-form .form-body-dark input[type="text"]:focus,
    .landing-form .form-body-dark input[type="password"]:focus,
    .landing-form .form-body-dark input[type="datetime"]:focus,
    .landing-form .form-body-dark input[type="datetime-local"]:focus,
    .landing-form .form-body-dark input[type="date"]:focus,
    .landing-form .form-body-dark input[type="month"]:focus,
    .landing-form .form-body-dark input[type="day"]:focus,
    .landing-form .form-body-dark input[type="year"]:focus,
    .landing-form .form-body-dark input[type="time"]:focus,
    .landing-form .form-body-dark input[type="week"]:focus,
    .landing-form .form-body-dark input[type="number"]:focus,
    .landing-form .form-body-dark input[type="email"]:focus,
    .landing-form .form-body-dark input[type="url"]:focus,
    .landing-form .form-body-dark input[type="search"]:focus,
    .landing-form .form-body-dark input[type="tel"]:focus,
    .landing-form .form-body-dark input[type="color"]:focus,
    .landing-form .form-body-dark input[type="redeemCode"]:focus,
    .landing-form .form-body-dark .uneditable-input:focus {
      border: 1px solid #ccc;
      box-shadow: none;
      outline: 0 none; }
    .landing-form .form-body .remove-glow, .landing-form .form-body-dark .remove-glow {
      box-shadow: none;
      border: none;
      outline: 0 none; }
      .landing-form .form-body .remove-glow:focus, .landing-form .form-body-dark .remove-glow:focus {
        box-shadow: none; }
    .landing-form .form-body span.asterisk, .landing-form .form-body-dark span.asterisk {
      color: #f13304;
      font-family: "PlanerRegular"; }
    .landing-form .form-body .required-field, .landing-form .form-body-dark .required-field {
      float: right; }
    .landing-form .form-body .tooltip.bottom-left, .landing-form .form-body-dark .tooltip.bottom-left {
      top: -5px;
      left: 5px;
      border-width: 0 5px 5px;
      border-bottom-color: black; }
    .landing-form .form-body .tooltip, .landing-form .form-body-dark .tooltip {
      background: #973a08;
      font-family: "PlanerRegular";
      text-transform: uppercase;
      letter-spacing: 0px;
      border-radius: 4px;
      font-size: 12px;
      z-index: 1050; }
      .landing-form .form-body .tooltip .tooltip-inner, .landing-form .form-body-dark .tooltip .tooltip-inner {
        background: #973a08;
        border-bottom: none;
        padding: 0 6px;
        word-break: keep-all;
        text-align: left; }
      .landing-form .form-body .tooltip .tooltip-arrow, .landing-form .form-body-dark .tooltip .tooltip-arrow {
        top: -14px;
        border-bottom-color: #973a08;
        border-width: 7px;
        left: 9%; }
    .landing-form .form-body .tooltip.bottom, .landing-form .form-body-dark .tooltip.bottom {
      padding: 3px 0;
      margin-top: 7px; }
  .landing-form .sectioned {
    border-top: 0px;
    letter-spacing: 1px; }
    .landing-form .sectioned a {
      text-decoration: underline;
      text-transform: none; }

.alpha-thank-you p, .alpha-thank-you .btn {
  margin: 10px 0; }

.btn-submit-gray {
  color: #CACACA;
  position: relative;
  border-radius: 0;
  font-family: "PlanerRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  white-space: normal;
  padding: 12px 12px;
  margin-bottom: 3px;
  border-top: solid 1px #555555;
  border-bottom: solid 3px #222222;
  background: #333333;
  /* Old browsers */
  transition: all 0.25s; }
  .btn-submit-gray:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); }
  .btn-submit-gray:focus, .btn-submit-gray:active {
    color: #fff;
    background: #64161a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64161a), color-stop(100%, #9c1f07));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #64161a 0%, #9c1f07 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #64161a 0%, #9c1f07 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64161a', endColorstr='#9c1f07',GradientType=0 );
    /* IE6-9 */ }

.btn-submit-dark-blue {
  color: #fff;
  position: relative;
  border-radius: 0;
  font-family: "PlanerRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  white-space: normal;
  padding: 12px 12px;
  margin-bottom: 3px;
  border-top: solid 1px #1c222f;
  border-bottom: solid 3px #0c141e;
  background: #0c141e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c141e 0%, #1c222f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c141e), color-stop(100%, #1c222f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0c141e 0%, #1c222f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0c141e 0%, #1c222f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c141e 0%, #1c222f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c141e 0%, #1c222f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c141e', endColorstr='#1c222f',GradientType=0 );
  /* IE6-9 */
  transition: all 0.25s; }
  .btn-submit-dark-blue:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff; }
  .btn-submit-dark-blue:focus, .btn-submit-dark-blue:active {
    color: #fff;
    background: #1c222f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1c222f 0%, #0c141e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c222f), color-stop(100%, #0c141e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c222f 0%, #0c141e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c222f 0%, #0c141e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c222f 0%, #0c141e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1c222f 0%, #0c141e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c222f', endColorstr='#0c141e',GradientType=0 );
    /* IE6-9 */ }
  @media (max-width: 991px) {
    .btn-submit-dark-blue {
      font-size: 20px; } }
  .btn-submit-dark-blue.continue {
    font-size: 17px;
    margin: 20px 0 0; }

.btn-submit-blue {
  color: #fff;
  position: relative;
  border-radius: 0;
  font-family: "PlanerRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  white-space: normal;
  padding: 12px 12px;
  margin-bottom: 3px;
  border-top: solid 1px #1A2637;
  border-bottom: solid 3px #182336;
  background: #2D4874;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2D4874 0%, #263A5D 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2D4874), color-stop(100%, #263A5D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2D4874 0%, #263A5D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2D4874 0%, #263A5D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2D4874 0%, #263A5D 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2D4874 0%, #263A5D 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D4874', endColorstr='#263A5D',GradientType=0 );
  /* IE6-9 */
  transition: all 0.25s; }
  .btn-submit-blue:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff; }
  .btn-submit-blue:focus, .btn-submit-blue:active {
    color: #fff;
    background: #263A5D;
    /* Old browsers */
    background: -moz-linear-gradient(top, #263A5D 0%, #2D4874 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #263A5D), color-stop(100%, #2D4874));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #263A5D 0%, #2D4874 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #263A5D 0%, #2D4874 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #263A5D 0%, #2D4874 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #263A5D 0%, #2D4874 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263A5D', endColorstr='#2D4874',GradientType=0 );
    /* IE6-9 */ }
  @media (max-width: 991px) {
    .btn-submit-blue {
      font-size: 20px; } }

.landing-affiliate-logos {
  margin: 30px 0; }
  .landing-affiliate-logos .col-logo {
    text-align: center; }
  @media (max-width: 543px) {
    .landing-affiliate-logos {
      margin: 3px 0;
      padding-bottom: 40px; } }
  .landing-affiliate-logos a.footer-logo {
    display: block;
    text-align: center;
    margin-top: 16px;
    opacity: 70;
    filter: alpha(opacity=7000); }
    .landing-affiliate-logos a.footer-logo.prealpha {
      pointer-events: none;
      opacity: 1;
      margin: 11px auto;
      max-width: 50%; }
      @media (min-width: 544px) {
        .landing-affiliate-logos a.footer-logo.prealpha {
          margin: 11px auto;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .landing-affiliate-logos a.footer-logo.prealpha {
          max-width: 100%; } }
    .landing-affiliate-logos a.footer-logo img.img-responsive {
      max-height: 100px;
      display: inline-block; }
      .landing-affiliate-logos a.footer-logo img.img-responsive.prealpha {
        margin-top: 8px; }
      .landing-affiliate-logos a.footer-logo img.img-responsive.greybox {
        margin-top: 8px; }
      @media (max-width: 767px) {
        .landing-affiliate-logos a.footer-logo img.img-responsive.sixfoot {
          margin-top: 10px; } }
      .landing-affiliate-logos a.footer-logo img.img-responsive.yager {
        margin-top: 6px;
        max-height: 39px; }
    .landing-affiliate-logos a.footer-logo:hover {
      opacity: 100;
      filter: alpha(opacity=10000); }
    @media (min-width: 544px) {
      .landing-affiliate-logos a.footer-logo {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .landing-affiliate-logos {
      margin: 40px 0 80px; } }

.footer {
  min-height: 137px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #0a0b09; }
  .footer.waiting {
    position: absolute; }
  @media (min-width: 544px) {
    .footer {
      position: absolute; } }
  .footer .links {
    text-align: right; }
    @media (max-width: 543px) {
      .footer .links {
        text-align: center; } }
  .footer .copyright {
    color: #3F3F3F;
    line-height: 20px;
    background: #0E0E0E;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #161616;
    letter-spacing: 0px;
    padding: 10px 0; }
    @media (max-width: 543px) {
      .footer .copyright {
        line-height: 28px; } }

.esrb-rp {
  width: 180px;
  margin: 0 auto;
  position: relative;
  top: -10px; }
  .esrb-rp .esrb-heading {
    font-size: 11px;
    position: relative;
    top: 28px; }
    @media (min-width: 544px) {
      .esrb-rp .esrb-heading {
        top: 8px; } }
  .esrb-rp .esrb {
    position: absolute;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .esrb-rp .esrb {
        margin-top: 30px; } }
    .esrb-rp .esrb .esrb-info {
      font-family: "PlanerRegular";
      font-size: 11px;
      position: relative;
      top: -4px; }
    .esrb-rp .esrb .esrb-online {
      font-size: 8px; }
    .esrb-rp .esrb img {
      float: left;
      margin-right: 9px;
      margin-bottom: 4px;
      height: 55px; }
    .esrb-rp .esrb span {
      font-size: 9px; }

.modal-dialog {
  margin-top: 80px;
  max-width: 800px;
  width: 95%; }

.modal-content {
  background: #090f0f;
  border: solid 1px rgba(153, 255, 255, 0.2);
  border-radius: 0px;
  text-align: center; }
  .modal-content .modal-header {
    border-bottom: none; }
  .modal-content p {
    font-size: .7rem; }
  .modal-content h2 {
    color: #66ffff;
    font-family: "Teko";
    text-transform: uppercase;
    padding-top: 20px; }
  .modal-content a {
    color: #f13304; }
    .modal-content a:hover {
      text-decoration: underline; }
  .modal-content .btn-submit-red {
    background: url("../images/button.png") left no-repeat, url("../images/button.png") center no-repeat, url("../images/button.png") right no-repeat;
    position: relative;
    padding: 14px 40px;
    height: 40px;
    min-width: 150px;
    outline: none;
    border: none;
    border-radius: 0px;
    transition: none;
    background-size: 100%, calc(100% - 100px), 100%; }
    @media (max-width: 991px) {
      .modal-content .btn-submit-red {
        min-width: 132px;
        padding: 14px 34px; } }
    .modal-content .btn-submit-red span {
      font-family: "Teko";
      font-weight: 400;
      font-size: 20px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      display: block;
      text-shadow: 0 0 10px #ff714e, 0 0 10px #ff714e, 0 0 10px #F9DFD9;
      transition: transform 0.25s ease-out;
      backface-visibility: hidden; }
    .modal-content .btn-submit-red:hover {
      text-decoration: none;
      background: url("../images/button-hover.png") left no-repeat, url("../images/button-hover.png") center no-repeat, url("../images/button-hover.png") right no-repeat;
      transition: none;
      background-size: 100%, calc(100% - 100px), 100%; }
      .modal-content .btn-submit-red:hover span {
        transform: scale3d(1.1, 1.1, 1) translateZ(0);
        animation: blink 1s; }
      .modal-content .btn-submit-red:hover:after {
        transform: translate3d(5px, 5px, 0);
        animation: blink 0.35s infinite; }
    .modal-content .btn-submit-red:after {
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #ffffff transparent;
      transition: transform 0.25s ease-out;
      position: absolute;
      bottom: 10px;
      right: 9px; }
    .modal-content .btn-submit-red:active {
      text-decoration: none;
      background: url("../images/button.png") left no-repeat, url("../images/button.png") center no-repeat, url("../images/button.png") right no-repeat;
      transition: none;
      background-size: 100%, calc(100% - 100px), 100%; }
    .modal-content .btn-submit-red:focus {
      background-color: transparent;
      outline: none; }
    .modal-content .btn-submit-red:active, .modal-content .btn-submit-red:focus {
      text-decoration: none; }
    .modal-content .btn-submit-red.down span {
      transition: transform 0.075s ease-out;
      transform: scale3d(0.95, 0.95, 1) translateZ(0); }
    .modal-content .btn-submit-red.down:after {
      transition: transform 0.075s ease-out;
      transform: translate3d(8px, 9px, 0); }
    .modal-content .btn-submit-red.more-news {
      height: 34px;
      padding: 11px 40px; }

.modal-text {
  margin: 0 auto;
  background: #fff;
  width: 90%;
  height: 400px;
  overflow: auto;
  color: #3b3b3b;
  text-align: left;
  letter-spacing: 0px;
  padding: 10px;
  font-size: 0.7rem;
  color: #7f7f7f; }
  .modal-text h1, .modal-text h2 {
    color: #000;
    text-transform: uppercase; }
  .modal-text h1 {
    font-size: 24px; }
  .modal-text h2 {
    font-size: 18px; }
  .modal-text p {
    color: #7F7F7F; }
  .modal-text .effective {
    color: #7F7F7F; }

.modal-full-tos {
  margin: 0 auto;
  background: #fff;
  width: 90%;
  color: #3b3b3b;
  text-align: left;
  letter-spacing: 0px;
  padding: 15px 10px;
  font-size: .7rem; }

.modal-footer {
  text-align: center;
  border-top: 0px; }

.modal-close {
  color: #fff;
  float: right;
  font-size: 25px;
  background: transparent;
  border: 0px;
  position: relative;
  top: 7px;
  right: 3px;
  clear: both; }
  @media (max-width: 543px) {
    .modal-close {
      font-size: 20px; } }

.password-rules h3 {
  color: #f13304; }
.password-rules hr {
  border-color: #f13304;
  margin-top: -5px;
  margin-bottom: 5px; }
.password-rules ul {
  padding-left: 10px;
  font-size: 10px; }

@media (max-width: 767px) {
  #show-login-form {
    padding-bottom: 270px; } }

.show-login-form-btn {
  font-family: 'PlanerRegular';
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline; }
  .show-login-form-btn:hover {
    text-decoration: underline; }

.dn-alert-info {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  background: #90a3c4;
  border: 1px solid #334d6f; }

.dn-alert-success {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #3C763D;
  letter-spacing: 1px;
  background: #DFF0D8;
  border: 1px solid #D6E9C6; }

.dn-alert-error {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  background: #f13304;
  border: 1px solid #752100; }

.forgot-password-link a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: underline; }
  .forgot-password-link a:hover {
    text-decoration: underline; }

.return-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: underline; }
  .return-link:hover {
    text-decoration: underline; }

.underline {
  text-decoration: underline; }

.eula ul {
  list-style-type: none; }
.eula li {
  list-style-type: none;
  padding-top: 6px;
  padding-bottom: 6px; }

.ensign-codes-link {
  word-break: break-all; }
  .ensign-codes-link a {
    color: #96a5be; }
    .ensign-codes-link a:hover {
      color: #fff; }

.intel-trademark {
  font-style: italic;
  font-size: 11px;
  display: block;
  margin-top: 24px;
  text-align: center; }

.icon-position {
  position: relative;
  top: 1px; }

.dn-terms-container .modal-text,
.dn-nda-container .modal-text {
  width: 100%;
  max-width: 1024px;
  height: 100%; }

.dn-terms-container .modal-full-tos {
  width: 100%;
  max-width: 1024px;
  background-color: #000; }

.already-reg {
  text-align: right;
  font-size: 11px; }
  .already-reg a {
    text-decoration: underline;
    color: #fff; }
    .already-reg a:hover {
      color: #f13304;
      text-decoration: none; }

.col-button a.btn-dnred {
  margin: 16px 0; }
  @media (min-width: 544px) {
    .col-button a.btn-dnred {
      margin-top: 380px; } }

.landing-form .form-body-dark {
  background: #010101; }

h1.inbody {
  font-size: 30px;
  font-family: "PlanerRegular";
  letter-spacing: 1px;
  text-align: center;
  margin: 17px 0; }

ul.landing-features {
  margin: 0;
  padding: 0; }
  ul.landing-features li {
    font-size: 11px;
    color: #c4c8cb;
    border: 1px solid #3b3b3b;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 10px 0;
    padding: 20px;
    list-style: none; }
    ul.landing-features li img {
      float: left;
      width: 30%; }
    ul.landing-features li .feature-content {
      margin-left: 40%;
      text-align: center; }
    ul.landing-features li h4 {
      border-left: solid 1px #a71d02;
      padding-left: 10px;
      margin-top: 0;
      font-size: 17px;
      color: #a9b1b8;
      display: inline-block;
      letter-spacing: 1px; }
    @media (min-width: 544px) {
      ul.landing-features li {
        margin: 50px 0 0; } }

.form-body.large-text {
  font-size: 23px;
  margin-bottom: 17px;
  text-align: center;
  font-family: PlanerRegular;
  letter-spacing: 1px;
  color: #c4c8cb; }
  @media (min-width: 544px) {
    .form-body.large-text {
      margin-top: 60px; } }

.full-poster-wrapper {
  display: block;
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .full-poster-wrapper a.full-poster {
    background: #336699;
    display: block;
    margin: 0 auto; }
    .full-poster-wrapper a.full-poster img {
      width: 100%; }
    .full-poster-wrapper a.full-poster:after {
      content: "\e603";
      color: #333;
      font-family: 'dn-fonts';
      font-size: 36px;
      line-height: 36px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 24px;
      height: 27px;
      z-index: 10; }
      @media (min-width: 544px) {
        .full-poster-wrapper a.full-poster:after {
          width: 29px;
          height: 37px; } }
    .full-poster-wrapper a.full-poster:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 80px;
      height: 80px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: 5; }
      @media (min-width: 544px) {
        .full-poster-wrapper a.full-poster:before {
          width: 100px;
          height: 100px; } }
    .full-poster-wrapper a.full-poster:hover:after {
      color: #990000; }
    .full-poster-wrapper a.full-poster:hover:before {
      background: #FFF; }

.full-video .dn-banner-row {
  position: absolute;
  width: 100%;
  z-index: 100; }
.full-video .landing-page-hero {
  background: #000; }
.full-video video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative; }
.full-video .videoxxx {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity; }

.register-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  cursor: pointer; }
  .register-bottom:hover {
    color: #fff;
    text-shadow: 0 0 5px  #fff; }
  @media (min-width: 544px) {
    .register-bottom {
      width: 768px;
      height: 67px; } }
  @media (min-width: 768px) {
    .register-bottom {
      width: 854px;
      height: 75px; } }
  .register-bottom .copy {
    text-align: center;
    font-size: 28px;
    font-family: PlanerRegular;
    letter-spacing: 0px;
    position: absolute;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 544px) {
      .register-bottom .copy {
        font-size: 24px;
        bottom: 20px; } }
    @media (min-width: 768px) {
      .register-bottom .copy {
        font-size: 28px;
        bottom: 22px; } }

.registration-modal {
  text-align: left; }
  .registration-modal label {
    font-weight: 300;
    margin-top: 8px; }
    .registration-modal label a {
      text-decoration: underline;
      color: #fff; }
      .registration-modal label a:hover {
        color: #f13304; }
  .registration-modal input, .registration-modal select {
    color: #000;
    letter-spacing: 0px; }
  .registration-modal .required-field {
    float: right; }
  .registration-modal span.asterisk {
    color: #f13304;
    font-family: "PlanerRegular"; }
  .registration-modal .tooltip.bottom-left {
    top: -5px;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .registration-modal .tooltip {
    background: #973a08;
    font-family: "PlanerRegular";
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1050; }
    .registration-modal .tooltip .tooltip-inner {
      background: #973a08;
      border-bottom: none;
      padding: 0 6px;
      word-break: keep-all;
      text-align: left; }
    .registration-modal .tooltip .tooltip-arrow {
      top: -14px;
      border-bottom-color: #973a08;
      border-width: 7px;
      left: 9%; }
  .registration-modal .tooltip.bottom {
    padding: 3px 0;
    margin-top: 7px; }
  .registration-modal .form-body {
    background: #000;
    padding: 30px 0; }
    .registration-modal .form-body .dob {
      padding-left: 0px;
      padding-right: 0px;
      z-index: 2; }
      @media only screen and (width: 768px) {
        .registration-modal .form-body .dob.month {
          padding-right: 4px; } }
      @media only screen and (width: 768px) {
        .registration-modal .form-body .dob.year {
          padding-left: 4px; } }
      .registration-modal .form-body .dob.day {
        padding: 0 4px; }
        @media (max-width: 767px) {
          .registration-modal .form-body .dob.day {
            padding: 8px 0px; } }
        @media only screen and (width: 768px) {
          .registration-modal .form-body .dob.day {
            padding: 0px; } }

.form-body.thumb-gallery {
  margin-top: 15px; }
  .form-body.thumb-gallery h4 {
    color: #90a3c4; }
  .form-body.thumb-gallery .copy {
    font-size: 11px;
    margin-bottom: 12px; }

.award-press .video-box {
  margin-bottom: 25px; }
  @media (min-width: 544px) {
    .award-press .video-box {
      margin-top: 60px; } }
.award-press .award-box {
  margin-bottom: 25px; }
  .award-press .award-box::after {
    content: "";
    display: table;
    clear: both; }
  .award-press .award-box img {
    float: left;
    width: 20%; }
  .award-press .award-box .content {
    margin-left: 25%; }
    .award-press .award-box .content h4 {
      color: #90a3c4;
      letter-spacing: 1px; }

footer .dn-site-link-wrap {
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px #2e333d;
  border-bottom: solid 1px #000;
  background-image: linear-gradient(to bottom, #191f28 0%, #1c222f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF191F28', endColorstr='#FF1C222F', GradientType=0); }
footer a.dn-site-link {
  font-family: 'PlanerRegular';
  font-size: 14px;
  letter-spacing: 0; }
  footer a.dn-site-link i {
    font-size: 13px;
    margin-left: 5px; }
  @media (min-width: 544px) {
    footer a.dn-site-link {
      font-size: 15px; } }
footer .copyright {
  color: #323232;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 15px; }
footer .links {
  font-size: 11px;
  letter-spacing: 0; }
  footer .links a {
    color: #d4d4d4; }
    footer .links a:hover {
      color: #CC3A00; }
  footer .links .pipe {
    color: #323232; }
    @media (min-width: 768px) {
      footer .links .pipe {
        margin: 0 6px; } }
footer .footer-main {
  margin-top: 25px; }
footer .esrb-head {
  font-size: 12px;
  margin-bottom: 4px; }
footer .esrb-wrap {
  width: 210px;
  margin: 0px auto; }
  @media (min-width: 544px) {
    footer .esrb-wrap {
      width: auto;
      margin: auto; } }
  footer .esrb-wrap a {
    float: left; }
footer .esrb-body {
  color: #eee;
  font-size: 11px;
  letter-spacing: 0px;
  margin-left: 65px; }
  footer .esrb-body::after {
    content: "";
    display: table;
    clear: both; }
  footer .esrb-body .esrb-info {
    font-family: "PlanerRegular";
    font-size: 11px;
    position: relative; }
footer .esrb-online {
  color: #eee;
  font-size: 11px;
  letter-spacing: 0px;
  margin-top: 12px; }

.footer-2col {
  min-height: 225px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #111212; }
  @media (min-width: 544px) {
    .footer-2col {
      position: absolute; } }
  .footer-2col a.dn-site-link {
    text-transform: uppercase; }
  .footer-2col .copyright {
    background: #0E0E0E; }
  .footer-2col .links {
    text-align: center;
    margin-top: 16px; }
    @media (min-width: 544px) {
      .footer-2col .links {
        text-align: right;
        margin-top: 8px; } }
    @media (min-width: 768px) {
      .footer-2col .links {
        text-align: right;
        margin-top: 16px; } }
  .footer-2col .affil-logos .col-logo {
    text-align: center; }
    @media (min-width: 544px) {
      .footer-2col .affil-logos .col-logo {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .footer-2col .affil-logos .col-logo {
        padding-left: 15px;
        padding-right: 15px; } }
  .footer-2col .affil-logos a.footer-logo {
    display: block;
    text-align: center;
    opacity: 70;
    filter: alpha(opacity=7000); }
    .footer-2col .affil-logos a.footer-logo img.img-responsive {
      max-height: 100px;
      display: inline-block; }
      .footer-2col .affil-logos a.footer-logo img.img-responsive.greybox {
        margin-top: 8px; }
      .footer-2col .affil-logos a.footer-logo img.img-responsive.sixfoot {
        margin-top: 10px; }
        @media (min-width: 544px) {
          .footer-2col .affil-logos a.footer-logo img.img-responsive.sixfoot {
            margin-top: 0; } }
      .footer-2col .affil-logos a.footer-logo img.img-responsive.yager {
        margin-top: 6px;
        max-height: 39px; }
    .footer-2col .affil-logos a.footer-logo:hover {
      opacity: 100;
      filter: alpha(opacity=10000); }
    @media (min-width: 544px) {
      .footer-2col .affil-logos a.footer-logo {
        margin-bottom: 0;
        text-align: left; } }

.footer-3col {
  background: #0f120e;
  min-height: 250px; }
  .footer-3col .affil-logos {
    margin: 30px 0; }
    .footer-3col .affil-logos a {
      display: block;
      text-align: center;
      margin: 0  0 15px; }
      .footer-3col .affil-logos a img {
        margin: 0 auto; }
      .footer-3col .affil-logos a.sixfoot-logo {
        margin-bottom: 10px; }
    @media (min-width: 544px) {
      .footer-3col .affil-logos {
        margin: 0; } }
  .footer-3col .links {
    text-align: center; }
    @media (min-width: 544px) {
      .footer-3col .links {
        text-align: left; } }
  .footer-3col .copyright {
    margin-top: 25px; }

.footer-3col.with_video .dn-site-link-wrap {
  background-color: #0f120e;
  background-image: none;
  padding: 18px 0;
  position: relative; }
  .footer-3col.with_video .dn-site-link-wrap a.dn-site-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #8a8a8a; }
    .footer-3col.with_video .dn-site-link-wrap a.dn-site-link span {
      border-bottom: solid 1px #8a8a8a; }
    .footer-3col.with_video .dn-site-link-wrap a.dn-site-link i {
      color: #d56a00;
      font-size: 12px; }
  .footer-3col.with_video .dn-site-link-wrap:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #181919;
    position: absolute;
    bottom: -2px;
    z-index: 10; }

.videoblox {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 2999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .videoblox .lb-content {
    position: relative;
    width: 100%;
    height: 720px;
    max-height: 720px;
    margin: 0 auto;
    max-resolution: res;
    cursor: default; }
    .videoblox .lb-content .lb-close {
      position: absolute;
      top: 5px;
      right: 24px;
      cursor: pointer;
      z-index: 3000; }
    .videoblox .lb-content iframe {
      margin: 0 auto; }

.modal#newsletterModal .modal-dialog {
  margin-top: 80px;
  max-width: 800px;
  width: 95%; }

.news-container {
  display: block;
  padding: 10px 10px 20px 10px;
  font-size: .6875rem;
  background: url("../images/dot.png"), linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.45) 100%); }
  .news-container .section-head {
    font-size: 19px; }

.close {
  color: #fff !important;
  opacity: 1; }

.news-container h3 {
  margin-top: 10px !important;
  margin-bottom: 10px;
  text-align: center; }

.thank-you {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase; }
  .thank-you .alert {
    background-color: #5bc0de; }

.alert#thank-you-confirmation, .modal .alert.error-flash {
  font-size: 14px;
  margin-top: 20px; }
  .alert#thank-you-confirmation ul, .modal .alert.error-flash ul {
    font-size: 14px; }

.newsletter-form .error-flash {
  background-color: #d9534f;
  color: white; }
  .newsletter-form .error-flash ul {
    padding: 0 0 10px;
    font-size: 14px;
    list-style-type: none; }
  .newsletter-form .error-flash a {
    font-size: larger;
    text-decoration: underline; }
    .newsletter-form .error-flash a:hover {
      color: #000; }
.newsletter-form .form-control {
  display: inline-block; }
.newsletter-form .form-group {
  margin-bottom: 0; }

.news-form {
  margin-left: auto;
  margin-right: auto;
  color: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.news-form h1 > span {
  display: block;
  font-size: 11px;
  color: #FFF; }

.news-form-break {
  display: block;
  clear: both; }
  .news-form-break select.form-control {
    display: inline-block; }

.news-form label {
  display: block;
  margin: 0px 0px 5px;
  font-weight: normal; }

.news-form .checkbox > label {
  color: #fff;
  text-transform: uppercase; }

.news-form .checkbox {
  margin-top: 15px; }
  .news-form .checkbox::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .news-form .checkbox {
      margin-top: 0; } }
  .news-form .checkbox input[type="checkbox"] {
    display: none; }
    @media (min-width: 768px) {
      .news-form .checkbox input[type="checkbox"] {
        display: inline-block; } }
    .news-form .checkbox input[type="checkbox"] + span {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      background: url(../images/white-check-box.png) left top no-repeat;
      cursor: pointer; }
      @media (min-width: 768px) {
        .news-form .checkbox input[type="checkbox"] + span {
          display: none; } }
    .news-form .checkbox input[type="checkbox"]:checked + span {
      background: url(../images/white-check-box.png) -32px top no-repeat; }
  .news-form .checkbox label {
    color: #fff;
    text-transform: uppercase;
    padding-left: 0; }
    @media (min-width: 768px) {
      .news-form .checkbox label {
        padding-left: 1.25rem; } }
    .news-form .checkbox label .cbox {
      float: left; }
      @media (min-width: 768px) {
        .news-form .checkbox label .cbox {
          float: none; } }
    .news-form .checkbox label .cbox-txt {
      margin-left: 50px;
      font-family: 'PlanerRegular';
      padding-top: 3px; }
      @media (min-width: 768px) {
        .news-form .checkbox label .cbox-txt {
          margin-left: 0; } }

.news-form label > span {
  float: left;
  margin-top: 5px;
  color: #FFF;
  font-family: 'PlanerRegular'; }

.news-form label > span .req {
  color: #f13304;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase; }

.news-form .reqtext {
  font-family: 'PlanerRegular';
  margin-top: 20px;
  color: #fff;
  font-size: .875rem;
  position: relative;
  text-align: center; }
  .news-form .reqtext:before {
    content: "*";
    font-size: 22px;
    vertical-align: bottom;
    line-height: 11px;
    margin-right: 4px;
    color: #f13304; }

.news-star {
  display: inline-block;
  font-size: 11px;
  padding: 0 5px;
  margin-bottom: -13px; }

.news-star-ind {
  display: inline-block;
  font-size: 11px;
  padding: 0 5px;
  float: left;
  margin-bottom: -13px; }

.news-form input[type="text"], .news-form input[type="email"], .news-form textarea {
  font-family: 'PlanerRegular';
  background: #9b9d9e;
  border: 1px solid rgba(102, 255, 255, 0.34);
  border-radius: 0;
  color: #2a464b;
  font-size: .8rem;
  font-style: italic;
  height: 34px;
  width: 100%;
  outline: none;
  text-align: left;
  padding: 0 8px; }
  .news-form input[type="text"]::-webkit-input-placeholder, .news-form input[type="email"]::-webkit-input-placeholder, .news-form textarea::-webkit-input-placeholder {
    color: #2a464b; }
  .news-form input[type="text"]:focus, .news-form input[type="email"]:focus, .news-form textarea:focus {
    border-color: #66ffff;
    box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2); }

.news-form select {
  font-family: 'PlanerRegular';
  font-style: italic;
  font-size: .8rem;
  color: #2a464b;
  height: 30px;
  line-height: 15px;
  padding: 0px 0px 0px 10px;
  margin-top: 2px;
  background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
  width: -webkit-calc(32% + 2px);
  width: calc(32% + 2px); }
  @media (max-width: 991px) {
    .news-form select {
      width: 100%;
      margin-bottom: 4px; } }
  @media (min-width: 992px) {
    .news-form select {
      width: -webkit-calc(32% + 1px);
      width: calc(32% + 1px); } }
  @media (min-width: 1200px) {
    .news-form select {
      width: -webkit-calc(32% + 2px);
      width: calc(32% + 2px); } }

.news-form-modal select {
  color: #555;
  height: 30px;
  line-height: 15px;
  padding: 0px 0px 0px 10px;
  margin-top: 2px;
  background: url("down-arrow.png") no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
  background: url("down-arrow.png") no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
  width: -webkit-calc(32% + 4px);
  width: calc(32% + 4px); }
  @media (max-width: 991px) {
    .news-form-modal select {
      width: 100%;
      margin-bottom: 4px; } }

.region-select select {
  width: 100%; }
  @media (min-width: 544px) {
    .region-select select {
      width: 97%;
      margin-bottom: 4px; } }

.province-select select {
  width: 100%; }

.news-form textarea {
  height: 100px;
  padding-top: 10px; }

.submit-wrap {
  text-align: center; }
  .submit-wrap label {
    display: inline-block; }
  .submit-wrap .news-btn {
    margin-top: 10px;
    display: inline-block; }
    .submit-wrap .news-btn button.btn-hexbox, .submit-wrap .news-btn button.btn-hexbox-disabled {
      min-width: 260px; }
      @media (min-width: 544px) {
        .submit-wrap .news-btn button.btn-hexbox, .submit-wrap .news-btn button.btn-hexbox-disabled {
          min-width: 380px; } }
      @media (min-width: 768px) {
        .submit-wrap .news-btn button.btn-hexbox, .submit-wrap .news-btn button.btn-hexbox-disabled {
          min-width: 188px; } }
      @media (min-width: 992px) {
        .submit-wrap .news-btn button.btn-hexbox, .submit-wrap .news-btn button.btn-hexbox-disabled {
          min-width: 258px; } }
      @media (min-width: 1200px) {
        .submit-wrap .news-btn button.btn-hexbox, .submit-wrap .news-btn button.btn-hexbox-disabled {
          min-width: 300px; } }
  .submit-wrap .tooltip-inner {
    font-size: .6rem;
    text-transform: uppercase; }

.birthdate .tooltip.bottom .tooltip-inner {
  word-break: normal;
  white-space: normal; }
@media (min-width: 768px) {
  .birthdate .tooltip-inner {
    max-width: 108px; } }

.tooltip {
  background: rgba(0, 0, 0, 0.4);
  font-family: "PlanerRegular";
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1050; }
  .tooltip .tooltip-inner {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: none;
    padding: 6px;
    word-break: keep-all;
    text-align: left; }
  .tooltip.bottom .tooltip-inner {
    border: 1px solid rgba(102, 255, 255, 0.34); }
  .tooltip.bottom .tooltip-arrow {
    top: -11px;
    border-bottom-color: rgba(102, 255, 255, 0.34);
    border-width: 7px;
    left: 45% !important; }

.tooltip.bottom {
  padding: 3px 0;
  margin-top: 7px; }

.news-modal-body {
  position: relative;
  padding: 44px;
  display: block;
  margin-top: -40px; }
  @media (min-width: 544px) {
    .news-modal-body {
      display: inline-block; } }

.news-modal-content {
  position: relative;
  font-family: "PlanerRegular";
  border: 1px solid #273D5B;
  outline: 1px solid #000;
  background: #11141B;
  /* Old browsers */
  background: -moz-linear-gradient(top, #11141B 0%, #161A24 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11141B), color-stop(100%, #161A24));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #11141B 0%, #161A24 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #11141B 0%, #161A24 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #11141B 0%, #161A24 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #11141B 0%, #161A24 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11141B', endColorstr='#161A24',GradientType=0 );
  /* IE6-9 */
  background-clip: padding-box;
  z-index: 100; }
  .news-modal-content .btn-buynow {
    color: #fff;
    position: relative;
    border-top: solid 1px #702110;
    border-left: solid 1px transparent;
    border-right: solid 1px #75180e;
    border-bottom: solid 1px #681719;
    border-radius: 0;
    font-family: "PlanerRegular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    white-space: nowrap;
    text-shadow: 1px 2px #5f2f00;
    padding: 10px 10px;
    margin-bottom: 3px;
    background: #681719;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cb3a26 0%, #681719 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb3a26), color-stop(100%, #681719));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cb3a26 0%, #681719 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cb3a26 0%, #681719 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cb3a26 0%, #681719 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cb3a26 0%, #681719 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3a26', endColorstr='#681719',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.79);
    transition: all 0.25s; }
    .news-modal-content .btn-buynow:hover {
      color: #fff;
      border-top: solid 1px #702110;
      border-left: solid 1px transparent;
      border-right: solid 1px #75180e;
      border-bottom: solid 1px #681719;
      text-shadow: 1px 1px 4px #fff; }
    .news-modal-content .btn-buynow:focus, .news-modal-content .btn-buynow:active {
      color: #fff;
      text-shadow: 1px 1px 4px #fff;
      border-top: solid 1px #702110;
      border-left: solid 1px transparent;
      border-right: solid 1px #75180e;
      border-bottom: solid 1px #681719;
      background: #681719;
      /* Old browsers */
      background: -moz-linear-gradient(top, #681719 0%, #cb3a26 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #681719), color-stop(100%, #cb3a26));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #681719 0%, #cb3a26 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #681719 0%, #cb3a26 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #681719 0%, #cb3a26 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #681719 0%, #cb3a26 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#681719', endColorstr='#cb3a26',GradientType=0 );
      /* IE6-9 */ }
    @media (min-width: 768px) {
      .news-modal-content .btn-buynow {
        font-size: 16px;
        padding: 6px 23px; } }
    @media (min-width: 992px) {
      .news-modal-content .btn-buynow {
        font-size: 16px;
        padding: 6px 30px; } }

.news-modal-header {
  padding: 15px; }
  .news-modal-header h4 {
    color: #90a3c4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px; }
  .news-modal-header h5 {
    color: #90a3c4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px; }
  @media (min-width: 544px) {
    .news-modal-header h4 {
      font-size: 40px; }
    .news-modal-header h5 {
      font-size: 24px; } }

.news-form .form-error input[type="text"], .news-form .form-error input[type="email"], .news-form .form-error textarea, .news-form .form-error select {
  column-rule: #252525;
  background: #f6d4af;
  border-color: #f13304;
  box-shadow: none; }
.news-form .form-error-msg {
  display: none;
  color: #f13304;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-top: 7px;
  letter-spacing: 0px; }
  .news-form .form-error-msg:before {
    content: "\e642";
    font-family: 'dn-fonts';
    position: absolute;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.news-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none; }
.news-form select::-ms-expand {
  display: none; }
.news-form .form-error #birthdate_month, .news-form .form-error #birthdate_day, .news-form .form-error #birthdate_year {
  column-rule: #252525;
  border-color: #f13304 !important;
  background: #f6d4af url("../images/beta-signup-arrow.png") no-repeat;
  background-position: right bottom;
  box-shadow: none !important; }
.news-form #birthdate_month, .news-form #birthdate_day, .news-form #birthdate_year {
  border: 1px solid rgba(102, 255, 255, 0.34);
  background: #9b9d9e url("../images/beta-signup-arrow.png") no-repeat;
  background-position: right bottom; }
  .news-form #birthdate_month:focus, .news-form #birthdate_day:focus, .news-form #birthdate_year:focus {
    border-color: #66ffff;
    box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2); }

.overview-hero {
  padding-top: 155px; }
  @media (min-width: 544px) {
    .overview-hero {
      padding-bottom: 20px;
      padding-top: 140px; } }
  @media (min-width: 768px) {
    .overview-hero {
      min-height: 420px;
      padding-bottom: 0px;
      padding-top: 120px; } }
  @media (min-width: 1200px) {
    .overview-hero {
      min-height: 570px;
      padding-top: 180px; } }
  .overview-hero h1.title {
    font-family: "Teko";
    font-size: 3.8rem;
    font-weight: 300;
    text-shadow: 1px 1px 20px #000; }
    @media (min-width: 768px) {
      .overview-hero h1.title {
        font-size: 4rem; } }
    @media (min-width: 1200px) {
      .overview-hero h1.title {
        font-size: 5.5rem; } }
  .overview-hero h4.sub-title {
    font-size: 2.3rem;
    font-weight: 300;
    font-family: "Teko";
    color: #66ffff; }
    @media (min-width: 768px) {
      .overview-hero h4.sub-title {
        font-size: 1.75rem; } }
    @media (min-width: 1200px) {
      .overview-hero h4.sub-title {
        font-size: 2.125rem; } }
  .overview-hero .desc {
    font-style: italic;
    font-size: 0.96rem;
    text-shadow: 0px 0px 8px #000; }
    @media (min-width: 768px) {
      .overview-hero .desc {
        font-size: 0.80rem; } }
    @media (min-width: 1200px) {
      .overview-hero .desc {
        font-size: 0.96rem; } }

.text-center .img-fluid, .text-center .carousel-inner > .carousel-item > img,
.text-center .carousel-inner > .carousel-item > a > img {
  margin: 0 auto; }

.info-box-wrapper {
  margin: 10px 0 0; }

.info-blox {
  position: relative;
  margin-bottom: 30px;
  padding: 3px;
  width: 100%; }
  @media (min-width: 768px) {
    .info-blox:after {
      display: inline-block;
      width: 3px;
      height: 95px;
      content: '';
      position: absolute;
      right: -11px;
      top: 4px; }
    .info-blox.dots-1:after {
      background: url("../images/game-overview/dots-1.png"); }
    .info-blox.dots-3:after {
      background: url("../images/game-overview/dots-3.png"); } }
  @media (min-width: 1200px) {
    .info-blox.dots-2:after {
      background: url("../images/game-overview/dots-2.png"); }
    .info-blox.dots-4:after {
      background: url("../images/game-overview/dots-1.png"); } }
  .info-blox .corner-tl, .info-blox .corner-tr, .info-blox .corner-bl, .info-blox .corner-br {
    width: 18px;
    height: 18px;
    position: absolute; }
  .info-blox .corner-tl {
    top: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left top no-repeat; }
  .info-blox .corner-tr {
    top: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right top no-repeat; }
  .info-blox .corner-bl {
    bottom: -1px;
    left: -1px;
    background: url(../images/btn-target-sprite.png) left -18px no-repeat; }
  .info-blox .corner-br {
    bottom: -1px;
    right: -1px;
    background: url(../images/btn-target-sprite.png) right -18px no-repeat; }
  .info-blox .content-wrap {
    min-height: 114px;
    color: #66ffff;
    font-family: "Teko";
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.075;
    width: 100%;
    padding-right: 10px;
    background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.15) 0%, rgba(112, 186, 197, 0.07) 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .info-blox .content-wrap {
        font-size: 1.125rem;
        min-height: 100px; } }
  .info-blox img.blox-icon {
    float: left; }
  .info-blox .title {
    padding: 5px 0px; }
  .info-blox .blox-ico {
    filter: drop-shadow(0px 0px 10px #238E92);
    -webkit-filter: drop-shadow(0px 0px 10px #238E92); }

.game-overview hr {
  margin: 5px 0; }
.game-overview .game-overview-section {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .game-overview .game-overview-section {
      margin-bottom: 0; } }
  .game-overview .game-overview-section .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
  .game-overview .game-overview-section .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .game-overview .game-overview-section .row {
    margin-left: 0;
    margin-right: 0; }
  .game-overview .game-overview-section .title {
    color: #66ffff;
    font-family: "Teko";
    font-size: 3.875rem;
    font-weight: 300;
    line-height: .95;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px; }
    .game-overview .game-overview-section .title.in-view {
      animation: fadein 0.7s 1 cubic-bezier(0.075, 0.82, 0.165, 1), your-text 1s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media (min-width: 768px) {
      .game-overview .game-overview-section .title {
        font-size: 2.25rem;
        line-height: .85;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .game-overview .game-overview-section .title {
        font-size: 4rem;
        margin-bottom: 20px; } }
  .game-overview .game-overview-section .slug {
    font-style: italic;
    font-size: .9375rem; }
    @media (min-width: 768px) {
      .game-overview .game-overview-section .slug {
        font-size: .75rem; } }
    @media (min-width: 992px) {
      .game-overview .game-overview-section .slug {
        font-size: 1.0625rem; } }
.game-overview .wrapper {
  background-image: url(../images/dot.png), linear-gradient(to right, rgba(112, 186, 197, 0.1) 0%, rgba(112, 186, 197, 0.24) 25%, rgba(112, 186, 197, 0.24) 75%, rgba(112, 186, 197, 0.1) 100%); }
.game-overview .info-wrapper {
  padding: 0 30px 40px; }
  @media (min-width: 768px) {
    .game-overview .info-wrapper {
      padding: 20px;
      background-image: linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%); } }
  @media (min-width: 992px) {
    .game-overview .info-wrapper {
      padding: 60px 60px 60px; } }
  @media (min-width: 1200px) {
    .game-overview .info-wrapper {
      padding: 80px 60px 60px; } }
.game-overview .graphic-wrapper {
  position: relative; }
@media (min-width: 768px) {
  .game-overview .info-wrapper, .game-overview .graphic-wrapper {
    min-height: 220px; } }
@media (min-width: 992px) {
  .game-overview .info-wrapper, .game-overview .graphic-wrapper {
    min-height: 300px; } }
@media (min-width: 1200px) {
  .game-overview .info-wrapper, .game-overview .graphic-wrapper {
    min-height: 387px; } }
.game-overview .customize .wrapper {
  position: relative; }
  .game-overview .customize .wrapper .customize-bg {
    position: absolute;
    left: 0;
    max-height: 500px;
    display: none; }
    @media (min-width: 768px) {
      .game-overview .customize .wrapper .customize-bg {
        display: block;
        max-height: 212px; } }
    @media (min-width: 992px) {
      .game-overview .customize .wrapper .customize-bg {
        max-height: 300px; } }
    @media (min-width: 1200px) {
      .game-overview .customize .wrapper .customize-bg {
        max-height: 387px; } }
    .game-overview .customize .wrapper .customize-bg.in-view {
      animation: fadein 3.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
.game-overview .customize .customize-ship {
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 0;
  max-height: 256px; }
  @media (min-width: 768px) {
    .game-overview .customize .customize-ship {
      top: -10px;
      left: -50px;
      max-height: 266px; } }
  @media (min-width: 992px) {
    .game-overview .customize .customize-ship {
      top: -15px;
      left: -68px;
      max-height: 364px; } }
  @media (min-width: 1200px) {
    .game-overview .customize .customize-ship {
      top: -19px;
      left: -88px;
      max-height: 469px; } }
.game-overview .fight .wrapper {
  position: relative; }
  .game-overview .fight .wrapper .fight-bg {
    position: absolute;
    left: 0;
    max-height: 500px;
    display: none; }
    @media (min-width: 768px) {
      .game-overview .fight .wrapper .fight-bg {
        display: block;
        max-height: 226px; } }
    @media (min-width: 992px) {
      .game-overview .fight .wrapper .fight-bg {
        max-height: 300px; } }
    @media (min-width: 1200px) {
      .game-overview .fight .wrapper .fight-bg {
        max-height: 500px; } }
    .game-overview .fight .wrapper .fight-bg.in-view {
      animation: fadein 3.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
.game-overview .fight .fight-ships {
  position: absolute;
  z-index: 5;
  top: -19px;
  left: -30px;
  max-width: 320px; }
  @media (min-width: 992px) {
    .game-overview .fight .fight-ships {
      top: -20px;
      left: -39px;
      max-width: 422px; } }
  @media (min-width: 1200px) {
    .game-overview .fight .fight-ships {
      top: -28px;
      left: -46px;
      max-width: none; } }
.game-overview .master .wrapper {
  position: relative; }
  .game-overview .master .wrapper .master-bg {
    position: absolute;
    right: 0;
    max-height: 500px;
    display: none; }
    @media (min-width: 768px) {
      .game-overview .master .wrapper .master-bg {
        display: block;
        max-height: 220px; } }
    @media (min-width: 992px) {
      .game-overview .master .wrapper .master-bg {
        max-height: 300px; } }
    @media (min-width: 1200px) {
      .game-overview .master .wrapper .master-bg {
        max-height: 500px; } }
    .game-overview .master .wrapper .master-bg.in-view {
      animation: fadein 3.85s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
.game-overview .master .master-ships {
  position: absolute;
  z-index: 5;
  top: -38px;
  left: -4px;
  max-width: 360px; }
  @media (min-width: 992px) {
    .game-overview .master .master-ships {
      top: -44px;
      left: -11px;
      max-width: 490px; } }
  @media (min-width: 1200px) {
    .game-overview .master .master-ships {
      top: -56px;
      left: -23px;
      max-width: none; } }
.game-overview .earn .wrapper {
  position: relative; }
.game-overview .earn .earn-ships {
  position: absolute;
  z-index: 5;
  top: -45px;
  right: -52px;
  max-width: 452px; }
  @media (min-width: 992px) {
    .game-overview .earn .earn-ships {
      top: -61px;
      right: -51px;
      max-width: 571px; } }
  @media (min-width: 1200px) {
    .game-overview .earn .earn-ships {
      top: -78px;
      right: -122px;
      max-width: none; } }

#overview-faq {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #overview-faq {
      margin-top: 100px; } }
  #overview-faq h2.faq-head {
    text-align: center;
    font-family: "Teko";
    font-size: 4rem; }
  #overview-faq dl#faqs {
    margin-top: 10px; }
    @media (min-width: 768px) {
      #overview-faq dl#faqs {
        margin-top: 50px; } }
    #overview-faq dl#faqs dt {
      cursor: pointer;
      text-transform: uppercase;
      font-size: 2.1rem;
      line-height: 1;
      font-weight: 300;
      letter-spacing: 0;
      font-family: "Teko";
      color: #66ffff;
      padding: 20px 0 15px 50px;
      position: relative; }
      @media (min-width: 768px) {
        #overview-faq dl#faqs dt {
          padding: 20px 0 15px 70px;
          font-size: 2.25rem; } }
      #overview-faq dl#faqs dt:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 18px;
        width: 36px;
        height: 36px;
        border: solid 2px #fff;
        border-radius: 200%; }
      #overview-faq dl#faqs dt:after {
        content: "\f01b";
        font-family: 'Black Tie';
        font-weight: 400;
        position: absolute;
        color: #fff;
        left: 9px;
        top: 27px;
        font-size: 19px; }
      #overview-faq dl#faqs dt.expanded {
        color: #66ffff; }
        #overview-faq dl#faqs dt.expanded:before {
          border-color: #a71d02; }
        #overview-faq dl#faqs dt.expanded:after {
          content: "\f021";
          font-size: 22px;
          left: 7px;
          top: 26px;
          color: #a71d02; }
    #overview-faq dl#faqs dd {
      padding: 0 0 0 50px;
      font-size: .9375rem;
      line-height: 1.5;
      font-style: italic;
      color: #fff;
      word-break: break-word; }
      @media (min-width: 768px) {
        #overview-faq dl#faqs dd {
          padding: 20px 0 20px 70px; } }
      #overview-faq dl#faqs dd a {
        word-wrap: break-word; }
        @media (min-width: 544px) {
          #overview-faq dl#faqs dd a {
            word-wrap: normal; } }

.intel-mktg {
  margin-top: -60px; }
  .intel-mktg span {
    display: block;
    margin-top: 20px;
    font-size: 16px; }
  .intel-mktg h2 {
    margin-top: 0; }
  @media (min-width: 544px) {
    .intel-mktg {
      margin-top: 0; } }
  .intel-mktg .content-block {
    padding: 70px 0; }
    .intel-mktg .content-block .btn-dnred {
      margin-top: 40px; }
  .intel-mktg h2 {
    text-transform: uppercase;
    font-family: PlanerRegular;
    letter-spacing: 0;
    font-size: 28px;
    line-height: 1.3; }
  .intel-mktg .btn-dnred {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    padding: 2px 50px; }
  .intel-mktg p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.9; }
  .intel-mktg ul {
    margin: 0;
    padding: 0; }
    .intel-mktg ul li {
      margin: 19px 0 19px 15px;
      padding: 0;
      font-size: 16px;
      letter-spacing: 0; }

.intel {
  text-align: center;
  margin-top: 200px; }
  .intel img {
    max-height: 200px;
    margin: 0 auto; }

.intel-hero {
  background: #000 url("../images/splash/gghero-gamescom2.jpg") center top no-repeat;
  min-height: 400px;
  text-align: center;
  border-bottom: 4px solid #9193A0; }
  @media (max-width: 767px) {
    .intel-hero .early-access-logo {
      position: relative;
      top: 64px; } }

.intel-overview {
  background: #111 url("../images/intel/intel-overview-bg.jpg") center top no-repeat;
  text-align: center; }
  .intel-overview .title-badge {
    max-height: 110px;
    margin: 0 auto; }
    @media (min-width: 544px) {
      .intel-overview .title-badge {
        max-height: 130px; } }
    @media (min-width: 768px) {
      .intel-overview .title-badge {
        max-height: 160px; } }
  .intel-overview .title {
    font-family: PlanerRegular;
    font-size: 20px;
    text-align: center;
    margin-top: 15px; }
  .intel-overview .alpha-indev {
    margin: 0 auto;
    margin-top: 60px;
    max-height: 60px; }

.intel-badges {
  margin-top: 60px; }

.intel-benefits {
  position: relative;
  min-height: 640px;
  background: #1d1311 url("../images/intel/intel-benefits-bg.jpg") center top no-repeat;
  background-size: cover; }
  .intel-benefits h2, .intel-benefits p {
    text-align: center; }
  .intel-benefits .benefits-content {
    min-height: 340px; }
    .intel-benefits .benefits-content p {
      text-align: left; }

.intel-hardware {
  background: #0f3542 url("../images/intel/intel-hardware-bg.jpg") center top no-repeat;
  text-align: center; }
  .intel-hardware .hardware-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    margin: auto; }

.intel-sysreqs {
  position: relative;
  min-height: 850px;
  background: #111 url("../images/intel/intel-sysreq-bg.jpg") center top no-repeat;
  background-size: cover; }
  .intel-sysreqs h2 {
    text-align: center; }
  .intel-sysreqs .sysreqs-content {
    min-height: 510px; }

ul.sysreqs {
  margin: 0;
  padding: 0; }
  ul.sysreqs li {
    margin: 0 0 7px 15px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0; }

.intel-faq {
  background: #353535 url("../images/diag-bg.jpg") 0 0 repeat; }
  .intel-faq h2 {
    text-align: center; }
  .intel-faq dl#faqs {
    margin-top: 50px; }
    .intel-faq dl#faqs li {
      font-size: 12px;
      letter-spacing: 1px; }
    .intel-faq dl#faqs .dl-item {
      border: solid 1px rgba(255, 255, 255, 0.5);
      padding: 0;
      background: rgba(0, 0, 0, 0.4);
      margin-bottom: 14px; }
    .intel-faq dl#faqs dt {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: normal;
      letter-spacing: 0;
      color: #999999;
      padding: 10px 15px 10px 40px;
      position: relative; }
      .intel-faq dl#faqs dt:before {
        content: "";
        position: absolute;
        left: 11px;
        top: 13px;
        background: #999;
        width: 18px;
        height: 18px;
        border-radius: 200%; }
      .intel-faq dl#faqs dt:after {
        content: "+";
        position: absolute;
        font-weight: bold;
        color: #000;
        left: 16px;
        top: 10px;
        font-size: 16px; }
      .intel-faq dl#faqs dt.expanded {
        color: #fff; }
        .intel-faq dl#faqs dt.expanded:before {
          background: #fff; }
        .intel-faq dl#faqs dt.expanded:after {
          content: "-";
          font-size: 26px;
          left: 16px;
          top: 1px; }
    .intel-faq dl#faqs dd {
      padding: 0px 40px 20px;
      line-height: 1.7;
      word-break: break-word; }
      .intel-faq dl#faqs dd a {
        word-wrap: break-word; }
        @media (min-width: 544px) {
          .intel-faq dl#faqs dd a {
            word-wrap: normal; } }

.beta-header {
  overflow: hidden; }
  .beta-header hr {
    margin: 0; }
  .beta-header .beta-fade {
    opacity: 0.6; }
  @media (min-width: 768px) {
    .beta-header .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -34px; }
      .beta-header .bg-wrapper .dn-logo {
        padding: 25px 0 15px;
        text-align: center; } }
  .beta-header .compass {
    display: none; }
    @media (min-width: 768px) {
      .beta-header .compass {
        background: url("../images/nav/compass.png") center 4px no-repeat;
        display: block;
        height: 40px;
        width: 100%; } }
    .beta-header .compass hr {
      margin-top: 4px; }
    .beta-header .compass .compass-tracker {
      position: relative;
      top: -16px; }
    .beta-header .compass .target-tracker {
      display: block;
      left: 0;
      position: absolute; }
  @media (max-width: 767px) {
    .beta-header.static {
      background: rgba(0, 0, 0, 0.8);
      height: auto;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2500; } }
  .beta-header.fixed {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2500; }
    .beta-header.fixed .compass {
      display: none; }
    .beta-header.fixed .hr:not(:last-child) {
      display: none; }
    .beta-header.fixed .top1,
    .beta-header.fixed .top2 {
      display: none; }
    .beta-header.fixed .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -90px, url("../images/nav/header-gradient.png") repeat-x center bottom, url("../images/base-pattern.png") repeat center top; }
    .beta-header.fixed .dn-logo {
      padding: 0 0 7px; }
      .beta-header.fixed .dn-logo img {
        max-width: 200px; }
    .beta-header.fixed .navbar.navbar-dn {
      padding: 0; }
      @media (min-width: 768px) {
        .beta-header.fixed .navbar.navbar-dn {
          padding: 3px; } }
      @media (min-width: 992px) {
        .beta-header.fixed .navbar.navbar-dn {
          padding: 0; } }
    @media (min-width: 992px) {
      .beta-header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
        padding: .625rem 1.75rem; } }
    .beta-header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a.active {
      color: #f13304; }
    .beta-header.fixed .btn-hexbox,
    .beta-header.fixed .btn-hexbox-login {
      position: relative; }
      .beta-header.fixed .btn-hexbox span,
      .beta-header.fixed .btn-hexbox-login span {
        bottom: 0;
        position: relative; }
      .beta-header.fixed .btn-hexbox::after,
      .beta-header.fixed .btn-hexbox-login::after {
        bottom: 10px; }
      .beta-header.fixed .btn-hexbox:hover::after,
      .beta-header.fixed .btn-hexbox-login:hover::after {
        bottom: 12px;
        right: 12px; }

.beta-signup-outer-wrapper {
  padding: 40px 0 6px; }
  @media (min-width: 768px) {
    .beta-signup-outer-wrapper {
      padding: 75px 0; }
      .beta-signup-outer-wrapper.thank-you-confirmation {
        padding: 150px 0 270px; } }
  .beta-signup-outer-wrapper .beta-signup-top-hr hr,
  .beta-signup-outer-wrapper .beta-signup-bottom-hr hr {
    margin: 4px 0; }
    .beta-signup-outer-wrapper .beta-signup-top-hr hr.hr-fade,
    .beta-signup-outer-wrapper .beta-signup-bottom-hr hr.hr-fade {
      opacity: .2; }
  .beta-signup-outer-wrapper .wrapper {
    background-image: url("../images/dot.png"), linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.55) 100%); }
  .beta-signup-outer-wrapper .beta-signup-container {
    display: block;
    font-size: .6875rem;
    min-height: 700px; }
    .beta-signup-outer-wrapper .beta-signup-container.thank-you-confirmation {
      min-height: auto; }
      .beta-signup-outer-wrapper .beta-signup-container.thank-you-confirmation p {
        font-size: .8rem; }
      .beta-signup-outer-wrapper .beta-signup-container.thank-you-confirmation .thank-you-confirmation-heading {
        padding: 10px 0; }
        .beta-signup-outer-wrapper .beta-signup-container.thank-you-confirmation .thank-you-confirmation-heading h1 {
          margin-bottom: 0; }
    .beta-signup-outer-wrapper .beta-signup-container .return-to-main {
      display: block;
      font-family: "PlanerRegular";
      font-size: .85rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      padding: 1.8125rem 0; }
      @media (min-width: 768px) {
        .beta-signup-outer-wrapper .beta-signup-container .return-to-main {
          padding: .8125rem 4.75rem; }
          .beta-signup-outer-wrapper .beta-signup-container .return-to-main:after {
            content: "\f093";
            font-family: "Black Tie";
            font-size: .75rem;
            position: relative;
            right: -8px;
            color: #f13304; } }
    .beta-signup-outer-wrapper .beta-signup-container .marketing-checkbox {
      font-family: "PlanerRegular";
      text-transform: uppercase; }
    .beta-signup-outer-wrapper .beta-signup-container .single_col {
      padding: 20px 100px; }
      .beta-signup-outer-wrapper .beta-signup-container .single_col .submit-wrap {
        margin-top: -45px; }
    .beta-signup-outer-wrapper .beta-signup-container .submit-wrap {
      margin-top: -20px; }
    .beta-signup-outer-wrapper .beta-signup-container .beta-form-content {
      padding: 20px 8px; }
      @media (min-width: 544px) {
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content {
          padding: 20px 35px; } }
      @media (min-width: 544px) {
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .dob-formset {
          padding-top: 5px;
          padding-bottom: 8px; } }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .dob-formset label {
        margin-bottom: 0; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .req {
        color: #f13304; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .age-req {
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .age-req .undo-break {
            display: none; } }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .reqtext {
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
        position: relative;
        text-align: center; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .reqtext::before {
          content: "*";
          font-size: 22px;
          vertical-align: bottom;
          line-height: 11px;
          margin-right: 4px;
          color: #f13304; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-page-head {
        color: #fff;
        font-family: "Teko";
        font-size: 2.8rem;
        line-height: 1;
        text-transform: uppercase;
        background: -webkit-linear-gradient(#fdfffe, #959394);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block; }
        @media (min-width: 768px) {
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-page-head {
            font-size: 2.8rem; } }
        @media (min-width: 992px) {
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-page-head {
            font-size: 3rem; } }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-recaptcha {
        margin-bottom: -0.25rem; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-recaptcha .recaptcha-error {
          color: #f13304;
          display: block !important;
          font-family: "Open Sans",Helvetica,Arial,sans-serif;
          font-size: 11px;
          line-height: 12px;
          text-align: left;
          padding-left: 20px;
          position: relative;
          margin-bottom: 7px;
          letter-spacing: 0px; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-recaptcha .recaptcha-error:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e642";
            font-family: 'dn-fonts';
            position: absolute;
            left: 0; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-desc {
        font-size: 1rem;
        letter-spacing: .1rem;
        margin-bottom: 20px;
        text-align: left; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-submit-btn {
        height: 55px;
        padding: .1875rem 4.5rem;
        text-align: center; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .beta-submit-btn span {
          font-size: 2rem; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content label {
        width: 100%; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .region-select select {
        width: 100%; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .g-recaptcha > div > div {
        margin: 10px auto !important;
        text-align: center;
        width: auto !important;
        height: auto !important; }
        @media (min-width: 768px) {
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .g-recaptcha > div > div {
            transform: scale(0.9); } }
        @media (min-width: 992px) {
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .g-recaptcha > div > div {
            transform: none; } }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group {
        margin-bottom: auto;
        font-family: "PlanerRegular"; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group input[type="text"],
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group input[type="email"],
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group option {
          color: #2a464b; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group input[type="text"]::-webkit-input-placeholder,
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group input[type="email"]::-webkit-input-placeholder,
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group option::-webkit-input-placeholder {
            color: #2a464b; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group select {
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          -moz-appearance: none; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group select::-ms-expand {
          display: none; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.form-error input[type="text"], .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.form-error input[type="email"], .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.form-error textarea, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.form-error select {
          column-rule: #252525;
          background: #f6d4af;
          border-color: #f13304; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group .form-error-msg {
          color: #f13304;
          display: none;
          font-family: "Open Sans",Helvetica,Arial,sans-serif;
          font-size: 11px;
          line-height: 12px;
          text-align: left;
          padding-left: 20px;
          position: relative;
          margin-bottom: 7px;
          letter-spacing: 0px; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group .form-error-msg:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e642";
            font-family: 'dn-fonts';
            position: absolute;
            left: 0; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group .form-error-msg.region {
            overflow: visible;
            white-space: nowrap; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group .form-control {
          background: #9b9d9e;
          border-color: rgba(102, 255, 255, 0.34);
          border-radius: 0;
          color: #2a464b;
          font-size: .8rem;
          font-style: italic;
          height: 34px;
          min-width: auto;
          outline: none;
          text-align: left; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group .form-control:focus {
            border-color: #66ffff;
            box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2); }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.province-select, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.region-select {
          margin-bottom: 10px; }
          @media (min-width: 544px) {
            .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.province-select, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.region-select {
              margin-bottom: auto; } }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.province-select label, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.region-select label {
            margin-bottom: 0; }
          .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.province-select .form-error-msg, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-group.region-select .form-error-msg {
            margin-top: 8px; }
      @media (max-width: 991px) {
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .dob {
          margin-bottom: 10px; } }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #month, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #day, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #year {
        border-color: rgba(102, 255, 255, 0.34);
        border-radius: 0;
        color: #2a464b;
        font-size: .8rem;
        font-style: italic;
        height: 34px;
        min-width: auto;
        outline: none;
        text-align: left;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-bottom: .5rem; }
        .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #month:focus, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #day:focus, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #year:focus {
          border-color: #66ffff; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-error #month, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-error #day, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-error #year, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-error #region, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content .form-error #states {
        column-rule: #252525;
        border-color: #f13304;
        background: #f6d4af url("../images/beta-signup-arrow.png") no-repeat;
        background-position: right bottom; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #month, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #day, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #year, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #region, .beta-signup-outer-wrapper .beta-signup-container .beta-form-content #states {
        background: #9b9d9e url("../images/beta-signup-arrow.png") no-repeat;
        background-position: right bottom; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-form-content img {
        display: block;
        margin: 0 auto;
        max-width: 70%; }
    .beta-signup-outer-wrapper .beta-signup-container .beta-graphic-wrapper {
      text-align: center; }
      .beta-signup-outer-wrapper .beta-signup-container .beta-graphic-wrapper img {
        padding-top: 10px; }
    .beta-signup-outer-wrapper .beta-signup-container .dob-warning {
      text-align: right; }

.beta-ships-info {
  min-height: 700px; }
  .beta-ships-info hr {
    margin: 10px 0; }
  .beta-ships-info .wrapper {
    background-image: url(../images/dot.png), linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.45) 100%); }
  .beta-ships-info .info-wrapper {
    padding: 10px; }
    @media (min-width: 768px) {
      .beta-ships-info .info-wrapper {
        background-image: linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%);
        line-height: 1.3; } }
  .beta-ships-info .graphic-wrapper {
    position: relative; }
  .beta-ships-info .info-wrapper, .beta-ships-info .graphic-wrapper {
    min-height: 230px; }
    @media (min-width: 992px) {
      .beta-ships-info .info-wrapper, .beta-ships-info .graphic-wrapper {
        min-height: 175px; } }
  .beta-ships-info .title {
    color: #66ffff;
    font-family: "Teko";
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .beta-ships-info .title {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .beta-ships-info .title {
        font-size: 2.25rem; } }
    .beta-ships-info .title.in-view {
      animation: fadein 0.7s 1 cubic-bezier(0.075, 0.82, 0.165, 1), your-text 1s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
  .beta-ships-info .sub-title {
    display: table;
    font-family: "Teko";
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 768px) {
      .beta-ships-info .sub-title {
        font-size: 1.15rem;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .beta-ships-info .sub-title {
        font-size: 1.45rem;
        margin-bottom: 30px; } }
    .beta-ships-info .sub-title .cell {
      display: table-cell;
      width: 50%; }
      .beta-ships-info .sub-title .cell hr {
        width: 100%; }
      .beta-ships-info .sub-title .cell.line {
        display: none; }
        @media (min-width: 768px) {
          .beta-ships-info .sub-title .cell.line {
            display: block; } }
        .beta-ships-info .sub-title .cell.line hr {
          opacity: 1; }
          .beta-ships-info .sub-title .cell.line hr::before, .beta-ships-info .sub-title .cell.line hr::after {
            background-color: transparent; }
    .beta-ships-info .sub-title .dash {
      background: #990000;
      display: block; }
  .beta-ships-info ul {
    margin: 0;
    padding: 0; }
    .beta-ships-info ul li {
      border-bottom: solid 1px #66ffff;
      font-size: 1rem;
      list-style: none;
      margin: 0;
      padding: 8px 0; }
      @media (min-width: 768px) {
        .beta-ships-info ul li {
          font-size: .6rem; } }
      @media (min-width: 992px) {
        .beta-ships-info ul li {
          font-size: .7rem; } }
      .beta-ships-info ul li:last-child {
        border-bottom: 0; }
  .beta-ships-info .btn-hexbox {
    margin-top: 30px;
    padding: 15px 40px; }
    @media (min-width: 768px) {
      .beta-ships-info .btn-hexbox {
        height: 50px;
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .beta-ships-info .btn-hexbox {
        margin-top: 20px; } }
    @media (min-width: 1200px) {
      .beta-ships-info .btn-hexbox {
        margin-top: 30px; } }
    .beta-ships-info .btn-hexbox span {
      font-size: 25px; }
    .beta-ships-info .btn-hexbox::after {
      bottom: 16px; }
  .beta-ships-info .your-ship {
    min-height: 175px; }
    .beta-ships-info .your-ship .ship-dreadnought {
      max-width: 205px;
      position: absolute;
      right: 10px;
      top: 0;
      z-index: 10; }
      @media (min-width: 992px) {
        .beta-ships-info .your-ship .ship-dreadnought {
          max-width: 265px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-ship .ship-dreadnought {
          max-width: 320px; } }
    .beta-ships-info .your-ship .wrapper {
      min-height: 175px; }
  .beta-ships-info .your-team {
    min-height: 175px; }
    @media (min-width: 768px) {
      .beta-ships-info .your-team .info-wrapper {
        text-align: right; } }
    .beta-ships-info .your-team .team-assault {
      left: 33px;
      max-width: 75px;
      position: absolute;
      top: -10px;
      z-index: 5; }
      @media (min-width: 992px) {
        .beta-ships-info .your-team .team-assault {
          left: 58px;
          max-width: 93px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-team .team-assault {
          left: 58px;
          max-width: 109px; } }
    .beta-ships-info .your-team .team-dreadnought {
      left: 70px;
      max-width: 127px;
      position: absolute;
      top: 63px;
      z-index: 5; }
      @media (min-width: 992px) {
        .beta-ships-info .your-team .team-dreadnought {
          left: 115px;
          max-width: 152px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-team .team-dreadnought {
          left: 156px;
          max-width: 174px; } }
    .beta-ships-info .your-team .team-scout {
      left: 124px;
      max-width: 60px;
      position: absolute;
      top: 31px;
      z-index: 5; }
      @media (min-width: 992px) {
        .beta-ships-info .your-team .team-scout {
          left: 183px;
          max-width: 74px;
          top: 26px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-team .team-scout {
          left: 200px;
          max-width: 85px;
          top: 20px; } }
    .beta-ships-info .your-team .team-sniper {
      left: 93px;
      max-width: 55px;
      position: absolute;
      top: 140px;
      z-index: 5; }
      @media (min-width: 992px) {
        .beta-ships-info .your-team .team-sniper {
          left: 115px;
          max-width: 68px;
          top: 120px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-team .team-sniper {
          left: 136px;
          max-width: 73px;
          top: 120px; } }
    .beta-ships-info .your-team .team-support {
      left: 2px;
      max-width: 80px;
      position: absolute;
      top: 81px;
      z-index: 5; }
      @media (min-width: 992px) {
        .beta-ships-info .your-team .team-support {
          max-width: 100px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-team .team-support {
          max-width: 114px; } }
  .beta-ships-info .your-victory {
    min-height: 260; }
    @media (min-width: 768px) {
      .beta-ships-info .your-victory .info-wrapper {
        min-height: 290px; } }
    @media (min-width: 992px) {
      .beta-ships-info .your-victory .info-wrapper {
        min-height: 330px; } }
    @media (min-width: 1200px) {
      .beta-ships-info .your-victory .info-wrapper {
        min-height: 330px; } }
    .beta-ships-info .your-victory .wrapper {
      position: relative; }
      @media (min-width: 992px) {
        .beta-ships-info .your-victory .wrapper {
          min-height: 260px; } }
      @media (min-width: 1200px) {
        .beta-ships-info .your-victory .wrapper {
          min-height: 287px; } }
      .beta-ships-info .your-victory .wrapper .your-victory-bg {
        position: absolute;
        right: -100px;
        top: -15px;
        transform: scale(0.6); }
        @media (min-width: 992px) {
          .beta-ships-info .your-victory .wrapper .your-victory-bg {
            right: -14px;
            transform: scale(0.85); } }
        @media (min-width: 1200px) {
          .beta-ships-info .your-victory .wrapper .your-victory-bg {
            right: 55px;
            transform: none; } }
    .beta-ships-info .your-victory .link-wrapper {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 30px; }
      .beta-ships-info .your-victory .link-wrapper .return-to-main {
        font-family: "PlanerRegular";
        font-size: .9rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase; }

@media (min-width: 768px) {
  .beta-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px; } }
.beta-footer .esrb-rating {
  display: flex;
  align-items: center;
  justify-content: center; }
  .beta-footer .esrb-rating p {
    margin-bottom: 0;
    display: inline-block; }
.beta-footer .rating {
  margin-bottom: 0 !important;
  width: 70px !important; }
.beta-footer .affiliate-logos {
  margin-top: 0 !important; }
  .beta-footer .affiliate-logos .footer-logo {
    margin: 25px 0; }

.landing-page-header {
  overflow: hidden; }
  .landing-page-header hr {
    margin: 0; }
  .landing-page-header .beta-fade {
    opacity: 0.6; }
  @media (min-width: 768px) {
    .landing-page-header .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -34px; }
      .landing-page-header .bg-wrapper .dn-logo {
        padding: 25px 0 15px;
        text-align: center; } }
  .landing-page-header .compass {
    display: none; }
    @media (min-width: 768px) {
      .landing-page-header .compass {
        background: url("../images/nav/compass.png") center 4px no-repeat;
        display: block;
        height: 40px;
        width: 100%; } }
    .landing-page-header .compass hr {
      margin-top: 4px; }
    .landing-page-header .compass .compass-tracker {
      position: relative;
      top: -16px; }
    .landing-page-header .compass .target-tracker {
      display: block;
      left: 0;
      position: absolute; }
  @media (max-width: 767px) {
    .landing-page-header.static {
      background: rgba(0, 0, 0, 0.8);
      height: auto;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2500; } }
  .landing-page-header.fixed {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2500; }
    .landing-page-header.fixed .compass {
      display: none; }
    .landing-page-header.fixed .hr:not(:last-child) {
      display: none; }
    .landing-page-header.fixed .top1,
    .landing-page-header.fixed .top2 {
      display: none; }
    .landing-page-header.fixed .bg-wrapper {
      background: url("../images/nav/header-widgets.png") no-repeat center -90px, url("../images/nav/header-gradient.png") repeat-x center bottom, url("../images/base-pattern.png") repeat center top; }
    .landing-page-header.fixed .dn-logo {
      padding: 0 0 7px; }
      .landing-page-header.fixed .dn-logo img {
        max-width: 200px; }
    .landing-page-header.fixed .navbar.navbar-dn {
      padding: 0; }
      @media (min-width: 768px) {
        .landing-page-header.fixed .navbar.navbar-dn {
          padding: 3px; } }
      @media (min-width: 992px) {
        .landing-page-header.fixed .navbar.navbar-dn {
          padding: 0; } }
    @media (min-width: 992px) {
      .landing-page-header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a {
        padding: .625rem 1.75rem; } }
    .landing-page-header.fixed nav.navbar.navbar-dn .navbar-toggleable-sm ul.navbar-nav li.nav-item a.active {
      color: #f13304; }
    .landing-page-header.fixed .btn-hexbox,
    .landing-page-header.fixed .btn-hexbox-login {
      position: relative; }
      .landing-page-header.fixed .btn-hexbox span,
      .landing-page-header.fixed .btn-hexbox-login span {
        bottom: 0;
        position: relative; }
      .landing-page-header.fixed .btn-hexbox::after,
      .landing-page-header.fixed .btn-hexbox-login::after {
        bottom: 10px; }
      .landing-page-header.fixed .btn-hexbox:hover::after,
      .landing-page-header.fixed .btn-hexbox-login:hover::after {
        bottom: 12px;
        right: 12px; }

.landing-page-outer-wrapper {
  padding: 40px 0 6px; }
  @media (min-width: 768px) {
    .landing-page-outer-wrapper {
      padding: 75px 0; } }
  .landing-page-outer-wrapper .landing-page-top-hr hr,
  .landing-page-outer-wrapper .landing-page-bottom-hr hr {
    margin: 4px 0; }
    .landing-page-outer-wrapper .landing-page-top-hr hr.hr-fade,
    .landing-page-outer-wrapper .landing-page-bottom-hr hr.hr-fade {
      opacity: .2; }
  .landing-page-outer-wrapper .wrapper {
    background-image: url("../images/dot.png"), linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.55) 100%); }
  .landing-page-outer-wrapper .landing-page-container {
    display: block;
    font-size: .6875rem;
    min-height: 700px; }
    .landing-page-outer-wrapper .landing-page-container .return-to-main {
      display: block;
      font-family: "PlanerRegular";
      font-size: .85rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      padding: 1.8125rem 0; }
      @media (min-width: 768px) {
        .landing-page-outer-wrapper .landing-page-container .return-to-main {
          padding: .8125rem 4.75rem; }
          .landing-page-outer-wrapper .landing-page-container .return-to-main:after {
            content: "\f093";
            font-family: "Black Tie";
            font-size: .75rem;
            position: relative;
            right: -8px;
            color: #f13304; } }
    .landing-page-outer-wrapper .landing-page-container .marketing-checkbox {
      font-family: "PlanerRegular";
      margin-top: 3px;
      text-transform: uppercase; }
      .landing-page-outer-wrapper .landing-page-container .marketing-checkbox a {
        color: #f13304; }
    .landing-page-outer-wrapper .landing-page-container .single_col {
      padding: 20px 100px; }
      .landing-page-outer-wrapper .landing-page-container .single_col .submit-wrap {
        margin-top: -45px; }
    .landing-page-outer-wrapper .landing-page-container .submit-wrap {
      margin-top: -20px; }
    .landing-page-outer-wrapper .landing-page-container .landing-page-form-content {
      padding: 20px 8px; }
      @media (min-width: 544px) {
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content {
          padding: 20px 35px; } }
      @media (min-width: 544px) {
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .dob-formset {
          padding-top: 5px;
          padding-bottom: 3px; } }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .dob-formset label {
        margin-bottom: 0; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .req {
        color: #f13304; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .age-req {
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .age-req .undo-break {
            display: none; } }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .reqtext {
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
        position: relative;
        text-align: center; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .reqtext::before {
          content: "*";
          font-size: 22px;
          vertical-align: bottom;
          line-height: 11px;
          margin-right: 4px;
          color: #f13304; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-head {
        color: #fff;
        font-family: "Teko";
        font-size: 2.8rem;
        line-height: 1;
        text-transform: uppercase;
        background: -webkit-linear-gradient(#fdfffe, #959394);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block; }
        @media (min-width: 768px) {
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-head {
            font-size: 2.8rem; } }
        @media (min-width: 992px) {
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-head {
            font-size: 3rem; } }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-login {
        color: #fff;
        font-family: "Teko";
        line-height: 1;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: .1rem;
        margin-bottom: 20px;
        text-align: left;
        background: -webkit-linear-gradient(#fdfffe, #959394);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        display: inline-block; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-login:hover {
          background: -webkit-linear-gradient(#f13304, #f13304);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          color: #f13304; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-login:after {
          content: '\F093';
          font-family: 'Black Tie';
          font-size: .65rem;
          margin-left: 10px;
          background: -webkit-linear-gradient(#f13304, #f13304);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-recaptcha {
        margin-bottom: -0.25rem; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-recaptcha .recaptcha-error {
          color: #f13304;
          display: block !important;
          font-family: "Open Sans",Helvetica,Arial,sans-serif;
          font-size: 11px;
          line-height: 12px;
          text-align: left;
          padding-left: 20px;
          position: relative;
          margin-bottom: 7px;
          letter-spacing: 0px; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-recaptcha .recaptcha-error:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e642";
            font-family: 'dn-fonts';
            position: absolute;
            left: 0; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-desc {
        font-size: 1rem;
        letter-spacing: .1rem;
        margin-bottom: 20px;
        text-align: left; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .checkbox {
        margin-top: 0 !important;
        position: static !important; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .checkbox input[type="checkbox"] {
        margin-top: 0 !important;
        position: static !important;
        margin-right: 5px !important; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-submit-btn {
        height: 55px;
        padding: .1875rem 4.5rem;
        text-align: center; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-submit-btn span {
          font-size: 2rem; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .landing-page-submit-btn.btn-gray {
          background: url(../images/btn-submit-gray.png) top left no-repeat, url(../images/btn-submit-gray.png) top center no-repeat, url(../images/btn-submit-gray.png) top right no-repeat;
          background-size: 100%, calc(100% - 100px), 100%; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content label {
        width: 100%; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .region-select select {
        width: 100%; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .g-recaptcha > div > div {
        margin: 10px auto !important;
        text-align: center;
        width: auto !important;
        height: auto !important; }
        @media (min-width: 768px) {
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .g-recaptcha > div > div {
            transform: scale(0.9); } }
        @media (min-width: 992px) {
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .g-recaptcha > div > div {
            transform: none; } }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group {
        margin-bottom: auto;
        font-family: "PlanerRegular"; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="text"],
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="password"],
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="email"],
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group option {
          color: #2a464b; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="text"]::-webkit-input-placeholder,
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="password"]::-webkit-input-placeholder,
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group input[type="email"]::-webkit-input-placeholder,
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group option::-webkit-input-placeholder {
            color: #2a464b; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group select {
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          -moz-appearance: none; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group select::-ms-expand {
          display: none; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.form-error input[type="text"], .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.form-error input[type="email"], .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.form-error input[type="password"], .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.form-error textarea, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.form-error select {
          column-rule: #252525;
          background: #f6d4af;
          border-color: #f13304; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-error-msg {
          color: #f13304;
          display: none;
          font-family: "Open Sans",Helvetica,Arial,sans-serif;
          font-size: 11px;
          line-height: 12px;
          text-align: left;
          padding-left: 20px;
          position: relative;
          margin-bottom: 7px;
          letter-spacing: 0px; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-error-msg:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e642";
            font-family: 'dn-fonts';
            position: absolute;
            left: 0; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-error-msg.region {
            overflow: visible;
            white-space: nowrap; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-error-msg.recaptcha {
            display: block !important; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-control {
          background: #9b9d9e;
          border-color: rgba(102, 255, 255, 0.34);
          border-radius: 0;
          color: #2a464b;
          font-size: .8rem;
          font-style: italic;
          height: 34px;
          min-width: auto;
          outline: none;
          text-align: left; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group .form-control:focus {
            border-color: #66ffff;
            box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2); }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.province-select, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.region-select {
          margin-bottom: 10px; }
          @media (min-width: 544px) {
            .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.province-select, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.region-select {
              margin-bottom: auto; } }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.province-select label, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.region-select label {
            margin-bottom: 0; }
          .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.province-select .form-error-msg, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-group.region-select .form-error-msg {
            margin-top: 8px; }
      @media (max-width: 991px) {
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .dob {
          margin-bottom: 10px; } }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #month, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #day, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #year {
        border-color: rgba(102, 255, 255, 0.34);
        border-radius: 0;
        color: #2a464b;
        font-size: .8rem;
        font-style: italic;
        height: 34px;
        min-width: auto;
        outline: none;
        text-align: left;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-bottom: .5rem; }
        .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #month:focus, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #day:focus, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #year:focus {
          border-color: #66ffff; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #month, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #day, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #year, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #region, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #states, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content .form-error #timezone {
        column-rule: #252525;
        border-color: #f13304;
        background: #f6d4af url("../images/beta-signup-arrow.png") no-repeat;
        background-position: right bottom; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #month, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #day, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #year, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #region, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #states, .landing-page-outer-wrapper .landing-page-container .landing-page-form-content #timezone {
        background: #9b9d9e url("../images/beta-signup-arrow.png") no-repeat;
        background-position: right bottom; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-form-content img {
        display: block;
        margin: 0 auto;
        max-width: 70%; }
    .landing-page-outer-wrapper .landing-page-container .landing-page-graphic-wrapper {
      text-align: center; }
      .landing-page-outer-wrapper .landing-page-container .landing-page-graphic-wrapper img {
        padding-top: 10px; }
    .landing-page-outer-wrapper .landing-page-container .dob-warning {
      text-align: right; }

.landing-page-ships-info,
.landing-page-editable-container {
  min-height: 700px; }
  .landing-page-ships-info hr,
  .landing-page-editable-container hr {
    margin: 10px 0; }
  .landing-page-ships-info .wrapper,
  .landing-page-editable-container .wrapper {
    background-image: url(../images/dot.png), linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.45) 100%); }
  .landing-page-ships-info .info-wrapper,
  .landing-page-editable-container .info-wrapper {
    padding: 10px; }
    @media (min-width: 768px) {
      .landing-page-ships-info .info-wrapper,
      .landing-page-editable-container .info-wrapper {
        background-image: linear-gradient(to top, rgba(112, 186, 197, 0.07) 0%, rgba(112, 186, 197, 0.15) 100%);
        line-height: 1.3; } }
  .landing-page-ships-info .graphic-wrapper,
  .landing-page-editable-container .graphic-wrapper {
    position: relative; }
  .landing-page-ships-info .info-wrapper, .landing-page-ships-info .graphic-wrapper,
  .landing-page-editable-container .info-wrapper,
  .landing-page-editable-container .graphic-wrapper {
    min-height: 230px; }
    @media (min-width: 992px) {
      .landing-page-ships-info .info-wrapper, .landing-page-ships-info .graphic-wrapper,
      .landing-page-editable-container .info-wrapper,
      .landing-page-editable-container .graphic-wrapper {
        min-height: 175px; } }
  .landing-page-ships-info .title,
  .landing-page-editable-container .title {
    color: #66ffff;
    font-family: "Teko";
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing-page-ships-info .title,
      .landing-page-editable-container .title {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .landing-page-ships-info .title,
      .landing-page-editable-container .title {
        font-size: 2.25rem; } }
    .landing-page-ships-info .title.in-view,
    .landing-page-editable-container .title.in-view {
      animation: fadein 0.7s 1 cubic-bezier(0.075, 0.82, 0.165, 1), your-text 1s 1 cubic-bezier(0.075, 0.82, 0.165, 1); }
  .landing-page-ships-info .sub-title,
  .landing-page-editable-container .sub-title {
    display: table;
    font-family: "Teko";
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 768px) {
      .landing-page-ships-info .sub-title,
      .landing-page-editable-container .sub-title {
        font-size: 1.15rem;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .landing-page-ships-info .sub-title,
      .landing-page-editable-container .sub-title {
        font-size: 1.45rem;
        margin-bottom: 30px; } }
    .landing-page-ships-info .sub-title .cell,
    .landing-page-editable-container .sub-title .cell {
      display: table-cell;
      width: 50%; }
      .landing-page-ships-info .sub-title .cell hr,
      .landing-page-editable-container .sub-title .cell hr {
        width: 100%; }
      .landing-page-ships-info .sub-title .cell.line,
      .landing-page-editable-container .sub-title .cell.line {
        display: none; }
        @media (min-width: 768px) {
          .landing-page-ships-info .sub-title .cell.line,
          .landing-page-editable-container .sub-title .cell.line {
            display: block; } }
        .landing-page-ships-info .sub-title .cell.line hr,
        .landing-page-editable-container .sub-title .cell.line hr {
          opacity: 1; }
          .landing-page-ships-info .sub-title .cell.line hr::before, .landing-page-ships-info .sub-title .cell.line hr::after,
          .landing-page-editable-container .sub-title .cell.line hr::before,
          .landing-page-editable-container .sub-title .cell.line hr::after {
            background-color: transparent; }
    .landing-page-ships-info .sub-title .dash,
    .landing-page-editable-container .sub-title .dash {
      background: #990000;
      display: block; }
  .landing-page-ships-info ul,
  .landing-page-editable-container ul {
    margin: 0;
    padding: 0; }
    .landing-page-ships-info ul li,
    .landing-page-editable-container ul li {
      border-bottom: solid 1px #66ffff;
      font-size: 1rem;
      list-style: none;
      margin: 0;
      padding: 8px 0; }
      @media (min-width: 768px) {
        .landing-page-ships-info ul li,
        .landing-page-editable-container ul li {
          font-size: .6rem; } }
      @media (min-width: 992px) {
        .landing-page-ships-info ul li,
        .landing-page-editable-container ul li {
          font-size: .7rem; } }
      .landing-page-ships-info ul li:last-child,
      .landing-page-editable-container ul li:last-child {
        border-bottom: 0; }
  .landing-page-ships-info .btn-hexbox,
  .landing-page-editable-container .btn-hexbox {
    margin-top: 30px;
    padding: 15px 40px; }
    @media (min-width: 768px) {
      .landing-page-ships-info .btn-hexbox,
      .landing-page-editable-container .btn-hexbox {
        height: 50px;
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .landing-page-ships-info .btn-hexbox,
      .landing-page-editable-container .btn-hexbox {
        margin-top: 20px; } }
    @media (min-width: 1200px) {
      .landing-page-ships-info .btn-hexbox,
      .landing-page-editable-container .btn-hexbox {
        margin-top: 30px; } }
    .landing-page-ships-info .btn-hexbox span,
    .landing-page-editable-container .btn-hexbox span {
      font-size: 25px; }
    .landing-page-ships-info .btn-hexbox::after,
    .landing-page-editable-container .btn-hexbox::after {
      bottom: 16px; }
  @media (min-width: 768px) {
    .landing-page-ships-info .editable-content-area .wrapper,
    .landing-page-editable-container .editable-content-area .wrapper {
      min-height: 896px; } }
  @media (min-width: 992px) {
    .landing-page-ships-info .editable-content-area .wrapper,
    .landing-page-editable-container .editable-content-area .wrapper {
      min-height: 862px; } }
  @media (min-width: 1200px) {
    .landing-page-ships-info .editable-content-area .wrapper,
    .landing-page-editable-container .editable-content-area .wrapper {
      min-height: 842px; } }
  .landing-page-ships-info .editable-content-area .wrapper .editable-details,
  .landing-page-editable-container .editable-content-area .wrapper .editable-details {
    min-height: 525px; }
    .landing-page-ships-info .editable-content-area .wrapper .editable-details .editable-text-container,
    .landing-page-editable-container .editable-content-area .wrapper .editable-details .editable-text-container {
      padding: 40px 60px; }
  .landing-page-ships-info .your-ship,
  .landing-page-editable-container .your-ship {
    min-height: 175px; }
    .landing-page-ships-info .your-ship .ship-dreadnought,
    .landing-page-editable-container .your-ship .ship-dreadnought {
      max-width: 205px;
      position: absolute;
      right: 10px;
      top: 0;
      z-index: 10; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-ship .ship-dreadnought,
        .landing-page-editable-container .your-ship .ship-dreadnought {
          max-width: 265px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-ship .ship-dreadnought,
        .landing-page-editable-container .your-ship .ship-dreadnought {
          max-width: 320px; } }
    .landing-page-ships-info .your-ship .wrapper,
    .landing-page-editable-container .your-ship .wrapper {
      min-height: 175px; }
  .landing-page-ships-info .your-team,
  .landing-page-editable-container .your-team {
    min-height: 175px; }
    @media (min-width: 768px) {
      .landing-page-ships-info .your-team .info-wrapper,
      .landing-page-editable-container .your-team .info-wrapper {
        text-align: right; } }
    .landing-page-ships-info .your-team .team-assault,
    .landing-page-editable-container .your-team .team-assault {
      left: 33px;
      max-width: 75px;
      position: absolute;
      top: -10px;
      z-index: 5; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-team .team-assault,
        .landing-page-editable-container .your-team .team-assault {
          left: 58px;
          max-width: 93px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-team .team-assault,
        .landing-page-editable-container .your-team .team-assault {
          left: 58px;
          max-width: 109px; } }
    .landing-page-ships-info .your-team .team-dreadnought,
    .landing-page-editable-container .your-team .team-dreadnought {
      left: 70px;
      max-width: 127px;
      position: absolute;
      top: 63px;
      z-index: 5; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-team .team-dreadnought,
        .landing-page-editable-container .your-team .team-dreadnought {
          left: 115px;
          max-width: 152px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-team .team-dreadnought,
        .landing-page-editable-container .your-team .team-dreadnought {
          left: 156px;
          max-width: 174px; } }
    .landing-page-ships-info .your-team .team-scout,
    .landing-page-editable-container .your-team .team-scout {
      left: 124px;
      max-width: 60px;
      position: absolute;
      top: 31px;
      z-index: 5; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-team .team-scout,
        .landing-page-editable-container .your-team .team-scout {
          left: 183px;
          max-width: 74px;
          top: 26px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-team .team-scout,
        .landing-page-editable-container .your-team .team-scout {
          left: 200px;
          max-width: 85px;
          top: 20px; } }
    .landing-page-ships-info .your-team .team-sniper,
    .landing-page-editable-container .your-team .team-sniper {
      left: 93px;
      max-width: 55px;
      position: absolute;
      top: 140px;
      z-index: 5; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-team .team-sniper,
        .landing-page-editable-container .your-team .team-sniper {
          left: 115px;
          max-width: 68px;
          top: 120px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-team .team-sniper,
        .landing-page-editable-container .your-team .team-sniper {
          left: 136px;
          max-width: 73px;
          top: 120px; } }
    .landing-page-ships-info .your-team .team-support,
    .landing-page-editable-container .your-team .team-support {
      left: 2px;
      max-width: 80px;
      position: absolute;
      top: 81px;
      z-index: 5; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-team .team-support,
        .landing-page-editable-container .your-team .team-support {
          max-width: 100px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-team .team-support,
        .landing-page-editable-container .your-team .team-support {
          max-width: 114px; } }
  .landing-page-ships-info .your-victory,
  .landing-page-editable-container .your-victory {
    min-height: 260px; }
    @media (min-width: 768px) {
      .landing-page-ships-info .your-victory .editable-bottom.info-wrapper,
      .landing-page-editable-container .your-victory .editable-bottom.info-wrapper {
        min-height: 392px; } }
    @media (min-width: 992px) {
      .landing-page-ships-info .your-victory .editable-bottom.info-wrapper,
      .landing-page-editable-container .your-victory .editable-bottom.info-wrapper {
        min-height: 469px; } }
    @media (min-width: 1200px) {
      .landing-page-ships-info .your-victory .editable-bottom.info-wrapper,
      .landing-page-editable-container .your-victory .editable-bottom.info-wrapper {
        min-height: 428px; } }
    @media (min-width: 768px) {
      .landing-page-ships-info .your-victory .info-wrapper,
      .landing-page-editable-container .your-victory .info-wrapper {
        min-height: 290px; } }
    @media (min-width: 992px) {
      .landing-page-ships-info .your-victory .info-wrapper,
      .landing-page-editable-container .your-victory .info-wrapper {
        min-height: 330px; } }
    @media (min-width: 1200px) {
      .landing-page-ships-info .your-victory .info-wrapper,
      .landing-page-editable-container .your-victory .info-wrapper {
        min-height: 330px; } }
    .landing-page-ships-info .your-victory .wrapper,
    .landing-page-editable-container .your-victory .wrapper {
      position: relative; }
      @media (min-width: 992px) {
        .landing-page-ships-info .your-victory .wrapper,
        .landing-page-editable-container .your-victory .wrapper {
          min-height: 260px; } }
      @media (min-width: 1200px) {
        .landing-page-ships-info .your-victory .wrapper,
        .landing-page-editable-container .your-victory .wrapper {
          min-height: 287px; } }
      .landing-page-ships-info .your-victory .wrapper .your-victory-bg,
      .landing-page-editable-container .your-victory .wrapper .your-victory-bg {
        position: absolute;
        right: -100px;
        top: -15px;
        transform: scale(0.6); }
        @media (min-width: 992px) {
          .landing-page-ships-info .your-victory .wrapper .your-victory-bg,
          .landing-page-editable-container .your-victory .wrapper .your-victory-bg {
            right: -14px;
            transform: scale(0.85); } }
        @media (min-width: 1200px) {
          .landing-page-ships-info .your-victory .wrapper .your-victory-bg,
          .landing-page-editable-container .your-victory .wrapper .your-victory-bg {
            right: 55px;
            transform: none; } }
    .landing-page-ships-info .your-victory .link-wrapper,
    .landing-page-editable-container .your-victory .link-wrapper {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 30px; }
      .landing-page-ships-info .your-victory .link-wrapper .return-to-main,
      .landing-page-editable-container .your-victory .link-wrapper .return-to-main {
        font-family: "PlanerRegular";
        font-size: .9rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase; }

@media (min-width: 768px) {
  .landing-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px; } }
.landing-footer .esrb-rating {
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing-footer .esrb-rating p {
    margin-bottom: 0;
    display: inline-block; }
.landing-footer .rating {
  margin-bottom: 0 !important;
  width: 70px !important; }
.landing-footer .affiliate-logos {
  margin-top: 0 !important; }
  .landing-footer .affiliate-logos .footer-logo {
    margin: 25px 0; }

/*# sourceMappingURL=main.min.css.map */
