@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
}

@font-face {
    font-family: montserrat-regular;
    src: url("fonts/montserrat.regular.ttf");
}

@font-face {
    font-family: Quicksand-Bold;
    src: url("fonts/Quicksand-Bold.otf");
}

.background {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.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)
}

.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;
    overflow-x: hidden;

}

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: #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
}

button.-secondary:hover,
a.button.-secondary:hover {
    background-color: #f45041
}

button.-register {
    color: #FFF;
    background-color: #ea5f40
}

button.-register:hover,
a.button.-secondary:hover {
    background-color: #ef7c62;
    letter-spacing: 1px;
}

button.-search {
    color: #FFF;
    background-color: #969795
}

button.-search:hover {
    background-color: #898a88;
    letter-spacing: 1px;
}

button:disabled,
a.button:disabled {
    cursor: not-allowed;
    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: #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;
    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 {}

.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
    }
}

.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 100px 0 3rem;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    color: #fff
}

@media (max-width:1360px) {
    .header {
        padding: 0 1.75rem;
    }
}

@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:1360px) {
    .header.-fixed.-active {
        color: white;
        background-color: transparent
    }
}

.headerWidth {}

.header.-fixed {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
}

@media (max-width:1360px) {
    .header.-active .header-underline {
        opacity: 0
    }
}

.header-left {
    position: relative;
    z-index: 2;
    padding: 1.85rem 0;
}

.header-right {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.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:1360px) {
    .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;
}

.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;
    top: 30px;
}

@media (max-width:1360px) {
    .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: 10px;
    margin-bottom: 22px;
}

@media (max-width:1360px) {
    .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.9rem 0;
}

.nav-menu .current-menu-item>a {
    border-bottom: 2px solid;
    opacity: 1;
}

@media (min-width:1360px) {
    .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:1360px) {
    .nav-menu {
        display: table-cell;
        vertical-align: middle;
        background: rgba(38, 150, 186, 0.95);
        margin: 0;
        text-align: center;
        padding-top: 100px !important;
    }
    .nav-menu .menu-item {
        font-size: 36px
    }
    .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 auto;
    }
    .nav-menu,
    .nav-menu li {
        padding: 8px 0;
    }
}

@media (max-width:740px) {
    .nav-menu .menu-item {
        font-size: 26px;
        /*font-size: 16px;*/
    }
}

.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;
    color: #FFF;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 90px;
}

.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: #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;
}

.section.-bg-light.-flipped-v:before {}

.section.-height-full {
    min-height: 100vh;
}

.section.-top {
    padding-top: calc(6vh + 90px)
}

@media (max-width:640px) {
    .section.-top {}
}

.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: 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;
}

.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;
    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: "Montserrat", sans-serif;
    font-size: 4rem
}

@media (max-width:1540px) {
    h1,
    .h1 {
        font-size: 3rem
    }
}

h2,
.h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
}

@media (max-width:640px) {
    h2,
    .h2 {
        font-size: 2.5rem
    }
}

h3,
.h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.1rem
}

@media (max-width:640px) {
    h3,
    .h3 {
        font-size: 1.375rem
    }
}

h4,
.h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.375rem
}

@media (max-width:640px) {
    h4,
    .h4 {
        font-size: 1.25rem
    }
}

h5,
.h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem
}

@media (max-width:640px) {
    h5,
    .h5 {
        font-size: 1.125rem
    }
}

h6,
.h6 {
    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
}

.-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
}

.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 !important;
}

.login-control {
    display: none !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 52%;
    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;
    }
}

.home-section {
    width: 30em;
}

@media (max-width:760px) {
    .home-section {
        width: 100%;
    }
}

.copmansyaw {
    max-width: 774px;
    margin: auto !important;
}

@media (max-width:760px) {
    .copmansyaw {
        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: montserrat-regular, 'Quicksand', sans-serif;
    ;
    margin-top: 20px !important;
    font-size: 3.15rem;
    font-weight: 300;
    display: block;
}

.home-small-head {
    color: #181545;
    font-family: 'Quicksand', sans-serif;
    margin-top: 20px !important;
    font-size: 2.15rem;
    font-weight: 800;
}

@media (max-width:578px) {
    .home-small-head {
        font-size: 24px;
    }
}

@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: #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:1360px) {
    .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;
    }
}

.hs-form-b490ab5c-0321-491e-8eb2-8d2061b701da_9b1480e3-1860-4819-9ffb-7b858c3999bd .hs-submit>.actions {
    text-align: center !important;
}

.simple blockquote p,
.bubble blockquote {
    cursor: url(data:image/png;base64,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), auto;
}

.bubble blockquote {
    margin: 10px 10px 0;
    background: #fff;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: #1e528e;
}

.bubble blockquote:before,
.bubble blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: #1e528e;
}

.bubble blockquote:before {
    top: 0;
    left: 10px;
}

.bubble blockquote:after {
    content: "\201D";
    right: 10px;
    bottom: -.5em;
}

.bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}

.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color: #f7f7f7;
}

.testimonial .fa {
    margin-bottom: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 100px;
    border: 2px solid;
    background: #76B2D6;
}

.testimonial h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 800;
    font-family: 'Quicksand', sans-serif;
    color: #000;
    letter-spacing: -0.04em;
    line-height: 1.3;
    word-wrap: break-word;
}

.testimonial .testi-from {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    color: #76B2D6;
    margin-bottom: 20px;
    margin-top: 0px;
}

.testimonial p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}

@media (max-width:778px) {
    .testimonial h3 {
        font-size: 28px;
    }
    .testimonial .testi-from {
        font-size: 14px;
    }
    .testimonial p {
        font-size: 16px;
    }
}

div.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 126px;
    z-index: 9;
    width: 290px;
    right: 0;
    margin-right: 0;
    float: right;
    color: #FFF;
    right: 0 !important;
}

@media (max-width:1408px) {
    div.sticky {}
}

@media (max-width:1360px) {
    div.sticky {
        top: 108px;
    }
    .nav {
        margin-top: 0px;
    }
}

.statbox {
    width: 100%;
    min-height: 200px !important;
    margin-bottom: 15px;
    position: relative;
    border-radius: 13px;
    background: #FFF;
}

.header-text {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-text h1,
.header-text h2,
.header-text h3 {
    color: #181445;
}

.header-text h1 {
    font-size: 3.25rem;
}

.header-text h3 {
    font-size: 0.85rem;
}

.header-text h3 {
    color: #ea5f40;
    text-transform: uppercase;
}

.stat-heading {
    padding: 15px 10px;
    background: #89c5e9;
    color: #FFF;
    border-radius: 13px 13px 0px 0px;
    font-size: 14px;
}

.search-box {
    text-align: center;
    background: #88c5e8;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    max-width: 430px;
    margin: auto !important;
    margin-top: 30px !important;
}

@media (max-width:1360px) {
    .stat-heading {
        /*height: 85px;*/
    }
    .header-text {
        /*top: 75%;*/
    }
    .header-text h1 {
        font-size: 2.6rem;
    }
    .header-text h3 {
        font-size: 0.75rem;
    }
}

@media (max-width:1370px) {
    .header-text h1 {
        font-size: 2.5rem;
    }
}

@media (max-width:1190px) {
    .stat-heading {
        height: auto;
    }
    .header-text h2 {
        font-size: 3.5rem;
    }
    .header-text {
        top: 69%;
    }
}

@media (max-width:884px) {
    .header-text h1 {
        font-size: 3.0rem;
    }
}

@media (max-width:768px) {
    .stat-heading {
        height: auto;
    }
}

@media (max-width:710px) {
    .header-text h1 {
        font-size: 2.8rem;
    }
    .header-text h3 {
        font-size: 0.75rem;
    }
    .stat-heading {
        font-size: 14px;
    }
}

@media (max-width:5999px) {
    .statbox {
        min-height: 140px !important;
    }
}
@media (max-width:1540px) {
    .statbox {
        min-height: 120px !important;
    }
    .header-text h1 {
        font-size: 2.8rem;
    }
}

@media (max-width:468px) {
    .header-text h1 {
        font-size: 2.4rem;
    }
    .header-text h3 {
        font-size: 0.65rem;
    }
    .stat-heading {
        font-size: 12px;
    }
}
.statbox{
    max-width: 220px;
    margin: 0px auto 15px;
}
@media (max-width:1200px){
    .statbox.left{
       margin-right: 10px;
    }
    .statbox.right{
       margin-left: 10px;
    }
}
@media (max-width:388px) {
    .header-text h1 {
        font-size: 1.8rem;
    }
    .header-text h3 {
        font-size: 0.55rem;
    }
    .stat-heading {
        font-size: 10px;
        padding: 13px 5px;
    }
    .statbox {
        min-height: 110px !important;
    }
    .statboxheader {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

.searchPage {
    min-height: 60vh;
}

.search-box-small {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e3e3e3;
}

.search-box-small p strong {
    color: #c0bdb9;
    font-weight: 400;
}

.search-box-small p span {
    color: #1e1051;
    font-weight: 400;
}

.videobox {
    padding: 0;
}

.nav-callout {
    position: absolute;
    height: 100%;
    width: 95px;
    border: none;
    right: 20px;
    top: 0;
}

.nav-callout img {
    position: relative;
    top: 10px;
    cursor: pointer;
}

@media (max-width:1360px) {
    .nav-callout {
        width: 95px;
        border: none;
        right: 4.5rem;
        top: 60px;
    }
}

@media (max-width:640px) {
    .nav-callout {
        width: 95px;
        border: none;
        right: 1rem;
        top: 60px;
    }
}

.nav-callout-mob img {
    width: 145px;
}

.desktop-login-hide {
    display: none !important;
}

@media (max-width:1360px) {
    .desktop-login-hide {
        display: block !important;
    }
    .mobile-login-hide {
        display: none !important;
    }
}

.hs-button {
    color: #FFF !important;
    background-color: #ea5f40 !important;
    padding: 0.7em 1.5em !important;
}

.hs-form-b490ab5c-0321-491e-8eb2-8d2061b701da_cebea64a-a795-443e-ac37-2bdfba5c530e {
    color: #FFF !important;
    background-color: #ea5f40 !important;
    padding: 0.7em 1.5em !important;
}

.hs-form-b490ab5c-0321-491e-8eb2-8d2061b701da_cebea64a-a795-443e-ac37-2bdfba5c530e:hover {
    background-color: #ef7c62 !important;
    letter-spacing: 1px !important;
}

.what-div p,
.what-div ul li {
    color: #747373;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: justify;
}

.what-div ul li {
    list-style-type: square;
    padding-left: 22px;
}

.what-div-left {
    padding-right: 2%;
}

.what-div-right {
    padding-left: 2%;
}

@media (max-width:978px) {
    .what-div-left {
        padding: 25px;
        padding-bottom: 10px;
    }
    .what-div-right {
        padding: 25px;
        padding-top: 0px;
    }
    .what-div p,
    .what-div ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
    }
}

body.-fixed {
    overflow: hidden;
}

.what-ul {
    list-style-position: outside;
    padding-left: 18px;
}

.what-image img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.ticker-container {
    background: #2696ba;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.ticker-text {
    color: #FFF;
    white-space: nowrap;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px 0px;
}

.not-img {
    height: 20px;
}

.ticker-text span {
    padding-right: 30px;
}

.notification {
    font-family: Quicksand-Bold;
    color: #2696ba;
    padding-top: 11px;
}

.fullstop {
    height: 28px;
}

.breaking-news p {
    font-family: Quicksand-Bold;
}

.news-ticker ul {
    font-family: Quicksand-Bold;
    color: #2696ba;
    padding-top: 6px;
}

.sec-01 {
    background-color: #ffffff;
    margin-top: -40px;
    border-bottom: 5px solid white;
    padding: 80px 4% 170px;
}
.partner-heading{
    margin-bottom : 100px;
}
@media (max-width:760px) {
    .partner-heading{
        margin-bottom : 50px;
    }
}
.hubspot-link__container.sproket{
    display: none !important;
}

#theTeam ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 60px;
}
#theTeam ul.tabs li{
    /*background: #ededed;*/
    color: #d4d4d4;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;

}
#theTeam ul.tabs li h2{
    font-size: 24px;
    outline: none;
}

#theTeam ul.tabs li.current h2 span{
    /*background: #1A1348;*/
    color: #808080;
    border-bottom: 4px solid #1A1348;
}

#theTeam .tab-content{
    /*visibility: hidden;*/
    /*opacity: 0;*/
    height: 0px;
    transition: visibility 5s, opacity 1s linear;
    margin-top: 0px;
    display: none;

}

#theTeam .tab-content.current{
    /*visibility: visible;*/
    /*opacity: 1;*/
    height: auto;
    display: block;
}
.mb50{
    margin-bottom: 50px;
}
@media (max-width:998px) {
    #theTeam ul.tabs li h2 span{
        color: #808080;
        border-bottom: 4px solid #1A1348;
    }
}