#jobs {
  background: url(header.jpg) center center no-repeat;
  background-size: cover;
}

/* We are looking for - section */
.summary-row ul {
  list-style-type: none;
}

.summary-row ul li div {
  background-color: rgba(165, 215, 255, 0.150);
  height: 120px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  z-index: 10;
}

.summary-row ul li a { display: block;}
.summary-row ul li a h3 {  color: white;}

/* Instagram Section */

#ri-grid, #instagram-grid {
  height: 100%;
}

.ri-grid{
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}


.ri-grid ul:before,
.ri-grid ul:after{
  content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a{
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ri-grid-size-2{
  width: 100%;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ri-shadow:after{
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
  display: none;
}

.ri-loading-image{
  display: none;
}

.ri-grid-loading .ri-loading-image{
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/* category page */

.category-image {
  width: 300px;
  bottom: -30px;
}

.category-image img {
  width: 300px;
  height: auto;
}


.social-share a.twitter {
  color: #39adcc;
}

.social-share a:hover {
  background: rgba(0,0,0,0.1);
}

.job-tile-custom {
  border: 2px dotted rgb(231, 231, 231);
  border-radius: 5px;
}



/* Jobs nonsense */
.jobs .small-map {
  background: #1C1C1C;
  height: 140px;
  margin-bottom: 20px;
}
.jobs .map-wrapper {
  position: relative;
  height: 100%;
}

.jobs .map {
  background: #BFD798;
  position:absolute;
  top:0; bottom:0;
  height: 100%;
  width:100%;
  z-index: 10;
}
.jobs .map-label {
  color: white;
  font-family: Monaco, monospace;
  font-weight: bold;
  z-index: 15;
  position: absolute;
  left: 5px;
  top: 5px;
  text-transform: uppercase;
}

.view-jobs {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#row-2 {
  margin-top: -60px;
}

.video-placeholder {
  background: url(video-placeholder.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.video-placeholder .dot {
  position: absolute;
 top: 50%;
 left: 50%;
 margin: -40px 0 0 -40px;
}



.video-placeholder .video {
  color: #142736;
}

.mission-boxes {
  margin-top: -100px;
}

.mission-box .inside > div {
  height: 100%;
  text-align: left;
}
.mission-box {
  background: #1C252C;
  height: 150px;
  display: inline-block;
  width: 30%;
  position:relative;
  top:20px;
  z-index: 10;
}
.mission-box .inside {
  height: 100%;
}
.mission-box.left {
  margin-left: 0;
}
.mission-box.center {
  margin: 0 3%;
}
.mission-box.right {
  margin-right: 0;
}
.mission-box::after {
  background-color: #131a1e;
  content: '';
  height: 20px;
  position: absolute;
  width: 100%;
}

.mission-box::before {
  background-color: #131a1e;
  content: '';
  height: 150px;
  position: absolute;
  width: 15px;
}

#row-1 .mission-box {
  height: 130px;
}

#jobs-map .jobs-marker {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  line-height: 15px;
  z-index: 100000;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
}


#jobs-map .dot {
  background: #8069A5;
  box-shadow: #8069A5 0 0 0 2px;
  border: 2px solid #262B32;
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px auto;
  position: relative;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  animation: dotPulse 1000ms linear 0 infinite;
  -moz-animation: dotPulse 1000ms linear 0 infinite;
  -webkit-animation: dotPulse 1000ms linear 0 infinite;
}

#jobs-map .dot.fill-green {  background: #52b679; box-shadow: #52b679 0 0 0 2px; }
#jobs-map .dot.fill-cyan  {  background: #39adcc; box-shadow: #39adcc 0 0 0 2px; }
#jobs-map .dot.fill-blue  {  background: #347eb9; box-shadow: #347eb9 0 0 0 2px; }
#jobs-map .dot.fill-pink  {  background: #e95591; box-shadow: #e95591 0 0 0 2px; }
#jobs-map .dot.fill-red   {  background: #e05256; box-shadow: #e05256 0 0 0 2px; }
#jobs-map .dot.fill-purple {  background: #8380c7; box-shadow: #8380c7 0 0 0 2px; }
#jobs-map .dot.fill-orange {  background: #f67e64; box-shadow: #f67e64 0 0 0 2px; }
#jobs-map .dot.fill-denim  {  background: #495d77; box-shadow: #495d77 0 0 0 2px; }
#jobs-map .dot.fill-mustard  {  background: #f9ac35; box-shadow: #f9ac35 0 0 0 2px; }

.icon.icon-small:before {
  width: 16px;
  height: 20px;
  font-size: 17px;
  padding-top: 3px;
}

/* Left side box */

.mission-box.left::after {
  top: -20px;
  right: 14px;
  -webkit-transform:skew(-145deg); -webkit-transform-origin:top;
     -moz-transform:skew(-145deg);    -moz-transform-origin:top;
       -o-transform:skew(-145deg);      -o-transform-origin:top;
          transform:skew(-145deg);         transform-origin:top;
}

.mission-box.left::before {
  top: -10px;
  left: -15px;
  -webkit-transform:skewY(-125deg); -webkit-transform-origin:top;
     -moz-transform:skewY(-125deg);    -moz-transform-origin:top;
       -o-transform:skewY(-125deg);      -o-transform-origin:top;
          transform:skewY(-125deg);         transform-origin:top;
}

/* Center box */

.mission-box.center::after {
  background: transparent;
  top: -20px;
  right: 0;

  height:0;
  border-bottom: 20px solid #131a1e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.mission-box.center::before {
  display: none;
}

/* Right side box */
.mission-box.right::after {
  top: -20px;
  left: 14px;
  -webkit-transform:skew(-35deg); -webkit-transform-origin:top;
     -moz-transform:skew(-35deg);    -moz-transform-origin:top;
      -ms-transform:skew(-35deg);     -ms-transform-origin:top;
       -o-transform:skew(-35deg);      -o-transform-origin:top;
          transform:skew(-35deg);         transform-origin:top;
}

.mission-box.right::before {
  top: -10px;
  right: -15px;
  -webkit-transform:skewY(-55deg); -webkit-transform-origin:top;
     -moz-transform:skewY(-55deg);    -moz-transform-origin:top;
      -ms-transform:skewY(-55deg);     -ms-transform-origin:top;
       -o-transform:skewY(-55deg);      -o-transform-origin:top;
          transform:skewY(-55deg);         transform-origin:top;
}

/* Image slideshow */

.jobs-slideshow {
  position: relative;
}
.jobs-slideshow div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

p.no-margin-bottom {
    margin-bottom: 0;
}

.office-life-fact {
  min-height: 195px;
}

@media only screen and (max-width:750px) {
  .office-life-fact {
    min-height: 220px;
  }
}

@media only screen and (max-width:640px) {
  .office-life .col6 .space-right1 {
    margin-right: 0px;
  }

  .office-life-fact {
    min-height: 0px;
  }
  .view-jobs {
    position: relative;
  }
  .job-tile .col6 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
  }
  .listing-header {
    margin-bottom: 40px;
  }
}


