html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 20px;
  box-sizing: border-box;
  color: white;
  background-color: #202C32;
  font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.text-vollkorn {
  font-family: 'Vollkorn', serif !important;
}

.text-karla {
  font-family: 'Karla', sans-serif !important;
}

a {
  text-decoration: none;
  color:#62B960;
}

a:hover {
  text-decoration: none;
}

a.no-link {
	color:#aaa;
}

a.no-link:hover {
	color:#FFF;
	text-decoration: none;
}

ul {
	padding: 0;
}

li {
	list-style: none !important;
	display: block !important;
}

ul > li {
	list-style: none !important;
	display: block !important;
}

#logo {
  color: #62B960;
  font-weight: bold;
  padding-top: 5px;
}

.navbar {
  position: relative;
  z-index: 10;
}

.navbar-brand {
  margin-right: 0 !important;
}

.site-selector {
  background-color: #2b3d44;
  border: none;
  margin-left: -15px;
}

.site-selector > .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent !important;
}

.site-selector > .dropdown-item.red:hover {
  color: #cb4f5b !important;
}

.site-selector > .dropdown-item.blue:hover {
  color: #5FB2F9 !important;
}

.logo-square {
  padding: 3px;
  color: white;
}

.square-primary{
  background: #62b960;
}

.square-red {
  background-color: #cb4f5b;
}

.square-blue {
  background-color: #5FB2F9;
}

.notif_badge {
  position: absolute;
  top: 10px;
  right: 21px;
  padding: 5px 5px;
  border-radius: 50%;
  background: #cb4f5b;
  color: white;
}

.badge {
  position: absolute;
  right: .5rem;
}

.badge-outline {
  color: #62B960;
  border: solid 1px;
}

.badge-full {
  color: white;
  background: #62B960;
}

/*custom hamburger animation*/
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #62B960;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
.navbar-toggler.custom-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.custom-toggler.navbar-toggler {
  border: none;
} 

.custom-toggler.navbar-toggler:focus {
  outline: 0;
}
/*end custom hamburger menu*/

.container-fluid.maxed-container-fluid {
  max-width: 1200px;
}

#timer {
  font-size: 28px;
  color: #aaa;
  position: relative;
  top: 10px;
}

@keyframes touch-animation {
  90% {color: #aaa;}
  95% {color: #202C32;}
  100% {color: #aaa;}
}

/* The element to apply the animation to */
.touch-animate {
  animation-name: touch-animation;
  animation-duration: 5s;
  animation-iteration-count: 3;
}

.sidebar {
  top: 28px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
}

.sidebar_right {
  right: 0;
}

#cities_nav {
  margin-top: 120px;
}

#filters {
  margin-top: 200px;
}

.filter {
  cursor: pointer;
  margin-right: -400px;
  -webkit-transition: margin-right 200ms;
  -moz-transition: margin-right 200ms;
  -o-transition: margin-right 200ms;
  -ms-transition: margin-right 200ms;
  transition: margin-right 200ms;
}

.filter:hover {
  color: #FFF!important;
}

.btn-action {
  background-color: #62B960 !important;
  color: #FFF;
  font-weight: bold;
}

.top80 {
  margin-top: 80px;
}
.top120 {
  margin-top: 120px;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom80 {
  margin-bottom: 80px;
}
.top30 {
	margin-top: 30px;
}
.top20 {
  margin-top: 20px;
}
.top0 {
  margin-top: 0px;
}
.left10 {
	margin-left: 10px;
}

.text-grey {
	color: #aaa;
}

.text-red {
  color: #FF0000 !important;
}

#header {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #202C32;
}

.justify {
	text-align: justify;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #2B3D44;
  padding: 10px;
  min-height: 42px;
  line-height: 1.2em;
}

.vertical_centered{
  position: relative;
  top: 6px;
}

.city_nav.active > a{
  color: white !important;
}

#slider {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

.text-white {
  color: #FFF;
}

.spotlight {
  max-width: 260px;
  position: fixed;
  margin-top: 40px;
}

.spotlight>img {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.h3-city {
  margin-top: 60px;
  font-family: vollkorn;
}

.h3-city>a {
  color: white;
  font-size: 32px
}

.h3-city>a:hover {
  text-decoration: underline;
}

#inquiry-form {
  max-width: 740px;
}

input, select {
  background-color: #2B3D44 !important;
  border: none !important;
  color: white !important;
  outline: 0 !important;
  min-height: 40px !important;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999 !important;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #999 !important;
}
input:-moz-placeholder, select:-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999 !important;
}
input:placeholder-shown, select:placeholder-shown {
  color: #999 !important;
}
input:placeholder, select:placeholder {
  color: #999 !important;
}

.text-light-green {
  color:#62B960;
}

#bottom-container {
  width: 100%;
  position:fixed;
  bottom: 0;
}

#bottom-popin-container {
  position: relative;
  right: -3000px;
  bottom: 58px;
  -webkit-transition: right 200ms;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -ms-transition: right 200ms;
  transition: right 200ms;
}

#bottom-popin-container.visible{
  right: 0px;  
}

#bottom-popin {
  width: 260px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1D2426;
  margin-right: 15px;
  margin-bottom: 15px;
}

#bottom-popin>h4{
  font-size: 20px;
}

#bottom-popin-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#bottom-popin-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
#bottom-popin-close:hover {
  opacity: 1;
}
#bottom-popin-close:before, #bottom-popin-close:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 15px;
  width: 1px;
  background-color: #FFF;
}
#bottom-popin-close:before {
  transform: rotate(45deg);
}
#bottom-popin-close:after {
  transform: rotate(-45deg);
}

#external-link-icon{
  width: 9px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.hover-white:hover {
  color: white;
}

.text-black {
  color: #333 !important;
}

.company_listing {
  padding-left: 50px;
  position: relative;
}

.company_logo {
  width: 36px;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

.spotlight-frame {
  background-color:white;
  width:100%;
  border-radius:4px;
  padding: 20px;
  color: #202C32;
  /*text-align: center;*/
}

.spotlight-logo {
  width: 36px;
}

#jobs_intro {
  /*TOFIX*/
  margin-top: 40px;
}