@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


@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 {
    background-repeat: no-repeat;
    font-family: 'Quicksand', sans-serif;
}

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,
a.button {
    cursor: pointer;
    border: none;
    border-radius: 3px;
    font-family: 'Rubik-Bold';
    font-size: 1em;
    text-transform: uppercase;
    padding: 1em 3em;
    /*background-color: #2696ba;*/
    background-color: #ea5f40;
    color: #fff;
    transition: all 0.125s ease-in-out;
    outline: none
}

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

button:link,
button:active,
button:visited,
a.button:link,
a.button:active,
a.button:visited {
    color: #fff
}

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: #FFF;
    background-color: #ea5f40
        /*    color: #2696ba;
            background-color: #ddeef4*/
}

button.-secondary:hover,
a.button.-secondary:hover {
    /*background-color: #cae4ee*/
    background-color: #f45041
}
button.-register{
    color: #FFF;
    background-color: #ea5f40
}
button.-register:hover,
a.button.-secondary:hover {
    /*background-color: #cae4ee*/
    background-color: #ef7c62;
    letter-spacing: 1px;
}

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

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%)
}

a.button {
    display: inline-block
}

.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
}

.footer {
    padding: 4rem;
    /*background: #ea5f40;*/
    background: #76B2D6;
    color: #fff
}

@media (max-width: 640px) {
    .footer {
        padding: 1.75rem
    }
}

.footer a {
    color: inherit !important
}

.footer-right {
    text-align: right
}

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

.form {
    display: inline-table;
    border-spacing: 0;
    position: relative;
    z-index: 0;
    backface-visibility: hidden;
    width:100%;
}

@media (max-width: 640px) {
    .form {
        width: 100%
    }
}

.form-message {
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.75em 1em;
    border-radius: 3px 3px 0 0;
    color: white;
    transition: all 0.25s ease-in-out;
    transition-delay: 0.01s;
    transform: translateY(0)
}

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%)
}

.form-fields {
    position: relative;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    background: white;
    padding: 0 2px;
    border: 2px solid #a9d5e3;
    border-radius: 3px;
    /*display: table;*/
    margin: 0 auto !important;
    max-width: 100%;
}

@media (max-width: 640px) {
    .form-fields {
        width: 100%
    }
}

.form-fields.-fullWidth {
    max-width: none;
    display: block
}

form.-success .form-fields {
    opacity: 0;
    pointer-events: none;
    z-index: -10
}

form.-failure .form-fields {
    border-color: #e8825f
}

.form-fields>.grid {
    border-spacing: 2px;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #a9d5e3
}

.form-fields>.grid:first-child {
    border: none
}

.form-fields>.grid>* {
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #a9d5e3
}

.form-fields>.grid>*:first-child {
    border: none
}

@media (max-width: 640px) {
    .form-fields>.grid>* {
        display: block;
        width: 100% !important;
        text-align: left;
        border-width: 2px 0 0
    }
    .form-fields>.grid>* input {
        width: 100%
    }
}

.form-field {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #a9d5e3
}

.form-field:first-child {
    border: none
}

.form-field.-required {
    position: relative
}

.form-field.-required:after {
    pointer-events: none;
    display: block;
    content: '*';
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    color: #969795
}

form.-success .form-submit {
    opacity: 0;
    pointer-events: none;
    z-index: -10
}

form.-failure .form-submit {
    border-color: #e8825f
}

.home-heroContent {
    width: 100%;
    height: 100%;
    background: url("images/patternBackground-storyHero.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    text-align: center
}
.home-content {
    position: relative;
}
.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color:#e7e7e7;
}
.home-img {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.heroText {
    position: relative;
    top: 10%;
    max-width: 55em;
    margin: 0 auto
}
.grid.inline{
    /*display: block !important;*/ 
}
.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;
    line-height: 30px;
}

.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: 0px 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
    }
}

/*.row {
    display: table-row
}*/

.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 {
    padding: 0 3rem;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    color: #fff
}

@media (max-width: 640px) {
    .header {
        transition-property: background-color, color;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
        padding: 0 1.75rem;
        width: 100%;
        top: 0;
        right: 0;
        left: 0
    }
    .header.-active {
        position: fixed
    }
}

.logoImg{
    background: url("images/logo.png") no-repeat;
    background-size: 200px auto;
    height: 50px;
    width:250px;
}
.logoImg.logoImg-scroll {
    background: url(images/logo2.png) no-repeat;
    background-size: 200px auto;
    height: 50px;
    width:200px;
}
.logoImgWhite{
    background: url("images/logo-white.png") no-repeat;
    background-size: 200px auto;
    height: 50px;
    width:200px;
}

.header.-fixed {
    position: fixed;
    background-color: white;
    z-index: 10;
    color: #2696ba;
}

@media (max-width: 1240px) {
    .header.-fixed.-active {
        color: white;
        background-color: transparent
    }
}

.headerWidth {
    padding: 1.375rem 0 1rem;
}

@media (max-width: 1240px) {
    .headerWidth {
        padding: 1.25rem 0
    }
}

.header.-fixed {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3)
}

@media (max-width: 1240px) {
    .header.-active .header-underline {
        opacity: 0
    }
}

.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: 200px;
    height: 20px
}


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

@media (max-width: 1240px) {
    .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
}

hr {
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #72c1b2
}

img {
    max-width: 100%;
    vertical-align: top
}

img.-maxWidth-none {
    max-width: none
}

@media (max-width: 1024px) {
    img.-iphone {
        max-width: 40%
    }
}

img.-round {
    border-radius: 100%
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    -webkit-appearance: none;
    border: none;
    font-size: 1em;
    padding: 0.75em;
    width: 100%;
    font-family: 'Rubik-Regular';
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea{
    outline: none
}

input[type="text"].-zip,
input[type="email"].-zip,
input[type="tel"].-zip {
    width: 6em
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #969795
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder{
    color: #969795
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder ,
textarea:-moz-placeholder{
    color: #969795
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #969795
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0
}

.-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
}

*:first-child {
    margin-top: 0 !important;
}

.-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
}

html,
body {
    margin: 0;
    /*overflow-x: hidden*/
}

.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
}

.navToggle {
    display: none;
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    user-select: none;
    vertical-align: top
}

@media (max-width: 1240px) {
    .navToggle {
        display: inline-block
    }
}

.navToggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
    stroke: white
}

.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 {
    color: inherit !important;
    margin-top:19px;
}

@media (max-width: 1240px) {
    .nav {
        transition: all 0.25s ease-in-out;
        display: table;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        pointer-events: none
    }
    .nav.-active {
        pointer-events: initial;
        opacity: 1
    }
}

.nav-menu,
.nav-menu li {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-menu .current-menu-item>a {
    border-bottom: 2px solid;
    opacity: 1;
    /*text-transform: uppercase;*/

}

@media (min-width: 1240px) {
    .nav-menu>ul {
        display: inline-table;
        border-spacing: 2rem 0;
        margin: 0 -2rem;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Quicksand", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .nav-menu>ul>li {
        display: table-cell
    }
    .nav-menu>ul>li>a {
        display: block;
        padding: 0.25em;
        text-decoration: none;
    }
}

@media (max-width: 1240px) {
    .nav-menu {
        display: table-cell;
        vertical-align: middle;
        background: rgba(38, 150, 186, 0.95);
        margin: 0;
        text-align: center
    }
    .nav-menu .menu-item {
        font-size: 2em
    }
    .nav-menu .nav-callout {
        font-size: 1.2em;
        padding-top: 1.5em
    }
    .header.-fixed.-active .nav-menu {
        color: #fff
    }
    .nav-menu>ul>li {
        display: table;
        border-spacing: 0;
        margin: 0.5em auto 0
    }
}

.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: 0px solid #a9d5e3
}

.section.-storyHero {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #1A1348;
    /*background-color: #27374f;*/
    color: #FFF;
    /*background: url("images/patternBackground-storyHero.svg") no-repeat;*/
    background-position: bottom;
    background-size: cover;
    color: #fff;
    text-align: center
}

.section.-storyHero .content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    visibility: hidden;
}
@media only screen and (max-width: 1024px)
{
    .content h2 {
        margin-top:30px !important;
    }

}


.section.-bg-1 {
    /*background: url("images/PatternBackground.svg") no-repeat;*/
    background: #1A1348;
    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-color: #1A1348;
    /*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(10vh + 90px)
}

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

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

.storyHeroScroll {
    position: relative;
    visibility: hidden;
}

.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: 36%;
}

.skillsArray.-iphone .skillsArray-tile.-generalLabor {
    /*    top: 36%;
            right: 177%;
            width: 51%*/
    top: 31%;
    right: 156%;
    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: 109%;
    width: 36%;
}

.skillsArray.-iphone .skillsArray-tile.-hospitality {
    top: 45%;
    right: 128%;
    width: 51%;
}

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

.skillsArray.-desktop .skillsArray-tile.-hospitality {
    top: 49%;
    left: 87%;
    width: 35%;
}

.skillsArray.-iphone .skillsArray-tile.-customerService {
    top: 20%;
    left: 110%;
    width: 69%;
}

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

.skillsArray.-desktop .skillsArray-tile.-customerService {
    top: 18%;
    left: 89%;
    width: 46%;
}

.skillsArray.-iphone .skillsArray-tile.-logistics {
    top: 45%;
    left: 104%;
    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: 97%;
    width: 36%;
}

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
}

select {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    font-size: 1em;
    padding: 0.75em;
    color: #969795;
    background-color: white
}

select:focus {
    outline: none
}

.-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;
    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;
    /*stroke: #ea5f40 ;*/
    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%
}

html {
    font-family: 'Rubik-Regular';
    font-size: 16px;
    line-height: 1.5;
    color: #4f514f;
    -webkit-font-smoothing: antialiased
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    line-height: 1.125;
    font-weight: normal
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.5;
    font-weight: normal
}

h1,
.h1 {
    /*font-family: 'Rubik-Medium';*/
    font-family: "Montserrat", sans-serif;
    font-size: 4rem
}

@media (max-width: 640px) {
    h1,
    .h1 {
        font-size: 3rem
    }
}

h2,
.h2 {
    /*font-family: 'Rubik-Medium';*/
    font-family: "Montserrat", sans-serif;
    /*font-family: 'Quicksand', sans-serif;*/
    font-size: 3rem;
    /*font-weight: 800;*/
}

@media (max-width: 640px) {
    h2,
    .h2 {
        font-size: 2.5rem
    }
}

h3,
.h3 {
    /*font-family: 'Rubik-Regular';*/
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem
}

@media (max-width: 640px) {
    h3,
    .h3 {
        font-size: 1.375rem
    }
}

h4,
.h4 {
    /*font-family: 'Rubik-Regular';*/
    font-family: "Montserrat", sans-serif;
    font-size: 1.375rem
}

@media (max-width: 640px) {
    h4,
    .h4 {
        font-size: 1.25rem
    }
}

h5,
.h5 {
    /*font-family: 'Rubik-Medium';*/
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem
}

@media (max-width: 640px) {
    h5,
    .h5 {
        font-size: 1.125rem
    }
}

h6,
.h6 {
    /*font-family: 'Rubik-Bold';*/
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem
}

@media (max-width: 640px) {
    h6,
    .h6 {
        font-size: 1rem
    }
}

a {
    text-decoration: none
}

a:-webkit-any-link {
    color: inherit
}

a:active {
    color: #2797ba
}

a:visited {
    color: inherit
}

p a {
    color: #52acc8
}

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

p {
    margin-top: 1em
}

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

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

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

strong {
    font-family: 'Rubik-Medium';
    font-weight: bold
}

small {
    font-size: 0.875em
}

blockquote {
    margin: 1em;
    border-left: 5px solid #eee;
    padding: 0 0 0 1em
}

.-nowrap {
    white-space: nowrap
}

ul {
    margin-top: 1em;
    padding: 0;
    list-style-position: inside
}

ul.-dashed {
    list-style: none
}

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
}

ol {
    margin-top: 1em;
    padding: 0 0 0 1em
}

ol li {
    margin: 0 0 1em
}

.-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%
}

.searchBar {
    border-width: 1px 0;
    border-style: solid;
    border-color: #eee;
    margin: 0 0 10px
}

.searchForm {
    padding: 10px 15px
}

.searchForm-search {
    margin: 0 0 10px;
    position: relative
}

.searchForm-search svg {
    fill: #2696ba;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -.7em !important;
    z-index: 5
}

@media screen and (min-width: 700px) {
    .searchForm-search {
        margin: 0
    }
    .searchForm {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center
    }
}

article.page h3,
article.page h4,
article.page h5,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin-top: 1em
}

article.page ul,
.post-content ul {
    list-style-position: outside
}

article.page ul li,
.post-content ul li {
    margin: 0 0 1em 1em
}

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

@media screen and (min-width: 1200px) {
    .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
}

/*Codes by Nishad*/

.section.-storyHero ul{
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
}
.section.-storyHero ul li{
    list-style-type: none;
}
@media (max-width: 640px) {
    .section.-storyHero ul{
        font-size: 14px;
    }
}

.mt50{
    margin-top:50px 
}
.login-control{
    display: none !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 52%; /* 16:9 */
    padding-top: 25px;
    margin-top:20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.badge-div{
    width: 290px; 
    position: absolute; 
    background: #1A1348; 
    height: 70px;
    right: 0px; 
    top: 325px;	
    cursor:pointer;
}
@media (max-width: 560px)
{
    .badge-div{

        top: 25px;	
    }
}
@media (max-width: 760px)
{
    .badge-div{

        top: 60px;	
    }
}



/*
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 92px;
    z-index: 5;
    border-radius: 0 0 0.5em 0.5em;
}*/

.home-section{
    width: 30em;
}
@media (max-width: 760px){
    .home-section{
        width: 100% ;
    } 
}


.copmansyaw{
    max-width: 774px;
    margin:auto !important;
}
@media (max-width: 760px)
{
    .copmansyaw{
        /*max-width: 100%;*/
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.copmansyaw .client-logo {
    margin-bottom: 30px !important;
}
.submit-button{
    width: auto !important; 
    margin: 0!important;  
    padding: 17px!important; 
    min-width: 30rem;
}
@media (max-width: 760px)
{
    .submit-button{

        width: 100% !important;
        margin-bottom: 10px!important;  
        min-width: 100% !important;

    }
}
.home-small-heading{
    color: #181545;
    font-family: 'Quicksand', sans-serif;
    margin-top: 20px !important;
    font-size: 2.75rem;
    font-weight: 800;

}
@media (max-width: 760px)
{
    .home-small-heading{
        font-size: 1.75rem;
    }
}
@media (max-width: 350px)
{
    .home-small-heading{
        font-size: 1.5rem;
    }
}

.requestDemo{
    margin-right: 50px;
}
@media (max-width: 760px)
{
    .requestDemo{
        margin-right: auto;
    }
}

.home-section-icons{
    width: 100px;
    margin: auto;
    display:block;
}

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

.padding-left-heading{
    padding-left: 12%;
}

@media (max-width: 960px)
{
    .padding-left-heading{
        padding-left: 0;
    }
}

.vm-cover-nav {
    font-size: 16px;
}
.vm-nav-item {
    margin-right: 30px !important;
}

@media (max-width: 1700px)
{
    .vm-cover-nav {
        font-size: 15px;
    }
    .vm-nav-item {
        margin-right: 20px !important;
    }
}
@media (max-width: 1560px)
{
    .vm-cover-nav {
        font-size: 14px;
    }
    .vm-nav-item {
        margin-right: 15px !important;
    }
}
@media (max-width: 1410px)
{
    .vm-cover-nav {
        font-size: 13px;
    }
    .vm-nav-item {
        margin-right: 15px !important;
    }
}
@media (max-width: 1315px)
{
    .vm-cover-nav {
        font-size: 12px;
    }
    .vm-nav-item {
        margin-right: 12px !important;
    }
}
@media (max-width: 1210px)
{
    .vm-cover-nav {
        font-size: 10px;
    }
    .vm-nav-item {
        margin-right: 12px !important;
    }
}
@media (max-width: 1050px)
{
    .vm-cover-nav {
        font-size: 10px;
    }
    .vm-nav-item {
        margin-right: 8px !important;
    }
}
@media (max-width: 992px)
{
    .vm-cover-nav {
        font-size: 16px;
    }
    .vm-nav-item {
        margin-right: 30px !important;
    }
}