<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: sans-serif;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
  -webkit-transition: color .25s;
  transition: color .25s;
  color: #F4A307;
  text-decoration: none;
  cursor: pointer;
}
body {
  background-color: #fff;
  background-image: url("../images/pattern.png");
  background-attachment: fixed;
  font-family: "Fjalla One", Arial, Geneva, sans-serif;
  overflow-x: hidden;
  height: 100%;
}
p {
  font-family: Arial, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 10px 0 0 0;
}
.clearer {
  clear: both;
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  min-width: 1040px;
  box-shadow: 0px -10px 20px 10px rgba(0,0,0,0.3);
  background: #ffffff;
}
.header-spacer {
  height: 74px;
}
.shade {
  border-bottom: 10px solid #bbb;
}
.inner-header {
  width: 960px;
  margin: 0 auto;
  height: 74px;
  line-height: 74px;
  -webkit-transition: height .25s, line-height .25s;
  transition: height .25s, line-height .25s;
}
.logo {
  float: left;
  height: 100%;
}
.logo img {
  height: 60px;
  border: 0;
  margin: 7px 20px 0px 0;
  display: block;
}
.nav {
  float: left;
  height: 100%;
  max-width: 580px;
}
.nav ul {
  list-style: none;
  overflow-y: hidden;
  max-height: 74px;
}
.nav ul li {
  display: inline-block;
}
.nav ul li a {
  display: block;
  font-size: 17px;
  padding: 0 10px;
  height: 100%;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
}
.nav ul li a:hover {
  color: #F4A307;
}
.social {
  float: right;
}
.socials {
  position: fixed;
  top: 50%;
  left: 20px;
  margin-top: -210px;
}
.socials ul {
  list-style: none;
}
.socials ul li {
  text-align: center;
  margin-bottom: 10px;
  line-height: 40px !important;
}
.social ul {
  list-style: none;
}
.social ul li {
  float: right;
  margin-left: 10px;
}
.social ul li a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  height: 100%;
  line-height: inherit;
}
.socialicons {
  display: block;
  color: #999;
  border: 2px solid #999;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  line-height: 40px !important;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.socialicons:hover {
  background: rgba(255,255,255,0.9);
}
.social ul li a:hover {
  color: #333;
}
.navform {
  color: #F4A307;
  text-transform: uppercase;
  padding: 0 5px;
  cursor: pointer;
}
.navform:hover {
  text-decoration: underline;
}
.nextprev {
  font-size: 6em;
  color: rgba(255,255,255,0.05);
  position: absolute;
  top: -119px;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}
.nextprev:hover {
  color: rgba(255,255,255,0.3);
}
.next {
  right: 30px;
}
.prev {
  left: 30px;
  display: none;
}
.slide {
  width: 100%;
  min-height: 800px;
  top: 0;
  position: relative;
  background-image: url("../images/bg.png");
  background-position: center bottom;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-color: rgba(0,0,0,0.05);
  -webkit-transition: background 1.3s;
  transition: background 1.3s;
}
.innerslide {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.slide ul {
  list-style: none;
  width: 200%;
  -webkit-transition: margin-left 1.3s;
  transition: margin-left 1.3s;
}
.slide ul li {
  width: 50%;
  float: left;
}
.slide h1 {
  font-size: 41px;
  padding: 0 10px;
  color: #fff;
  line-height: 55px;
  display: inline-block;
}
.header-panel {
  position: relative;
  min-height: 800px;
}
.innerPanel {
  width: 960px;
  margin: 0 auto;
}
.slideleft {
  width: 530px;
  float: left;
}
.slideleftUI {
  width: 380px;
}
.slideleftMobile {
  width: 500px;
}
.slideright {
  width: 360px;
  float: right;
}
.slidecenter {
  text-align: center;
  position: absolute;
  bottom: 596px;
  left: 50%;
  margin-left: 94px;
}
.sliderightGlobe {
  width: 297px;
  height: 405px;
  position: relative;
}
.sliderightUI {
  width: 580px;
}
.slideControl {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slideControlIndex {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #F4A307;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.slideControlIndex:hover {
  background: #333;
}
.indexActive {
  background: #333;
  cursor: default;
}
.indexActive:hover {
  background: #333;
}
.innerSlideControl {
  width: 960px;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  padding: 0 10px;
  font-size: 21px;
  line-height: 35px;
  text-transform: uppercase;
  color: #333;
  border-radius: 2px;
  border: 2px solid #333;
  border-bottom: 4px solid #333;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.3);
  cursor: pointer;
  -webkit-transition: background .25s, color .25s, padding .25s;
  transition: background .25s, color .25s, padding .25s;
}
.btnWhite {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #fff;
}
.btnOrange {
  background: rgba(244,163,7,0.1);
  color: #F4A307;
  border: 2px solid #F4A307;
  border-bottom: 4px solid #F4A307;
}
.btn:hover {
  background: #333;
  color: #fff;
}
.btnWhite:hover {
  color: #333;
  background: rgba(255,255,255,0.7);
}
.btnOrange:hover {
  color: #333;
  background: rgba(244,163,7,0.7);
}
.textcloud {
  position: absolute;
  top: 90px;
  left: -50px;
}
.headerthumbs {
  float: left;
  margin: 40px 15px 0px 0px;
}
.headerthumbs a {
  text-decoration: none;
  color: #000;
  display: block;
}
.headerthumbs a:hover {
  text-decoration: underline;
}
.headerthumbs img {
  border: 0px;
  width: 160px;
  height: 90px;
  box-shadow: 0 0 0px 2px rgba(0,0,0,0.1);
}
.headerthumbs h2 {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin-top: 5px;
  text-transform: uppercase;
}
.globeshade {
  display: block;
  height: 90px;
  margin: 0 auto;
}
.radialshade {
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%);
  background: -webkit-gradient(radial,center center,0px,center center,50%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(50%,rgba(0,0,0,0)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
}
.content-profile {
  background-color: #fff;
}
.content-other {
  background-image: none;
  border-top: 2px solid #ffffff;
}
.content-contact {
  background-color: #000;
  border-top: 10px solid #555;
}
.content-black {
  background-color: #000;
}
.content p {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin: 10px 0 0 0;
}
.profile {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  min-height: 500px;
}
.profile-fluid {
  width: auto;
}
.profileColumn {
  width: 50%;
  float: left;
}
.profileColumn3 {
  width: 33.33333%;
  float: left;
}
.innerColumn {
  padding-right: 100px;
}
.innerColumn2 {
  padding-right: 50px;
}
.innerColumn2left {
  padding-left: 50px;
}
.innerColomn3 {
  padding: 20px;
  background: rgba(255,255,255,0.15);
  margin-left: 30px;
}
.pubstats {
  text-align: center;
  position: relative;
}
.profile h1 {
  font-size: 40px;
  color: #000;
  line-height: 42px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.profile h2 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
  background: #333;
  line-height: 42px;
  display: inline-block;
  text-transform: uppercase;
}
#profileForm h3 {
  font-size: 30px;
  color: #F4A307;
  line-height: 42px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px 0;
}
.low {
  text-transform: lowercase;
}
.profile h3 {
  padding: 0 10px;
  font-size: 20px;
  color: #F4A307;
  line-height: 26px;
  display: inline;
}
.profile .orangeh2 {
  background: #F4A307;
}
.profile .blackh2 {
  background: #333;
  color: #aaa;
}
.profile .whiteh1 {
  color: #fff;
}
.profile i {
  color: #777;
  font-size: 25px;
  display: inline;
}
.profileThumb {
  width: 440px;
  margin-bottom: 80px;
  text-align: center;
  float: right;
}
.profileThumbMap {
  height: 213px;
  margin-bottom: 40px;
  background: url("../images/map.png") no-repeat center top;
}
.profileThumbMap h3 {
  top: 20px;
}
.profileThumbActions {
  height: 114px;
  background: url("../images/actions.png") no-repeat center top;
}
.profileThumbUsers {
  background: url("../images/users.png") no-repeat center top;
}
.profileThumbActions h3 {
  top: 30px;
}
.profileThumb h3 {
  font-size: 23px;
  line-height: 30px;
  color: #555;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.profileThumb i {
  display: inline-block;
}
.profileThumbUsers h3 {
  top: 10px;
}
.number {
  color: #F4A307 !important;
  font-size: 70px !important;
  line-height: 78px !important;
  text-shadow: 1px 1px #fff, 4px 4px 0px rgba(0,0,0,0.1);
}
.innerPartners {
  margin: 0 auto;
  width: 960px;
  padding: 30px 0;
}
.innerJobs {
  background-image: url("../images/a4g-jobs.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center 74px;
  padding-top: 216px;
}
.innerJobs .innerColumn {
  background: rgba(255,255,255,0.97);
  padding: 30px;
}
.innerJobs .innerColumn:hover {
  background: #ffffff;
}
.innerJobs i {
  color: #F4A307;
}
.innerJobs h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
.office {
  background-image: url("../images/office.jpg");
  background-repeat: no-repeat;
  background-size: auto 250px;
  background-position: center top;
  width: 250px;
  height: 250px;
  border-radius: 250px;
  float: right;
  box-shadow: -6px 7px rgba(255,255,255,0.5);
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 961px) {
  .office {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .innerJobs {
    background-size: auto 216px;
    background-position: center 74px;
    padding-top: 186px;
  }
}
.partner {
  width: 25%;
  float: left;
  min-height: 135px;
}
.partner50 {
  width: 50%;
}
.partner50 .innerPartner {
  height: 102px;
}
.innerPartner {
  padding: 15px;
  text-align: center;
}
.innerPartner img {
  border: 0;
  width: 70%;
  margin: 0 auto;
}
.partner p {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.partner i {
  float: left;
  margin-right: 10px;
  color: #F4A307;
  font-size: 12px;
}
.partner50 span {
  font-size: 12px;
  padding: 1px 5px;
  background-color: #F4A307;
  float: right;
}
.innerCamps {
  margin: 0 auto;
  width: 960px;
  padding: 30px 0;
}
.innerCopy {
  margin: 0 auto;
  width: 960px;
  padding: 20px 0;
}
.grid {
  width: 20%;
  float: left;
  margin-top: 3px;
}
.grid50 {
  width: 40%;
  z-index: 0;
}
.innerGrid {
  padding: 2px;
  text-align: center;
  margin: 6px;
}
.innerGrid img {
  border: 0;
  width: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 0px 5px rgba(0,0,0,0.1);
}
.grid50 .innerGrid {
  text-align: left;
  height: 136px;
}
.grid h3 {
  font-size: 60px;
  color: #F4A307;
  padding: 0 20px;
  line-height: 70px;
}
.grid h4 {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
  padding: 0 25px;
}
.channels {
  list-style: none;
  margin-top: 30px;
}
.innerchannel {
  padding: 10px 20px;
  border: 5px solid rgba(0,0,0,0.1);
  min-height: 170px;
}
.channels li {
  float: left;
  width: 25%;
  position: relative;
}
.channels i {
  color: #333;
  font-size: 70px;
  display: block;
  margin-bottom: 10px;
}
.channels h3 {
  color: #333;
  padding: 0;
  display: block;
}
.sep {
  height: 10px;
  position: relative;
}
.footericons i {
  font-size: 15px;
  color: #aaa;
  margin-right: 10px;
}
.contact {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.profooter {
  padding: 50px;
  width: 860px;
  background-color: #333;
}
.content-contact p {
  color: #ddd;
  font-size: 14px;
}
.profooter p {
  color: #ddd;
}
.profooter h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.account label {
  font-size: 18px;
  margin-right: 10px;
  color: #F4A307;
  padding: 3px 5px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 10px;
}
.profooter .profileColumn label {
  display: block;
  margin-top: 10px;
  color: #ddd;
  font-size: 13px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea.form-control {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid rgba(255,255,255,0.8);
  background-color: #ffffff;
  box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.4);
  padding: 3px 5px;
  margin-top: 10px;
}
input {
  font-family: "Fjalla One", Arial, Geneva, sans-serif;
}
.camps a {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}
.terms {
  display: none;
  width: auto;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.9);
  z-index: 999999;
}
.terms-inner {
  padding: 30px;
  background-color: #fff;
  background-image: none;
  width: 960px;
  margin: 0 auto;
}
#closeterms {
  float: right;
}
#closeterms i {
  color: #333;
  cursor: pointer;
}
#loginbox {
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #F4A307;
  -webkit-transition: height .25s;
  transition: height .25s;
}
.inner-login i {
  color: #555;
  font-size: 30px;
  margin-right: 10px;
}
.inner-login {
  padding: 10px 0;
  text-align: right;
  margin: 0 auto;
  width: 960px;
}
.inner-login input[type="text"],
.inner-login input[type="password"] {
  width: 250px;
  border: 2px solid #555;
}
.inner-login input[type="submit"] {
  border-color: #555;
  background-color: #fff;
  color: #555;
}
.inner-login input[type="submit"]:hover {
  color: #333;
  border-color: #333;
}
.highlight {
  color: #F4A307;
}
.competeitems-holder {
  width: 990px;
  position: absolute;
  left: 50%;
  margin-left: -510px;
  top: 284px;
  -webkit-transition: width .2s, margin-left .2s;
  transition: width .2s, margin-left .2s;
}
.compete-items {
  width: 33.33333%;
  float: left;
  border-radius: 2px;
  overflow: hidden;
}
.compete-items1 {
  margin-bottom: 20px;
  display: none;
}
.compete-items2 {
  display: none;
}
.compete-items-inner {
  padding: 5px;
  margin-left: 30px;
  background-color: rgba(0,0,0,0.2);
}
.compete-header {
  background: #ffffff;
  padding: 15px;
  text-align: center;
}
.compete-header h3 {
  font-size: 23px;
}
.compete-text {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.compete-info {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 100%;
  -webkit-transition: background 0.2s 0.1s ease-in-out, left 0.2s 0.1s ease-in-out;
  transition: background 0.2s 0.1s ease-in-out, left 0.2s 0.1s ease-in-out;
}
.compete-items p {
  display: block;
  position: relative;
  padding: 15px;
  margin-top: 0;
  font-style: italic;
  text-align: center;
}
.compete-text ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: background 0.15s 0.05s ease-in-out, margin-left 0.15s 0.05s ease-in-out;
  transition: background 0.15s 0.05s ease-in-out, margin-left 0.15s 0.05s ease-in-out;
}
.compete-text ul li {
  line-height: 20px;
  padding: 7px 20px;
  width: auto;
  float: none;
  font-family: Arial, Geneva, sans-serif;
  font-size: 16px;
}
.compete-text ul li i {
  color: #F4A307;
  padding-right: 10px;
  height: 40px;
  float: left;
}
.compete-text ul li:nth-child(odd) {
  background-color: rgba(0,0,0,0.03);
}
.camps h3 {
  font-size: 45px;
}
.spinlight {
  transform-origin: 0 295px;
  -webkit-transform-origin: 0 295px;
  -webkit-animation: spin 7s infinite linear;
  animation: spin 7s infinite linear;
}
.bubbling {
  -webkit-animation: bubbly-anim 7s infinite linear;
  animation: bubbly-anim 7s infinite linear;
}
.shadowing {
  -webkit-animation: shadowy-anim 7s infinite linear;
  animation: shadowy-anim 7s infinite linear;
}
@-webkit-keyframes bubbly-anim {
  0% {
    -webkit-transform: translate(0px,30px);
    -webkit-animation-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: translate(0px,0px);
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translate(0px,30px);
    -webkit-animation-timing-function: ease-in-out;
  }
}
@keyframes bubbly-anim {
  0% {
    transform: translate(0px,30px);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(0px,0px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translate(0px,30px);
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes shadowy-anim {
  0% {
    width: 230px;
    height: 70px;
    -webkit-animation-timing-function: ease-in-out;
  }
  50% {
    width: 297px;
    height: 90px;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    width: 230px;
    height: 70px;
    -webkit-animation-timing-function: ease-in-out;
  }
}
@keyframes shadowy-anim {
  0% {
    width: 230px;
    height: 70px;
    animation-timing-function: ease-in-out;
  }
  50% {
    width: 297px;
    height: 90px;
    animation-timing-function: ease-in-out;
  }
  100% {
    width: 230px;
    height: 70px;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-5deg);
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(5deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: rotate(-5deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes spin {
  0% {
    transform: rotate(-5deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(5deg);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: rotate(-5deg);
    animation-timing-function: ease-out;
  }
}
.mobilenav {
  display: none;
}
.mobile-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.verticals {
  width: 960px;
}
.innerVerticals {
  position: absolute;
  bottom: 98px;
}
.verticals ul {
  list-style: none;
  height: 130px;
  overflow: hidden;
}
.verticals ul li {
  width: 160px;
  float: left;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 200%;
  -webkit-transition: margin-left 2s;
  transition: margin-left 2s;
}
.verticals ul li h2 {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
}
.innerverticals {
  padding: 20px;
}
.verticals ul li i {
  color: rgba(255,255,255,0.8);
  font-size: 2.5em;
  margin-bottom: 10px;
  text-shadow: 0 0 20px;
}
.adbg {
  width: 160px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
}
.selectProfile {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 95px;
}
.innerSelectProf {
  padding: 20px;
  margin: 0 auto;
  width: 960px;
  text-align: center;
}
.choose-profile {
  height: 44px;
  font-size: 27px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 10px;
  line-height: 27px;
  cursor: pointer;
  border-radius: 2px;
  border: 2px solid #F4A307;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
}
.choose-profile:hover {
  background: #F4A307;
}
.choose-profile:hover &gt; a {
  color: #fff;
}
.selected-profile {
  background: #F4A307;
}
.vsep {
  position: absolute;
  width: 1px;
  top: 30px;
  bottom: 130px;
  right: 530px;
  background: #ddd;
}
.hsep {
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  height: 1px;
  position: relative;
  top: -20px;
}
.batman {
  position: absolute;
  bottom: 315px;
}
#light {
  background: url("../images/light.png");
  width: 662px;
  height: 295px;
  position: relative;
  top: -37px;
  left: -129px;
}
#findlogo {
  background: url("../images/findlogo.png");
  width: 102px;
  height: 112px;
  position: relative;
  top: -315px;
  left: 389px;
}
.city {
  color: #F4A307;
}
.booth {
  padding: 0 10px;
  color: #FF4500;
}
.calendar p {
  padding: 5px 0;
  border-top: 1px solid #333;
  margin-top: 0;
  font-size: 12px;
}
.calendar &gt; p:first-child {
  border-top: 0;
}
#footerProfileSelect {
  background: #000;
}
.innerFooterProfileSelect {
  margin-top: 20px;
  width: 960px;
  margin: 0 auto;
}
.innerFooterProfileSelect h1 {
  display: inline-block;
  color: #999;
}
.channels li:nth-child(2) &gt; .innerchannel .adbg {
  background-position: -160px 0px;
}
.channels li:nth-child(3) &gt; .innerchannel .adbg {
  background-position: -320px 0px;
}
.channels li:nth-child(4) &gt; .innerchannel .adbg {
  background-position: -480px 0px;
}
.channels li:nth-child(5) &gt; .innerchannel .adbg {
  background-position: -640px 0px;
}
.channels li:nth-child(6) &gt; .innerchannel .adbg {
  background-position: -800px 0px;
}
.channels li:nth-child(7) &gt; .innerchannel .adbg {
  background-position: -960px 0px;
}
.channels li:nth-child(8) &gt; .innerchannel .adbg {
  background-position: -1120px 0px;
}
.channels li:nth-child(9) &gt; .innerchannel .adbg {
  background-position: -1280px 0px;
}
@media screen and (max-width: 961px) {
  .btn {
    margin-left: 20px;
  }
  .vsep {
    display: none;
  }
  body {
    background-image: none;
  }
  .mobilenav {
    display: block;
    float: left;
    font-size: 2em;
    color: #F4A307;
    cursor: pointer;
    padding: 0 10px;
    background: #FAEBD7;
    border-right: 1px solid rgba(211,211,211,0.2);
  }
  .inner-header {
    width: 100%;
  }
  .header {
    min-width: 100%;
  }
  .logo img {
    margin: 7px 20px 0px 10px;
  }
  .nav {
    float: right;
    width: 100%;
    padding-top: 20px;
    max-width: 100%;
  }
  .nav ul {
    max-height: 100%;
  }
  .nav ul li {
    display: block;
    text-align: left;
  }
  .nav ul li a {
    line-height: 40px;
    border-bottom: 1px solid rgba(211,211,211,0.5);
  }
  .navholder {
    overflow: hidden;
    position: absolute;
    width: 100%;
    right: 110%;
    top: 74px;
    background: #FAEBD7;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.23);
    -webkit-transition: right .35s;
    transition: right .35s;
  }
  .header {
    background: #fff;
  }
  .social {
    background: #FAEBD7;
    float: left;
    margin-left: 10px;
  }
  .social ul li {
    margin: 0;
  }
  .social ul li a {
    padding: 0 10px 0 0;
  }
  .socials {
    top: 15px;
    left: auto;
    margin-top: 0;
    right: 10px;
  }
  .socials ul li {
    float: left;
    margin-left: 5px;
  }
  .verticals {
    display: none;
  }
  .slide {
    background-image: url("../images/bg-mbl.png");
    background-size: 140% auto;
    background-position: top center;
    background-color: #000;
  }
  .innerSelectProf {
    width: 100%;
    padding: 20px 0;
  }
  .innerSelectProf h1,
  #footerProfileSelect h1 {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #footerProfileSelect {
    padding: 20px;
  }
  .choose-profile {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 2px;
    line-height: 21px;
  }
  .innerslide {
    width: 100%;
    display: none;
  }
  .innerSlideControl {
    width: 100%;
    text-align: center;
  }
  .profile {
    width: 100%;
  }
  .innerPartners {
    width: 100%;
  }
  .camps {
    width: 100%;
  }
  .innerCamps {
    padding: 30px 20px;
    width: auto;
  }
  .innerCopy {
    width: 100%;
  }
  .contact {
    width: 100%;
    padding-bottom: 0px;
  }
  .profooter {
    width: auto;
    padding: 0px;
  }
  .terms-inner {
    width: 100%;
  }
  .inner-login {
    width: 100%;
  }
  .competeitems-holder {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .compete-items-inner {
    margin: 0 10px;
  }
  .compete-items {
    width: 100%;
  }
  .slide h1 {
    font-size: 30px;
  }
  .compete-text ul li {
    font-size: 14px;
  }
  .profileColumn {
    width: 100%;
  }
  .innerColumn {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .innerColumnNo {
    padding: 0 20px;
  }
  .profileThumb {
    width: 100%;
  }
  .profileThumbMap,
  .profileThumbActions,
  .profileThumbUsers {
    background-size: 80% auto;
  }
  .partner {
    width: 50%;
  }
  .partner50 {
    width: 100%;
  }
  .pubstats img {
    width: 100%;
  }
  .pubstats i {
    display: none;
  }
  .profile h3 {
    font-size: 20px;
  }
  .camps h3 {
    font-size: 45px;
  }
  .grid {
    width: 33.33333%;
  }
  .grid50 {
    width: 100%;
    background: none;
  }
  .innerGrid img {
    border-radius: 10px;
    box-shadow: 0 0 0px 3px #faebd7;
  }
  .channels li {
    width: 50%;
  }
  .adbg {
    zoom: .8;
  }
  .innerchannel {
    min-height: auto;
  }
  .profileColumn3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .innerColumn2left {
    padding-left: 0;
  }
  .content-contact {
    padding: 0 10px;
  }
  .account label {
    padding: 5px 0px;
    background-color: transparent;
    display: block;
  }
  .contact .profile h2 {
    display: block;
    margin-bottom: 0px;
  }
  .formhold {
    padding: 0 10px;
  }
  .formhold .innerColumn {
    padding: 0;
  }
  #loginbox {
    padding: 0 10px;
    width: auto;
  }
  #loginbox input[type="text"],
  #loginbox input[type="password"] {
    width: 230px;
  }
  .innerCopy p {
    padding: 0 10px;
  }
  .terms {
    padding: 0px;
  }
  .terms-inner {
    width: auto;
    padding: 20px;
  }
  .terms p {
    text-align: justify;
  }
  #panel1,
  #panel2,
  #panel3 {
    padding: 10px;
  }
  .header-panel p {
    padding-right: 20px;
  }
  .slideleft {
    width: 100%;
  }
  .sliderightGlobe {
    zoom: .7;
    left: 120px;
    width: 100%;
  }
  .globeshade {
    display: none;
  }
  .sliderightUI {
    width: 100%;
  }
  .sliderightUI img {
    margin-top: 30px;
    float: none !important;
  }
  #panel3 .slideright {
    width: 100%;
  }
  #panel3 .slideright img {
    width: 73%;
    margin-top: 20px;
  }
  .innerPanel {
    width: 100%;
  }
  .nextprev {
    display: none;
  }
}

.modal-dialog {
  margin-top: 100px;
}
@media screen and (max-height: 575px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
</pre></body></html>