@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: #6E7279;
  line-height: 1.4;
  font-size: 62.5%;
  font-family: "trade gothic", "open sans", "dejavu sans", verdana, tahoma, helvetica, arial, sans, sans-serif; }

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  /* 	margin:0;
  	padding:0; */
  font-size: 1.8em;
  font-size: 1.8rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.5em;
  color: #046792;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }

h1 {
  clear: both;
  margin: 0.5em auto;
  background: none;
  color: #F15A24;
  text-align: center;
  font-size: 2.6em;
  font-size: 4.8rem; }

h2 {
  margin: 1rem 0;
  color: #333;
  font-size: 2em;
  font-size: 3.6rem; }

h3 {
  font-size: 1.6em;
  font-size: 2.8rem; }

h4 {
  font-size: 1.1em;
  font-size: 2rem; }

h5 {
  font-size: 1em;
  font-size: 1.8rem; }

h6 {
  letter-spacing: normal;
  text-transform: none;
  font-weight: bold;
  font-size: 0.9em;
  font-size: 1.6rem;
  font-family: "trade gothic", "open sans", "dejavu sans", verdana, tahoma, helvetica, arial, sans, sans-serif; }

p {
  margin: 1em 0; }

a {
  color: #E54A16;
  text-decoration: none; }
  a:hover {
    color: #046792;
    text-decoration: none; }
  a[name] {
    color: #035172; }
    a[name]:hover {
      cursor: default; }

kbd,
.kbd,
code,
.code {
  padding: 2px;
  border-radius: 5px;
  background-color: #E5E5E5;
  color: #090;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 0.9em;
  font-size: 1.6rem;
  font-family: consolas, menlo, "lucida console", "andale mono", "dejavu mono", monaco, "courier new", courier, monospace; }
  kbd i,
  .kbd i,
  code i,
  .code i {
    color: #666; }

p.code,
p.kbd {
  margin: 1em; }

table {
  margin: 1em auto; }

th {
  padding: 0.5em;
  background-color: #888;
  background-image: linear-gradient(179deg, #E5E5E5, #CCC);
  vertical-align: top;
  font-weight: normal;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }
  th i {
    color: #888;
    font-weight: normal;
    font-size: 0.8em;
    font-family: "trade gothic", "open sans", "dejavu sans", verdana, tahoma, helvetica, arial, sans, sans-serif; }
  th a {
    color: #035172; }
    th a i {
      color: #035172; }
    th a:hover, th a:hover i {
      color: #046792; }

tr:nth-child(odd) {
  background-color: #F9FBFC; }

tr:nth-child(even) {
  background-color: #E5E5E5; }

td {
  padding: 0.5em; }

img {
  border: 0; }

ol,
ul {
  margin: 0 0 0.5em 1em;
  padding-left: 1em; }

ol ul {
  list-style-type: disc; }

ul ul {
  list-style-type: square; }

ul ul ul {
  list-style-type: circle; }

dl,
dd {
  margin: 0 0 1em 1em; }

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

hr {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0; }

/*
** FORMS
*/
input,
textarea,
select {
  color: #333;
  font-size: 1em;
  font-family: "trade gothic", "open sans", "dejavu sans", verdana, tahoma, helvetica, arial, sans, sans-serif; }

fieldset {
  margin: 0.5em 5%;
  padding: 0.5em; }

.no-ie fieldset {
  border: 1px solid #BBB;
  border-width: 1px 1px 0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: white;
  background-image: linear-gradient(179deg, white, #F9FBFC); }

legend {
  display: table;
  padding: 0 0.25em;
  color: #046792;
  white-space: normal;
  font-weight: normal;
  /* 	letter-spacing:0.07em; */
  letter-spacing: 0.05em;
  font-size: 1em;
  font-size: 1.8rem;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }

input[type="text"],
input[type="password"],
select,
textarea {
  transition: all 0.2s ease 0s;
  margin-bottom: 3px;
  padding: 0.5em;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: ghostwhite; }

fieldset input[type="text"],
fieldset input[type="password"],
fieldset select,
fieldset textarea {
  width: 100%; }

optgroup option {
  padding-left: 1em; }

input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
  border-color: #666; }

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #666;
  background-color: white; }

input[type="button"],
input[type="submit"],
.button {
  -webkit-appearance: none;
  cursor: pointer;
  /* 	display:table-cell; */
  min-width: 100px;
  min-height: 44px;
  margin: 5px;
  padding: 0 1em;
  border-radius: 7px;
  border: 1px solid #E54A16;
  background-color: #F15A24;
  background-image: linear-gradient(175deg, #F15A24, #E54A16);
  color: white;
  text-align: center;
  vertical-align: middle;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }

.button {
  width: 265px;
  height: 60px;
  padding-top: 17px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;
  font-size: 1.8rem; }

input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  border: 1px solid #F15A24;
  background-color: #E54A16;
  background-image: linear-gradient(175deg, #E54A16, #F15A24);
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

input[type="submit"],
input[type="button"].right {
  float: right;
  clear: right; }

input[type="checkbox"],
input[type="radio"] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
  margin: 0 0.5em;
  border: 0; }

textarea {
  overflow: auto; }

textarea.code[readonly] {
  background-color: lemonchiffon;
  color: green;
  font-family: consolas, menlo, "lucida console", "andale mono", "dejavu mono", monaco, "courier new", courier, monospace; }

.feedback {
  float: right;
  margin: 9px;
  color: crimson; }

.feedback.darkgreen {
  color: darkgreen; }

@media screen and (max-width: 750px) {
  fieldset {
    padding: 3px; }

  input[type="button"],
  input[type="submit"] {
    min-width: 200px;
    min-height: 48px;
    margin: 9px auto; } }
/*
** SITE LAYOUT
*/
#outercontainer {
  position: relative;
  width: 100%;
  min-width: 800px;
  min-height: 100%;
  border: 0 none;
  background-color: #F9FBFC; }

#headspacer {
  height: 60px; }

#mast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 60px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.4), 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #333;
  background-image: linear-gradient(179deg, #444, #333); }
  #mast .logo {
    transition: opacity 0.5s ease 0s;
    float: left;
    width: 123px;
    height: 40px;
    margin: 10px 0 0 5%; }

#search {
  float: right;
  margin: 16px 0 0;
  text-align: right; }
  #search i {
    margin: 4px 0;
    color: white;
    vertical-align: top;
    font-size: 20px; }
  #search input {
    transition: all 0.5s ease 0s;
    opacity: 0;
    width: 1px;
    height: 30px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    line-height: normal;
    font-size: 14px;
    font-size: 1.4rem; }
  #search:hover input,
  #search input:focus {
    opacity: 1;
    width: 200px;
    padding: 6px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: white; }

.sign {
  display: block;
  float: right; }
  .sign div {
    padding: 19px 40px;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-size: 1.6rem;
    font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }
    .sign div:hover {
      color: #F15A24; }

#start {
  transition: all 0.2s ease 0s;
  float: right;
  width: 120px;
  height: 70px;
  margin: 0 5% 0 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  font-size: 1.6rem; }
  #start:hover {
    height: 78px;
    padding: 17px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

#yellowmessage {
  padding: 4px 5%;
  border: solid #DDD;
  border-width: 0 0 1px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: lemonchiffon; }
  #yellowmessage #yellow_icon {
    display: block;
    float: left;
    margin: 1px 6px;
    color: goldenrod; }

#yellow_message {
  margin-left: 25px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem; }

#headnav {
  clear: both;
  padding: 0 1em; }
  #headnav i {
    float: left;
    width: 60px;
    height: 60px;
    margin: 16px 20px 0;
    padding: 10px 0 0;
    color: #888;
    text-align: center;
    font-size: 40px; }
  #headnav h3,
  #headnav p {
    margin: 0;
    color: #333;
    line-height: normal;
    text-align: left;
    vertical-align: top; }
  #headnav p {
    margin-bottom: 1em;
    color: #6E7279;
    font-size: 14px;
    font-size: 1.4rem; }
  #headnav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    #headnav ul a:hover + a li div {
      transition: none;
      border-color: transparent; }
  #headnav li {
    transition: all 0.2s ease 0s;
    display: inline-block;
    width: 250px;
    vertical-align: top; }
    #headnav li div {
      margin: 1em 0;
      border-left: 1px solid #E5E5E5; }
    #headnav li:hover {
      box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(179deg, white, #F9FBFC); }
      #headnav li:hover h3,
      #headnav li:hover p {
        color: #F15A24; }
      #headnav li:hover i {
        color: #046792; }
    #headnav li.active {
      box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
      background-color: #046792;
      background-image: linear-gradient(180deg, #046792, #035172); }
      #headnav li.active div {
        border-color: transparent; }
      #headnav li.active h3,
      #headnav li.active p {
        color: #E5E5E5; }
      #headnav li.active:hover {
        background-color: #046792;
        background-image: linear-gradient(180deg, #046792, #035172); }
        #headnav li.active:hover i {
          color: #F15A24; }
        #headnav li.active:hover h3,
        #headnav li.active:hover p {
          color: white;
          text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
    #headnav li.logo {
      display: none;
      width: calc(100% - 755px);
      padding: 0.5em 0 0;
      text-align: left; }
      #headnav li.logo div {
        border: 0; }
      #headnav li.logo:hover {
        box-shadow: none;
        background-image: none; }
      #headnav li.logo img {
        width: 263px;
        height: 90px; }

#subnav {
  padding: 0 1em;
  background-color: #046792;
  background-image: linear-gradient(180deg, #035172, #046792);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  #subnav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
  #subnav li {
    display: inline-block;
    padding: 1em 2.5%;
    font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif;
    color: #E5E5E5; }
    #subnav li:hover {
      color: white;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

#toggleSwitch {
  padding: 5px 5% 0;
  font-size: 12px; }

#content {
  overflow: auto;
  padding: 0 5%;
  /* 	clear:both;
  	position:relative;
  	min-height:330px;
  	margin-bottom:3px;
  	border:1px solid #DDD;
  	border-width:0 0 1px 0;
  	padding:7px 10px;
  	background-color:$bgwhite; */ }
  #content table div {
    background-repeat: no-repeat; }

#footspacer {
  display: none;
  height: 16em; }

#footer {
  padding: 50px 5% 0;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.4);
  background-color: #333;
  background-image: linear-gradient(179deg, #444, #333);
  color: #BBB;
  font-size: 12px;
  font-size: 1.2rem; }
  #footer a {
    color: #E5E5E5;
    text-decoration: none; }
    #footer a:hover {
      color: #F15A24; }

#footnav,
#social,
#notes {
  margin: 0 0 1.5em; }

#footnav {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }
  #footnav a {
    display: inline-block;
    margin: 0 2em 0 0;
    color: #F15A24; }
    #footnav a:hover {
      text-decoration: none;
      color: #E5E5E5; }
  #footnav span.nowrap {
    display: inline-block; }

#social {
  width: 275px; }
  #social i {
    width: 56px;
    height: 56px;
    margin: 0 10px 0 0;
    padding: 10px 0 0;
    border-radius: 28px;
    background-color: #CCC;
    background-image: linear-gradient(179deg, #E5E5E5, #CCC);
    color: #444;
    text-align: center;
    font-size: 36px; }
    #social i:hover {
      background-color: #E5E5E5;
      background-image: linear-gradient(179deg, #CCC, #E5E5E5);
      color: #046792; }

#brinklogo {
  vertical-align: text-top; }

#badges {
  clear: both;
  text-align: justify;
  text-align-last: justify; }
  #badges:after {
    content: "";
    display: inline-block;
    width: 100%; }
  #badges img {
    margin: 5px 0;
    vertical-align: middle; }

@media screen and (min-width: 1200px) {
  #mast .logo {
    opacity: 0; }
    #mast .logo.active {
      opacity: 1; }

  #headnav li.logo {
    display: inline-block; } }
@media screen and (min-width: 870px) {
  #headnav {
    padding: 0 5%; }
    #headnav i {
      border-radius: 30px;
      background-color: #CCC;
      background-image: linear-gradient(179deg, #E5E5E5, #CCC); }
    #headnav li:hover i {
      background-color: #E5E5E5;
      background-image: linear-gradient(179deg, #CCC, #E5E5E5); }
    #headnav li.active:hover i {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      background-color: #E5E5E5;
      background-image: linear-gradient(179deg, #F9FBFC, #E5E5E5); }

  #footspacer {
    display: block; }

  #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

  #footnav,
  #notes {
    float: left;
    clear: left; }

  #social {
    float: right;
    clear: right;
    text-align: right; }
    #social i {
      margin: 0 0 0 10px; } }
@media screen and (max-width: 870px) {
  #headnav i {
    display: none; }
  #headnav li {
    width: 32%; }
    #headnav li h3,
    #headnav li p {
      text-align: center; }

  #subnav {
    padding: 0 5%; } }
@media screen and (max-width: 800px) {
  #headspacer {
    display: none; }

  #outercontainer {
    min-width: 300px; }

  #mast {
    position: relative;
    height: 100px; }
    #mast #start {
      height: 50px;
      padding: 0; }
    #mast .sign {
      clear: right;
      margin-right: 5%; }
      #mast .sign div {
        width: 120px;
        padding: 14px 0;
        text-align: center; }
    #mast #search {
      float: left;
      margin: 10px 0 0 5%;
      padding: 0 7px; } }
@media screen and (max-width: 730px) {
  #footnav {
    line-height: 3; } }
@media screen and (max-width: 475px) {
  #headnav li div {
    height: 110px; } }
@media screen and (max-width: 420px) {
  #search {
    margin-left: 32px; }

  #search:hover input,
  #search input:focus {
    width: 130px; } }
@media screen and (max-width: 360px) {
  #footnav a {
    margin: 0 1em 0 0; } }
/*
** SHOP TAB
*/
.shop#mast {
  position: relative;
  height: auto;
  padding: 10px; }

.shop#logo {
  float: none;
  text-align: center; }

.shop#logo h1 {
  margin: 0;
  color: #E5E5E5;
  text-transform: none;
  font-size: 1.6em;
  font-size: 2.8rem; }
  .shop#logo h1:hover {
    color: #F15A24; }

.shop#logo img {
  max-width: 100%;
  /* 	margin:0; */ }

.shop#footspacer {
  height: 75px; }

.shop#footer {
  height: 75px;
  padding: 1em 5%; }

/*
** CMS WIKI
*/
#wiki {
  width: 100%; }
  #wiki > div {
    max-width: 65em;
    margin: 0 auto; }
  #wiki h6 ul,
  #wiki ul.h6 {
    margin-left: 1.125em;
    padding-left: 1.125em;
    color: #046792;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
    font-size: 0.9em;
    font-size: 1.6rem;
    font-family: "trade gothic", "open sans", "dejavu sans", verdana, tahoma, helvetica, arial, sans, sans-serif; }
    #wiki h6 ul li,
    #wiki ul.h6 li {
      margin: 0.5em 0;
      list-style-image: url(//static.e-junkie.com/ej/images/bullet.gif);
      line-height: 1.6; }
      #wiki h6 ul li i,
      #wiki ul.h6 li i {
        font-weight: normal; }
      #wiki h6 ul li li,
      #wiki ul.h6 li li {
        list-style: disc none;
        line-height: normal;
        font-weight: normal; }
  #wiki #wikicontent {
    float: left;
    clear: left;
    width: 67%;
    max-width: none;
    padding-right: 5.6%;
    border-right: 1px solid #CCC; }
    #wiki #wikicontent > div {
      max-width: 55em;
      margin: 0 auto; }
    #wiki #wikicontent h2:first-of-type {
      margin: 0; }
  #wiki #wikirightbar {
    float: right;
    clear: right;
    width: 33%;
    padding-left: 5.5%;
    font-size: 0.9em;
    font-size: 1.6rem; }
    #wiki #wikirightbar > div {
      max-width: 275px;
      margin: 0 auto; }
    #wiki #wikirightbar h3:first-of-type,
    #wiki #wikirightbar h5:first-of-type {
      margin-top: 7px; }
    #wiki #wikirightbar ul {
      margin-bottom: 1em; }
  #wiki > div#latest {
    clear: both;
    max-width: none;
    margin: 0 -5.57%;
    padding: 1em 0;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(179deg, #E5E5E5, #F9FBFC);
    text-align: center; }
    #wiki > div#latest h1 {
      margin-bottom: 0; }
    #wiki > div#latest p {
      margin-top: 0; }
    #wiki > div#latest ul {
      max-width: 1200px;
      margin: 0 auto 1em;
      padding: 0; }
    #wiki > div#latest li {
      display: inline-block;
      width: 250px;
      margin: 0.5em 2.5%;
      vertical-align: top;
      text-align: center; }
      #wiki > div#latest li div,
      #wiki > div#latest li img {
        object-fit: cover;
        object-position: 0 0;
        display: block;
        width: 240px;
        height: 150px;
        background-size: cover;
        margin: 0 auto; }
      #wiki > div#latest li h4 {
        margin: 0 auto;
        text-transform: none;
        text-align: center; }
    #wiki > div#latest > a {
      display: inline-block; }

#wikiarticle img {
  object-fit: scale-down;
  display: block;
  float: none;
  clear: both;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 1em auto; }

.wikiinfobar,
#wikiinfobar,
#wikicatbar,
#wikihistory {
  float: left;
  clear: both;
  width: 100%;
  padding: 1em;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

#wikihistory {
  float: right;
  text-align: right; }

.wikireturnparent {
  margin: 1em; }

#wiki .wikisubindex ul li {
  font-weight: normal;
  line-height: normal; }

#tips h6 ul li {
  list-style-image: url(//static.e-junkie.com/ej/images/bullet-info.gif); }

#faq h6 ul li {
  list-style-image: url(//static.e-junkie.com/ej/images/bullet-faq.gif); }

#trouble h6 ul li {
  list-style-image: url(//static.e-junkie.com/ej/images/bullet-trouble.gif); }

@media screen and (max-width: 770px) {
  #wiki #wikicontent,
  #wiki #wikirightbar,
  #wiki .wikisubindex {
    float: none;
    clear: both;
    width: auto;
    border: 0; }
  #wiki #wikirightbar > div {
    max-width: none;
    padding: 0 1em; } }
@media screen and (min-width: 870px) {
  #wikicontent img.lede,
  #wikiarticle > img:first-of-type,
  #wikiarticle > p:first-of-type > img:first-of-type {
    float: left;
    clear: left;
    max-width: 300px !important;
    height: auto !important;
    margin: 1em 1em 1em 0; }

  #wikicontent img.lederight {
    float: right;
    clear: right;
    max-width: 300px !important;
    height: auto !important;
    margin: 1em 0 1em 1em; } }
/*
** HOMEPAGE
*/
#wiki > div#home {
  max-width: none;
  margin: 0 -5.57%; }

#home ul,
#home ol {
  margin: 0;
  padding: 0;
  line-height: normal; }
#home #features,
#home #midband {
  clear: both;
  text-align: center; }
#home h3 {
  color: #333; }
#home li a h4 {
  color: #046792; }
#home li a:hover h4 {
  color: #F15A24; }

#who {
  float: left;
  width: 40%;
  padding: 0 2.5% 0 5%; }

#steps {
  float: right;
  width: 60%;
  padding: 0 5% 0 2.5%; }
  #steps div {
    text-align: center; }
    #steps div div {
      display: inline-block;
      vertical-align: top; }
      #steps div div div {
        width: 200px;
        margin: 1em;
        text-align: center;
        font-size: 0.9em;
        font-size: 1.6rem; }
  #steps h3 {
    margin: 0.5em; }

@media screen and (max-width: 785px) {
  #who,
  #steps {
    float: none;
    width: 90%;
    margin: 0 5% 1em; } }
#home #features {
  margin: 0 auto;
  padding: 1em 5%;
  box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(179deg, #E5E5E5, #F9FBFC);
  text-align: center; }
  #home #features ul {
    max-width: 1400px;
    margin: 0 auto; }
  #home #features li {
    display: inline-block;
    width: 320px;
    margin: 0 0 1em;
    vertical-align: top; }
    #home #features li div {
      float: left;
      width: 90px;
      margin: 26px 0 0;
      text-align: center; }
    #home #features li h4,
    #home #features li p {
      float: right;
      width: 230px;
      /* 	margin:0; */
      text-align: left;
      white-space: normal; }
    #home #features li h4 a {
      color: #04648D; }
      #home #features li h4 a:hover {
        color: #F15A24; }
    #home #features li p {
      margin: 0;
      font-size: 0.9em;
      font-size: 1.6rem; }
      #home #features li p a {
        font-variant: small-caps;
        font-weight: bold; }

@media screen and (max-width: 815px) {
  #home #features {
    text-align: left;
    padding: 1em 0; }
    #home #features li {
      width: auto;
      margin: 0 auto 1em; }
      #home #features li h4,
      #home #features li p {
        float: right;
        clear: right;
        width: calc(100% - 90px);
        padding-right: 0.5em;
        text-align: left; } }
#home #midband {
  margin: 1em 0;
  height: 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #333;
  background-image: linear-gradient(179deg, #444, #333); }
  #home #midband ul {
    margin: 0 2.5%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-size: 1.6rem;
    font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif; }
  #home #midband li {
    display: inline-block;
    width: 250px;
    text-align: center; }
  #home #midband .button {
    margin: -12px auto; }
  #home #midband a {
    color: #E5E5E5; }
    #home #midband a:hover {
      color: #F15A24; }

@media screen and (min-width: 1130px) {
  #home #midband li {
    width: 300px;
    margin: 0 2.5%;
    padding: 0 10px; } }
@media screen and (max-width: 815px) {
  #home #midband li {
    width: auto;
    min-width: 160px;
    margin: 0;
    padding: 0 10px; } }
@media screen and (max-width: 660px) {
  #home #midband {
    height: auto;
    padding: 0.5em 0; }
    #home #midband li {
      display: block;
      margin: 0.5em auto; }
    #home #midband .button {
      margin: 18px auto; } }
/* #home #latest {
	margin:2em 0 0;
	padding:1em 2.5%;
 	box-shadow:inset 0 4px 4px rgba(0, 0, 0, 0.3);
	background-image:$xltgrey-gradient-inv;
} */
/*
** PAGE-SPECIFIC STYLES
*/
#pricing table {
  float: right;
  margin: 0.5em 0 0.5em 1em; }
#pricing h2 {
  text-align: center; }
#pricing #guaranteeseal {
  float: left;
  margin-right: 0.5em; }

@media screen and (max-width: 720px) {
  #pricing table {
    float: none;
    margin: 0.5em auto; } }
/*
** MISC. TWEAKS
*/
big,
.big {
  font-size: 1.1em;
  font-size: 2rem; }

small,
.small {
  font-size: 0.9em;
  font-size: 1.6rem; }

.red,
#wiki .red {
  color: crimson; }

.clear {
  clear: both; }

.clearfloat {
  float: none;
  clear: both; }

.right {
  text-align: right; }

.iblock {
  display: inline-block; }

.nowrap {
  white-space: nowrap; }

.hidden {
  display: none !important; }

.radio {
  border: 0;
  background-color: white;
  font-size: 0.9em; }

.details {
  font-variant: small-caps; }

.accordion h3 {
  padding: 0 0.15em;
  margin-left: 0.65em;
  text-indent: -0.65em; }
  .accordion h3 .fa-caret-right,
  .accordion h3 .fa-caret-down {
    width: 0.65em;
    color: #F15A24;
    text-align: right; }
  .accordion h3:hover {
    cursor: help;
    border-radius: 7px 7px 0 0;
    background-color: #E5E5E5;
    background-image: linear-gradient(179deg, #E5E5E5, #F9FBFC);
    color: #035172; }
    .accordion h3:hover .fa-caret-right,
    .accordion h3:hover .fa-caret-down {
      color: #E54A16; }
.accordion dl {
  margin-left: 1.3em; }

#page-error,
#page-upload {
  background: white none; }

.searchresults a {
  color: #F15A24;
  text-decoration: none; }

.searchresults a:visited {
  color: darkslategray; }

span.searchword {
  background-color: lemonchiffon; }

#EJEJC_window {
  box-sizing: content-box; }

#ejejctable {
  width: auto !important; }
  #ejejctable tr {
    background-color: transparent; }
  #ejejctable input,
  #ejejctable select {
    float: none;
    clear: none;
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    box-shadow: none; }

/*
** CAROUSEL
*/
#home-carousel {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 310px;
  padding: 18px 0;
  background-color: #046792;
  background-image: linear-gradient(180deg, #046792, #035172); }

#home-carousel-container {
  width: 6000px;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity .5s; }

#home-carousel-container.setting-up {
  opacity: 0; }

.home-carousel-slide {
  width: 250px;
  height: 310px;
  float: left;
  margin-right: 10px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.slide a {
  width: 101%;
  height: 47px;
  display: table;
  opacity: 1;
  position: absolute;
  z-index: 10;
  text-align: center;
  background: rgba(241, 90, 36, 0.8);
  transition: opacity .2s;
  bottom: 36px; }

.home-carousel-slide a div {
  display: table-cell;
  vertical-align: middle; }

.home-carousel-slide a span {
  color: white;
  font-size: 1.1em;
  font-size: 2rem; }

.home-carousel-slide a span.upper {
  display: inline-block;
  margin-right: .4em;
  transition: margin .2s; }

.home-carousel-slide a span {
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "trade gothic bold", oswald, helvetica, arial, sans, sans-serif;
  width: auto; }

.home-carousel-slide a span.lower {
  border-top: 0;
  margin-left: 0;
  transition: margin .2s; }

.slide:hover a {
  opacity: 1;
  transition: opacity .2s; }

.slide:hover a span.upper {
  margin-right: 0;
  transition: margin .2s; }

.slide:hover a span.lower {
  margin-left: 0;
  transition: margin .2s; }

.home-carousel-slide.last {
  margin-right: 0 !important; }

.home-carousel-slide.wide {
  width: 420px; }

.h-slide {
  width: 250px;
  height: 150px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.fade-image {
  opacity: 0;
  width: 250px;
  height: 310px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover; }

#hc-slide-1 {
  background-size: 125% 125%;
  background-position: center; }

#hc-slide-1.active {
  background-size: 100% 100%; }

#hc-slide-1.transition {
  transition: background 6s; }

.design-slide {
  overflow: hidden; }

#design-container {
  position: absolute;
  top: 0;
  left: 0; }

.design-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(//static.e-junkie.com/ej/images/design-bg.jpg) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%; }

.design-wallpaper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(//static.e-junkie.com/ej/images/design-wallpaper.jpg) no-repeat;
  height: 100%;
  width: 0;
  background-size: auto 100%; }

.design-wallpaper.transition {
  transition: 1s; }

.design-wallpaper.active {
  width: 100%; }

.design-wallpaper.active:after {
  width: 97px;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: -46px;
  content: "";
  background: url(//static.e-junkie.com/ej/images/design-glow.png) repeat-y; }

.design-wallpaper.transition:after {
  transition: 1s; }

.design-desk-glass {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(//static.e-junkie.com/ej/images/design-desk-glass.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%; }

.design-desk-glass.transition {
  transition: 1s; }

.design-desk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(//static.e-junkie.com/ej/images/design-desk-white.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%; }

.design-desk.transition {
  transition: 1s; }

.design-desk.active {
  width: 0; }

.design-computer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(//static.e-junkie.com/ej/images/design-computer.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  opacity: 1; }

.design-computer.transition {
  transition: 1s; }

.design-computer.active {
  opacity: 0; }

.design-computer-graphic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(//static.e-junkie.com/ej/images/design-computer-graphic.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  opacity: 0; }

.design-computer-graphic.transition {
  transition: 1s; }

.design-computer-graphic.active {
  opacity: 1; }

.design-screen-1 {
  position: absolute;
  z-index: 6;
  bottom: 14%;
  left: -3%;
  background: url(//static.e-junkie.com/ej/images/design-screen-1.png) no-repeat;
  width: 38%;
  height: 40%;
  background-size: cover;
  opacity: 0; }

.design-screen-1.transition {
  transition: 1s; }

.design-screen-1.active {
  opacity: .8;
  width: 48%;
  height: 50%;
  left: 0;
  bottom: 12%; }

.design-screen-2 {
  position: absolute;
  z-index: 5;
  bottom: 26%;
  left: 23%;
  background: url(//static.e-junkie.com/ej/images/design-screen-2.png) no-repeat;
  width: 13.5%;
  height: 26.3%;
  background-size: cover;
  opacity: 0; }

.design-screen-2.transition {
  transition: 1s; }

.design-screen-2.active {
  opacity: .8;
  width: 16%;
  height: 32%;
  left: 38%;
  bottom: 37%; }

.design-screen-3 {
  position: absolute;
  z-index: 5;
  bottom: 51%;
  left: 20%;
  background: url(//static.e-junkie.com/ej/images/design-screen-3.png) no-repeat;
  width: 11%;
  height: 8.6%;
  background-size: cover;
  opacity: 0; }

.design-screen-3.transition {
  transition: 1s; }

.design-screen-3.active {
  opacity: .8;
  width: 14%;
  height: 10.6%;
  left: 21%;
  bottom: 62%; }

.design-guy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: url(//static.e-junkie.com/ej/images/design-guy.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  opacity: 1; }

.design-guy.transition {
  transition: 1s; }

.design-guy.active {
  opacity: 0; }

.design-robo-guy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(//static.e-junkie.com/ej/images/design-robo-guy.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  opacity: 0; }

.design-robo-guy.transition {
  transition: 1s; }

.design-robo-guy.active {
  opacity: 1; }

.craft-slide {
  overflow: hidden; }

.craft-container {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0; }

.craft-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(//static.e-junkie.com/ej/images/img-craft.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 1; }

.craft-wallpaper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(//static.e-junkie.com/ej/images/img-craft-wallpaper.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0; }

.craft-wallpaper.active {
  opacity: 1;
  transition: 1s; }

.craft-girl {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(//static.e-junkie.com/ej/images/img-craft-girl.png) no-repeat;
  background-size: 100%;
  z-index: 2; }

#hc-slide-3 {
  background-position: -70px 0; }

.photo-guy {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 95%;
  z-index: 2; }

.photo-bg {
  position: absolute;
  bottom: 0;
  left: -70px;
  max-height: 100%;
  z-index: 1;
  opacity: 0; }

.ebooks-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(//static.e-junkie.com/ej/images/ebooks-trees.jpg);
  background-size: cover; }

.ebooks-text {
  width: 100%;
  height: 300%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: url(//static.e-junkie.com/ej/images/ebook-text.gif);
  background-size: contain;
  opacity: 0; }

.ebooks-text.active {
  top: -400px;
  opacity: .8; }

.ebooks-text.transition {
  transition: top 30s linear, opacity 1s; }

.ebooks-girl {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: url(//static.e-junkie.com/ej/images/ebooks-girl.png);
  background-size: cover; }

#hc-slide-3.pan {
  background-position: 0 0; }

#hc-slide-3.transition {
  transition: background-position 5s; }

#hc-slide-3.pan .photo-bg {
  left: 0;
  opacity: 1; }

#hc-slide-3.transition.pan .photo-bg {
  left: 0;
  opacity: 1;
  transition: 5s; }

#hc-slide-4 {
  overflow: hidden; }

#s4-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1; }

.slide video {
  height: 100%;
  position: absolute;
  z-index: 0;
  display: none; }

.hc-nav {
  position: absolute;
  bottom: 23px;
  width: 2em;
  height: 2em;
  display: block;
  z-index: 100;
  background: url(//static.e-junkie.com/ej/images/hc-arrow.png) no-repeat;
  background-size: contain; }

.hc-nav:hover {
  opacity: .5; }

#hc-prev {
  left: .5em; }

#hc-next {
  right: .5em;
  transform: rotate(180deg); }

@media screen and (min-width: 680px) {
  .hc-nav {
    display: none; }

  .slide a {
    height: 101%;
    opacity: 0;
    position: relative;
    bottom: auto; }

  .home-carousel-slide a span {
    color: white;
    font-size: 1.6em;
    font-size: 2.8rem; }

  .home-carousel-slide a span.upper {
    display: block;
    margin-right: 50px; }

  .home-carousel-slide a span.lower {
    border-top: 1px solid white;
    margin-left: 50px; }

  .slide video {
    display: block; }

  #hc-slide-1 {
    display: block;
    height: auto;
    width: 100%;
    margin: 0; }

  #hc-slide-2 {
    display: none; } }
@media screen and (min-width: 1000px) {
  #hc-slide-1, #hc-slide-2, #hc-slide-3 {
    display: block; }

  #hc-slide-1 video {
    width: auto;
    height: 100%;
    margin-left: -25%; }

  .home-carousel-slide a span {
    color: white;
    font-size: 3rem; } }
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important; }

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important; }

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important; }

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important; }

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important; }

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important; }

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important; }

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important; }

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important; }

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important; }

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important; }

/*# sourceMappingURL=skin5.css.map */
