/******

default

*****/
.container {
  padding-bottom: 24px;
  font-size:15px;
}
a {
  text-decoration: underline;
}
img {
  border: 0;
}
.btn {
   font-size: 16px;
   text-decoration: none;
   min-width: 145px;
   height: 40px;
   display: inline-block;
   line-height: 40px;
   padding: 0 9px;
}
h1 {
  padding: 0 25px;
  margin-bottom: 10px;
}
h2 {
  margin-bottom: 10px;
}
h3 {
  margin: 0;
  line-height: 1.4em;
}
h3.subhead {
  color:#ff6600;
  font-size:32px;
  font-family:"HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:normal;
  line-height: 1em;
  margin-top:20px;
}
p {
  margin: 0;
  padding: 0;
}
.span8 {
  padding-left: 25px;
  /*width: 619px;*/
}
.span3 {
  width: 204px;
}
.offset1 {
  margin-left: 78px;
}
.row {
  margin-bottom: 26px;
}
.right-align {
  float: right;
}

/*****

header

*****/
.empHeader {
  margin-bottom: 10px;
}
#site-header.container {
  padding: 0 25px;
  padding-bottom:0 !important;
}
#site-header .row {
  margin-bottom: 20px;
}
#branding {
  margin-left: -16px;
}
#branding img {
  width: 193px;
  height: auto;
}
#site-header p {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #ff6600;
  font-size: 1.4em;
}

/*****

nav

*****/
#page-nav {
  padding-bottom: 0;
  text-align:center;
}
#page-nav .row {
  margin-bottom: 0;
}
#page-nav ul,
#sticky-nav ul {
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#page-nav li {
  line-height: 78px;
  padding: 0 35px;
  float: left;
}
#page-nav a {
  font-weight: bold;
  font-size: 1.3125em;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  text-decoration: none;
}
#page-nav a:hover {
  text-decoration: none;
}
#sticky-nav {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  top: 0px;
  left:0px;
  width: 100%;
  display: none;
  text-align: center;
  height: 60px;
  -moz-box-shadow: 0 0px 5px 2px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 0px 5px 2px rgba(0,0,0,.25);
  box-shadow: 0 0px 5px 2px rgba(0,0,0,.25);
  z-index: 1000;
}
#sticky-nav-content {
  width: 976px;
  margin: auto;
}
#sticky-nav img {
  float: left;
  margin-top:13px;
  margin-left: 17px;
}
#sticky-nav ul {
  float:right;
  margin-right: 25px;
}
#sticky-nav li {
  float: left;
}
#sticky-nav a {
  margin: 0 0 0 72px;
  font-size: 1.3125em;
  font-weight: bold;
  text-decoration: none;
  line-height: 60px;
}
#sticky-nav a:hover {
  background-color: #fff;
}
#sticky-nav img {
  height: 34px;
  width: auto;
}

/*****

map

*****/
.leaflet-popup-pane div {
  min-height: 51px;
}
#map-wrapper {
  width: 100%;
  display: block;
  height: 420px;
}
#map-wrapper #map {
  width: 100%;
}
#map { margin:auto; height: 420px; width: 100%; cursor:default!important; background-color:#091525; }

  .leaflet-label {
  background: #fff;
  background-clip: padding-box;
  border-color: #fff;
  border-style: solid;
  border-width: 4px;
  color: #111;
  display: block;
  font: 16px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
  z-index: 6;
  box-shadow: 3px 3px 5px rgba(61, 54, 54, 0.64);
  top: -12px;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(61, 54, 54, 0.64));
  filter: drop-shadow(3px 3px 5px rgba(61, 54, 54, 0.64));
  }

  .leaflet-label-left {
  left: -14px;
  }

  .leaflet-label-right {
  left: 14px;
  }

  .leaflet-label.leaflet-clickable {
  cursor: pointer;
  }

  .leaflet-label:before,
  .leaflet-label:after {
  border-top: 26px solid transparent;
  border-bottom: 25px solid transparent;
  content: none;
  position: absolute;
  top: -4px;

  }
  /* left arrow */
  .leaflet-label:before {
  border-right: 27px solid black;
  border-right-color: inherit;
  left: -31px;
  }

  /* right arrow */
  .leaflet-label:after {
  border-left: 27px solid black;
  border-left-color: inherit;
  right: -31px;

  }

  .leaflet-label-right:before,
  .leaflet-label-left:after {
  content: "";
  }

  .event {
  font-size:18px;
  color: #FD6721;
  }
  .age {
  font-size:14px;
  }
  .cover-wrapper {
  width: 100%;
  height: 420px;
  position: relative;
  top:-420px;
  }

/*****

intro copy

*****/
#intro {
  border-bottom: 3px solid #000;
}
#intro p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}
#gotAJobLine {
  margin-top: 1em;
}


/*****

find jobs

*****/
#find-jobs {
  padding-top: 100px;
  margin-top: -50px;
  border-bottom: 3px solid #000;
}
#find-jobs a[href*="tips"],
#find-jobs a[href*="faq"] {
  font-size: .86667em;
  margin-top: 10px;
  display: block;
}
#find-jobs .span4 {
  background-color: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 26px;
}
#find-jobs .span4 p {
  padding: 0 25px 25px 25px;
  margin: 0;
}
#find-jobs .span4 h3 {
  margin:0;
  padding:25px 25px 0 25px;
}
#find-jobs a[href*="resume"] {
  margin-top: 17px;
}

/*****

hire

*****/
#hire {
  padding-top: 100px;
  margin-top: -50px;
  border-bottom: 3px solid #000;
}
#hire h2 {
  padding-left:25px;
}
#hire .span6 {
  background-color: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#hire .span6 p,
#hire .span12 p {
  margin: 0 0 10px 0;
  padding: 0 25px;
}
#hire .span6 h3 {
  padding: 25px 25px 0 25px;
}
#hire .span12 a {
  padding-left: 25px;
}
#hire .btn {
  margin: 0 25px 25px 25px;
}
.learn-more {
  position:relative;
  top:-10px;
}

/*****

publishers

*****/
#publishers {
  padding-top: 100px;
  margin-top: -50px;
  border-bottom: 3px solid #000;
}
#publishers h1 {
  padding: 0;
}
#publishers .btn {
  margin-top: 22px;
}

/*****

our company

*****/
#our-company {
  padding-top: 100px;
  margin-top: -50px;
}
#our-company h1 {
  padding: 0;
}
#our-company .span3 a {
  display: block;
  line-height: 1.2em;
  font-size: 1.06667em;
  margin-bottom: 1.175em;
}
#our-company p {
  margin-bottom: .5em;
}
#intl-wrapper .container {
  padding: 0 25px;
}
#intl-wrapper .span10 {
  padding: 166px 0;
}
#intl-site-links {
  margin-top: 40px;
  padding: 25px;
  background-color: #f7f7f7;
  font-size: .8667em;
}

/*****

footer

*****/
.empFooter {
  padding-top: 20px;
}
#aboutFooter {
  text-align: center;
  padding: 20px;
}
#legalFooter a {
  text-decoration: none;
}
#legalFooter a:hover {
  text-decoration:underline;
}