﻿@font-face {
    font-family: 'Rubik-Regular';
    src: url("fonts/rubik-regular-webfont.woff2") format("woff2"), url("fonts/rubik-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url("fonts/rubik-medium-webfont.woff2") format("woff2"), url("fonts/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url("fonts/rubik-bold-webfont.woff2") format("woff2"), url("fonts/rubik-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.background {
    position: relative;
    overflow: hidden
}

.background:before,
.background:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 40em;
    height: 96em
}

.background.-about:before {
    background-image: url("images/bg-elbow-green-right.svg");
    top: 0;
    left: 60%;
    transform: rotate(-90deg);
    transform-origin: 10% 40%
}

.background.-about:after {
    background-image: url("images/bg-elbow-blue-left.svg");
    bottom: 0;
    right: 60%;
    transform: rotate(-90deg);
    transform-origin: 90% 64%
}

.background.-businesses:before {
    background-image: url("images/bg-elbow-green-right.svg");
    top: 5em;
    left: 0;
    transform: scaleX(-1)
}

.background.-businesses:after {
    background-image: url("images/bg-elbow-blue-left.svg");
    bottom: 5em;
    right: 0;
    transform: scaleX(-1)
}

.background.-workers:before {
    background-image: url("images/bg-elbow-green-right.svg");
    top: 5em;
    right: 0
}

.background.-workers:after {
    background-image: url("images/bg-elbow-blue-left.svg");
    bottom: 5em;
    left: 0
}

.backgroundOverlay {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: white
}

.backgroundOverlay .backgroundOverlay-content {
    position: relative;
    z-index: 2
}

.backgroundOverlay:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

body.-about {
    background-image: url("images/bg-elbow-green.svg"), url("images/bg-elbow-blue.svg");
    background-position: top right, bottom left;
    background-size: 80em
}

@media (max-width: 640px) {
    body.-about {
        background-size: 50em
    }
}

body.-tilrs {
    background-image: url("images/bg-elbow-green-right.svg"), url("images/bg-elbow-blue-left.svg");
    background-position: top right, bottom left;
    background-size: 40em
}

@media (max-width: 640px) {
    body.-tilrs {
        background-size: 50em
    }
}

button.-secondary,
button.-secondary:link,
button.-secondary:active,
button.-secondary:visited,
a.button.-secondary,
a.button.-secondary:link,
a.button.-secondary:active,
a.button.-secondary:visited {
    color: #2696ba;
    background-color: #ddeef4
}

button.-secondary:hover,
a.button.-secondary:hover {
    background-color: #cae4ee
}

button:disabled,
a.button:disabled {
    cursor: not-allowed;
    background-color: #93CBDD
}

button.-less-padding,
a.button.-less-padding {
    padding: 0.7em 1.5em
}

button.-options,
a.button.-options {
    position: relative
}

button.-options.-active,
a.button.-options.-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.button-optionsTray {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none
}

button.-options.-active .button-optionsTray {
    pointer-events: auto
}

.button-options {
    background: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #ddeef4;
    border-top: none;
    overflow: hidden;
    transform: translateY(-100%);
    transition: all 0.25s ease-in-out;
    color: #2696ba
}

button.-options.-active .button-options {
    transform: translateY(0%)
}



.button-option {
    padding: 1em 0.25em;
    white-space: nowrap;
    display: block;
    -webkit-backface-visibility: hidden
}

button.-less-padding .button-option {
    padding: 0.7em 0.5em
}

.button-option:hover {
    background: #ddeef4
}

.button-option+.button-option {
    border-top: 1px solid #ddeef4
}

.-color-gray {
    color: #969795
}

.content {
    margin-left: auto;
    margin-right: auto
}

.content.-xsmall {
    max-width: 34em
}

.content.-small {
    max-width: 45em
}

.content.-medium {
    max-width: 52em
}

.content.-large {
    max-width: 55em
}

.content.-xlarge {
    max-width: 70em
}

.-display-table {
    display: table;
    border-collapse: collapse
}

.-display-inlineTable {
    display: inline-table;
    border-collapse: collapse
}

.-display-inlineBlock {
    display: inline-block
}

.faq-trigger {
    position: absolute;
    left: -9999em
}

.faq-question {
    padding-bottom: 5px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z" fill="#2696ba" /></svg>');
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 22px
}

.faq-question label {
    font-size: 1.2em;
    color: #2797ba;
    cursor: pointer
}

.faq-answer {
    display: none;
    padding-bottom: 2em;
    padding-left: 22px
}

.faq-trigger:checked+.faq-question {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" fill="#2696ba"/></svg>')
}

.faq-trigger:checked+.faq-question+.faq-answer {
    display: block
}

form.-success .form-message {
    background: #8fcdc2;
    border-radius: 3px
}

form.-failure .form-message {
    background: #e8825f;
    box-shadow: 0 4px 0 0 #e8825f;
    transform: translateY(-100%)
}


.home-heroContent {
    width: 100%;
    height: 100vh;
    background: url("images/patternBackground-storyHero.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    text-align: center
}

.heroText {
    position: relative;
    top: 10%;
    max-width: 55em;
    margin: 0 auto
}

.grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
    border-spacing: 0;
    margin: 0
}

.grid.-space-h-1 {
    border-spacing: 1.25rem 0;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.grid.-space-h-2 {
    border-spacing: 1.375rem 0;
    width: calc(100% + 2.75rem);
    margin-left: -1.375rem;
    margin-right: -1.375rem
}

.grid.-space-h-3 {
    border-spacing: 1.75rem 0;
    width: calc(100% + 3.5rem);
    margin-left: -1.75rem;
    margin-right: -1.75rem
}

.grid.-space-h-4 {
    border-spacing: 3rem 0;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem
}

.grid.-space-h-5 {
    border-spacing: 4rem 0;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem
}

.grid.-space-h-6 {
    border-spacing: 8rem 0;
    width: calc(100% + 16rem);
    margin-left: -8rem;
    margin-right: -8rem
}

.grid.-layout-auto {
    table-layout: auto
}

.grid.-width-auto {
    width: auto
}

.grid.-inline {
    display: inline-table
}

.grid.-fullHeight {
    height: 100%
}

.grid.-middle {
    vertical-align: middle
}

.grid.-rtl {
    direction: rtl
}

.grid.-rtl>.col {
    direction: ltr
}

.grid.-dividers {
    border-collapse: collapse
}

.grid.-dividers>.col {
    border-left: 1px solid #ddeef4
}

.grid.-dividers>.col:first-child {
    border: none
}

@media (max-width: 640px) {
    .grid.-dividers.-break-1>.col {
        border-left: none
    }
}

@media (max-width: 800px) {
    .grid.-dividers.-break-2>.col {
        border-left: none
    }
}

@media (max-width: 960px) {
    .grid.-dividers.-break-3>.col {
        border-left: none
    }
}

@media (max-width: 1024px) {
    .grid.-dividers.-break-4>.col {
        border-left: none
    }
}

@media (max-width: 1200px) {
    .grid.-dividers.-break-5>.col {
        border-left: none
    }
}

@media (max-width: 1440px) {
    .grid.-dividers.-break-6>.col {
        border-left: none
    }
}

.grid.-dividers-v {
    border-width: 2px 0;
    border-color: #ddeef4;
    border-style: solid
}

.grid.-dividers-v>.row>.col {
    padding: 1.75rem 1.25rem
}

@media (max-width: 640px) {
    .grid.-dividers-v>.row>.col {
        display: block;
        padding: 0
    }
}

@media (max-width: 640px) {
    .grid.-dividers-v>.row {
        display: block;
        padding: 1.25rem 0;
        border-width: 2px 0 0;
        border-color: #ddeef4;
        border-style: solid
    }
    .grid.-dividers-v>.row:first-child {
        border: none
    }
}

.grid.-dividers-v>.row+.row>.col {
    border-width: 2px 0 0;
    border-color: #ddeef4;
    border-style: solid
}

@media (max-width: 640px) {
    .grid.-dividers-v>.row+.row>.col {
        border: none
    }
}


.col {
    display: table-cell;
    vertical-align: inherit
}

.col.-align-left {
    text-align: left
}

.col.-align-center {
    text-align: center
}

.col.-align-right {
    text-align: right
}

.col.-widthMin {
    width: 1px
}

.col.-widthMax {
    width: 100%
}

@media (max-width: 640px) {
    .grid.-break-1>.col,
    .grid.-break-1>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}

@media (max-width: 800px) {
    .grid.-break-2>.col,
    .grid.-break-2>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}

@media (max-width: 960px) {
    .grid.-break-3>.col,
    .grid.-break-3>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}

@media (max-width: 1024px) {
    .grid.-break-4>.col,
    .grid.-break-4>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}

@media (max-width: 1200px) {
    .grid.-break-5>.col,
    .grid.-break-5>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}

@media (max-width: 1440px) {
    .grid.-break-6>.col,
    .grid.-break-6>.row>.col {
        border-spacing: 0;
        display: block;
        width: 100% !important
    }
}


.header-left {
    position: relative;
    z-index: 2;
    padding-top: 4px
}

.header-right {
    width: 100%;
    text-align: right
}

.logoLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#logo {
    width: 54px;
    height: 30px
}

.header.-fixed #logo path {
    fill: #2696ba
}

@media (max-width: 960px) {
    .header.-active #logo path {
        fill: white
    }
}

.white-text {
    color: #fff
}

.blueSpanSeparator {
    display: table
}

.blueSpanSeparator:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 10px;
    border-bottom: 2px solid #72c1b2
}



.-align-left {
    text-align: left
}

.-align-center {
    text-align: center
}

.-align-right {
    text-align: right
}

.-align-top {
    vertical-align: top
}

.-align-middle {
    vertical-align: middle
}

.-align-bottom {
    vertical-align: bottom
}

.-space-v-0>* {
    margin-top: .25rem
}

.-space-v-1>* {
    margin-top: 1.25rem
}

.-space-v-2>* {
    margin-top: 1.375rem
}

.-space-v-3>* {
    margin-top: 1.75rem
}

.-space-v-4>* {
    margin-top: 3rem
}

.-space-v-5>* {
    margin-top: 4rem
}


.-pad-1 {
    padding: 1.25rem
}

.-pad-2 {
    padding: 1.375rem
}

.-pad-3 {
    padding: 1.75rem
}

.-pad-4 {
    padding: 3rem
}

.-pad-5 {
    padding: 4rem
}

.-pad-h-1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.-pad-h-2 {
    padding-left: 1.375rem;
    padding-right: 1.375rem
}

.-pad-h-3 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.-pad-h-4 {
    padding-left: 3rem;
    padding-right: 3rem
}

.-pad-h-5 {
    padding-left: 4rem;
    padding-right: 4rem
}

.-pad-v-1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.-pad-v-2 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem
}

.-pad-v-3 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.-pad-v-4 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.-pad-v-5 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.-pad-b-1 {
    padding-bottom: 1.25rem
}

.-pad-b-2 {
    padding-bottom: 1.375rem
}

.-pad-b-3 {
    padding-bottom: 1.75rem
}

.-pad-b-4 {
    padding-bottom: 3rem
}

.-pad-b-5 {
    padding-bottom: 4rem
}

.-pad-t-1 {
    padding-top: 1.25rem
}

.-pad-t-2 {
    padding-top: 1.375rem
}

.-pad-t-3 {
    padding-top: 1.75rem
}

.-pad-t-4 {
    padding-top: 3rem
}

.-pad-t-5 {
    padding-top: 4rem
}

.gallery-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.links {
    display: inline-table;
    border-spacing: 1em 0;
    margin: 0 -1em;
    line-height: 1
}

.links li {
    position: relative;
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle
}

.links li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid;
    opacity: 0.5
}

.links li:first-child {
    border: none;
    padding-left: 0
}

.links li:first-child:before {
    display: none
}

.categoryLinks {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.categoryLinks li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 2px 4px 2px 0
}

.categoryLinks li.current-menu-item a {
    color: white;
    background-color: #52acc8;
    border-color: #52acc8
}

.categoryLinks a {
    display: block;
    border: 2px solid #a9d5e3;
    border-radius: 3px;
    padding: 8px
}

.categoryLinks a,
.categoryLinks a:active,
.categoryLinks a:visited {
    color: #52acc8
}

.categoryLinks a:hover {
    opacity: .8
}




.header.-fixed .navToggle-icon.-open {
    stroke: #2696ba
}

.header.-active .navToggle-icon.-open {
    transform: translateY(100%);
    opacity: 0
}

.navToggle-icon.-close {
    opacity: 0;
    transform: translateY(-100%)
}

.header.-active .navToggle-icon.-close {
    transform: translateY(0%);
    opacity: 1
}



.nav-menu .current-menu-item>a {
    border-bottom: 2px solid;
    opacity: 1
}




.placeholder-graphic {
    background: gray;
    width: 100%
}

.placeholder-graphic:before {
    content: '';
    display: block;
    padding-top: 100%
}

.-position-relative {
    position: relative
}

.-position-absolute {
    position: absolute
}

.-position-fixed {
    position: fixed
}

.ribbon {
    margin: 0 0 6vh
}

.ribbon:after {
    content: '';
    display: block;
    background: url("images/ribbon.svg");
    background-size: contain;
    background-repeat: repeat-x;
    padding-top: 8%
}

@media (max-width: 640px) {
    .ribbon:after {
        padding-top: 15%
    }
}

.sections {
    max-width: 1440px;
    padding: 0 5%;
    margin: 0 auto
}

.section {
    padding: 12vh 4%
}

@media (max-width: 1024px) {
    .section {
        text-align: center
    }
}

@media (max-width: 1200px) {
    .section.-skills {
        text-align: center
    }
}

.section+.section {
    border-top: 2px solid #a9d5e3
}

.section.-storyHero {
    width: 100%;
    height: 100vh;
    background: url("images/patternBackground-storyHero.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    text-align: center
}

.section.-bg-1 {
    background: url("images/PatternBackground.svg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    text-align: center
}

.section.-bg-light {
    position: relative;
    color: #fff
}

.section.-bg-light:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/patternBackgroundLight.svg") no-repeat;
    background-position: center bottom;
    background-size: cover
}

.section.-bg-light.-flipped-v:before {
    transform: scaleY(-1)
}

.section.-height-full {
    min-height: 100vh
}

.section.-top {
    padding-top: calc(12vh + 90px)
}

@media (max-width: 640px) {
    .section.-top {
        padding-top: 6rem
    }
}

.section.-privacy ul {
    padding-left: 2em;
    list-style: outside
}

.storyHeroScroll {
    position: relative
}

.storyHeroScroll a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -25px
}

.section-content {
    display: inline-block;
    width: 30em
}

@media (max-width: 1024px) {
    .section-content {
        width: 100%
    }
}

.section-content.-align-right {
    text-align: right
}

@media (max-width: 1024px) {
    .section-content.-align-right {
        text-align: center
    }
}

.section-content.-align-left {
    text-align: left
}

@media (max-width: 1024px) {
    .section-content.-align-left {
        text-align: center
    }
}

.skillsArray {
    position: relative;
    display: inline-table;
    text-align: center;
    max-width: 48em
}

@media (max-width: 640px) {
    .skillsArray.-iphone {
        width: 45%;
        margin: 10em 0 0
    }
}

@media (max-width: 640px) {
    .skillsArray.-desktop {
        width: 60%;
        margin: 3em 0 0
    }
}

.skillsArray-tile {
    position: absolute
}

.skillsArray.-iphone .skillsArray-tile.-retail {
    top: 18%;
    right: 133%;
    width: 51%
}

@media (max-width: 640px) {
    .skillsArray.-iphone .skillsArray-tile.-retail {
        top: -19%;
        right: 73%;
        width: 55%
    }
}

.skillsArray.-desktop .skillsArray-tile.-retail {
    top: 43%;
    right: 92%;
    width: 27%
}

.skillsArray.-iphone .skillsArray-tile.-generalLabor {
    top: 36%;
    right: 177%;
    width: 51%
}

@media (max-width: 640px) {
    .skillsArray.-iphone .skillsArray-tile.-generalLabor {
        top: 4%;
        right: 95%;
        width: 54%
    }
}

.skillsArray.-desktop .skillsArray-tile.-generalLabor {
    top: 28%;
    right: 116%;
    width: 20%
}

.skillsArray.-iphone .skillsArray-tile.-hospitality {
    top: 46%;
    right: 118%;
    width: 72%
}

@media (max-width: 640px) {
    .skillsArray.-iphone .skillsArray-tile.-hospitality {
        top: 41%;
        right: 81%;
        width: 82%
    }
}

.skillsArray.-desktop .skillsArray-tile.-hospitality {
    top: 53%;
    left: 93%;
    width: 20%
}

.skillsArray.-iphone .skillsArray-tile.-customerService {
    top: 20%;
    left: 138%;
    width: 85%
}

@media (max-width: 640px) {
    .skillsArray.-iphone .skillsArray-tile.-customerService {
        top: -16%;
        left: 79%;
        width: 85%
    }
}

.skillsArray.-desktop .skillsArray-tile.-customerService {
    top: 18%;
    left: 104%;
    width: 33%
}

.skillsArray.-iphone .skillsArray-tile.-logistics {
    top: 57%;
    left: 118%;
    width: 51%
}

@media (max-width: 640px) {
    .skillsArray.-iphone .skillsArray-tile.-logistics {
        top: 57%;
        left: 96%;
        width: 59%
    }
}

.skillsArray.-desktop .skillsArray-tile.-logistics {
    top: 8%;
    right: 104%;
    width: 20%
}

svg {
    vertical-align: top
}

.selectWrapper {
    position: relative
}

.selectWrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: #a9d5e3 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 0.75em
}


.-shadow-1 {
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25)
}

.-shadow-2 {
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.25)
}

.-shadow-3 {
    box-shadow: 0 0.5em 3em rgba(0, 0, 0, 0.25)
}

.-shadow-4 {
    box-shadow: 0 0.5em 4em rgba(0, 0, 0, 0.25)
}

.-shadow-5 {
    box-shadow: 0 0.5em 5em rgba(0, 0, 0, 0.25)
}

.tilrPaths {
    max-width: 80em;
    margin: 0 auto;
    overflow: hidden
}

.tilrPaths-section {
    position: relative;
    height: 50em;
    top: -5em
}

.tilrPaths-section.-four {
    margin-bottom: 6em
}

@media (max-width: 640px) {
    .tilrPaths-section {
        height: 30em;
        top: -5em
    }
    .tilrPaths-section.-four {
        margin-bottom: 5em
    }
}

.tilrPath {
    overflow: visible!important;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto
}

.tilrPath.-one {
    height: 400%
}

.tilrPath.-two {
    height: 300%
}

.tilrPath.-three {
    height: 200%
}

.tilrPath.-four {
    height: 100%
}

.tilrPath-path {
    fill: none;
    stroke-width: 1
}

@media (max-width: 640px) {
    .tilrPath-path {
        stroke-width: 0.8
    }
}

.tilrPath-path.-one {
    stroke: #2696BA;
    opacity: 0.16
}

.tilrPath-path.-two {
    stroke: #72C1B2;
    opacity: 0.24
}

.tilrPath-path.-three {
    stroke: #385987;
    opacity: 0.15
}

.tilrPath-path.-four {
    stroke: #2696BA;
    opacity: 0.4
}

.tilrPaths-section-content {
    padding: 0 1em
}

.tilrPaths-section-content.-align-right {
    text-align: right
}

@media (max-width: 640px) {
    .tilrPaths-section-content.-align-right {
        text-align: left
    }
}

@media (min-width: 640px) {
    .tilrPaths-section-content {
        text-align: left;
        position: relative
    }
}

.tilrPaths-section-content-graphic {
    margin-bottom: 1em;
    display: inline-block;
    max-height: 20em
}

@media (max-width: 640px) {
    .tilrPaths-section-content-graphic {
        max-height: 10em
    }
}

.tilrPaths-section-content-text {
    position: absolute;
    right: 1em;
    left: 1em
}

@media (max-width: 640px) {
    .tilrPaths-section-content-text.-small-right {
        text-align: right
    }
}

.graphic {
    display: inline-block;
    background-color: whitesmoke;
    width: 100%;
    max-width: 13em
}

.graphic:after {
    content: '';
    display: block;
    padding-top: 120%
}

}


p a:-webkit-any-link,
p a:active,
p a:visited {
    color: #52acc8
}

p.-large {
    font-size: 1.125rem
}

p.-small {
    font-size: 0.875rem
}

@media (min-width: 640px) {
    .-large p {
        font-size: 1.125rem
    }
}


.-nowrap {
    white-space: nowrap
}

ul.-outside {
    list-style-position: outside
}

ul.-plain {
    list-style: none
}

ul.-dashed li:before {
    content: "— "
}

ul.-checked li,
li.-checked {
    list-style: none;
    position: relative
}

ul.-checked li:before,
li.-checked:before {
    box-sizing: content-box;
    content: '';
    display: inline-block;
    position: absolute;
    right: 100%;
    width: 14px;
    top: 0;
    bottom: 0;
    padding-right: 7px;
    background: url("images/skills-checkmark.svg") no-repeat center left;
    background-size: 14px
}


.-width-1 {
    max-width: 10em
}

.-width-2 {
    max-width: 20em
}

.-width-3 {
    max-width: 30em
}

.-width-4 {
    max-width: 40em
}

.-width-5 {
    max-width: 50em
}

.-width-6 {
    max-width: 60em
}

.entry-posts .post {
    padding: 1em;
    margin: 0 0 2em;
    text-align: left
}

.entry-posts .entry-title {
    color: #2696ba;
    line-height: 1.3em;
    margin: 0 0 0.2em
}

@media screen and (min-width: 600px) {
    .entry-posts {
        display: flex;
        flex-wrap: wrap
    }
    .entry-posts .post {
        width: 50%
    }
}

@media screen and (min-width: 900px) {
    .entry-posts .post {
        width: 33.3%
    }
}

.entry-posts .post.excerpt-sticky {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 1em
}

.entry-posts .post.excerpt-sticky,
.entry-posts .post.excerpt-sticky a {
    color: white
}

.entry-posts .post.excerpt-sticky:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.entry-posts .post.excerpt-sticky .entry-wrap {
    padding: 1em;
    position: relative;
    z-index: 2
}

.entry-posts .post.excerpt-sticky .entry-content {
    margin: 0 0 2em
}

.entry-posts .post.excerpt-sticky .entry-title {
    font-size: 1.6em
}

@media screen and (min-width: 600px) {
    .entry-posts .post.excerpt-sticky {
        padding-top: 12%;
        padding-bottom: 5%
    }
    .entry-posts .post.excerpt-sticky .entry-content {
        font-size: 1.4em
    }
    .entry-posts .post.excerpt-sticky .entry-title {
        font-size: 3em
    }
}

.entry-image {
    padding-bottom: 50%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: 0 0 0.5em
}

.post-header {
    margin-top: 75px;
    padding: 15% 0 5%;
    text-align: center
}

.post-avatar {
    width: 50px
}

.post-avatar img {
    border-radius: 50%
}

@media screen and (min-width: 600px) {
    .post-avatar {
        width: 80px
    }
}

.post-content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important
}

.post-content .wp-caption {
    width: auto !important
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.media-wrapper {
    position: relative;
    padding-bottom: 56.3%
}

.media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}






.push-below-header {
    margin-top: 75px
}

@media screen and (min-width: 960px) {
    .push-below-header {
        margin-top: 97px
    }
}

.admin-bar .site-page {
    position: relative
}

.admin-bar .header.-fixed {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .header.-fixed {
        top: 46px
    }
}

.pardotform {
    background-color: white;
    border: 2px solid #a9d5e3 !important;
    border-radius: 3px;
    max-width: 26em;
    margin: 0 auto;
    display: block
}

