/* Blacklined Global Style */

* {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    height: 100%;
}
body {
    font-family: 'Flama Basic';
    background-color: #fff;
    color: #000;
    padding: 0;
    border: none;
    font-size: 5vw;
    position: relative;
    min-height: calc(100% - 200px);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Flama';
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h6 {
    font-size: 18px;
}
strong, b {
    font-family: 'Flama Medium';
}
@media (min-width: 668px) {
    body {
        font-size: 2.5vw;
    }
}
@media (min-width: 820px) {
    body {
        font-size: 1.67vw;
        padding-bottom: 170px;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 22px;
    }
}
input, textarea, button {
    font-family: 'Flama Basic';
}
input[type="text"], textarea, select {
    background-color: #d9d8da;
}
.site_wrapper {
    overflow-x: hidden
}
a, a:hover, a:visited, a:active {
    color: #07577E;
    text-decoration: none;
}
a:hover {
    border: none;
}
hr {
    border: none;
    height: 1px;
    background-color: #000;
}
h1 {
    font-size: 9vw;
    margin-bottom: 40px;
    line-height: 1.2;
}
@media (min-width: 820px) {
    h1 {
        font-size: 6vw;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 70px;
    }
}
h2 {
    font-size: 7.5vw;
    margin-bottom: 20px;
}
@media (min-width: 820px) {
    h2 {
        font-size: 6vw;
    }
}
@media (min-width: 1200px) {
    h2 {
        font-size: 60px;
    }
}
h3 {
    font-size: 6vw;
    margin-bottom: 0;
    line-height: 1.3;
}
@media (min-width: 820px) {
    h3 {
        font-size: 3vw;
    }
}
@media (min-width: 1200px) {
    h3 {
        font-size: 38px;
    }
}
h4 {
    font-size: 6vw;
    margin-bottom: 20px;
    font-weight: 300;
}
@media (min-width: 820px) {
    h4 {
        font-size: 2.5vw;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    h4 {
        font-size: 32px;
    }
}
h5 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
p, ul, ol, div {
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 820px) {
    p, ul, ol, div {
        line-height: 1.6;
    }
}
p {
    margin: 20px 0;
}
li {
    margin-top: 10px;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.7em;
    font-size: 0.5em;
}
/* Grid styles */

#grid_example {
    font-size: 12px;
}
section img {
    max-width: 100%;
}
section.image {
    width: calc(100% + 10vw);
    max-width: none;
    margin: 0 -80px;
}
@media (min-width: 1360px) {
    #content>section.image+section.full_bleed {
        margin-top: 100px;
    }
}
section.image .row {
    margin-top: 0;
    margin-bottom: 0;
}
section.image img {
    width: 100%;
    height: auto;
}
.row {
    width: 100%;
    margin: 25px 0;
}
.row:after, .row:before {
    content: '';
    clear: both;
    display: table;
}
.row.collapsed_row {
    margin: 0;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    padding: 10px 0;
    display: block;
    float: left;
    /* background-color: rgba(0,50,50, 0.2); */
    margin-right: 5.75%;
}
@media (max-width: 819px) {
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
        padding: 10px 0;
        display: block;
        /* background-color: rgba(0,50,50, 0.2); */
        margin-right: 0;
        width: 100% !important;
    }
    .main_nav, header.main_header .logo {
        text-align: center !important;
        margin: auto;
    }
}
.col_1 {
    width: 3.062%;
}
.col_2 {
    width: 11.874%;
}
.col_3 {
    width: 20.686%;
}
.col_4 {
    width: 29.498%
}
.col_5 {
    width: 38.31%
}
.col_6 {
    width: 47.122%
}
.col_7 {
    width: 55.934%
}
.col_8 {
    width: 64.746%
}
.col_9 {
    width: 73.558%
}
.col_10 {
    width: 82.37%
}
.col_11 {
    width: 91.182%
}
.col_offset_7 {
    margin-left: 61.69%;
}
.col_offset_9 {
    margin-left: 79.308%;
}
.col_offset_6 {
    margin-left: 47.122%;
}
.col_offset_4 {
    margin-left: 35.248%;
}
.col_offset_2 {
    margin-left: 17.624%;
}
.col_offset_1 {
    margin-left: 8.812%;
}
@media ( max-width: 819px) {
    .col_offset_1, .col_offset_2, .col_offset_4, .col_offset_6, .col_offset_7, .col_offset_9 {
        margin-left: 0;
    }
}
.col_12 {
    width: 100%;
    margin-right: 0;
}
.row>*:last-child {
    margin-right: 0;
}
@media (max-width: 819px) {
    .sm_hidden {
        display: none;
    }
}
/* Content editable CSS */

[contenteditable]:focus {
    outline: 0px solid transparent;
}
/* Header Styles */

header.main_header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-height: 75px;
}
@media (min-width: 668px) {
    header.main_header {
        min-height: 150px;
    }
}
@media (min-width: 820px) {
    header.main_header {
        min-height: none;
    }
}
header.main_header .header_inner_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
}
header.main_header .top_nav {
    position: relative;
    margin: 20px 5vw 20px;
}
@media (min-width: 820px) {
    header.main_header .top_nav {
        margin: 40px 80px 0;
    }
}
header.main_header .logo {
    width: 180px;
}
header.main_header .logo img {
    max-width: 180px;
    height: auto;
}
@media (min-width: 668px) {
    header.main_header .logo {
        width: 18vw;
    }
}
@media (min-width: 820px) {
    header.main_header .logo {
        width: 9.5vw;
        max-width: 180px;
        position: static;
    }
}
header.main_header .logo a {
    border: none;
}
header.main_header .logo .cls-2 {
    fill: #07577E;
    transition: fill 500ms linear;
}
/*
footer.main_footer .main_footer_inner_wrapper {
    background-image: url(../img/footer-pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
*/

footer.main_footer {
    text-align: center;
    font-size: 14px;
    color: #666;
}
footer.main_footer a {
    color: #666;
    text-decoration: underline;
}
footer.main_footer .main_footer_inner_wrapper img.footer-logo {
    max-height: 80px;
    width: auto;
}
footer.main_footer .main_footer_inner_wrapper .copyright p {
    font-size: 12px;
    color: #333;
}
footer.content_footer .content_footer_inner_wrapper, footer.main_footer .main_footer_inner_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}
footer.main_footer {
    background: #222;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 820px) {
    footer.main_footer {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
footer.main_footer .main_footer_inner_wrapper {
    width: calc(100% - 10vw);
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 5vw;
    display: table;
    clear: both;
}
footer.main_footer .main_footer_inner_wrapper .row {
    margin-bottom: 0;
}
footer.main_footer .footer_blacklined_logos {
    text-align: center;
    margin: 50px auto;
    max-width: 300px
}
@media (min-width: 820px) {
    footer.main_footer .footer_blacklined_logos {
        max-width: 50%;
        margin: 0 auto;
    }
}
footer.main_footer .footer_blacklined_logos>div {
    float: left;
}
footer.main_footer .footer_blacklined_logos>div.blacklined_logo {
    width: 34%;
    position: relative;
    margin-right: 5%;
}
footer.main_footer .footer_blacklined_logos>div.blacklined_logo:after {
    content: "";
    border-right: 1px #fff solid;
    height: 60%;
    position: absolute;
    right: -15%;
    top: 0;
    margin-top: 10%;
}
footer.main_footer .footer_blacklined_logos>div.blacklinedworks_logo {
    width: 48%;
    margin-left: 5%;
}
footer.main_footer .footer_blacklined_logos img {
    width: 100%;
}
@media (min-width: 820px) {
    footer.main_footer .footer_blacklined_logos {
        max-width: none;
        margin: 0;
    }
}
footer.main_footer .blacklined_logo_footer img {
    width: 100%;
    margin-top: 0;
}
footer.main_footer .business_name {
    font-size: 16px;
    text-align: left;
}
@media (min-width: 820px) {
    footer.main_footer .business_name {
        margin-top: 0;
    }
}
footer.main_footer .business_name a {
    color: #fff;
}
footer.main_footer .business_description {
    color: #000;
}
footer.main_footer .business_description:hover {
    color: #fff;
}
@media (min-width: 820px) {
    .footer_nav_wrapper {
        margin-bottom: 25px;
    }
}
footer nav {
    font-size: 6vw;
}
@media (min-width: 668px) {
    footer nav {
        font-size: 3vw;
    }
}
@media (min-width: 820px) {
    footer nav {
        font-size: 12px;
    }
}
footer nav ul {
    list-style: none;
    text-align: left;
    margin-top: 20px;
}
@media (min-width: 820px) {
    footer nav ul {
        margin-top: 0;
        text-align: left;
    }
}
footer nav ul li {
    line-height: 1;
    font-weight: 700;
    vertical-align: top;
    display: block;
}
footer nav>ul>li {
    margin-bottom: 40px;
}
footer nav>ul>li:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 820px) {
    footer nav ul li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0;
    }
    footer nav>ul>li:last-of-type {
        margin-right: 0;
        margin-bottom: 0;
    }
}
footer nav ul li ul li {
    display: block;
    margin: 10px 0;
    float: none;
    width: auto;
    padding: 0;
    font-weight: 300;
}
footer nav ul li:last-of-type {
    border: none;
}
footer nav a, footer nav a:visited, footer nav a:active {
    color: #178FCB;
}
footer nav a:hover {
    color: #fff;
}
body[data-vsapp-context='contact'] {
    background-color: #d9d8da;
}
#content_outer_wrapper {
    margin: 0 auto;
    width: 100%;
}
#content_inner_wrapper {
    margin: 0;
    opacity: 1;
    transition: opacity 500ms linear;
}
#content_inner_wrapper.is-loading {
    opacity: 0;
}
#content section, #content>header {
    width: calc(100% - 10vw);
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5vw;
}
@media (min-width: 820px) {
    #content section, #content>header {
        width: calc(100% - 160px);
        padding: 0 80px;
    }
}
#content>header {
    margin-top: 200px;
}
#content>section.image {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.caption_wrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    #content>section.image {
        max-width: 1360px;
    }
}
#content>.image img {
    display: block;
}
#content video {
    max-width: 100%;
}
#content>section.full_bleed {
    width: 100%;
    max-width: calc(100% - 10vw);
    padding: 40px 5vw;
    margin: 0;
}
@media (min-width: 820px) {
    #content>section.full_bleed {
        width: 100%;
        max-width: calc(100% - 160px);
        padding: 80px 80px;
        margin: 0;
    }
}
#content>section.full_bleed .section_inner_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#content ul {
    padding-left: 60px;
    margin: 20px 0;
}
a.footnoted {
    text-decoration: none;
    color: #000;
}
.footnote, .caption, .requirements {
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
    line-height: 1.6;
}
@media (max-width: 819px) {
    .footnotes {
        display: none;
        padding: 0 5vw;
        margin: 0 -5vw;
    }
}
.caption {
    font-style: italic;
    position: relative;
}
.caption:before {
    font-family: 'Flama Basic';
    font-style: normal;
    font-size: 16px;
    content: "▲";
    position: absolute;
    top: -5px;
    left: -15px;
    width: 10px;
    height: auto;
}
.footnote sup {
    position: absolute;
    left: -10px;
    font-size: 0.6em;
    top: 0;
}
.footnote:not(:first-of-type) {
    margin-top: 40px;
}
#page_background_videos {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
#page_background_videos:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
}
#page_background_videos video {
    opacity: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#page_background_videos video:first-of-type {
    opacity: 1;
}
/* Modals */

.modals>* {
    display: none;
}
.modal_outer_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    z-index: 99;
}
.modal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
}
@media (min-width: 820px) {
    .modal {
        width: 700px;
        margin: 5vh auto 0;
    }
}
.modal_inner_wrapper {
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 820px) {
    .modal_inner_wrapper {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}
/* page creepers */

.creeper {
    position: fixed;
    z-index: 9999;
    top: -400px;
    left: -400px;
}
#balloonicorn {
    width: 200px;
}
#headcrab {
    width: 350px;
}
.creeper img {
    width: 100%;
    height: auto;
}
#balloonicorn img {
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.grid_example .col_1, .grid_example .col_2, .grid_example .col_3, .grid_example .col_4, .grid_example .col_5, .grid_example .col_6, .grid_example .col_7, .grid_example .col_8, .grid_example .col_9, .grid_example .col_10, .grid_example .col_11, .grid_example .col_12 {
    background: rgba(255, 0, 0, 0.3);
}
/* Job Stuff */

body[data-vsapp-context='home'] {
    background-color: #000;
    color: #fff;
}
.job_skills {
    background: transparent;
    height: auto;
}
#content .job_skills ul.job_tags {
    list-style: none;
    padding: 0;
}
.job_skills_title a {
    color: #07577E;
}
.job_skills_title a:hover {
    transition: all 250ms linear;
    color: #fff;
}
.job_skills ul.job_tags li.job_tag {
    font-size: 12vw;
    font-weight: 900;
    line-height: 1;
    transition: opacity 500ms linear, max-height 500ms linear, padding 250ms linear;
    max-height: 3000px;
    height: auto;
    opacity: 1;
    margin-top: 20px;
}
@media (min-width: 668px) {
    .job_skills ul.job_tags li.job_tag {
        font-size: 8vw;
    }
}
@media (min-width: 820px) {
    .job_skills ul.job_tags li.job_tag {
        font-size: 6vw;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    .job_skills ul.job_tags li.job_tag {
        font-size: 70px;
    }
}
.job_skills ul.job_tags li.job_tag a {
    transition: all 250ms linear;
    display: block;
    border: none;
    color: #07577E;
}
.job_skills ul.job_tags li.job_tag a:hover {
    color: #fff;
}
.job_skills ul.job_tags li.job_tag.selected>a {
    color: #fff;
}
.job_skills ul.job_tags li.job_tag .job_opening a {
    color: #000;
}
.job_skills ul.job_tags li.job_tag .job_opening a:hover {
    color: #07577E;
}
.job_skills ul.job_tags li.job_tag.selected {
    padding-bottom: 600px;
}
.job_skills ul.job_tags li.empty_answer {
    opacity: 1 !important;
    max-height: 3000px !important;
}
.job_skills .job_openings_wrapper, .job_skills .search_form_results_wrapper {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    width: calc(100% - 10vw);
    background: #ededed;
    transition: height 250ms linear;
    margin: 50px 0;
    padding: 0 5vw;
}
@media (min-width: 820px) {
    .job_skills .job_openings_wrapper, .job_skills .search_form_results_wrapper {
        width: 100vw;
        padding: 0;
    }
}
.job_skills .job_openings_inner_wrapper, .job_skills .search_form_results_inner_wrapper {
    margin: 40px auto;
}
@media (min-width: 820px) {
    .job_skills .job_openings_inner_wrapper, .job_skills .search_form_results_inner_wrapper {
        margin: 100px auto;
        max-width: calc(100% - 200px);
    }
}
@media (min-width: 1360px) {
    .job_skills .job_openings_inner_wrapper, .job_skills .search_form_results_inner_wrapper {
        max-width: 1200px;
    }
}
.job_skills .job_openings {
    font-size: 1vw;
    font-weight: normal;
    list-style: none;
}
.job_skills .job_openings_category_description {
    font-size: 1.5vw;
    font-weight: 900;
    color: #585758;
}
@media (min-width: 668px) {
    .job_skills .job_openings_category_description {
        font-size: 22px;
    }
}
.job_skills li.job_tag.selected .job_openings_wrapper {
    height: 600px;
}
.job_skills .job_openings .row {
    margin: 0;
}
.job_skills .job_openings .job_opening {
    margin-bottom: 20px;
    padding: 0;
}
.job_skills .job_openings .row:last-of-type .job_opening:last-of-type {
    margin-bottom: 0;
}
.job_skills .job_openings a {
    color: #000;
    display: inline;
}
.job_skills .job_openings .job_title, .job_skills .job_openings .no_results, .job_skills .job_openings .job_division {
    font-weight: 900;
    font-size: 6vw;
    line-height: 1.2;
    color: #000;
}
@media (min-width: 668px) {
    .job_skills .job_openings .job_title, .job_skills .job_openings .no_results, .job_skills .job_openings .job_division {
        font-size: 3.5vw;
    }
}
@media (min-width: 820px) {
    .job_skills .job_openings .job_title, .job_skills .job_openings .no_results, .job_skills .job_openings .job_division {
        font-size: 1.75vw;
    }
}
@media (min-width: 1200px) {
    .job_skills .job_openings .job_title, .job_skills .job_openings .no_results, .job_skills .job_openings .job_division {
        font-size: 20px;
    }
}
.job_skills .job_openings .job_division {
    font-weight: 200;
    display: block;
}
.search_header {
    position: relative;
}
@media (min-width: 820px) {
    .search_header p:last-of-type {}
    .search_header .search_form {
        position: absolute;
        bottom: 30%;
        right: 0;
    }
}
.job_skills .search_form input {
    color: #07577E;
    border-bottom: 2px #fff solid;
}
.job_skills .search_form input::placeholder {
    color: #fff;
}
.job_skills .search_form .search_button, .job_skills .search_form .clear_button {
    background-image: url('../img/search.png');
}
.job_skills .search_form .clear_button {
    background-image: url('../img/search_clear.png');
}
/* job opening violator */

.job_opening_violator {
    background-color: #07577E;
}
.job_opening_violator h3 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
}
.violator_details {
    font-weight: 900;
    line-height: 1.1;
    display: block;
    font-size: 21px;
    margin-top: 22px;
}
.violator_details a, .violator_details a:hover, .violator_details a:visited, .violator_details a:active {
    color: #fff;
}
/* job opening page */

body[data-vsapp-context='job-opening'] {
    background-repeat: no-repeat;
    background-position: -30vw -18vw;
    background-size: 150vw auto;
}
@media (min-width: 668px) {
    body[data-vsapp-context='job-opening'] {
        background-position: top center;
        background-size: 70vw auto;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1600px) {
    body[data-vsapp-context='job-opening'] {
        background-size: 800px auto;
    }
}
.job_opening_article h4 a {
    border: 0;
    color: #07577E;
}
#content>.job_opening_title {
    margin-bottom: 0;
}
#content>.job_description {
    margin-top: 0;
}
@media (min-width: 820px) {
    .job_opening_title h1 {
        font-size: 40px;
    }
}
.job_opening_attributes {
    background-color: #ebebeb;
}
.job_opening_attribute h5 {
    font-size: 18px;
    margin: 0 0 20px;
}
.job_opening_attribute ul {
    list-style: none;
}
.job_description .list_title {
    font-weight: 800;
}
.job_application {
    background: #d9d8da;
}
.job_application form label, .job_application form p {
    display: block;
    font-weight: 400;
}
.main_nav {
    font-family: 'Klavika Rg';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}
.main_nav.home a {
    color: #FFF;
}
.main_nav a:hover {
    color: #07577E !important;
    text-decoration: none;
}
.main_nav .sep {
    padding: 0 10px 0 10px;
}
.main_nav.interior a {
    color: #222;
}
a.btn {
    background-color: #07577E;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 15px 8px 15px;
    color: #eee;
    margin-top: 10px;
}
.what-we-do {}
.what-we-do h5 {
    font-family: 'Flama Semicondensed Basic';
    font-weight: normal;
    color: #07577E;
}
.what-we-do p {
    font-size: 16px;
    font-weight: 300;
}
.what-we-do div.col_3 img {
    max-width: 80%;
}
.main_content h5 {
    margin-bottom: 0;
}
.main_content p {
    margin-top: 0;
}
.rightfloat {
    float: right;
}
.job_application form button, .contact_form form button {
    color: #07577E !important;
}
p.error-msg {
    color: red;
    font-size: 14px;
    margin: 0;
}
p.success-msg {
    color: green;
    font-size: 18px;
}
.job-list {
    font-size: 16px;
    font-weight: 300;
}
.job-list a {
    font-weight: 400;
}
