@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');
@import url('ionicons.css');

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 18px;
    line-height: 1.5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5 {margin: 0; padding: 0;}

h2 {
    font-weight: 900;
    font-size: 13.89rem;
}

h1 {
    font-size: 4.17rem;
    font-weight: 100;
    line-height: 5rem;
}

h3 {
    font-size: 0.89rem;
    text-transform: uppercase;
    font-weight: normal;
}
h4 {
    font-size: 2.78rem;
    font-weight: 900;
    line-height: 125%;
}

h4.longer {
    font-size: 2.22rem;
    line-height: 150%;
}

@media only screen and (max-width: 61em) {
    h4 {line-height: 100%;}
}

h5 {
    font-size: 2.08rem;
    font-weight: 100;
}


li {list-style: none;}

main {
    flex: 1;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}
@media only screen and (max-width: 61em) {
    .wrap {
        padding: 0 2.22rem;
        max-width: none;
        width: auto;
    }
}

.col1 {width: 25%;}
.col2 {width: 50%;}
.col3 {width: 75%}
.col4 {width: 100%;}

@media only screen and (max-width: 61em) {
    .col1, .col2, .col3, .col4 {
        width: 100%;
    }
}
input[type=search] {
    width: 100%;
    border: 0;
    outline: none;
}

/* HEADER */

header {
    margin-top: 3.81rem;
}
@media only screen and (max-width: 61em) {
    header {
        margin-top: 2rem;
    }
}

.logo {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.11rem;
    text-decoration: none;
    float: left;
    max-width: 75%;
}
nav a {
    font-size: 0.83rem;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin-top: 0.19rem;
}
@media only screen and (max-width: 40em) {
    nav a {font-size: 0;}
    nav a:after {
        content: '\f149';
        font-family: "Ionicons";
        font-size: 1rem;
        line-height: 1.3rem;
    }
}
nav a:hover {text-decoration: underline;}

/* ANIMATIONS */
input[type=search], a, #search-form, footer, nav a, #search a {
    transition: 0.2s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -moz-transition: 0.2s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -webkit-transition: 0.2s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -o-transition: 0.2s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
}
.badge, #search {
    transition: 0.1s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -moz-transition: 0.1s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -webkit-transition: 0.1s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -o-transition: 0.1s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.tooltip {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    display: none;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* LOADER */

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-2 span{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* ==========================================================================
   Homepage
   ========================================================================== */

/* SEARCH */

#search-form {
    margin-top: 6.64rem;
}

@media only screen and (min-height: 61em) {
    #search-form {
        margin-top: 14.64rem;
    }
}

input[type=search].query {
    font-size: 4.17rem;
    font-weight: 100;
    border-bottom: 1px solid;
    padding: 0 0 1.19rem;
    opacity: .5;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.small {display: none;}
.large {display: inline-block;}
@media screen and (max-width: 61em) {
    .large {display: none;}
    .small {display: inline-block;}
}


input[type=search].query:focus {opacity: 1;}

.random-query {
    margin-top: 2.83rem;
}

/* FOOTER */
footer {
    font-size: 0.78rem;
    opacity: 0.3;
    height: 3.86rem;
}
@media only screen and (max-width: 61em) {
    footer {padding-top: 5rem;}
}

footer:hover {
    opacity: 1;
}
.details footer {
    background-color: white;
    opacity: 1;
    height: 100%;
    padding: 1rem 0;
}

p.copyright {
    float: left;
}

p.credits {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 61em) {
    p.credits {
        text-align: left;
        margin: 0.5rem 0 1.5rem 0;
    }
}

/* AUTOCOMPLETE */
.autocomplete {
    position: relative;
    z-index: 100;
    display: none;
}

.autocomplete ul {
    margin: 0;
    padding: 0 0 15rem;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
}
.autocomplete li {
    font-size: 1rem;
}
.autocomplete a {
    text-decoration: none;
    display: block;
    padding: 1.08rem 0.83rem;
    vertical-align: middle;
    transition: none;
}
.autocomplete a:hover {
    border-bottom: 1px solid;
}
.autocomplete span {
    float: right;
}

/* ==========================================================================
   Details Page
   ========================================================================== */

.probability {
    margin: 2.89rem 0 -2.5rem 0;
}

@media only screen and (max-width: 61em) {
    .probability {
        font-size: 7.2rem;
        margin-bottom: -1rem;
        padding-top: 5rem;
    }
}

.job-title {
    margin: 0 0 0.75rem;
}

@media only screen and (max-width: 61em) {
    .job-title {
        font-size: 2.6rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem;
    }
}
.soc-code {
    text-transform: uppercase;
    opacity: .7;
    font-size: 0.89rem;
    margin-bottom: 1.28rem;
}

.job-description {
    line-height: 1.5rem;
    margin-bottom: 4.17rem;
}

@media only screen and (max-width: 61em) {
    p.job-description {margin-bottom: 2rem;}
    .soc-code {display: none;}
}

/* Stats Badges */

#stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
.badge {
    display: block;
    margin: 0 3.33rem 3.33rem 0;
    width: 25rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
@media only screen and (max-width: 61em) {
    .badge {
        margin: 0 0 2rem;
    }
}
.badge:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.badge:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
.even {margin-right: 0;}

.badge h3 {
    margin-top: 3.06rem;
}

@media only screen and (max-width: 61em) {
    .badge h4 {
        margin: 0.5rem 0 1rem;
        font-size: 2rem;
    }
}

p.extra {
    font-size: 0.78rem;
    font-weight: 300;
    margin: 0.19rem 0 3.42rem;
}

/* Job Opennings */
#job-opennings {
    padding: 1.94rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
#job-opennings button {
    text-transform: uppercase;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: 0;
    padding: 1.11rem;
    outline: none;
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.89rem;
}
#job-opennings button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#job-opennings button:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
#job-opennings span {
    font-size: .78rem;
    margin-left: .28rem;
}
#job-opennings img, #job-opennings .svg {
    width: 7.61rem;
    vertical-align: text-top;
    height: 100%;}

@media only screen and (max-width: 61em) {
    #job-opennings span {
        display: block;
        margin-top: .56rem;
    }
}

/* Sharer */

#share {
    text-align: center;
    background: white;
    color: #232323;
    padding: 3.05rem 0;
}
#share h3 {padding-bottom: 0.56rem;}
#share h5 {margin-bottom: 1.31rem;}
#sharer {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
#sharer .badge {
    background: none;
    margin: 0;
    width: 100%;
}

#sharer li {
    width: 34%;
    font-size: 1.67rem;
}
#sharer li:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

#sharer li:last-child {
    margin-right: 0;
}
#sharer a {
    display: block;
    padding: 1.28rem 0;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
}

@media only screen and (max-width: 61em) {
    #sharer {
        flex-direction: column;
    }
    #sharer li {
        width: 100%;
    }
    #share h5 {
        font-size: 1.78rem;
    }
}

#search {
    border-top: 1px solid;
    text-align: center;
}
#search a {
    font-size: 0.89rem;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 2.94rem 0;
}
#search a:hover {color: #232323;}
#search i {
    font-size: 2.78rem;
    margin-top: 1.25rem;
    display: block;
}



/* ==========================================================================
   About Page
   ========================================================================== */
.about main {
        padding: 6.64rem 0;
}
@media only screen and (min-height: 81em) {
    .about main {
        margin-top: 14.64rem;
    }
}
@media only screen and (max-width: 61em) {
    .about main {
        padding-bottom: 0;
    }
}

.about section {
    margin-bottom: 1.67rem;
}
.about aside {
    float: left;
}
.about article {
    float: right;
}
.about h3 {
    font-weight: 700;
    line-height: 1.67rem;
}
.about p {
    margin-bottom: 1.67rem;
}
.about .extra {
    font-style:italic;
    opacity: 0.7;
}
.about ul {
    margin: 0;
    padding: 0;
}

.about .features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: baseline;
}
.features li {
    width: 10rem;
    height: 6rem;
    margin-right: 3.33rem;
}
.features li:last-child {margin-right: 0; text-align: center;}
.features li img, .features .svg {
    width: 10.56rem;
    max-height: 3rem;
}

@media only screen and (max-width: 31em) {
    .about .features {
        justify-content: center;
    }
    .features li {
        margin-right: 0;
        text-align: center;
        margin-top: 3.33rem;
    }
    .features li:last-child {margin-top: 1.65rem;}
}

#mc_embed_signup {
  position: relative;
  margin-bottom: 2.22rem;
}
#mc_embed_signup input {
    border: 0;
    background-color: inherit;
    height: 3rem;
    border-radius: 1rem;
    padding: 0;
    margin: 0;
    width: calc(100% - 1rem);
}
#mc_embed_signup input:focus {outline: 0;}
#mc_embed_signup .email {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
}
#mc_embed_signup .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
}
#mc_embed_signup .button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#mc_embed_signup .button:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}


/* COPY */

.copied::after {
  text-align: center;
  width: 0rem;
  position: absolute;
  top: 40%;
  right: -1rem;
  display: block;
  content: "copied";
  font-size: 1rem;
  background-color: black;
  opacity: 0;
  will-animate: opacity, transform;
  animation: showcopied 1.5s ease;
}

@-webkit-keyframes showcopied {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@keyframes showcopied {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* ==========================================================================
   Carbon Ads
   ========================================================================== */
.titleads {
    position: relative;
    width: 100%;
    height: 100%;
}
.details #carbonads {
    display: block;
    overflow: hidden;
    padding: 1em;
    line-height: 1.5;
    position: absolute;
    top: 45%;
    max-width: 18rem;
    right: 0;
    font-size: 0.72rem;
}
@media only screen and (max-width: 61em) {
    .details #carbonads {
        top: 10% !important;
    }
}

.details #carbonads a {text-decoration: none;}
.details #carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.details .carbon-img {
  float: left;
  margin-right: 1em;
}

.details .carbon-img img {
  display: block;
}

.details .carbon-text {
  display: block;
  float: left;
  max-width: calc(100% - 130px - 1em);
  text-align: left;
}

.details .carbon-poweredby {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}

/* HOME CARBONS */

.home #carbonads, .about #carbonads {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 0.72rem;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 8rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 1rem;
}

@media only screen and (max-width: 61em) {
    .home #carbonads, .about #carbonads {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        margin: 2.22rem;
    }
}

.home #carbonads a, .about #carbonads a {
  color: inherit;
  text-decoration: none;
}

.home #carbonads a:hover, .about #carbonads a:hover {
  color: inherit;
}

.home #carbonads span, .about #carbonads span {
  display: block;
  overflow: hidden;
}

.home .carbon-img, .about .carbon-img {
  display: block;
  margin: 0 auto 1em;
}

.home .carbon-text, .about .carbon-text {
  display: block;
  margin-bottom: 1em;
}

.home .carbon-poweredby, .about .carbon-poweredby {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
  line-height: 1;
}



/* ==========================================================================
   404
   ========================================================================== */
.lost main {padding-top: 2rem;}
.lost p{
  font-family: "Courier";
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: type 4s steps(60, end);
}

.lost p:nth-child(1){
  animation: type2 8s steps(60, end);
}


.lost span{
  animation: blink 1s infinite;
}

@keyframes type{
  from { width: 0; }
}

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}

nav .nav-link {
    margin-left: 1em;
}

.news-list {
    margin-top: 2em;
}

    .news-list h2 {
        font-size: 5em;
    }


    .news-list .news-card:nth-child(odd) {
        margin-right: 1em;
    }

    .news-list .news-card:nth-child(even) {
        margin-left: 1em;
    }

    .news-list .news-card {
        /*border: 1px solid blue;*/
        margin-bottom: 2em;
    }

        .news-list .news-card a {
            text-decoration: none;
        }

        .news-list .news-card h3 {
            margin-top: 0.5em;
            line-height: 1.25em;
            height: 2.5em;
            overflow: hidden;
        }

        .news-list  .news-card img {
            width: 100%;
        }

        .news-list  .news-card .description {
            font-size: 0.85em;
            height: 2.5em;
            overflow: hidden;
        }

        .news-list  .news-card .publication {
            margin-top: 1em;
        }


ul.pagination {
}
    ul.pagination li {
       display: inline;
    }
    ul.pagination li a {
       text-decoration: none;
    }
        ul.pagination li a:hover {
           text-decoration: underline;
        }
    ul.pagination li.active {}
    ul.pagination li.disabled {}
