@media screen and (max-width: 600px) {
  .header__ident {
    display: none;
  }
  header .header__burger {
    display: block;
  }
  header .header__menu {
    height: 0;
    float: none;
    width: 100%;
    overflow: hidden;
  }
  header .header__menu ul li {
    float: none !important;
  }
  header .header__menu .link__home {
    display: block;
  }
  .content__block,
  .content__block--half {
    width: 100% !important;
  }
  .social__wrapper {
    margin-left: -159px !important;
  }
  .social__icon--fb,
  .social__icon--twitter,
  .social__icon--tumblr {
    width: 80px !important;
    height: 80px !important;
    margin: 0 10px !important;
  }
  .footer__copy {
    display: none;
  }
}
body {
  position: absolute;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  min-height: 480px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.cookie-popup {
  display: none;
  padding: 10px 0;
  background-color: #f8f8f8;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #566768;
}
.cookie-popup a {
  display: inline-block;
  float: none;
  color: #566768;
}
.cookie-popup h6 {
  display: inline;
  margin: 0 15px;
  line-height: 30px;
}
.header {
  float: left;
  width: 100%;
  padding: 2em 0;
  background-color: #fff;
  border-bottom: 1px solid #d7e2e4;
  z-index: 99;
}
.header--homepage {
  float: left;
  width: 100%;
  padding: 2em 0;
  background-color: #fff;
  border-bottom: 1px solid #d7e2e4;
  z-index: 99;
  padding: 1.5em 0;
}
.header__ident {
  float: left;
  width: 60px;
  height: 60px;
  margin: -0.9em 0 -0.9em 1.5em;
  background-image: url('../images/jobium-badge.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.header__ident:hover {
  cursor: pointer;
}
.header__burger {
  display: none;
  width: 25px;
  margin-left: 40px;
  float: left;
  padding-top: 2px;
  cursor: pointer;
}
.header__burger .line {
  background-color: #aec3c6;
  height: 3px;
  margin-top: 5px;
}
.header__menu {
  float: left;
  margin-left: 1em;
  color: #aec3c6;
  font-family: asapiumregular, Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  line-height: 2.5em;
  letter-spacing: 0.15em;
}
.header__menu.menu__open {
  height: auto;
  padding-top: 25px;
}
.header__menu .link__home {
  display: none;
}
.header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header__menu ul li {
  float: left;
  margin: 0 1em;
}
.header__menu ul li a {
  color: inherit;
  text-decoration: none;
}
.header__menu ul li a:hover {
  cursor: pointer;
  border-bottom: 1px solid #4ed893;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.header__signup {
  float: right;
  margin-right: 1em;
}
.header__button {
  float: left;
  font-family: asapiumregular, Helvetica, Sans-serif;
  font-size: 10pt;
  letter-spacing: .15em;
  font-weight: 500;
  padding: 0.5em 1em;
  margin: 0.1em 0.25em;
  text-transform: uppercase;
  text-decoration: none;
}
.header__button:hover {
  cursor: pointer;
}
.header__button--login,
.header__button--accept-cookies {
  float: left;
  font-family: asapiumregular, Helvetica, Sans-serif;
  font-size: 10pt;
  letter-spacing: .15em;
  font-weight: 500;
  padding: 0.5em 1em;
  margin: 0.1em 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #aec3c6;
  color: #aec3c6;
}
.header__button--login:hover,
.header__button--accept-cookies:hover {
  cursor: pointer;
}
.header__button--login:hover,
.header__button--accept-cookies:hover {
  color: #fff;
  border-color: #aec3c6;
  background-color: #aec3c6;
}
.header__button--signup {
  float: left;
  font-family: asapiumregular, Helvetica, Sans-serif;
  font-size: 10pt;
  letter-spacing: .15em;
  font-weight: 500;
  padding: 0.5em 1em;
  margin: 0.1em 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #4ed893;
  background-color: #4ed893;
  color: #fff;
}
.header__button--signup:hover {
  cursor: pointer;
}
.header__button--signup:hover {
  background-color: #36c980;
  border-color: #36c980;
}
.content {
  float: left;
  width: 100%;
}
.content--homepage {
  width: 100%;
  float: left;
  z-index: -1;
}
.content--homepage .content__splash,
.content--homepage .content__cta,
.content--homepage .content__features,
.content--homepage .content__pricing,
.content--homepage .content__connect {
  float: left;
  width: 90%;
  padding: 0 5%;
  min-height: 400px;
  text-align: center;
  border-top: 1px solid #d7e2e4;
}
.content--homepage .content__splash {
  padding-top: 100px;
  background-image: url('../images/bridge-splash.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: none !important;
}
.content--homepage .content__cta {
  padding: 40px 5%;
  min-height: 30px;
}
.content--homepage .content__features,
.content--homepage .content__pricing {
  padding-top: 60px;
  padding-bottom: 120px;
}
.content--homepage .content__connect {
  min-height: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content--homepage h3 {
  font-family: asapiumregular, Helvetica, Sans-serif;
  color: #aec3c6;
  font-size: 12pt;
  letter-spacing: .15em;
  font-weight: 500;
  padding: 0 0 60px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.content__splash--badge {
  float: both;
  width: 100px;
  margin-bottom: 1.6em;
}
.content__block {
  float: left;
  width: 33%;
}
.content__block .block__image {
  width: 80%;
  margin: 0 10%;
  height: auto;
}
.content__block .block__image img {
  width: 100%;
  height: auto;
  margin: -5% 0 -10% 0;
}
.content__block .block__image--large {
  width: 80%;
  margin: 0 10%;
  height: auto;
}
.content__block .block__image--large img {
  width: 100%;
  height: auto;
  margin: -5% 0 -10% 0;
}
.content__block .block__image--large img {
  margin: -5% 0 5% 0;
}
.content__block .block__text {
  width: 80%;
  margin: 40px 10%;
  font-family: asapiumregular, Helvetica, Sans-serif;
  text-align: center;
  color: #aec3c6;
  font-size: 12pt;
  line-height: 1.8;
}
.content__block--half {
  float: left;
  width: 33%;
  width: 50%;
}
.content__block--half .block__image {
  width: 80%;
  margin: 0 10%;
  height: auto;
}
.content__block--half .block__image img {
  width: 100%;
  height: auto;
  margin: -5% 0 -10% 0;
}
.content__block--half .block__image--large {
  width: 80%;
  margin: 0 10%;
  height: auto;
}
.content__block--half .block__image--large img {
  width: 100%;
  height: auto;
  margin: -5% 0 -10% 0;
}
.content__block--half .block__image--large img {
  margin: -5% 0 5% 0;
}
.content__block--half .block__text {
  width: 80%;
  margin: 40px 10%;
  font-family: asapiumregular, Helvetica, Sans-serif;
  text-align: center;
  color: #aec3c6;
  font-size: 12pt;
  line-height: 1.8;
}
.social__wrapper {
  position: relative;
  left: 50%;
  margin-left: -232px;
}
.social__icon {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center center;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin: 0 15px;
}
.social__icon:hover {
  opacity: 0.6;
}
.social__icon--fb {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center center;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin: 0 15px;
  border-color: #336699;
  background-image: url('../images/social-icons/facebook-icon.svg');
}
.social__icon--fb:hover {
  opacity: 0.6;
}
.social__icon--twitter {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center center;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin: 0 15px;
  border-color: #59adec;
  background-image: url('../images/social-icons/twitter-icon.svg');
}
.social__icon--twitter:hover {
  opacity: 0.6;
}
.social__icon--tumblr {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center center;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin: 0 15px;
  border-color: #000;
  background-image: url('../images/social-icons/tumblr-icon.svg');
}
.social__icon--tumblr:hover {
  opacity: 0.6;
}
.content__body {
  width: 50%;
  max-width: 800px;
  min-width: 600px;
  color: #566768;
  font-size: 13pt;
  line-height: 1.4em;
  padding: 3em 0 6em 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .content__body {
    width: 90%;
    min-width: inherit;
  }
}
.content__body h3 {
  padding-top: 2em;
}
.content__body ul {
  width: 80%;
}
.content__body li {
  padding: 0.5em;
}
.splash__text {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16pt;
  font-weight: 250;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1em;
}
.splash__text--big {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16pt;
  font-weight: 250;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1em;
  font-size: 24pt;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  margin: -0.2em 0;
}
.footer {
  float: left;
  width: 100%;
  padding: 2em 0;
  color: #aec3c6;
  font-size: 10pt;
  letter-spacing: 0.03em;
  background-color: #fff;
  border-top: 1px solid #d7e2e4;
  z-index: 99;
}
.footer__copy {
  float: left;
  padding-left: 2em;
}
.footer__menu {
  float: right;
  padding-right: 2em;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__menu ul li {
  float: left;
  margin: 0 0.5em;
}
.footer__menu ul li a {
  color: inherit;
  text-decoration: none;
}
.footer__menu ul li a:hover {
  cursor: pointer;
  border-bottom: 1px solid #aec3c6;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
#splash:before {
  content: 'Jobium';
  font-family: 'Roboto';
  margin: 25vh auto 0;
  display: block;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .2em;
}
@font-face {
  font-family: 'asapiumbold';
  src: url('../font/asapium/Asapium-Bold-webfont.eot');
  src: url('../font/asapium/Asapium-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/asapium/Asapium-Bold-webfont.woff2') format('woff2'), url('../font/asapium/Asapium-Bold-webfont.woff') format('woff'), url('../font/asapium/Asapium-Bold-webfont.ttf') format('truetype'), url('../font/asapium/Asapium-Bold-webfont.svg#asapiumbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapiumbold_italic';
  src: url('../font/asapium/Asapium-BoldItalic-webfont.eot');
  src: url('../font/asapium/Asapium-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/asapium/Asapium-BoldItalic-webfont.woff2') format('woff2'), url('../font/asapium/Asapium-BoldItalic-webfont.woff') format('woff'), url('../font/asapium/Asapium-BoldItalic-webfont.ttf') format('truetype'), url('../font/asapium/Asapium-BoldItalic-webfont.svg#asapiumbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapiumitalic';
  src: url('../font/asapium/Asapium-Italic-webfont.eot');
  src: url('../font/asapium/Asapium-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/asapium/Asapium-Italic-webfont.woff2') format('woff2'), url('../font/asapium/Asapium-Italic-webfont.woff') format('woff'), url('../font/asapium/Asapium-Italic-webfont.ttf') format('truetype'), url('../font/asapium/Asapium-Italic-webfont.svg#asapiumitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapiumregular';
  src: url('../font/asapium/Asapium-Regular-webfont.eot');
  src: url('../font/asapium/Asapium-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/asapium/Asapium-Regular-webfont.woff2') format('woff2'), url('../font/asapium/Asapium-Regular-webfont.woff') format('woff'), url('../font/asapium/Asapium-Regular-webfont.ttf') format('truetype'), url('../font/asapium/Asapium-Regular-webfont.svg#asapiumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../font/opensans/OpenSans-ExtraBold-webfont.eot');
  src: url('../font/opensans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../font/opensans/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../font/opensans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
