@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/RobotoLight.eot');
  src: local('☺'), url('../fonts/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight.ttf') format('truetype'), url('../fonts/RobotoLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/RobotoMedium.eot');
  src: local('☺'), url('../fonts/RobotoMedium.woff') format('woff'), url('../fonts/RobotoMedium.ttf') format('truetype'), url('../fonts/RobotoMedium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/Bahnschrift.eot');
  src: local('☺'), url('../fonts/Bahnschrift.woff') format('woff'), url('../fonts/Bahnschrift.ttf') format('truetype'), url('../fonts/Bahnschrift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  background: #f3f5f6;
  color: #272d31;
  font-family: 'RobotoLight', sans-serif;
  font-size: 18px;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  body {
    background: white;
  }
}
.col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
#mobile-indicator {
  display: none;
}
@media only screen and (max-width: 991px) {
  #mobile-indicator {
    display: block;
  }
}
#tablet-indicator {
  display: none;
}
@media (min-width: 992px) and (max-width: 1300px) {
  #tablet-indicator {
    display: block;
  }
}
.topimage {
  background: #000102 url(/images/bg4.jpg) no-repeat top 0px right 0% fixed;
  background-size: cover !important;
  height: 570px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .topimage {
    background-position: top -10px left -160px;
    background-size: 1320px;
  }
}
@media only screen and (max-width: 1300px) {
  .topimage {
    height: 400px;
  }
}
.topimage .logo {
  background: url(/images/logo_ondark.png) no-repeat top 0 left 50%;
  width: 100%;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 0%;
  margin: -116px 0 0 0%;
  background-size: contain;
}
.topimage .fortoday {
  position: absolute;
  bottom: 40px;
  left: 100px;
}
.topimage .fortoday h1 {
  font-size: 60px;
  color: #7b8c9b;
  color: #73bf14;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'RobotoMedium', sans-serif;
  font-style: italic;
  line-height: 0.94;
}
@media only screen and (max-width: 1480px) {
  .topimage .fortoday {
    left: 30px;
  }
  .topimage .fortoday h1 {
    font-size: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .topimage .fortoday {
    bottom: 20px;
    left: 18px;
  }
  .topimage .fortoday h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .topimage .fortoday h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .topimage {
    height: 310px;
  }
  .topimage .logo {
    height: 120px;
    margin: -45px 0 0;
  }
}
header,
.regular-header {
  height: 95px;
  width: 100%;
  background: #2483f7;
  background-image: linear-gradient(141deg, #004eff 0%, #00b4e2 51%, #1dbfff 75%);
  position: absolute;
  transition: all 0.25s ease;
  z-index: 10;
}
header nav,
.regular-header nav {
  height: 100%;
  position: relative;
  background: transparent !important;
  border: 0 !important;
}
header nav ul,
.regular-header nav ul {
  margin: 0 0 0 0;
  padding: 0 100px;
  float: left;
  height: auto;
  width: 100%;
  transition: all 0.25s ease 0.15s;
}
header nav ul li,
.regular-header nav ul li {
  margin: 0 30px 0 0;
  list-style: none;
  float: left;
}
header nav ul li a,
.regular-header nav ul li a {
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  height: 95px;
  width: 100%;
  float: left;
  padding: 35px 5px 0px;
  box-shadow: inset 0px 0px 0px 0px white;
  transition: all 0.15s ease;
  font-family: 'Bahnschrift', sans-serif;
  text-transform: uppercase;
}
header nav ul li a.current,
.regular-header nav ul li a.current {
  box-shadow: inset 0px -5px 0px 0px #73bf14 !important;
}
header nav ul li a:hover,
.regular-header nav ul li a:hover {
  box-shadow: inset 0px -5px 0px 0px white;
}
header nav .spark,
.regular-header nav .spark {
  display: block;
  display: none;
  width: 175px;
  height: 300px;
  background: url(/images/logo_spark_white.png) no-repeat;
  position: absolute;
  top: -175px;
  right: 0;
  transition: all 0.25s ease;
  background-position: right 0px top 0;
}
header .pressrelease,
.regular-header .pressrelease {
  display: none;
  position: absolute;
  width: 380px;
  height: auto;
  top: 0px;
  right: 0px;
  transition: all 0.25s ease;
  background: rgba(0, 23, 158, 0.43);
  height: 100%;
}
header .pressrelease > .img,
.regular-header .pressrelease > .img {
  background: url(/images/news.png) no-repeat top left;
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  bottom: -18px;
  right: 7px;
}
header .pressrelease > h1,
.regular-header .pressrelease > h1 {
  position: absolute;
  top: -1px;
  right: 22px;
  margin: 0px;
  transition: all 0.25s ease 0.3s;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.2);
  opacity: 1;
  animation: latestnews 10s linear 0s infinite;
  text-align: right;
  width: auto;
}
header .pressrelease > h1 a,
.regular-header .pressrelease > h1 a {
  font-size: 18px;
  letter-spacing: 0;
  color: white;
  font-family: 'Bahnschrift', sans-serif;
}
@keyframes latestnews {
  0% {
    opacity: 1;
    color: white;
  }
  2.5% {
    opacity: 0.5;
    color: #da1021;
  }
  5% {
    opacity: 1;
    color: white;
  }
  7.5% {
    opacity: 0.5;
    color: #da1021;
  }
  10% {
    opacity: 1;
    color: white;
  }
  12.5% {
    opacity: 0.5;
    color: #da1021;
  }
  15% {
    opacity: 1;
    color: white;
  }
  17.5% {
    opacity: 0.5;
    color: #da1021;
  }
  20% {
    opacity: 1;
    color: white;
  }
  100% {
    opacity: 1;
  }
}
header .pressrelease > p,
.regular-header .pressrelease > p {
  font-size: 14.5px;
  line-height: normal;
  text-align: right;
  padding: 0 20px 0 30px;
  width: auto;
  margin: 0 0px 0 0;
  position: absolute;
  right: 65px;
  top: 45px;
  transition: all 0.25s ease 0.2s;
}
header .pressrelease > p a,
.regular-header .pressrelease > p a {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'RobotoLight', sans-serif;
  text-decoration: none;
}
header .pressrelease > p a:hover,
.regular-header .pressrelease > p a:hover {
  color: white;
}
@media only screen and (max-width: 1100px) {
  header .pressrelease,
  .regular-header .pressrelease {
    display: none;
  }
  header .pressrelease > p,
  .regular-header .pressrelease > p,
  header .pressrelease > h1,
  .regular-header .pressrelease > h1 {
    display: none;
  }
  header .pressrelease > h1,
  .regular-header .pressrelease > h1 {
    top: -5px;
    right: 70px;
    font-size: 16px;
  }
  header .pressrelease:hover > h1,
  .regular-header .pressrelease:hover > h1 {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  header .pressrelease,
  .regular-header .pressrelease {
    display: none;
  }
}
header.scrolled,
.regular-header.scrolled {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 50px;
}
header.scrolled .pressrelease h1,
.regular-header.scrolled .pressrelease h1 {
  top: -50px;
}
header.scrolled .pressrelease > p,
.regular-header.scrolled .pressrelease > p {
  top: 6px;
}
header.scrolled nav ul,
.regular-header.scrolled nav ul {
  padding: 0 25px;
}
header.scrolled nav ul li a,
.regular-header.scrolled nav ul li a {
  padding-top: 15px;
  height: 50px;
  font-size: 15px;
}
header.scrolled nav .spark,
.regular-header.scrolled nav .spark {
  width: 175px;
  height: 50px;
  background-size: 100px;
  background-position: right 0px top -75px;
  top: 0;
}
@media only screen and (max-width: 1480px) {
  header nav ul,
  .regular-header nav ul {
    padding: 0 30px;
  }
  header nav ul li a,
  .regular-header nav ul li a {
    font-size: 18px;
    padding-top: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  header,
  .regular-header {
    box-shadow: none;
  }
  header nav ul li,
  .regular-header nav ul li {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  header,
  .regular-header {
    height: 50px;
    top: 0;
    position: fixed;
  }
  header nav,
  .regular-header nav {
    margin: 0;
  }
  header nav ul,
  .regular-header nav ul {
    margin: 50px 0 0 0;
    padding: 0;
    background: rgba(11, 30, 42, 0.85);
    position: relative;
    float: left;
    z-index: 20;
  }
  header nav ul li,
  .regular-header nav ul li {
    margin: 0;
    width: 100%;
    padding: 5px 20px 10px;
  }
  header nav ul li:first-of-type,
  .regular-header nav ul li:first-of-type {
    margin-top: 20px;
  }
  header nav ul li:last-of-type,
  .regular-header nav ul li:last-of-type {
    margin-bottom: 20px;
  }
  header nav ul li a,
  .regular-header nav ul li a {
    margin: 0;
    padding: 3px 0 0;
    height: auto;
    box-shadow: none !important;
  }
  header nav ul li a.current,
  .regular-header nav ul li a.current {
    box-shadow: none !important;
  }
  header nav .spark,
  .regular-header nav .spark {
    display: none;
  }
}
.navbar-collapse {
  padding: 0;
  margin: 0;
  border: 0px !important;
}
@media only screen and (max-width: 991px) {
  .collapse {
    padding: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background: transparent !important;
    border: 0;
    transition: all 0s ease;
  }
  .navbar-toggle > div {
    top: 17px;
    left: 15px;
    position: absolute;
  }
  .navbar-toggle > div > span {
    height: 2px;
    width: 20px;
    background: white;
    margin: 0;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: all 0.25s ease;
  }
  .navbar-toggle > div > span:nth-of-type(1) {
    top: 0;
  }
  .navbar-toggle > div > span:nth-of-type(2) {
    top: 6px;
  }
  .navbar-toggle > div > span:nth-of-type(3) {
    top: 12px;
  }
  .navbar-toggle.burgeropen > div > span:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  .navbar-toggle.burgeropen > div > span:nth-of-type(2) {
    left: 40px;
    opacity: 0.2;
  }
  .navbar-toggle.burgeropen > div > span:nth-of-type(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.wrapper {
  width: 1290px;
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 1480px) {
  .wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}
h1,
h2,
h3,
h4 {
  float: left;
  width: 100%;
}
h1 {
  font-family: 'RobotoMedium', sans-serif;
  font-family: 'Bahnschrift', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
}
h1 span {
  margin: 0 0 0 10px;
}
h2 {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
h3 {
  font-size: 21px;
}
a {
  font-family: 'RobotoMedium', sans-serif;
  color: #141a27;
}
a:hover {
  color: #4e5356;
}
p {
  float: left;
  line-height: 25px;
  width: 100%;
  color: #4e5356;
}
p:last-of-type {
  margin-bottom: 20px;
}
p br {
  width: 100%;
}
.two-column-paragraph {
  column-count: 2;
  float: left;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .two-column-paragraph {
    column-count: 1;
  }
}
.two-column-paragraph p {
  float: left;
  margin: 0 0 10px 0;
  display: table;
}
i.quote {
  margin: 3px 0 10px 20px;
  padding: 0 0 0 10px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 2px 0px 0px 0px #73bf14;
}
ul.normallist,
ol.normallist {
  float: left;
  width: 100%;
  margin: 0px 0 30px 0;
  padding: 0 0 0 20px;
}
ul.normallist li,
ol.normallist li {
  color: #4e5356;
  line-height: 28px;
  margin: 5px 0px 5px 30px;
}
@media only screen and (max-width: 767px) {
  ul.normallist,
  ol.normallist {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  p,
  ul li,
  ol li {
    line-height: 20px;
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
strong {
  font-family: 'RobotoMedium', sans-serif;
  color: #73bf14;
}
.ondark h1,
.ondark h2,
.ondark h3,
.ondark h4,
.ondark h4,
.ondark p,
.ondark a {
  color: white;
}
.section {
  margin: 50px 0 0;
  float: left;
  background: white;
  position: relative;
  padding: 50px 40px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .section {
    margin: 30px 0 0 0;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 0px;
    margin: 50px 0 0 0;
    box-shadow: none;
  }
}
.section:after {
  content: "";
  background: url(/images/shadow.png) no-repeat;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
  left: 0;
  background-size: 100% 100%;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .section:after {
    display: none;
  }
}
.section.section-nowhitebg {
  background: #f3f5f6;
  padding: 0;
  box-shadow: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.section-nowhitebg {
    padding: 50px 20px;
    margin: 0;
  }
}
.section.section-nowhitebg:after {
  display: none;
}
.greypanel {
  background: rgba(0, 0, 0, 0.035);
  padding: 50px;
  margin: 60px 0 40px 0;
  height: 100%;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .greypanel {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .greypanel {
    padding: 18px;
    margin: 20px 0 20px 0;
  }
}
.greenpanel {
  background: #141a27;
  padding: 0px;
  margin: 0 0 0px 0;
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
}
.dashed-divider {
  height: 1px;
  width: 100%;
  background: transparent;
  border-top: 3px dotted rgba(0, 0, 0, 0.1);
  float: left;
  margin: 20px 0 20px 0;
}
.line {
  border-top: 1px solid #73bf14;
  height: 1px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .line {
    display: none;
  }
}
.about .portal-line {
  top: 310px!important;
}
.about .line {
  width: 30%;
  top: -35px;
  right: -10%;
}
.portal .line {
  width: 10%;
  right: -100px;
  bottom: -50px;
}
.portal .line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 310px;
  border-right: 1px solid #73bf14;
  bottom: 1px;
  left: 0;
}
.discover .line {
  width: 30%;
  right: 18%;
}
.discover .line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  border-right: 1px solid #73bf14;
  bottom: 1px;
  right: 0;
}
.sgp .line {
  width: 1px;
  height: 300px;
  position: relative;
  float: left;
  margin: 40px 0 0 30px;
}
.btn {
  background: #2483f7;
  border: 0px;
  box-shadow: none !important;
  color: white !important;
  font-size: 15px;
  font-style: normal;
  border-radius: 3px;
  padding: 8px 35px;
  letter-spacing: 0.5px;
  float: left;
  margin: 0px 10px 11px 2px;
  font-family: 'Bahnschrift', sans-serif;
  text-transform: uppercase;
}
.btn.btn-default {
  background: #2483f7;
}
.btn.btn-default:hover {
  background: #0869e0;
}
.btn.btn-sgp {
  background: #feba12;
}
.btn.btn-sgp:hover {
  background: #ca9309;
}
.btn.btn-100 {
  width: 100%;
  max-width: 350px;
  min-width: 180px;
}
.btn > span {
  margin: 0 7px 0 -5px;
}
@media only screen and (max-width: 1480px) {
  .btn {
    padding: 8px 20px;
  }
}
.socialbuttons-outer {
  width: 250px;
  margin: 0 0 30px 0;
  float: left;
}
@media only screen and (max-width: 500px) {
  .socialbuttons-outer {
    width: 100%;
  }
}
.socialbuttons {
  float: left;
  width: 100%;
  min-width: 243px;
  max-width: 285px;
  margin: 0 0 20px 0;
}
.social {
  margin: 0px 4% 0 0;
  float: left;
  height: 37px;
  border-radius: 3px;
  position: relative;
}
.social > i {
  position: absolute;
  font-size: 22px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
}
.social:nth-of-type(1) {
  width: 17%;
  background: #ff0000;
}
.social:nth-of-type(1):hover {
  background: #cc0000;
}
.social:nth-of-type(1) i.fa-play {
  font-size: 14px;
}
.social:nth-of-type(2) {
  width: 17%;
  background: #0077b5;
}
.social:nth-of-type(2):hover {
  background: #005582;
}
.social:nth-of-type(3) {
  width: 57.9%;
  background: #1da1f2;
  margin: 0;
  float: right;
}
.social:nth-of-type(3):hover {
  background: #0c85d0;
}
.social:nth-of-type(3) i.fa-twitter {
  left: 20px;
}
.social:nth-of-type(3) span {
  color: white;
  font-size: 12px;
  position: absolute;
  left: 38px;
  top: 10px;
  text-decoration: none;
}
.underheader {
  margin: 100px 0 0 0;
}
.underheader h2 {
  margin: 0 auto 10px;
  width: 60%;
  text-align: center;
  float: none;
}
.underheader h2 span {
  bottom: -10px;
  margin: 0px 0px 0 200px;
  font-size: 0.8em;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .underheader {
    margin: 0;
  }
  .underheader h2 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .underheader h2 {
    width: 100%;
  }
  .underheader h2 span {
    position: relative;
    margin: 3px 0 0 0;
    bottom: auto;
    display: block;
  }
}
.logosmall {
  background: url(/images/logo.png) no-repeat;
  width: 190px;
  height: 110px;
  background-size: contain;
  position: absolute;
  top: 110px;
  right: 80px;
}
@media only screen and (max-width: 1199px) {
  .logosmall {
    width: 150px;
    right: 80px;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .logosmall {
    display: none;
  }
}
.about .aboutbox1 {
  background: url(/images/themepic2-7.jpg) no-repeat top left;
  background: url(/images/themepic2-3.jpg) no-repeat bottom left;
  background-size: cover;
  position: absolute;
  right: -33.333333%;
  height: 330px;
  margin: 10px 20px 0 0;
}
.about .aboutbox1 h1 {
  width: auto;
  text-align: right;
  right: 30px;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .about .aboutbox1 h1 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about .aboutbox1 h1 {
    position: relative;
    top: 0;
    left: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .about .aboutbox1 {
    right: 0;
    margin: 0;
    position: relative;
    height: auto;
  }
  .about .aboutbox1 h1 {
    text-align: left;
    width: auto;
    margin: 20px 0px 40px;
    float: left;
  }
  .about .aboutbox1 h1 br {
    display: none;
  }
}
.theboard {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.theboard .greenpanel {
  z-index: 1;
  height: 180px;
}
.theboard .greenpanel h1 {
  margin: -15px 0 0 0;
  position: absolute;
  top: 52%;
  left: 50px;
  width: auto;
  font-size: 25px;
}
@media only screen and (max-width: 1250px) {
  .theboard .greenpanel h1 {
    left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .theboard .greenpanel h1 {
    position: relative;
    left: 0;
  }
}
.theboard .greenpanel .faces {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 900px;
}
.theboard .greenpanel .faces > div.face {
  width: 180px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0s ease;
  background-size: 180px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.theboard .greenpanel .faces > div.face.hover {
  background-position: 0px -180px;
}
.theboard .greenpanel .faces > div.face > div {
  opacity: 0;
  transition: all 0.2s ease 0s;
  background: #2483f7;
  padding: 20px;
  position: absolute;
  top: 0px;
  width: 360px;
  height: 100%;
}
.theboard .greenpanel .faces > div.face > div h3 {
  margin: 5px 0 0 0;
}
.theboard .greenpanel .faces > div.face > div p {
  color: white;
  margin: 5px 0 9px 0;
  font-size: 16px;
  line-height: normal;
}
.theboard .greenpanel .faces > div.face > div p:last-of-type {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.theboard .greenpanel .faces > div.face > div:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  transition: all 0s ease;
}
@media only screen and (max-width: 1199px) {
  .theboard .greenpanel .faces > div.face > div:before {
    display: none;
  }
}
.theboard .greenpanel .faces > div.face.hover > div:before {
  transition: all 0.5s ease;
}
.theboard .greenpanel .faces > div.face.chris > div:before,
.theboard .greenpanel .faces > div.face.trev > div:before {
  left: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #2483f7;
}
.theboard .greenpanel .faces > div.face.chris.hover > div:before,
.theboard .greenpanel .faces > div.face.trev.hover > div:before {
  left: -30px;
}
.theboard .greenpanel .faces > div.face.pete > div:before,
.theboard .greenpanel .faces > div.face.adrian > div:before,
.theboard .greenpanel .faces > div.face.paul > div:before {
  right: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2483f7;
}
.theboard .greenpanel .faces > div.face.pete.hover > div:before,
.theboard .greenpanel .faces > div.face.adrian.hover > div:before,
.theboard .greenpanel .faces > div.face.paul.hover > div:before {
  right: -30px;
}
.theboard .greenpanel .faces > div.board-hidden-buttons {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.theboard .greenpanel .faces > div.board-hidden-buttons > div {
  height: 100%;
  width: 20%;
  float: left;
  transition: all 0.25s ease;
}
.theboard .greenpanel .faces > div.board-hidden-buttons > div.darken {
  background: rgba(20, 26, 39, 0.3);
}
.theboard .greenpanel .faces > div.chris {
  background-image: url(/images/board_chris.png);
  right: 720px;
}
.theboard .greenpanel .faces > div.chris > div {
  left: 180px;
}
.theboard .greenpanel .faces > div.trev {
  background-image: url(/images/board_trev.png);
  right: 540px;
}
.theboard .greenpanel .faces > div.trev > div {
  left: 180px;
}
.theboard .greenpanel .faces > div.pete {
  background-image: url(/images/board_pete.png);
  right: 360px;
}
.theboard .greenpanel .faces > div.pete > div {
  right: 180px;
  text-align: right;
}
.theboard .greenpanel .faces > div.adrian {
  background-image: url(/images/board_adrian.png);
  right: 180px;
}
.theboard .greenpanel .faces > div.adrian > div {
  right: 180px;
  text-align: right;
}
.theboard .greenpanel .faces > div.paul {
  background-image: url(/images/board_paul.png);
  right: 0;
}
.theboard .greenpanel .faces > div.paul > div {
  right: 180px;
  text-align: right;
}
.theboard .greenpanel .faces > div.face.hover {
  transition: all 0s ease;
}
.theboard .greenpanel .faces > div.face.hover > div {
  width: 360px;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease 0.13s;
}
@media only screen and (max-width: 1199px) {
  .theboard .greenpanel {
    padding: 0;
    margin: 40px 0px 30px 0;
    background: transparent;
    height: auto;
  }
  .theboard .greenpanel h1 {
    letter-spacing: 2px;
    margin: 0;
    color: #272d31;
  }
  .theboard .greenpanel h1 span {
    display: none;
  }
  .theboard .greenpanel .faces {
    height: auto;
    width: 100%;
    right: 0 !important;
    left: 0 !important;
    float: left;
    position: relative;
    margin: 20px 0 0px 0;
  }
  .theboard .greenpanel .faces > div.board-hidden-buttons {
    display: none;
  }
  .theboard .greenpanel .faces > div.face {
    float: left;
    height: 180px;
    width: 100%;
    left: auto !important;
    right: auto !important;
    position: relative;
    margin: 0 0 10px 0;
    background-position: 0px -180px;
  }
  .theboard .greenpanel .faces > div.face > div {
    display: block;
    width: 55%;
    z-index: 20;
    opacity: 1;
    text-align: left;
    left: 180px !important;
    right: auto !important;
    position: relative;
    background: white;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .theboard .greenpanel .faces > div.face > div h3 {
    color: #141a27;
  }
  .theboard .greenpanel .faces > div.face > div p {
    color: #141a27;
  }
  .theboard .greenpanel .faces > div.face > div p:last-of-type {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .theboard .greenpanel {
    padding: 0 20px;
  }
  .theboard .greenpanel .faces > div.face > div {
    box-shadow: none;
    padding-top: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .theboard .greenpanel .faces > div.face {
    background-size: 110px;
    background-position: 0px -110px;
    height: 130px;
  }
  .theboard .greenpanel .faces > div.face > div {
    left: 110px !important;
    width: 70%;
    padding: 0px 10px;
  }
  .theboard .greenpanel .faces > div.face > div p:last-of-type {
    font-size: 12px;
    margin: -5px 0 0 0;
  }
}
@media only screen and (max-width: 350px) {
  .theboard .greenpanel .faces > div.face > div {
    width: 65%;
  }
  .theboard .greenpanel .faces > div.face > div p:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .theboard {
    box-shadow: none;
  }
}
.brochure-download-frontpage {
  margin: 0;
  padding: 30px 40px;
  text-align: right;
}
.brochure-download-frontpage .brochures {
  padding: 0 20px;
  text-align: left;
}
.brochure-download-frontpage .brochures img {
  height: 200px;
  border-radius: 2px;
}
.brochure-download-frontpage .brochures img:nth-of-type(1) {
  margin: 5px 0px 20px 0;
  position: relative;
  z-index: 3;
  transform: rotate(-5deg);
  box-shadow: 6px 10px 13px -8px #00000054;
}
.brochure-download-frontpage .brochures img:nth-of-type(2) {
  margin: 20px 0 0px -50px;
  position: absolute;
  transform: rotate(6deg);
  box-shadow: 1px 5px 13px -8px #00000054;
}
.brochure-download-frontpage .btn {
  margin: 0;
  float: right;
}
@media only screen and (max-width: 991px) {
  .brochure-download-frontpage {
    margin: 30px 0 10px 0;
    text-align: left;
  }
  .brochure-download-frontpage .btn {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .brochure-download-frontpage {
    padding: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .brochure-download-frontpage .brochures img {
    height: 150px;
  }
  .brochure-download-frontpage .brochures img:nth-of-type(1) {
    margin: 0 -10px 20px -20px;
  }
}
.sponsors {
  padding: 40px 10px;
  height: 130px;
  margin: 0px 0 10px 0;
  display: inline-flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sponsors {
    padding: 30px 20px 30px;
    display: block;
    height: 100%;
    float: left;
  }
  .sponsors a {
    height: 36px !important;
    margin: 15px 10px !important;
    width: 100% !important;
  }
}
.sponsors a {
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 241px;
  float: left;
  margin: 0 20px;
  opacity: 0.5;
  transition: all 0.15s ease;
}
.sponsors a:hover {
  opacity: 1;
}
.sponsors a.just {
  background-image: url(/images/logo_just_bw.png);
  width: 80px;
  margin-top: 9px;
}
.sponsors a.just:hover {
  background-image: url(/images/logo_just.png);
}
@media only screen and (max-width: 991px) {
  .sponsors a.just {
    margin-bottom: 20px !important;
  }
}
.sponsors a.wealthtime {
  background-image: url(/images/wealthtime-logo_bw.png);
  width: 94px;
  margin-top: 2px;
  min-height: 49px;
  margin-bottom: 4px !important;
}
.sponsors a.wealthtime:hover {
  background-image: url(/images/wealthtime-logo.png);
}
.sponsors a.squaremile {
  background-image: url(/images/logo_squaremile_bw.png);
  width: 95px;
  margin-top: -6px;
  min-height: 58px;
}
.sponsors a.squaremile:hover {
  background-image: url(/images/logo_squaremile.png);
}
.sponsors a.dt {
  background-image: url(/images/logo_dt_bw.png);
  margin-top: -1px;
  width: 138px;
}
.sponsors a.dt:hover {
  background-image: url(/images/logo_dt.png);
}
.sponsors a.sevenim {
  background-image: url(/images/logo_7im.png);
  width: 65px;
}
.sponsors a.sevenim:hover {
  background-image: url(/images/logo_7im.png);
}
.wip .wipbox {
  background: url(/images/themepic1.jpg) no-repeat bottom 0px left 0px;
  background-size: cover;
  position: absolute;
  left: 20px;
  padding: 10px 40px 60px 30px;
  height: 300px;
  margin: 30px 20px 0 0;
  z-index: 1;
  width: 85%;
  min-height: 120px;
}
.wip .wipbox h2 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 80%;
  font-size: 34px;
}
@media only screen and (max-width: 1199px) {
  .wip .wipbox h2 {
    left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wip .wipbox h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .wip .wipbox {
    position: relative;
    margin: 20px 0 0 0;
    left: auto;
    width: 100%;
    height: auto;
  }
  .wip .wipbox h2 {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.pressreleaseDATE {
  background: #141a27;
  color: #c8f492;
  padding: 0px 10px;
  margin-top: 5px;
  width: auto;
  border-radius: 50px;
}
.news-table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  padding: 20px 20px 20px;
  margin: 0 0 20px 0;
}
.news-table h3 {
  margin: 5px 0;
}
.news-table table {
  margin: 0;
}
.news-table table tr td {
  padding: 0 20px 0 0;
}
.news-table table tr td:last-of-type {
  padding: 0;
}
.newsinner {
  margin: 0;
  padding: 0;
  height: 300px;
  overflow-y: auto;
  display: block;
  position: relative;
}
.newsinner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(250, 250, 250, 0.8) 0%, rgba(250, 250, 250, 0) 100%);
}
.newsinner > div {
  height: 100%;
  overflow-y: scroll;
  padding: 30px 20px 20px 40px;
  display: block;
}
.newsinner > div::-webkit-scrollbar {
  width: 5px;
}
.newsinner > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.newsinner > div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.newsinner > div::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.newsinner > div .row {
  float: left;
  width: 100%;
}
.newsinner > div .row .newslist-icon {
  margin: 0;
  float: left;
  width: 50px;
  height: 100%;
  display: inline-block;
}
.newsinner > div .row .newslist-icon span {
  font-size: 27px;
  margin: 0 3px;
  color: #73bf14;
  transition: all 0.15s ease;
  position: relative;
}
.newsinner > div .row .newslist-icon span.externalsite:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 8px;
  right: -8px;
  color: #73bf14;
  font-size: 14px;
}
.newsinner > div .row .newslist-content {
  display: table;
}
.newsinner > div .row .newslist-content .date {
  margin: 0 0 -3px 0;
}
.newsinner > div .row .newslist-content p {
  font-size: 15px;
  line-height: 16px;
  margin-top: 4px;
}
@media only screen and (max-width: 1199px) {
  .newsinner > div .row .newslist-icon {
    width: 50px;
  }
  .newsinner > div .row .newslist-icon span {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .newsinner > div .row .newslist-icon {
    width: 50px;
  }
  .newsinner > div .row .newslist-icon span {
    font-size: 27px;
  }
}
.side-panel .newsinner {
  height: 500px;
}
.side-panel .newsinner > .row .newslist-icon {
  width: 50px;
}
.side-panel .newsinner > .row .newslist-icon span {
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  .newsinner span {
    font-size: 30px;
    margin: 0;
  }
}
.twitter-outer {
  float: left;
  margin: -62px 0 10px 0px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .twitter-outer {
    margin: 0 0 30px 0;
  }
}
.twitter-outer iframe {
  padding: 0px 0px !important;
}
.timeline-Tweet-text {
  margin-left: 44px;
  font-size: 20px;
}
.contact .map > div {
  margin: 20px 0 20px 0;
  height: 400px;
  position: relative;
}
.contact .map > div > div {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact .map > div:first-of-type {
    height: 300px;
  }
  .contact .map > div:last-of-type {
    height: auto;
  }
}
.otherpages .top {
  box-shadow: inset 0px 10px 0px 0px #2483f7;
}
.otherpages .top .top-inner {
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  padding: 0px 0 0px 0;
  margin: -10px 0 10px 0;
}
.otherpages .top .top-inner .logo {
  background: url(/images/logo.png) no-repeat;
  width: 190px;
  height: 110px;
  margin: 40px 20px 40px 0;
  background-size: contain;
  float: left;
}
.otherpages .top .top-inner .newnav {
  margin: 53px 0 0 20px;
  float: left;
  padding: 30px 10px 30px 20px;
}
.otherpages .top .top-inner .newnav .btn {
  margin: 0 2px 0 0;
}
@media only screen and (max-width: 500px) {
  .otherpages .top .top-inner {
    padding: 0 0 20px 0;
  }
  .otherpages .top .top-inner .newnav {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
  .otherpages .top .top-inner .newnav a {
    width: 100%;
  }
}
i.dateforvid {
  font-size: 15px;
  float: left;
  margin: -10px 0 0 0;
  color: rgba(0, 0, 0, 0.4);
}
.videocolumns {
  margin: 0;
}
.videocolumns > div {
  width: 33.3333%;
  float: left;
  padding: 0 40px 0 0;
  height: 600px;
}
.videocolumns > div h2 {
  height: 80px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.videocolumns > div .vlogvideo {
  background: rgba(0, 0, 0, 0.025);
  width: 100%;
  margin: 0px 0 10px 0;
  float: left;
}
.videocolumns > div .vlogvideo iframe {
  width: 340px;
  height: 191px;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 991px) {
  .videocolumns > div .vlogvideo iframe {
    width: 310px;
    height: 174px;
  }
}
@media only screen and (max-width: 1320px) {
  .videocolumns > div {
    width: 50%;
    height: 550px;
  }
}
@media only screen and (max-width: 864px) {
  .videocolumns > div {
    width: 100%;
    height: auto;
  }
  .videocolumns > div h2 {
    height: auto;
    margin: 20px 0 10px 0;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0 0 0;
  }
}
.pp {
  background: url(/images/bg11.jpg) no-repeat bottom 0px right -120px;
  position: absolute;
  height: 400px;
  margin: 30px 20px 0 0;
  z-index: 1;
  background-size: cover;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .pp {
    display: none;
  }
}
.pp h2 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 80%;
  font-size: 34px;
}
footer {
  font-size: 16px;
  background: #141a27;
  margin: 100px 0 0 0;
  padding: 10px 0 30px 0;
}
footer p {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75) !important;
}
footer .footer-details {
  width: 60%;
  float: left;
  position: relative;
}
footer .footer-details .footer-logo {
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  float: left;
  margin: 30px 0 15px 0;
  background-image: url(/images/logo_ondark.png);
}
footer .footer-details span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
footer .footer-details .linkedin {
  background: url(/images/linkedin_logo.png) no-repeat top left;
  width: 110px;
  height: 30px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 55px;
  right: 30px;
}
footer .footer-details .linkedin:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  footer .footer-details {
    width: 100%;
  }
  footer .footer-details .linkedin {
    right: 0;
  }
}
footer .sgp {
  margin: 40px 0px 20px;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.1);
  width: 40%;
  float: right;
  position: relative;
}
footer .sgp h1 {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 4px 0 13px 0;
}
footer .sgp .sgp-text {
  width: 95%;
  float: left;
  padding: 0px 20px;
}
footer .sgp .sgp-text p {
  margin: 0px 10px 10px 0px;
  font-size: 14px;
}
footer .sgp .sgp-newlogo {
  background: url(/images/logo_sgp_white.png) no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  width: 200px;
  height: 65px;
  float: left;
  margin: 7px 0 0px 20px;
}
@media only screen and (max-width: 800px) {
  footer .sgp {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  footer {
    margin: 20px 0 0 0;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #73bf14;
}
::selection {
  color: white;
  background: #73bf14;
}
/*# sourceMappingURL=styles.css.map */