.tenant-details.inner-competition {
  margin-top: -40px;
}

.tenant-details {
  background: -webkit-linear-gradient(left, rgb(18, 46, 70) 0, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 70%);
  color: white;
  padding: 5px;
}

.tenant-details img {
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.tenant-details span {
  color: inherit;
}
/*--------------------------------------------------
    [PAGE HEADER]
----------------------------------------------------*/

/*| Navigation |*/

.unset-text-transform a, .unset-text-transform .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .unset-text-transform a:hover, .unset-text-transform .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .unset-text-transform a:focus {
  text-transform: unset !important;
}

ul.dropdown-menu {
  padding: 0;
  color: black;
  margin-top: -10px;
  border-radius: 4px !important;
  box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 175px;
}

.dropdown-menu > li > a, .nav-tabs.competitionstabs .dropdown-menu > li > a:hover, .nav-tabs.competitionstabs .dropdown-menu > li > a:focus {
  color: #333 !important;
}

nav li.dropdown:last-child ul.dropdown-menu a {
  text-transform: capitalize;
}

ul.dropdown-menu li:hover > a, ul.dropdown-menu .nav-tabs.competitionstabs li:hover > a:hover, .nav-tabs.competitionstabs ul.dropdown-menu li:hover > a:hover, ul.dropdown-menu .nav-tabs.competitionstabs li:hover > a:focus, .nav-tabs.competitionstabs ul.dropdown-menu li:hover > a:focus,
ul.dropdown-menu li.active > a,
ul.dropdown-menu .nav-tabs.competitionstabs li.active > a:hover,
.nav-tabs.competitionstabs ul.dropdown-menu li.active > a:hover,
ul.dropdown-menu .nav-tabs.competitionstabs li.active > a:focus,
.nav-tabs.competitionstabs ul.dropdown-menu li.active > a:focus {
  background: transparent;
  border-color: transparent !important;
}

ul.dropdown-menu li:hover,
ul.dropdown-menu li.active {
  background: #f3f3f3;
  border-color: transparent !important;
}

nav ul li.dropdownli {
  float: left;
  transition: all 0.2s ease-in-out;
}

nav .nav.nav-settings li.dropdown:hover > ul,
nav ul li.dropdownli:hover > ul {
  display: block;
}

nav ul li.dropdownli a, nav ul .nav-tabs.competitionstabs li.dropdownli a:hover, .nav-tabs.competitionstabs nav ul li.dropdownli a:hover, nav ul .nav-tabs.competitionstabs li.dropdownli a:focus, .nav-tabs.competitionstabs nav ul li.dropdownli a:focus {
  display: block;
  padding: 30px 20px;
  color: #222;
  font-size: 0.9em;
  letter-spacing: 1px;
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
}

.nav .open > a, .nav .nav-tabs.competitionstabs li .open > a:hover, .nav-tabs.competitionstabs li .nav .open > a:hover, .nav .nav-tabs.competitionstabs li .open > a:focus, .nav-tabs.competitionstabs li .nav .open > a:focus,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.page-header .navbar-nav li > a, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:hover, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:hover, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:focus, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:focus {
  font-weight: 400;
}

/* Page on Scroll */

.page-header .navbar-brand img.default {
  top: 20px;
}

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
  /* Navbar */
  /* Navbar Toggle */
  /* Navbar Brand */
  /* Navbar Nav */
}

.page-header .navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.page-header .navbar-toggle {
  border: none;
  margin: 25px 15px 25px 0;
}

.page-header .navbar-toggle .icon-bar {
  background: #3f5263;
}

.page-header .navbar-brand {
  height: 100%;
  line-height: 1.5;
  padding: 12px 0;
  display: inline;
  vertical-align: middle;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.page-header .navbar-brand img {
  width: 115px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-header .navbar-nav li {
  padding: 12px 0px;
  float: left;
  margin-right: 25px;
  line-height: 20px !important;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.page-header .navbar-nav ul li {
  padding: 15px 1px;
  width: 100%;
}

.page-header .navbar-nav li > a, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:hover, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:hover, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:focus, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:focus {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #fff;
}

.page-header .navbar-nav li.active {
  border-bottom: 4px solid #1da1f2;
  opacity: 1;
}

.page-header .navbar-nav li > a:focus,
.page-header .navbar-nav li > a:hover {
  background: inherit;
}

/* Responsive code for max-width: 991px */

@media (max-width: 991px) {
  /* 991px */

  .page-header .navbar-header {
    float: none;
  }

  .page-header .navbar-toggle {
    display: block;
  }

  .page-header .navbar-collapse.collapse {
    display: none !important;
  }

  .page-header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }

  .page-header .navbar-nav {
    margin: 0;
    float: none !important;
  }

  .page-header .navbar-nav > li {
    float: none;
  }
}

/* Stylesheet design for under max-width: 991px */

@media (max-width: 991px) {
  /* 991px */

  body {
    padding-top: 80px;
  }

  .page-header {
    background: #fff;
    /* Navbar Brand */
  }

  .page-header .navbar-fixed-top {
    background: #fff;
  }

  .page-header .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    /* Navbar */
  }

  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li {
    padding: 0;
    float: none;
  }

  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a {
    font-weight: 700;
    color: #3f5263 !important;
  }

  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li.active > a,
  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a:hover {
    color: #bf5757;
  }

  .page-header img.logo-default {
    display: none;
  }
}

/* Stylesheet design for above 992px */

@media (min-width: 992px) {
  /* 992px */

  .page-header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    position: fixed;
    /* Navbar Brand */
    /* Navbar Nav */
  }

  .page-header .navbar-brand img.logo-scroll {
    display: none;
  }

  .page-header .navbar-nav {
    float: right;
  }

  .page-header .navbar-nav li > a, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:hover, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:hover, .page-header .navbar-nav .nav-tabs.competitionstabs li > a:focus, .nav-tabs.competitionstabs .page-header .navbar-nav li > a:focus {
    padding: 5px 0px;
  }
}

/* Stylesheet design on Scroll (Fixed Header) 992px */

@media (min-width: 992px) {
  /* 992px */
}

/*--------------------------------------------------
    [PAGE CONTENT]
----------------------------------------------------*/

/* Body */

a:focus, .nav-tabs.competitionstabs li a:focus {
  outline: none;
}

.page-header-fixed {
  margin-top: 0;
}

/* go2top */

.go2top,
.go2top:focus {
  right: 85px;
  bottom: 30px;
  width: 38px;
  height: 38px;
  z-index: 9999;
  line-height: 1;
  font-size: 18px;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  padding: 7px 0 0 1px;
  background: transparent;
  color: #1da1f2;
  border: solid 2px #1da1f2;
}

.go2top:hover,
.go2top:focus:hover {
  color: #fff;
  background: #1da1f2;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
    [SERVICES]
----------------------------------------------------*/

.service-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-bg .services {
  margin: 0 auto;
  text-align: center;
}

.service-bg .services h2 {
  font-size: 23px;
  margin: 0 0 10px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #3f5263;
}

.service-bg .services p {
  font-size: 16px;
  text-align: center;
  color: #8693a7;
}

/* SVG Brain part */

svg.window {
  width: 2000px;
  margin-left: -577px;
  margin-top: -180px;
  position: absolute;
  /* float: right; */
  overflow: hidden;
  left: 100px;
}

svg.window a, svg.window .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li svg.window a:hover, svg.window .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li svg.window a:focus {
  text-decoration: none;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* fonts */

/* interactive areas of brain objects */

.stroke {
  stroke: #000;
  stroke-width: 0.5;
  opacity: 1;
}

@keyframes flash {
  0% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* // SVG Brain part */

/* Components */

body {
  color: #333;
  padding: 0 !important;
  margin: 0 !important;
  direction: ltr;
  font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", "Avenir", "Segoe UI", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body#login-page-kids {
  background: url(/images/login-kids.jpg?48004b52bc24d85ddda3ccdad38cd7e8) no-repeat fixed !important;
  background-size: cover !important;
}

/* // Components */

/* new */

nav .btn-success {
  background: #23bf63;
  border-color: #23bf63;
}

.box-widget {
  border: none;
  position: relative;
}

.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.login-logo a, .login-logo .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .login-logo a:hover, .login-logo .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .login-logo a:focus, .register-logo a, .register-logo .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .register-logo a:hover, .register-logo .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .register-logo a:focus {
  color: #444;
}

.login-page {
  height: auto;
  background: #d2d6de;
}

.login-box {
  width: 360px;
  margin: 7% auto;
}

@media (max-width: 768px) {
  .login-box {
    width: 90%;
    margin-top: 20px;
  }
}

.login-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}

.login-box-body .form-control-feedback {
  color: #777;
}

.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px;
}

.border-right {
  border-right: 1px solid #e5e5e5 !important;
}

nav .btn-success:hover {
  background: #23bf63;
  opacity: 0.9;
}

/* Standard PAGES */

.bg-header {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.min-620 {
  min-height: 620px;
}

.min-520 {
  min-height: 520px;
}

.min-420 {
  min-height: 420px;
}

.min-200 {
  min-height: 200px;
}

.pd-t-b {
  padding: 50px 0;
}

.pd-t-b-25 {
  padding: 25px 0;
}

.padding-top-100 {
  padding-top: 100px;
  float: right;
  width: 100%;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.no-padding {
  padding: 0;
}

img.item-svg {
  width: 100px;
  height: 110px;
  fill: #23bf63;
}

.btn.green:not(.btn-outline) {
  background: #00a8ff !important;
}

/*BG PAGES*/

.about-header {
  background: url(/images/about-background.jpg) center center no-repeat;
}

.kid-header {
  background: url(/images/bg/kid-bg.png) center center no-repeat;
}

.academia-header {
  background: url(/images/academia-background.jpg) center center no-repeat;
}

.companies-header {
  background: url(/images/companies-background.jpg) center center no-repeat;
}

.ambassadors-header {
  background: url(/images/ambassadors-background.jpg) center center no-repeat;
}

.assessment-header {
  background: url(/images/hostcompetitions-background.jpg) center center no-repeat;
}

.hostcompetitions-header {
  background: url(/images/hostcompetitions-background.jpg) center center no-repeat;
}

.faq-header {
  background: url(/images/faq-background.jpg) center center no-repeat;
}

.pricing-header {
  background: url(/images/pricing-background.jpg) center center no-repeat;
}

.challenges-header {
  background: url(/images/hostcompetitions-background.jpg) center center no-repeat;
}

.competitions-header {
  background: url(/images/hostcompetitions-background.jpg) center center no-repeat;
}

.worldrank-header {
  background: url(/images/worldrank-background.jpg) center center no-repeat;
}

/* // BG PAGES */

.info-header {
  margin-top: 18%;
}

.info-header h1 {
  color: white;
  font-weight: 500;
  font-size: 35px;
}

.info-header h2 {
  font-size: 22px;
  color: white;
  font-weight: 400;
  margin-bottom: 60px;
}

.info-header .btn-small {
  background: #23bf63;
  color: white;
  padding: 13px;
  font-weight: 600;
}

.info-header .btn-big {
  border: 2px solid #23bf63;
  background: transparent;
  color: white;
  padding: 22px 28px;
  font-weight: 600;
  margin: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  width: 200px;
  font-size: 22px;
}

.intro-header {
  padding: 100px 0px;
}

.intro-header h3 {
  color: #6a6a6a;
  padding: 0px;
  line-height: 31px;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
}

.intro-header img {
  width: 80%;
  margin-top: 0px;
}

.intro-header .intro-message {
  margin-bottom: 30px;
}

.intro-header .intro-message ol {
  padding-left: 75px;
  margin-left: 32px;
  margin-top: 31px;
  border-left: 1px dashed #23bf63;
}

.intro-header .intro-message ol li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.intro-header .intro-message strong {
  font-weight: 400;
  color: #23bf63;
  font-size: 47px;
}

.intro-header span.numberspan {
  border: 1px solid #23bf63;
  padding: 5px 20px;
  color: #23bf63;
  font-weight: 400;
  border-radius: 100% !important;
}

.btn.static-blue-button {
  background: #23bf63;
  color: white;
  border: 1px solid #23bf63;
}

.btn.static-blue-button:hover {
  opacity: 0.8;
}

.full-width-section-gray {
  background: #f8f9fa;
}

.full-width-section-gray strong {
  font-weight: 600;
}

.full-width-section-gray p {
  color: #414141;
  padding: 0px 40px;
  margin: 60px 0;
  line-height: 31px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.carousel-inner {
  width: 100%;
  height: 220px;
  margin: 20px auto;
}

.logos-slider {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: 170px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-slider img {
  width: 150px;
  opacity: 0.6;
}

.logos-slider img:hover {
  opacity: 1;
}

.controls.logos-slider-controls {
  margin-top: 20px;
}

.controls.logos-slider-controls a.btn, .controls.logos-slider-controls .nav-tabs.competitionstabs li a.btn:hover, .nav-tabs.competitionstabs li .controls.logos-slider-controls a.btn:hover, .controls.logos-slider-controls .nav-tabs.competitionstabs li a.btn:focus, .nav-tabs.competitionstabs li .controls.logos-slider-controls a.btn:focus {
  margin-right: -50px;
  margin-left: -50px;
  font-size: 20px;
  margin-top: -140px;
}

[data-slide=prev] {
  margin-right: 10px;
}

/* // Standard PAGES */

/* Section intro */

section#intro {
  padding-bottom: 20px;
  background: white;
  overflow: hidden;
}

section#intro a:hover {
  cursor: pointer;
}

section#intro h3 {
  font-weight: 400;
  margin-top: 13%;
  line-height: 50px;
  font-size: 26px;
}

/* // Section Intro */

/* Counter-up */

div.counterup {
  padding-bottom: 100px;
}

div.counterup h4 {
  font-size: 21px;
  color: #8b8b8b;
  font-weight: 400;
}

div.counterup h4 div {
  font-size: 40px;
  display: inline-block;
  color: #23bf63;
}

div.counterup h4 span {
  font-size: 40px;
  display: inline-block;
  color: #23bf63;
}

div.counterup div#counter div.col-md-12 {
  margin-top: 35px;
  margin-bottom: 25px;
}

div.counterup div#counter div.col-md-12 div.col-md-4:nth-child(2) {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

/* // Counter-up */

/*CTF MAP*/

div.ctf-map {
  width: 100%;
  height: 500px;
  text-align: center;
}

div.ctf-map h1 {
  position: absolute !important;
  left: 25%;
  padding: 0;
  font-size: 23px;
  font-weight: 600;
  color: black;
  text-align: left;
}

div.ctf-map p {
  position: absolute !important;
  left: 25%;
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-align: left;
  margin-top: 82px;
}

div.ctf-map i {
  color: #23bf63;
}

div.ctf-map div#chartdiv {
  width: 1170px;
  height: 500px;
  display: inline-block;
}

.ammapDescriptionWindow {
  font-size: 11px;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #ffffff;
  border-style: solid;
  border-color: #dadada;
  border-width: 1px;
  color: #000000;
  padding: 8px;
}

@keyframes pulse {
  25% {
    opacity: 0.3;
  }

  75% {
    opacity: 1;
  }
}

/* //CTF MAP*/

/* category home part */

/* // category home part */

/* Competitions home part */

div.competitionstable {
  margin: 30px 0 70px 0;
}

div.competitionstable h2 {
  font-weight: 600;
  color: #23bf63;
}

div.competitionstable .paragraphcompetitontable {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 25px;
}

div.competitionstable button {
  background: #23bf63;
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

div.competitionstable img.compeition-image {
  width: 100%;
  height: 116px;
  margin-top: 15px;
  border-radius: 5px;
}

div.competitionstable div.category-competition {
  border: 1px solid #d1d1d1;
  border-radius: 5px !important;
}

div.competitionstable div.category-competition h3 {
  font-weight: 400;
  margin-top: 7px;
}

div.competitionstable div.category-competition p.desc {
  line-height: 0;
}

div.competitionstable div.category-competition div.competitionlistone {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

div.competitionstable div.category-competition div.competitionlistone:last-child {
  border-bottom: 0;
}

div.competitionstable div.category-competition .tab-content {
  overflow-y: scroll;
  white-space: nowrap;
  max-height: 500px;
  margin-top: 6rem;
}

div.competitionstable div.headerofcompetitiontable {
  border-bottom: 1px solid #d1d1d1;
  position: absolute;
  background: white;
  z-index: 2;
  right: 0;
  left: 0;
}

div.competitionstable div.headerofcompetitiontable h1 {
  font-size: 26px;
  font-weight: 600;
}

div.competitionstable div.headerofcompetitiontable ul {
  text-align: right;
  margin: 0;
}

div.competitionstable div.headerofcompetitiontable ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 0px;
  margin: 0 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

div.competitionstable div.headerofcompetitiontable ul li a, div.competitionstable div.headerofcompetitiontable ul .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs div.competitionstable div.headerofcompetitiontable ul li a:hover, div.competitionstable div.headerofcompetitiontable ul .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs div.competitionstable div.headerofcompetitiontable ul li a:focus {
  color: black;
}

div.competitionstable div.headerofcompetitiontable ul li.active {
  border-bottom: 2px solid #23bf63;
}

div.category-competition::-webkit-scrollbar-track,
#live-events-loading::-webkit-scrollbar-track {
  width: 5px;
}

div.category-competition::-webkit-scrollbar-track,
#live-events-loading::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 10px;
}

div.category-competition::-webkit-scrollbar-thumb,
#live-events-loading::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a7a7a7;
}

#live-events-loading div.competitionlistone {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

#live-events-loading div.competitionlistone:last-child {
  border-bottom: 0;
}

div.no-results-pane img {
  width: 110px;
  margin-bottom: 15px;
}

div.no-results-pane p {
  text-align: center;
  padding: 20px 0 80px 0;
  margin-top: 100px;
  font-weight: 600;
  color: #17bf63;
  font-size: 22px;
}

ul li.page-scroll a, ul .nav-tabs.competitionstabs li.page-scroll a:hover, .nav-tabs.competitionstabs ul li.page-scroll a:hover, ul .nav-tabs.competitionstabs li.page-scroll a:focus, .nav-tabs.competitionstabs ul li.page-scroll a:focus {
  margin: 0 10px;
  border-radius: 3px !important;
  padding: 6px 20px;
}

/* // Competitions home part */


.has-error .control-label,
.has-success .control-label {
  color: #777;
}


.has-error .has-success .help-block,
.has-success .has-success .help-block {
  color: #000;
}

.top-nav-collapse {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}


.light-header-background .page-header .navbar-brand img {
  display: none;
}

.light-header-background .page-header .navbar-nav li > a {
  color: #414141;
  display: block;
}

.light-header-background .page-header .navbar-brand img.logo-scroll {
  display: inline-block;
}

.navbar-brand img {
  width: 150px !important;
  position: relative;
}

a.homepage-anchor, .nav-tabs.competitionstabs li a.homepage-anchor:hover, .nav-tabs.competitionstabs li a.homepage-anchor:focus {
  color: inherit;
  text-decoration: none;
}

a.homepage-anchor div h3, .nav-tabs.competitionstabs li a.homepage-anchor:hover div h3, .nav-tabs.competitionstabs li a.homepage-anchor:focus div h3 {
  text-align: left;
  padding: 0 18px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

a.homepage-anchor div p, .nav-tabs.competitionstabs li a.homepage-anchor:hover div p, .nav-tabs.competitionstabs li a.homepage-anchor:focus div p {
  padding: 0 20px;
  text-align: left;
  font-size: 17px;
}

a.homepage-anchor div img, .nav-tabs.competitionstabs li a.homepage-anchor:hover div img, .nav-tabs.competitionstabs li a.homepage-anchor:focus div img {
  width: 100%;
}

/* ABOUT SECTION */

div.about-section {
  float: right;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 10px;
  margin: 50px 0;
}

div.about-section h1 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
}

div.about-section strong {
  font-size: 40px;
}

div.about-section p {
  color: #414141;
  padding: 0px 40px;
  line-height: 31px;
  text-align: center;
  font-size: 18px;
}

div.about-section hr {
  border: 0;
  border-top: 1px solid #a9a9a9;
  height: 1px;
  width: 50%;
  margin: 70px 0 0px 0;
}

div.about-section div.about-items div {
  margin: 50px 0;
}

div.about-section div.value-section {
  padding: 0 70px;
  padding-bottom: 50px;
}

div.about-section div.value-section p {
  font-size: 19px;
  font-weight: 100;
  text-align: left;
}

div.about-section div.value-section p span {
  font-weight: 600;
}

div.about-section div.value-section img {
  width: 220px;
  height: 220px;
  float: right;
}

/* // ABOUT SECTION */

/* ACADEMIA */

div.academia-intro-header .academia-style {
  margin-bottom: 60px;
}

/* // ACADEMIA */

/* Companies */

/* // Companies */

/* Ambassadors */

.ambassadors-list ul li,
.ambassadors-list ol li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

/* // Ambassadors */

/* Assessment */

.assessment-intro-header h3 {
  padding: 0 50px;
  text-align: center;
}

/* // assessment */

/* hostcompetitions */

.hostcompetitions-intro-header p {
  font-weight: 600;
  font-size: 15px;
  margin: 25px 0;
}

.hostcompetitions-intro-header div.col-md-4 {
  margin: 25px 0;
}

.hostcompetitions-intro-header span {
  font-size: 15px;
  font-weight: 400;
}

div.hostcompetitions-header .info-header .btn-big {
  width: 310px;
}

/* Video part */

a.companies-video-link, .nav-tabs.competitionstabs li a.companies-video-link:hover, .nav-tabs.competitionstabs li a.companies-video-link:focus {
  display: inline-block;
  /* padding: 5px 10px; */
  border-radius: 4px;
  text-decoration: none;
  font-size: 47px;
  color: #23bf63 !important;
  bottom: 0;
  margin-top: 30px;
}

.player {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /*background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, #000000 100%);*/
  /*background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, #000000 100%);*/
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 50%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  transform: translate(-50%, -50%);
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: -50px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 33px;
  color: #23bf63;
  background-color: transparent;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); */
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
}

/* // Video part */

.contactssidebar ul {
  list-style: none;
}


div.certifications p b {
  color: #23bf63;
}

div.certifications p b {
  font-size: 17px;
}

/* //PROFILE */

/* // hostcompetitions */

/** FAQ SECTION **/

.faq-section input {
  color: white;
}

.faq-section .form-control {
  color: white;
}

.faq-section h2 {
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
  color: #23bf63;
}

.faq-section .panel-title i {
  font-size: 10px;
  color: #dae0e5;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

.faq-section .panel-title .accordion-toggle {
  padding: 10px 30px !important;
  font-weight: 500;
}

.input-group-lg input[placeholder],
.input-group-lg input {
  color: white !important;
}

.panel-body p {
  font-weight: 400;
  font-size: 16px;
  color: #414141;
}

.panel-default > .panel-heading {
  background: #fff;
  color: #333;
}

.panel-default > .panel-heading h3 {
  color: inherit;
}

/** // FAQ SECTION **/

/* PRICING TABLES */

.pricingsmallsection {
  margin-top: 10%;
  text-align: center;
}

.pricingsmallsection .btn {
  border: 2px solid #23bf63;
  background: transparent;
  color: white;
  padding: 7px 28px;
  font-weight: 600;
  margin: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  width: 200px;
  font-size: 22px;
  margin-top: -50px;
}

.columns.tables {
  float: left;
  width: 25%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  font-size: 15px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* //PRICING TABLES */

/* FOOTER */

footer {
  background-color: #0c1a1e;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
}

footer .footerleft {
  margin-top: 50px;
  padding: 0 36px;
}

footer h6 {
  font-size: 21px;
  font-weight: 700;
  color: #d9d6d6;
  margin-bottom: 22px;
}

footer .logofooter {
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin-top: 20px;
}

footer .logofooter img {
  max-width: 100%;
  margin-bottom: 10px;
}

footer .footerleft p {
  color: #fff;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}

footer .footerleft p i {
  width: 20px;
  color: #999;
}

footer ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 2px;
}

footer ul li {
  line-height: 29px;
  font-size: 12px;
}

footer ul li a, footer ul .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs footer ul li a:hover, footer ul .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs footer ul li a:focus {
  color: #a0a3a4;
  font-weight: 400;
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

footer ul i {
  margin-right: 10px;
}

footer ul i a:hover, footer ul i .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li footer ul i a:hover {
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  color: #337ab7;
}

.copyright {
  min-height: 40px;
  background-color: #000000;
}

.copyright p {
  text-align: right;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 5px;
}

.copyright ul {
  list-style-type: none;
  float: left;
  margin-bottom: 0px;
  margin-top: 5px;
}

.copyright ul li {
  float: left;
  line-height: 40px;
}

.copyright ul li:after {
  content: "";
  color: #fff;
  margin-right: 12px;
  margin-left: 12px;
}

.copyright ul li .fa {
  font-size: 15px;
}

.copyright ul li a, .copyright ul .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs .copyright ul li a:hover, .copyright ul .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs .copyright ul li a:focus {
  color: #fff;
  font-size: 12px;
}

.paddingtop-bottom {
  margin-top: 50px;
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.icon {
  float: left;
  margin-right: 5px;
}

.post p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.post p span {
  display: block;
  color: #8f8f8f;
}

/* // FOOTER */

.competitionssmallsection {
  margin-top: 8%;
  text-align: center;
}

.nav-tabs.competitionstabs > li.active,
.nav-tabs.competitionstabs > li.active:focus,
.nav-tabs.competitionstabs > li.active:hover {
  cursor: default;
  background-color: white;
  border: 0;
  color: #23bf63;
  width: 100px;
  cursor: pointer;
  font-weight: 600;
  /* box-shadow: 0px -4px 10px rgb(0, 0, 0); */
  border-bottom-color: #23bf63;
  border-bottom: 1px solid white;
}

.nav-tabs.competitionstabs {
  margin-bottom: 0;
  border-bottom: 0;
  bottom: 0;
}

.nav-tabs.competitionstabs li {
  margin-right: 7px;
  line-height: 1.42857143;
  color: white;
  width: 100px;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  border: 0;
  background: #23bf63;
  cursor: pointer;
  box-shadow: 2px -2px rgba(0, 0, 0, 0.21);
}

.nav-tabs.competitionstabs li a, .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li a:focus {
  color: inherit;
  background-color: unset;
  border: unset;
  padding: unset;
  margin: unset;
}

.padding-height {
  padding: 90px 0 0 0;
}

.competition-row {
  margin: 0 auto;
  margin-top: 25px;
}

.competition-row .padding-height {
  padding-top: 0 !important;
}

.competition-row .competition-card {
  margin-right: 15px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 4px;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  overflow: hidden;
  display: inline-block;
  max-height: 247px;
  box-shadow: 0 1px 1px 0 rgba(159, 167, 194, 0.4);
}

.competition-row .competition-card .competition-cover {
  background: inherit;
  background-size: cover;
  height: 100px;
}

.competition-row .competition-card .competition-logo {
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 3px;
  margin-left: 20px;
  position: relative;
  top: -20px;
  display: inline;
}

.competition-row .competition-card .competition-logo img {
  width: 65px;
  height: 60px;
  border: 1px solid #eee;
}

.competition-row .competition-card .competition-name h2 {
  font-size: 14px;
  font-weight: 700;
  color: #122e46;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -50px;
  margin-bottom: 20px;
  width: 70%;
  margin-left: 90px;
}

.competition-row .competition-card .competition-location {
  opacity: 0.45;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-left: 92px;
  color: #122e46;
  display: block;
  margin-top: -18px;
  margin-bottom: 10px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.competition-row .competition-card .competition-details span {
  display: block;
  height: auto;
  margin-bottom: 5px;
  opacity: 0.45;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #122e46;
}

.competition-row .competition-card .competition-details div {
  font-size: 14px;
  font-weight: 700;
  color: #122e46;
  text-align: center;
  margin-bottom: 15px;
}

.competition-row .competition-card:hover {
  opacity: 0.8;
}

.competition-row .competition-btn {
  text-align: center;
}

.competition-row .competition-btn a, .competition-row .competition-btn .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .competition-row .competition-btn a:hover, .competition-row .competition-btn .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .competition-row .competition-btn a:focus {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #23bf63;
  width: 95%;
  margin-bottom: 5px;
  border-radius: 2px;
  border: solid 1px rgba(18, 46, 70, 0.1);
  display: inline-block;
}

.competition-row .competition-btn__archive {
  width: 100px;
  float: left;
  margin-top: 10px;
}

.competition-row .archived-competitions {
  margin-top: 25px;
  border-radius: 4px;
  border: solid 1px rgb(236, 239, 241);
  padding-left: 0;
  padding-right: 0;
}

.competition-row .archived-competitions .archived-competition {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: solid 1px rgb(236, 239, 241);
  background: white;
}

.competition-row .archived-competitions .archived-competition a, .competition-row .archived-competitions .archived-competition .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .competition-row .archived-competitions .archived-competition a:hover, .competition-row .archived-competitions .archived-competition .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .competition-row .archived-competitions .archived-competition a:focus {
  text-decoration: none;
  color: unset;
  width: 100%;
}

.competition-row .archived-competitions .archived-competition .archived-left-item {
  display: inline-flex;
}

.competition-row .archived-competitions .archived-competition .archived-left-item .archived-logo img {
  width: 105px;
  height: 95px;
  border-radius: 3px;
}

.competition-row .archived-competitions .archived-competition .archived-left-item .archived-name {
  margin-left: 10px;
}

.competition-row .archived-competitions .archived-competition .archived-left-item .archived-name span {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: rgba(18, 46, 70, 0.7);
}

.competition-row .archived-competitions .archived-competition .archived-left-item .archived-name .location-item {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.7;
}

.competition-row .archived-competitions .archived-competition .archived-right-item {
  float: right;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  color: rgba(18, 46, 70, 0.45);
  text-align: center;
}

.competition-row .archived-competitions .archived-competition .archived-right-item .start-date {
  margin-bottom: 27px;
}

.competition-row .archived-competitions .archived-competition .archived-right-item .start-date,
.competition-row .archived-competitions .archived-competition .archived-right-item .end-date {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 700;
  color: rgba(18, 46, 70, 0.7);
}

.competition-row .archived-competitions .archived-competition:hover {
  background: #f7f8f9;
}

.competition-row .archived-competitions:hover {
  border-color: #23bf63;
}

.list-group {
  padding: 0;
  float: inherit;
}

.list-group .list-group-item {
  border-right: 0;
  border-left: 0;
}

@media (max-width: 750px) {
  .competition-row .archived-competitions .archived-competition {
    display: flex;
  }

  .competition-row .archived-competitions .archived-competition .archived-left-item {
    width: 100%;
    display: block;
    text-align: center;
  }

  .competition-row .archived-competitions .archived-competition .archived-left-item .archived-name {
    text-align: center;
    padding-top: 5px;
  }

  .competition-row .archived-competitions .archived-competition .archived-left-item .archived-logo {
    height: 95px;
    width: 100%;
    text-align: center;
  }

  .competition-row .archived-competitions .archived-competition .archived-right-item {
    margin-top: 10px;
    width: 100%;
  }
}

/* // Competitions */

/* WORLD-RANK PAGE */

.worldrank-header-details {
  margin-top: 25%;
  color: white;
  text-align: center;
}

.worldrank-header-details h1 {
  font-weight: 700;
}

div.worldrank-table span.select2-selection {
  background: white;
  border-radius: 5px !important;
  color: #444;
  border-color: #c1c1c1;
}

div.worldrank-table .table {
  margin-top: 15px;
}

div.worldrank-table .table thead {
  background: rgba(245, 245, 245, 0.5);
}

div.worldrank-table .table thead img {
  width: 30px;
  margin-top: -3px;
  margin-right: 3px;
}

div.worldrank-table .table thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: #23bf63 !important;
  padding: 15px 10px;
  border-top: 1px solid rgba(221, 221, 221, 0.51) !important;
  border-bottom: 1px solid rgba(221, 221, 221, 0.51) !important;
  font-weight: 400;
}

div.worldrank-table .table tbody tr th {
  padding: 20px 10px;
}

div.worldrank-table .table tbody tr th:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "fontawesome";
  opacity: 0.5;
}

div.worldrank-table .table tbody tr th:nth-child(1) {
  width: 10%;
}

div.worldrank-table .table tbody tr th:nth-child(2) {
  width: 30%;
  text-align: left;
}

div.worldrank-table .table tr th {
  text-align: center;
  border: 1px solid rgba(221, 221, 221, 0.51);
}

div.worldrank-table .nav-tabs-custom.nav-tabs-blue {
  padding: 20px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.worldrank-table .nav-tabs-custom.nav-tabs-blue .nav-tabs {
  margin-bottom: -2px !important;
}

div.worldrank-table .nav-tabs-custom.nav-tabs-blue .nav-tabs li a {
  margin-right: 15px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  background: transparent;
  color: gray;
  padding: 10px 50px;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  font-size: 15px;
}

div.worldrank-table .nav-tabs-custom.nav-tabs-blue .nav-tabs li.active a {
  border: 1px solid #ddd;
  background: #fff;
  color: #23bf63;
  border-bottom: 0;
}

.table.dataTable > thead:first-child > tr:first-child > th, .table.dataTable > thead > tr > th, .table.dataTable > thead > tr > td, .table.dataTable > tbody > tr > th, .table.dataTable > tbody > tr > td, .table.dataTable > tfoot > tr > th, .table.dataTable > tfoot > tr > td {
  padding: 16px 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.14);
  border-left: 0;
  border-right: 0;
  text-align: center;
  color: #444;
}

div.worldrank-table .table tbody tr th:nth-child(3),
div.worldrank-table .table tbody tr th:nth-child(4),
div.worldrank-table .table tbody tr th:nth-child(5) {
  width: 20%;
}

.worldrank-table .pagination > .active > a,
.worldrank-table .pagination > .active > a:focus,
.worldrank-table .pagination > .active > a:hover,
.worldrank-table .pagination > .active > span,
.worldrank-table .pagination > .active > span:focus,
.worldrank-table .pagination > .active > span:hover {
  background-color: #23bf63;
  border-color: #23bf63;
}

/* // WORLD-RANK PAGE */

/* SIGN-UP PAGE */

/* //SIGN-UP PAGE */

/* AFTER REGISTRATION PAGE */

/* //AFTER REGISTRATION PAGE */

/* Profile container */

/* Profile sidebar */

.profile-sidebar {
  padding: 20px 0 0 0;
  background: #fff;
  box-shadow: 0 0 3px 0 #ededed, 0 0 1px 0 #ededed;
}

.profile-usertitle {
  padding: 0 20px;
}

.profile-usertitle-name {
  color: #043658;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: gray;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a, .profile-usermenu ul .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs .profile-usermenu ul li a:hover, .profile-usermenu ul .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs .profile-usermenu ul li a:focus {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i, .profile-usermenu ul .nav-tabs.competitionstabs li a:hover i, .nav-tabs.competitionstabs .profile-usermenu ul li a:hover i, .profile-usermenu ul .nav-tabs.competitionstabs li a:focus i, .nav-tabs.competitionstabs .profile-usermenu ul li a:focus i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover, .profile-usermenu ul .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs .profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a, .profile-usermenu ul .nav-tabs.competitionstabs li.active a:hover, .nav-tabs.competitionstabs .profile-usermenu ul li.active a:hover, .profile-usermenu ul .nav-tabs.competitionstabs li.active a:focus, .nav-tabs.competitionstabs .profile-usermenu ul li.active a:focus {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */

.profile-content {
  background: #fff;
  min-height: 400px;
  position: relative;
  padding: 20px 20px 60px 20px;
  box-shadow: 0 0 3px 0 #ededed, 0 0 1px 0 #ededed;
}

.profile-buttons {
  bottom: 0;
  position: absolute;
  margin-bottom: 20px;
}

/* //ACCOUNT SETTING */

.account-profile-setting__item--del-account {
  margin-bottom: 30px;
}

.account-profile-setting__item--del-account p {
  color: #979faf;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* SOCIAL COLORS */

/* RESUME POPUP PAGES */

.profile-modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
  overflow-y: scroll;
}

.profile-modal .btn-primary {
  background-color: #043658;
  border: 0;
}

.profile-modal .modal-dialog {
  padding: 3vh 0;
  min-width: 744px;
  max-height: calc(100vh - 64px);
  padding: 0;
}

.profile-modal.in {
  display: block;
}

.profile-modal .modal-header {
  background: #043658;
  color: white;
}

.profile-modal .modal-header .close {
  color: white;
}

.profile-modal .modal-body {
  overflow: hidden;
}

.profile-modal .modal-body label {
  color: #333 !important;
}

.profile-modal .modal-body img {
  width: 160px;
  height: 160px;
  border: 1px solid #043658;
  border-radius: 5px !important;
  margin-bottom: 10px;
}

.profile-modal .profile-picture input {
  border: 0;
  box-shadow: none;
}

.profile-modal .profile-picture:hover img {
  opacity: 0.8;
}

.profile-modal .nav-tabs-blue {
  padding: 0;
  margin-bottom: 0;
}

.profile-modal .nav-tabs-blue .nav-tabs {
  margin-bottom: 0 !important;
}

.profile-modal .nav-tabs-blue li a, .profile-modal .nav-tabs-blue .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs .profile-modal .nav-tabs-blue li a:hover, .profile-modal .nav-tabs-blue .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs .profile-modal .nav-tabs-blue li a:focus,
.profile-modal .nav-tabs-blue li:hover a {
  background: #043658 !important;
}

.profile-modal .nav-tabs-blue li.active a {
  color: #043658 !important;
  background: white !important;
}

.profile-modal .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 30px 10px;
}

.daterangepicker .select2-container {
  z-index: 9;
}

.daterangepicker .dropdown-menu {
  z-index: 9;
  position: absolute;
}

.talent-profile-page .see-more {
  color: #23bf63;
  background: white;
  border: 1px solid;
  padding: 5px 22px;
  border-radius: 3px !important;
  float: right;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.talent-profile-page .see-more:hover {
  color: #fff !important;
  background: #23bf63;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.talent-profile-page .talent-profile-personal-info p {
  margin-top: 10px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  display: block;
}

.talent-profile-page .talent-profile-personal-info > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  box-shadow: 5px 5px 7px 0px #e0e0e0 !important;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info {
  margin-top: 20px;
  line-height: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info span {
  color: #808080;
  font-size: 13px;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info span i {
  width: 25px;
  margin-bottom: 20px;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info .profile-badge-container {
  margin-bottom: 20px;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info .profile-badge-container .profile-badge {
  text-align: left;
  white-space: normal;
}

.talent-profile-page .talent-profile-personal-info .talent-profile-info .profile-badge-container .badge {
  color: rgba(18, 48, 76, 0.6);
  background-color: rgba(18, 48, 76, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 4px 4px;
  border-radius: 3px;
  margin: 0px 2px 10px 0;
  cursor: pointer;
  white-space: break-spaces !important;
  text-align: left !important;
}

.talent-profile-page .talent-profile-submission-info {
  font-weight: 400;
}

.talent-profile-page .talent-profile-submission-info .rank-box {
  margin-bottom: -20px;
}

.talent-profile-page .talent-profile-submission-info .rank-box .rank-widget-title {
  font-size: 14px;
  color: #121212;
  width: 100%;
}

.talent-profile-page .talent-profile-submission-info .rank-box .rank-widget {
  border: 1px solid rgba(237, 237, 237, 0.47);
  box-shadow: 0 1px 1px 0 rgba(159, 167, 194, 0.4);
  padding: 15px;
  background: white;
}

.talent-profile-page .talent-profile-submission-info .rank-box .rank-widget span:first-child {
  float: left;
}

.talent-profile-page .talent-profile-submission-info .rank-box .rank-widget span:last-child {
  color: #23bf63;
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
  float: right;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submission-title {
  padding-bottom: 10px;
  padding-top: 12px;
  font-size: 18px;
  margin-top: 30px;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submission-title a {
  font-size: 14px;
  cursor: pointer;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .badge {
  background: #23bf63;
  border-radius: 5px !important;
  font-size: 15px;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .see-more {
  float: unset;
  display: flex;
  justify-content: center;
  width: 13%;
  margin: 20px auto;
  cursor: pointer;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc {
  padding: 10px;
  border: 1px solid rgba(237, 237, 237, 0.47);
  box-shadow: 0 1px 1px 0 rgba(159, 167, 194, 0.4);
  padding: 15px;
  margin-top: 10px;
  padding: 18px;
  background: white;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc:hover {
  box-shadow: 5px 3px 6px 1px rgba(159, 167, 194, 0.4);
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc a:first-child h4 {
  color: #23bf63;
  font-size: 16px;
  text-decoration: none;
  display: inline;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc a:first-child span {
  margin-right: 15px;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc a:last-child {
  color: #23bf63;
  background: white;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 3px !important;
  float: right;
  overflow: hidden;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc a:last-child:hover {
  color: white;
  background: #23bf63;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 3px !important;
  overflow: hidden;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .submission-desc span {
  font-size: 13px;
  color: #808080;
  font-weight: 400;
}

.talent-profile-page .talent-profile-submission-info .submission-box .submissions-list .multi-span span {
  margin: 0 15px;
}

.submission-desc-empty {
  padding: 10px;
  border: 2px dashed #c2c7d0;
  color: #808080;
}

.submission-desc-empty p {
  padding: 10px;
  margin: 0;
}

.daterangepicker.dropdown-menu,
.select2-container {
  z-index: 99;
}

.superblur-container {
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

  .talent-profile-page .submission-desc button, .talent-profile-page .competition__desc2 button {
    float: none;
    margin-top: 30px;
    margin-left: 30%;
  }

  .talent-profile-page .rank-widget {
    float: right;
    margin-bottom: 30px;
    width: 80%;
  }

  .talent-profile-page .rank-box {
    width: 100%;
    margin-left: -10px;
  }
}

@media screen and (max-width: 768px) {

  .talent-profile-page .talent-profile-personal-info {
    width: 100%;
    text-align: center;
  }

  .go2top {
    right: 20px;
    bottom: 20px;
  }
}

/* // END RESUME POPUP PAGES */

/* COMPETITION INNER PAGE */

.competition-container {
  padding: 66px 0;
}

.competition-container .nav-tabs-blue {
  padding: 0;
}

.competition-container .nav-tabs-blue .nav-tabs {
  margin-bottom: 0 !important;
}

.competition-container .tab-content {
  background: white;
  padding: 25px 0;
  border: 1px solid #dddddd;
  border-top: 0;
  box-shadow: 7px 2px 10px rgba(0, 0, 0, 0.06);
}

.competition-container .box-competition {
  margin: 15px 0;
  background: white;
  padding: 10px 10px 5px 10px;
  box-shadow: 7px 2px 10px rgba(0, 0, 0, 0.06);
}

.competition-container .box-competition .activity-status-text {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.competition-container .box-competition .social-icons-container {
  padding-left: 0;
  padding-right: 15px;
}

.competition-container .box-competition .social-icons-container a, .competition-container .box-competition .social-icons-container .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .competition-container .box-competition .social-icons-container a:hover, .competition-container .box-competition .social-icons-container .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .competition-container .box-competition .social-icons-container a:focus {
  margin-right: 10px;
}

.competition-container .box-competition .social-icons-container .icon-details {
  height: 32px;
  width: 32px;
  margin: 5px;
  display: inline-block;
}

.competition-container .box-competition .social-icons-container .icon-facebook {
  background: url(/images/social-icons/facebook.png) center center/32px 32px no-repeat;
}

.competition-container .box-competition .social-icons-container .icon-twitter {
  background: url(/images/social-icons/twitter.png) center center/32px 32px no-repeat;
}

.competition-container .box-competition .social-icons-container .icon-linkedin {
  background: url(/images/social-icons/linkedin.png) center center/32px 32px no-repeat;
}

.competition-container .box-competition .flashit {
  color: #be0f0f;
  animation: flash linear 1s infinite;
}

.competition-container .box-competition .btn {
  color: #fff;
  border-radius: 2px;
  padding: 15px;
  font-weight: bold;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}

.competition-container .box-competition .btn:hover {
  color: #fff;
  opacity: 0.8;
}

.bg-green {
  background-color: #66be0f;
}

.bg-blue {
  background-color: #23bf63;
}

.bg-dark-blue {
  background-color: #043658;
}

.btn-success-blue-dark:hover,
.btn-success-green:hover,
.btn-success-blue:hover {
  color: white;
  opacity: 0.8;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

/* END COMPETITION INNER PAGE */

/* LINKED BOXES */

.box-link {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  color: black;
}

.box-link__item {
  background: #fafafa;
  padding: 20px;
  width: 18%;
  border-radius: 13px !important;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.box-link__item:hover {
  border: 1px solid #23bf63;
}

.box-link__item img {
  width: 60px;
  margin-bottom: 20px;
}

.box-link a, .box-link .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .box-link a:hover, .box-link .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs li .box-link a:focus {
  color: inherit;
  text-decoration: none;
}

.box-link a:hover, .box-link .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs li .box-link a:hover {
  color: inherit;
  text-decoration: inherit;
}

/* END LINKED BOXES */

.tenant-details.inner-competition {
  margin-top: -40px;
}

.tenant-details {
  background: -webkit-linear-gradient(left, rgb(18, 46, 70) 0, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 70%);
  color: white;
  padding: 5px;
}

.tenant-details img {
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.tenant-details span {
  color: inherit;
}

/* Media Queries @ CyberTalents 2017
-------------------------------------------------------------- */

/* Smaller than standard 1200 */

/* Smaller than standard 992 */

/* Tablet Landscape */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .page-header .navbar-nav li {
    margin: 0 7px;
  }

  .page-header .navbar-nav li a, .page-header .navbar-nav .nav-tabs.competitionstabs li a:hover, .nav-tabs.competitionstabs .page-header .navbar-nav li a:hover, .page-header .navbar-nav .nav-tabs.competitionstabs li a:focus, .nav-tabs.competitionstabs .page-header .navbar-nav li a:focus {
    padding: 5px 0px;
  }

  svg.window {
    width: 1600px;
    margin-left: -477px;
    margin-top: -55px;
  }

  .logos-slider img {
    width: 100px;
  }

  .nav-tabs.competitionstabs {
    margin-top: 18%;
  }

  div.item span.challenge-category {
    width: 45%;
  }

  div.item span.challenge-category-details {
    width: 55%;
  }

  div.item.link-item span.challenge-category {
    width: 10%;
  }
}

/* Tablet Portrait Size */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  svg.window {
    margin-left: -477px;
  }

  .logos-slider img {
    width: 80px;
  }

  .competitionssmallsection {
    margin-top: 12%;
  }

  .nav-tabs.competitionstabs {
    margin-top: 25%;
  }
}

/* All Mobile Sizes */

@media only screen and (max-width: 745px) {
  nav ul li.dropdownli:hover > ul {
    z-index: 999;
  }

  .profile-modal .modal-dialog {
    min-width: unset;
  }

  .nav-tabs.competitionstabs {
    margin-top: 50%;
  }

  .nav-tabs.competitionstabs li {
    width: 90px;
  }

  .info-header h1 {
    font-size: 22px;
  }

  .info-header h2 {
    font-size: 17px;
  }

  div.academia-header .info-header {
    margin-top: 32%;
    text-align: center;
  }

  .navbar-brand img {
    width: 150px !important;
    position: relative;
    top: 0px;
  }

  .navbar-collapse .navbar-nav li {
    margin-bottom: 40px;
  }

  svg.window {
    width: 1022px;
    margin-left: -250px;
    margin-top: -111px;
    position: absolute;
    /* float: right; */
    overflow: hidden;
    left: 57px;
  }

  section#intro h3 {
    font-weight: 400;
    margin-top: 11%;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 50px;
  }

  div.headerofcompetitiontable ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 0px;
    margin: 0px 7px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
  }

  div.category-competition {
    margin-top: 15px;
  }

  div.counterup h4 {
    font-size: 11px;
  }

  div.counterup h4 div {
    font-size: 18px;
  }

  div.counterup h4 span {
    font-size: 20px;
  }

  .page-header .navbar-brand {
    line-height: 20px;
  }

  .pricingsmallsection h1 {
    color: white;
    font-weight: 500;
    font-size: 28px;
    margin-top: 100px;
  }

  .price {
    margin-bottom: 40px !important;
  }

  .hidden-xs {
    display: block !important;
  }

  .services-item {
    text-align: center;
  }

  .services-item h3 {
    text-align: center;
    margin: 15px;
  }

  .services-item p {
    text-align: center;
  }

  .services-item img {
    width: 50%;
  }

  .intro-header h3 {
    font-size: 14px;
  }

  .intro-header .intro-message strong {
    font-size: 35px;
  }

  .btn.static-blue-button {
    font-size: 13px;
  }

  div.intro-message-pic-right img, div.intro-message-pic-left img {
    width: 270px;
    height: 270px;
    margin-top: 50px;
  }

  .forproffesors {
    margin-top: 300px;
  }

  
  .hostcompetitionssmallsection {
    margin-top: 50%;
  }

  
  .hostcompetitionssmallsection h1 {
    font-size: 27px;
  }

  div.intro-message-pic-right img, div.intro-message-pic-left img {
    width: 270px;
    height: 270px;
    margin-top: 50px;
  }

  .forproffesors {
    margin-top: 300px;
  }

  div.intro-message-pic-right img, div.intro-message-pic-left img {
    width: 270px;
    height: 270px;
    margin-top: 50px;
  }

  .forproffesors {
    margin-top: 300px;
  }

  div.intro-message-pic-right img, div.intro-message-pic-left img {
    width: 270px;
    height: 270px;
    margin-top: 50px;
  }

  .columns {
    width: 100%;
  }

  div.ctf-map p {
    left: 15%;
    font-size: 12px;
    margin-top: 65px;
  }

  div.ctf-map h1 {
    left: 14%;
    font-size: 18px;
  }

  .video-close {
    top: -50px;
    right: -10px;
  }

  .player__video {
    max-width: 80%;
  }

  .job-posts-details-requirements .job-details-part {
    overflow: hidden;
  }

  .box-link {
    margin-top: 50px;
    display: unset;
    justify-content: unset;
    color: black;
  }

  .box-link__item {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* Mobile Landscape Size */

/* Mobile Portrait Size */
