body,
html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #000;
    font-family: Raleway, sans-serif
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

img {
    outline: none
}

h1 {
    font-size: 52px;
    line-height: 62px
}

h1,
h2 {
    font-weight: 300
}

h2 {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 40px
}

li,
p {
    font-size: 18px;
    line-height: 28px
}

::selection {
    background: #488e2e;
    color: #fff
}

::-moz-selection {
    background: #488e2e;
    color: #fff
}

video::-webkit-media-controls {
    display: none!important
}

.site-wrapper {
    top: 0;
    left: 0
}

.shell,
.site-wrapper {
    z-index: 999;
    margin: 0 auto;
    overflow: hidden
}

.page-section,
.shell,
.site-wrapper {
    display: block;
    position: relative;
    width: 100%
}

.page-section {
    float: left;
    padding: 0;
    background: #fff
}

.page-section.fixedheader {
    padding-top: 240px
}

.page-section .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 140px
}

.left {
    float: left
}

.left,
.right {
    display: block;
    position: relative;
    width: 50%
}

.right {
    float: right
}

.btn-left {
    float: left
}

.btn-right {
    float: right
}

.btn-center {
    margin: 0 auto
}

.check {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 2px solid #e05429;
    background: url(../images/check.png) 50% no-repeat
}

.mobile-icon {
    display: none
}

.btn {
    display: inline-block;
    width: auto;
    height: 60px;
    padding: 0 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    transition: .3s
}

.btn,
.btn:hover {
    color: #fff
}

.employers-btn {
    background: #488e2ec4;
    border: 2px solid #488e2ec4;
}

.employers-btn:hover {
    background: #fff;
    color: #6e9c51
}

.partners-btn {
    background: #e66c5c;
    border: 2px solid #e66c5c
}

.partners-btn:hover {
    background: #fff;
    color: #e66c5c
}

.individuals-btn {
    background: #2dbda0;
    border: 2px solid #2dbda0
}

.individuals-btn:hover {
    background: #fff;
    color: #2dbda0
}

.contact-btn,
.contact-btn-actionless,
.quiz-btn {
    float: right;
    position: relative;
    margin: 60px 0 0;
    padding: 0 50px;
    background: #fff;
    z-index: 9999;
    color: #488e2e;
    border: 2px solid #488e2e;
    transition: .3s
}

.contact-btn:focus,
.contact-btn:hover,
.quiz-btn:focus,
.quiz-btn:hover {
    color: #fff;
    background-color: rgba(0, 120, 174, .95)
}

#header.fixedheader .contact-btn {
    margin: 10px 0 0
}

.advisory-btn {
    margin: 0 20px;
    color: #2dbda0;
    border: 3px solid #2dbda0
}

.advisory-btn.active,
.advisory-btn:hover {
    background: #2dbda0;
    color: #fff;
    box-shadow: none
}

.wellness-btn {
    margin: 0 20px;
    color: #e66c5c;
    border: 3px solid #e66c5c
}

.wellness-btn.active,
.wellness-btn:hover {
    background: #e66c5c;
    color: #fff;
    box-shadow: none
}

.business-btn {
    margin: 0 20px;
    color: #2aace3;
    border: 3px solid #2aace3
}

.business-btn.active,
.business-btn:hover {
    background: #2aace3;
    color: #fff;
    box-shadow: none
}

.page-template-template-employers .demo-btn {
    margin: 40px auto;
    background: #2aace3;
    border: 2px solid #2aace3
}

.page-template-template-employers .demo-btn:hover {
    color: #2aace3;
    background: #fff;
    border: 2px solid #2aace3
}

.page-template-template-partners .demo-btn {
    margin: 40px auto;
    background: #e66c5c;
    border: 2px solid #e66c5c
}

.page-template-template-partners .demo-btn:hover {
    color: #e66c5c;
    background: #fff;
    border: 2px solid #e66c5c
}

.page-template-template-marketing .demo-btn {
    margin: 40px auto;
    background: #2aace3;
    border: 2px solid #2aace3
}

.page-template-template-marketing .demo-btn:hover {
    color: #2aace3;
    background: #fff;
    border: 2px solid #2aace3
}

.more-btn {
    padding: 0 60px;
    position: relative;
    left: 50%;
    border: 2px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s
}

.more-btn:focus,
.more-btn:hover {
    background: #fff;
    color: rgba(0, 120, 174, .85)
}

.persist-area {
    position: relative
}

#header,
.persist-area {
    display: block;
    float: left;
    width: 100%
}

#header {
    height: 180px;
    margin: 60px 0 0;
    z-index: 999999;
    transition: .3s
}

.page-template-template-careers-v2 #header,
.page-template-template-employers #header,
.page-template-template-individuals #header,
.page-template-template-partners #header {
    position: fixed
}

#header.fixedheader {
    position: fixed;
    top: 0;
    height: 80px
}

#header .wrap {
    margin: 0 auto;
    max-width: 1800px
}

#header .wrap,
.utility {
    display: block;
    width: 100%
}

.utility {
    position: fixed;
    top: 0;
    left: 50%;
    float: left;
    padding: 0;
    z-index: 9999999;
    background: #488e2e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#navigation {
    display: inline-block;
    float: left;
    width: 100%;
    height: 60px;
    margin: 0
}

#navigation ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

#navigation ul li {
    position: relative;
    float: left;
    width: auto
}

#navigation ul li,
#navigation ul li a {
    display: inline-block;
    height: 60px;
    transition: .3s
}

#navigation ul li a {
    text-align: center;
    width: 270px;
    padding: 20px 60px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.63px;
    line-height: 15px;
    font-weight: 700
}

#navigation ul li.current-menu-item a,
#navigation ul li a:hover {
    color: #fff
}

#navigation ul li.current-menu-item a {
    background: #fff
}

.page-template-template-individuals .utility {
    background: #2dbda0
}

.page-template-template-individuals .utility .current-menu-item .hint,
.page-template-template-individuals .utility .current-menu-item a {
    color: #2dbda0!important
}

.page-template-template-individuals .contact-btn {
    border: 2px solid #2dbda0;
    color: #2dbda0
}

.page-template-template-individuals .contact-btn:hover {
    color: #fff;
    background: #2dbda0
}

.page-template-template-partners .utility {
    background: #e66c5c
}

.page-template-template-partners .utility .current-menu-item .hint,
.page-template-template-partners .utility .current-menu-item a {
    color: #e66c5c!important
}

.page-template-template-partners .contact-btn {
    border: 2px solid #e66c5c;
    color: #e66c5c
}

.page-template-template-partners .contact-btn:hover {
    color: #fff;
    background: #e66c5c
}

.page-template-template-employers .utility {
    background: #2aace3
}

.page-template-template-employers .utility .current-menu-item .hint,
.page-template-template-employers .utility .current-menu-item a {
    color: #2aace3!important
}

.page-template-template-employers .contact-btn,
.page-template-template-employers .contact-btn-actionless {
    border: 2px solid #2aace3;
    color: #2aace3
}

.page-template-template-employers .contact-btn-actionless:hover,
.page-template-template-employers .contact-btn:hover {
    color: #fff;
    background: #2aace3
}

.page-template-template-marketing .utility {
    background: #2aace3
}

.page-template-template-marketing .utility .current-menu-item .hint,
.page-template-template-marketing .utility .current-menu-item a {
    color: #2aace3!important
}

.page-template-template-marketing .contact-btn,
.page-template-template-marketing .contact-btn-actionless {
    border: 2px solid #2aace3;
    color: #2aace3
}

.page-template-template-marketing .contact-btn-actionless:hover,
.page-template-template-marketing .contact-btn:hover {
    color: #fff;
    background: #2aace3
}

#navigation .name {
    display: inline-block;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center
}

#navigation .hint {
    display: none;
    position: relative;
    top: -5px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0;
    text-transform: none
}

#navigation li:hover .name {
    display: none
}

#navigation li:hover .hint {
    display: inline-block
}

#navigation .login {
    text-align: center;
    width: auto;
    margin-right: 60px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.63px;
    font-weight: 700;
    transition: .3s
}

#navigation .label,
#navigation .login {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    line-height: 60px
}

#navigation .label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
    padding: 0
}

.hamburglar {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 17px;
    margin: 20px 60px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: transparent;
    -webkit-touch-callout: none
}

.path-burger {
    display: none;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(../images/mask.svg)
}

.animate-path,
.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px
}

.path-rotation {
    width: 30px;
    height: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.path-rotation:before {
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    content: "";
    background: transparent
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out .3s linear normal;
    animation: dash-out .3s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out .3s linear normal;
    animation: rotate-out .3s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round
}

.burger-icon {
    position: absolute;
    width: 30px;
    height: 17px;
    padding: 0
}

.burger-container {
    position: relative;
    width: 30px;
    height: 17px;
    margin: 0
}

.burger-bun-bot,
.burger-bun-top,
.burger-filling {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff
}

.burger-bun-top {
    top: 0;
    margin-top: 0
}

.burger-bun-bot,
.burger-bun-top {
    -webkit-transform-origin: 30px 2px;
    transform-origin: 30px 2px
}

.burger-bun-bot {
    bottom: 0
}

.burger-filling {
    top: 7px
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0
}

.burger-ring,
.svg-ring {
    width: 48px;
    height: 48px
}

#header .brand {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 180px;
    padding: 0 140px;
    background: #fff;
    transition: .3s
}

#header.fixedheader .brand {
    height: 80px
}

#logo {
    display: block;
    position: relative;
    float: left;
    width: 275px;
    height: 40px;
    z-index: 9999;
    margin-top: 70px;
    transition: .3s
}

#header.fixedheader #logo {
    margin-top: 20px
}

#logo a {
    display: block;
    width: 250px;
    height: 30px;
    text-indent: -9999px;
    background: url(../../../../../logorealnew.png) 50% no-repeat
}

.anchors {
    display: block;
    position: absolute;
    width: 100%;
    list-style: none;
    padding: 0;
    top: 83px;
    left: 0;
    margin: 0;
    text-align: center;
    transition: .3s
}

#header.fixedheader .anchors {
    top: 30px
}

.anchors li {
    display: inline-block;
    margin: 0 20px
}

.anchors li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #424242
}

#menu {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 260px;
    height: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .2);
    transition: .3s
}

#menu .wrap {
    padding: 40px 20px
}

#menu .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 50% no-repeat
}

#menu .wrap .main-menu {
    list-style: none;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0
}

#menu .main-menu li {
    border-bottom: 1px solid #ececec
}

#menu .main-menu li a {
    display: block;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #488e2e;
    transition: .3s
}

#menu li a:hover {
    color: #000
}

#menu .sub-menu {
    list-style: none;
    padding: 0 0 0 20px
}

#menu .sub-menu li {
    margin: 0;
    padding: 0;
    border: none
}

#menu .sub-menu li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(84, 140, 55);
}

#menu .sub-menu li a:hover {
    color: #000
}

#contact-menu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 780px;
    text-align: center;
    z-index: 9999;
    border-right: 40px solid #fff;
    border-left: 40px solid #fff;
    background-image: linear-gradient(150deg, #0078ae, #2aace3)
}

body.page-template-template-partners #contact-menu {
    background-image: linear-gradient(150deg, #e66c5c, #e16e60)
}

body.page-template-template-individuals #contact-menu {
    background-image: linear-gradient(150deg, #2dbda0, #2dbca5)
}

#contact-menu.open {
    display: block
}

#contact-menu .wrap {
    padding: 135px 140px 140px
}

#contact-menu .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: url(../images/close-white.png) 50% no-repeat
}

.close.video-close {
    background: url(../images/close.png) 50% no-repeat;
    opacity: 1;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px
}

#contact-menu .title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
    color: #fff;
    margin-top: 100px
}

#contact-menu a.contact-menu-btn {
    display: inline-block;
    width: auto;
    margin: 60px 10px;
    padding: 0 30px;
    border-radius: 100px;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 60px;
    height: 60px;
    transition: .3s
}

#contact-menu a.contact-menu-btn:hover {
    background: #fff;
    color: #0078ae
}

body.page-template-template-partners #contact-menu a.contact-menu-btn:hover {
    color: #e36d5f
}

.form-popup-wrapper {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none
}

.form-popup-wrapper.open {
    z-index: 1000;
    display: block
}

#contact-demo {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: #f6f6f4;
    border-right: 40px solid #fff;
    border-left: 40px solid #fff
}

#contact-demo.open {
    display: block
}

#contact-demo .wrap {
    padding: 0 25%;
    overflow: auto;
    height: 80vh
}

#contact-demo .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: url(../images/close.png) 50% no-repeat
}

#footer {
    float: left;
    height: auto;
    color: #fff;
    padding: 100px 0;
    background: #5d5d5d;
    position: relative;
    z-index: 2
}

#footer,
#footer .wrap {
    display: block;
    width: 100%
}

#footer .wrap {
    margin: 0 auto;
    padding: 0 140px
}

#footer-logo {
    position: relative;
    float: left;
    margin: 0
}

#footer-logo,
#footer-logo a {
    display: block;
    width: 267px;
    height: 38px
}

#footer-logo a {
    width: 250px;
    height:48px;
    text-indent: -9999px;
    background: url(../../../../../healthyfynew1.png) 50% no-repeat
}

#footer .phone {
    display: block;
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    padding: 30px 0 20px
}

#footer .phone a {
    color: #fff
}

#footer .address {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500
}

#footer .address a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: underline
}

#footer .address a:hover {
    font-weight: 700
}

#footer .hours {
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0 0
}

#footer .hours,
#footer .hours span {
    display: block;
    float: left;
    width: 100%
}

#footer .hours span {
    font-weight: 700;
    padding-bottom: 10px
}

#social {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px 0 0
}

#social li {
    float: left;
    width: 40px;
    margin-right: 20px;
    border-radius: 40px
}

#social li,
#social li a {
    display: inline-block;
    height: 40px
}

#social li a {
    width: 100%;
    border-radius: 40px;
    border: 2px solid #fff;
    text-indent: -9999px;
    transition: .3s
}

#social li.facebook a {
    background: url(../images/facebook-icon.png) transparent 50% no-repeat
}

#social li.facebook a:hover {
    background: url(../images/facebook-icon.png) #3765a3 50% no-repeat
}

#social li.twitter a {
    background: url(../images/twitter-icon.png) transparent 50% no-repeat
}

#social li.twitter a:hover {
    background: url(../images/twitter-icon.png) #5ea9dd 50% no-repeat
}

#social li.linkedin a {
    background: url(../images/linkedin-icon.png) transparent 50% no-repeat
}

#social li.linkedin a:hover {
    background: url(../images/linkedin-icon.png) #0274b3 50% no-repeat
}

#social li.google a {
    background: url(../images/google-icon.png) transparent 50% no-repeat
}

#social li.google a:hover {
    background: url(../images/google-icon.png) #dc4a38 50% no-repeat
}

#social li.instagram a {
    background: url(../images/instagram-icon.png) transparent 50% no-repeat
}

#social li.instagram a:hover {
    background: url(../images/instagram-icon.png) #3d6c96 50% no-repeat
}

#footer .right ul {
    display: block;
    float: right;
    width: 50%;
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0
}

#footer .right ul li {
    padding-bottom: 15px
}

#footer .right ul li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase
}

#footer .copyright {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    opacity: .5;
    color: #fff;
    padding: 0;
    margin: 60px 0 0
}

#footer .copyright a {
    color: #fff;
    transition: .3s
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

#home-banner {
    float: left
}

#home-banner,
#home-banner .wrap {
    display: block;
    width: 100%;
    height: 600px
}

#home-banner .wrap {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 0 140px;
    background: transparent
}

#home-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-banner h1 {
    width: 50%;
    margin-bottom: 60px
}

#home-banner a {
    margin-right: 10px
}

#video {
    display: block;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: .5;
    background: #000;
    -o-object-fit: cover!important;
    object-fit: cover!important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#meet h2,
#meet ul li {
    opacity: 0;
    top: 50px;
    position: relative;
    transition: .8s
}

#meet ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

#meet ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 40px
}

#meet ul li .item {
    display: block;
    padding-left: 40px
}

#meet .left {
    padding-top: 225px
}

#capabilities .facetime,
#meet .facetime {
    display: block;
    position: relative;
    width: 100%;
    height: 715px;
    margin: 125px 0 0;
    opacity: 0;
    right: -140px;
    background: url(../images/facetime.png) 50% no-repeat;
    transition: .8s
}

.page-template-template-marketing #capabilities .facetime {
    display: block;
    position: relative;
    width: 100%;
    height: 715px;
    margin: 0;
    opacity: 0;
    right: -140px;
    background: none!important;
    transition: .8s
}

#solutions {
    padding-bottom: 60px
}

#solutions .wrap {
    padding: 0 40px
}

#solutions .swiper-container,
#solutions .swiper-slide {
    height: 600px;
    width: 100%!important
}

#solutions .swiper-slide .photo {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat
}

#solutions .swiper-slide .cover {
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5
}

#solutions .swiper-slide .cta {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    z-index: 999;
    padding-right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#solutions p {
    padding-bottom: 60px
}

#solutions .more {
    display: inline-block;
    width: auto;
    margin-right: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px
}

.solutions-pagination {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 130px
}

.solutions-pagination .underlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 1;
    opacity: .5
}

.solutions-pagination.employers .underlay,
.solutions-pagination.employers a {
    background: #488e2ec4;
}

.tab-hoverer {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #fff
}

.solutions-pagination a:hover .tab-hoverer {
    display: block
}

.solutions-pagination a:hover {
    font-size: 26px;
    transition: .4s
}

.solutions-pagination a:hover span {
    font-size: 15px;
    transition: .4s
}

.solutions-pagination.partners .underlay,
.solutions-pagination.partners a {
    background: #e66c5c
}

.solutions-pagination.individuals .underlay,
.solutions-pagination.individuals a {
    background: #2dbda0
}

.solutions-pagination a {
    display: block;
    position: relative;
    z-index: 99;
    width: 33.3333%;
    height: 130px;
    float: left;
    text-align: center;
    opacity: .5;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-left: 1px solid #fff;
    transition: .8s
}

.solutions-pagination a:first-child {
    border-left: 0
}

.solutions-pagination a span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
    padding: 35px 0 10px;
    transition: .8s
}

.employers-tab.active {
    background: #2aace3;
    opacity: 1
}

.partners-tab.active {
    background: #e66c5c;
    opacity: 1
}

.individuals-tab.active {
    background: #2dbda0;
    opacity: 1
}

#about-banner {
    float: left;
    background-size: cover!important;
    background: url(../images/about-banner.png) 50% no-repeat
}

#about-banner,
#about-banner .wrap {
    display: block;
    width: 100%;
    height: 600px
}

#about-banner .wrap {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 0 140px;
    background: transparent
}

#about-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#about-banner h1 {
    width: 50%;
    margin-bottom: 60px
}

#team {
    padding: 120px 0
}

#team .wrap {
    max-width: 1160px
}

#team .filters,
#team h2,
#team p {
    text-align: center
}

#team .filters {
    padding: 40px 0 100px
}

.team {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.team li {
    display: inline-block;
    width: 24%;
    height: auto;
    padding: 0 15px;
    min-height: 220px;
    margin: 0 0 40px;
    vertical-align: top
}

.team li .photo {
    display: block;
    width: 100%;
    height: 165px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover!important;
    transition: .8s
}

.team li .photo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team li .name {
    text-align: left!important;
    margin: 20px 0 0
}

.team li .name a {
    font-weight: 500;
    color: #488e2e;
    font-size: 16px;
    line-height: 26px
}

.team li .title {
    text-align: left!important;
    color: #383838;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.award-container {
    display: block;
    background-color: rgba(0, 120, 174, .85);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 140px;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    overflow: hidden
}

.award-container h2 {
    color: #fff;
    text-align: center
}

#awards {
    display: block;
    position: relative;
    padding: 0 0 140px;
    background: transparent
}

.award-wrapper {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.award-item {
    text-align: center;
    color: #fff;
    padding: 60px 0;
    margin-bottom: 60px;
    background: url(../images/award-icon.png) top no-repeat;
    border-bottom: 2px solid #2dbda0
}

.award-item h3 {
    margin: 0 0 20px
}

.award-item h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.award-item .copy {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.award-item .view {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 20px 0 0
}

#awards .pagination .pagi-item,
#awards .pagination .pagi-item a:hover {
    color: #fff!important
}

#awards .pagination .pagi-item-active .ico {
    background: #fff
}

#careers {
    padding: 140px 0;
    text-align: center
}

#careers .btn {
    margin: 40px 10px;
    float: none
}

#individual-banner {
    display: block;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 240px;
    background-size: cover!important;
    background: url(../images/individual-banner.png) 50% no-repeat
}

#individual-banner .wrap {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    padding: 0 140px;
    background: transparent
}

#individual-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#individual-banner h1 {
    width: 50%;
    margin-bottom: 60px
}

#careers-content,
#trusted {
    padding: 100px 0;
    background: #fff;
    text-align: center
}

.page-template-template-careers-v2 #trusted {
    padding: 2rem 0
}

.page-template-template-careers-v2 #trusted ul {
    margin: 2rem 0
}

#trusted h4 {
    color: #b3b2b1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px
}

#trusted ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 60px 0 0
}

#trusted ul li {
    display: inline-block;
    position: relative;
    width: 24%;
    opacity: 0;
    top: 50px;
    transition: .8s
}

#trusted ul li img {
    width: 100%;
    max-width: 170px
}

#ind-works {
    padding: 130px 0;
    background: #f6f6f4;
    text-align: center;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff
}

#ind-works h2 {
    font-weight: 500;
    color: #4a4a4a;
    font-size: 48px;
    line-height: 58px
}

#ind-works p {
    max-width: 750px;
    margin: 0 auto
}

#capabilities {
    padding: 0;
    background: #f6f6f6;
    border-right: 40px solid #fff;
    border-left: 40px solid #fff
}

#capabilities .wrap {
    overflow: hidden
}

#capabilities .left {
    opacity: 0;
    top: 50px;
    width: 40%;
    padding: 100px 0 0;
    transition: .8s
}

#capabilities .right {
    width: 60%
}

.page-template-template-marketing #capabilities {
    margin-bottom: 50px
}

.page-template-template-marketing #capabilities .left {
    opacity: 0;
    top: 50px;
    width: 60%;
    padding: 30px 0;
    transition: .8s
}

.page-template-template-marketing #capabilities .right {
    width: 40%
}

.page-template-template-marketing #capabilities h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.page-template-template-marketing #capabilities p {
    margin-bottom: 60px
}

#capabilities ul {
    list-style: none;
    padding: 0;
    margin-top: 20px
}

#capabilities ul li {
    display: block;
    position: relative;
    float: left;
    width: 80%;
    top: 50px;
    opacity: 0;
    margin-bottom: 20px;
    transition: .8s
}

#capabilities ul li .item {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px
}

#testimonials {
    padding: 0 0 100px;
    text-align: center
}

#testimonials h2 {
    margin: 0 0 10px
}

.page-template-template-individuals #testimonials {
    padding: 100px 0
}

.quote-card {
    background: #f7f7f7;
    padding: 40px 0
}

.featured-testimonials {
    opacity: 0;
    transition: .8s
}

.featured-testimonials,
.success-stories {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
    top: 50px
}

.featured-testimonials .item,
.success-stories .item {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #2dbda0
}

.success-stories .item {
    background: #0078ae
}

.featured-testimonials .item:nth-child(odd) .left,
.success-stories .item:nth-child(odd) .left {
    float: right
}

.featured-testimonials .item:nth-child(odd) .right,
.success-stories .item:nth-child(odd) .right {
    float: left
}

.featured-testimonials .item:nth-child(odd) .video,
.success-stories .item:nth-child(odd) .video {
    right: 0;
    left: inherit;
    min-height: 100%
}

.featured-testimonials .item:nth-child(2n) .video,
.success-stories .item:nth-child(2n) .video {
    left: 0;
    min-height: 100%
}

#testimonial-slider {
    position: relative;
    top: 50px;
    opacity: 0;
    height: auto;
    margin: 0;
    transition: .8s
}

#testimonial-slider,
#testimonial-slider .swiper-container {
    display: block;
    float: left;
    width: 100%
}

.page-template-template-individuals #testimonial-slider .swiper-slide .quote {
    background: #2dbda0
}

.page-template-template-partners #testimonial-slider .swiper-slide .quote {
    background: #e66c5c
}

.page-template-template-careers-v2 #testimonial-slider .swiper-slide .quote,
.page-template-template-employers #testimonial-slider .swiper-slide .quote {
    background: #2aace3
}

#testimonial-slider .video,
.featured-testimonials .video,
.success-stories .video {
    display: block;
    position: absolute;
    background-size: cover!important;
    background: url(../images/video-thumb.png) 50% no-repeat;
    height: 100%;
    left: 0;
    top: 0;
    min-height: 360px
}

#testimonial-slider .video .play,
.featured-testimonials .video .play,
.success-stories .video .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    border-radius: 125px;
    border: 4px solid #fff;
    background: url(../images/play-btn.png) 50% no-repeat;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

#testimonial-slider .quote,
.featured-testimonials .quote,
.success-stories .quote {
    padding: 60px;
    color: #fff;
    text-align: left;
    background-color: #488e2e;
}

.page-template-template-marketing .featured-testimonials .quote {
    padding: 30px!important
}

#testimonial-slider .quote .copy,
.featured-testimonials .quote .copy,
.success-stories .quote .copy {
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    margin: 0 0 10px
}

#testimonial-slider .quote .name,
.featured-testimonials .quote .name,
.success-stories .quote .name {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0
}

#testimonial-slider .quote .loss,
.featured-testimonials .quote .loss,
.success-stories .quote .loss {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0 0;
    text-align: center;
    color: #488e2e
}

.featured-testimonials .quote .loss,
.page-template-template-individuals #testimonial-slider .quote .loss {
    color: #2dbda0
}

.success-stories .quote .loss {
    color: #0078ae
}

.page-template-template-partners #testimonial-slider .quote .loss {
    color: #e66c5c
}

.page-template-template-careers-v2 #testimonial-slider .quote .loss,
.page-template-template-employers #testimonial-slider .quote .loss {
    color: #2aace3
}

#testimonial-slider .prev-button {
    left: -40px;
    background: url(../images/prev-arrow.png) 50% no-repeat
}

#testimonial-slider .next-button,
#testimonial-slider .prev-button {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#testimonial-slider .next-button {
    right: -40px;
    background: url(../images/next-arrow.png) 50% no-repeat
}

.quiz-text {
    color: #383838;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    width: 100%;
    max-width: 750px;
    margin: 100px 0 40px
}

#testimonials .contact-btn,
.quiz-btn,
.quiz-text {
    display: block;
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#testimonials .contact-btn,
.quiz-btn {
    clear: both;
    margin: 0 auto
}

#programs {
    padding: 100px 0;
    margin-bottom: 60px;
    background-size: cover!important;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    background: url(../images/programs-banner.png) 50% no-repeat
}

#programs .wrap {
    padding: 0 40px;
    text-align: center
}

#programs .wrapper {
    padding: 0 40px
}

.program-box {
    display: inline-block;
    position: relative;
    width: 32.3333%;
    min-height: 550px;
    padding: 35px;
    vertical-align: top;
    text-align: left;
    top: 50px;
    opacity: 0;
    margin: 0 10px;
    background-color: #488e2e;
    transition: .8s;
    margin-bottom: 20px
}
.so-btn-sty{
    display: inline-block;
box-shadow: none;
text-align: center;
height: 60px;
line-height: 60px;
margin: 0 auto;
padding: 0 50px;
text-transform: uppercase;
background: transparent;
color: #fff;
border-radius: 100px;
border: 2px solid #fff;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.75px;
transition: .3s;
}
.so-btn-sty:hover{
    color: #2aace3;
background: #fff;
}
.so-program-box{
    width: 100% !important;
}
.program-box .badge {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 80px;
    background: url(../images/star-badge.png) 50% no-repeat
}

.program-box .type {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase
}

.program-box .price {
    font-size: 36px;
    font-weight: 500;
    line-height: 28px;
    color: #fff
}
.program-box .sub-head {
    font-size: 29px;
    font-weight: 500;
    line-height: 28px;
    color: #fff
}

.program-box ul {
    list-style: none;
    padding: 0;
    margin: 40px 0
}

.program-box ul li {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.program-box ul li .check {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 2px solid #fff;
    background: url(../images/white-check.png) 50% no-repeat
}

.program-box ul li .item {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px
}

.program-btn {
    border: 2px solid #fff;
    width: 80%;
    position: absolute;
    bottom: 40px;
    left: 10%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 58px;
    background: #fff;
    color: #0078ae
}

.program-btn:hover {
    background: #488e2e;
    color: #fff
}
.program-btn2 {
    border: 2px solid #fff;
    width: 80%;
    bottom: 40px;
    left: 10%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 58px;
    background: #fff;
    color: #0078ae
}

.program-btn2:hover {
    background: #488e2e;
    color: #fff
}

#partner-banner {
    display: block;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 240px;
    background-size: cover!important;
    background: url(../images/partner-banner.png) 50% no-repeat
}

#partner-banner .wrap {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    padding: 0 140px;
    background: transparent
}

#partner-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#partner-banner h1 {
    width: 50%;
    margin-bottom: 60px
}

#youtube .wrap {
    padding: 0 140px;
    text-align: center
}

#youtube #container {
    text-align: center;
    background-color: #f6f6f6;
    padding: 30px 0
}

#youtube #container h2 {
    text-align: center;
    font-size: 30px!important;
    font-weight: 600;
    margin-bottom: 20px!important
}

#heading {
    background: url(../images/heading_strip.png) 0 0
}

#heading .wrap {
    padding: 0 40px;
    text-align: left
}

#heading h2 {
    color: #fff
}

#employer-banner {
    display: block;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 240px;
    background-size: cover!important;
    background: url(../images/about-banner.png) 50% no-repeat
}

#employer-banner .wrap {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    padding: 0 140px;
    background: transparent
}

#employer-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#employer-banner h1 {
    width: 50%;
    margin-bottom: 60px
}

#employer-slider,
#partner-slider {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 500vh
}

#solution-right .slide:before {
    left: 0
}

#solution-right .slide:after,
#solution-right .slide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff
}

#solution-right .slide:after {
    right: 0
}

#solution-left {
    display: block;
    position: relative;
    z-index: 9999;
    float: left;
    width: 40%;
    height: 100vh;
    min-height: 900px;
    left: 40px;
    background: hsla(0, 0%, 100%, .9)
}

#solution-left.fixed {
    position: fixed;
    top: 0
}

#solution-left.bottom {
    position: absolute;
    bottom: 0
}

#solution-left .top {
    display: block;
    float: left;
    width: 100%;
    padding: 180px 60px 40px
}

#solution-left .top h2 {
    font-size: 44px;
    line-height: 46px;
    font-weight: 400
}

#solution-left .top p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

#solution-left .slide {
    position: relative;
    float: left;
    width: 100%!important;
    height: 40px!important;
    overflow: visible;
    cursor: pointer;
    padding: 0 60px 40px;
    transition: .8s
}

#solution-left .slide a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#employer-slider #solution-left .slide:first-child,
#employer-slider #solution-left .slide:nth-child(2),
#employer-slider #solution-left .slide:nth-child(3),
#employer-slider #solution-left .slide:nth-child(4),
#employer-slider #solution-left .slide:nth-child(5) {
    background-color: #89cae5;
    border-top: 1px solid #2aace3
}

#employer-slider #solution-left .slide:nth-child(5) {
    border-bottom: 1px solid #2aace3
}

#employer-slider #solution-left .slide-active {
    height: auto!important;
    background-color: #2aace3!important
}

#partner-slider #solution-left .slide:first-child,
#partner-slider #solution-left .slide:nth-child(2),
#partner-slider #solution-left .slide:nth-child(3),
#partner-slider #solution-left .slide:nth-child(4),
#partner-slider #solution-left .slide:nth-child(5),
#partner-slider #solution-left .slide:nth-child(6) {
    background-color: #e8aba3;
    border-top: 1px solid #e66c5c
}

#partner-slider #solution-left .slide:nth-child(6) {
    border-bottom: 1px solid #e66c5c
}

#partner-slider #solution-left .slide-active {
    height: auto!important;
    background-color: #e66c5c!important
}

#solution-left .slide .title {
    width: 100%!important;
    height: 40px;
    overflow: hidden
}

#solution-left .slide .bullet {
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 99999;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#solution-left .slide .bullet span {
    display: block;
    position: relative;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    background: #fff;
    border-radius: 6px;
    padding: 0;
    text-indent: -9999px
}

#solution-left .slide .bullet a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#solution-left .slide-active .bullet {
    border: 3px solid #fff;
    border-radius: 16px
}

#solution-left .slide .title .check {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    border: none;
    margin: 8px 5px 0 0;
    border: 2px solid #fff;
    background-size: 50%;
    background: url(../images/white-check.png) 50% no-repeat
}

#solution-left .slide-active .title .check,
#solution-left .slide:hover .title .check {
    display: block
}

#solution-left .slide .title .item {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
    color: #fff;
    text-indent: 29px;
    text-transform: uppercase
}

#solution-left .slide-active .title .item,
#solution-left .slide:hover .title .item {
    text-indent: 0
}

#solution-left .slide .message {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-top: 10px
}

#solution-left .slide-active .message {
    display: block
}

.slides-wrapper {
    display: block;
    float: left
}

#solution-right {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    min-height: 900px
}

#solution-right .slide {
    position: relative;
    float: left
}

#solution-right .bgs,
#solution-right .slide {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#solution-right .bgs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0)
}

#employer-slider #slide1 .bgs.active,
#employer-slider #slide5 .bgs.active,
#employer-slider.fixed .bgs.active,
#partner-slider #slide1 .bgs.active,
#partner-slider #slide5 .bgs.active,
#partner-slider.fixed .bgs.active {
    z-index: 3
}

#employer-slider.fixed .bgs,
#partner-slider.fixed .bgs {
    position: fixed;
    display: none;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0)
}

#solution-right .bgs div {
    top: -200%;
    width: 100%;
    height: 500%;
    left: 0;
    right: auto
}

#solution-right .bgs div div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    background-position: right 50%;
    background-size: cover!important
}

#different {
    text-align: center;
    padding: 40px 0
}

#different .wrap {
    max-width: 1800px;
    padding: 0
}

#different ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: center
}

#different ul li {
    display: inline-block;
    position: relative;
    top: 50px;
    opacity: 0;
    width: 30.3333%;
    margin: 0 1% 60px;
    vertical-align: top;
    transition: .8s
}

#different ul li .icon {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 180px;
    margin-bottom: 40px
}

#different ul li .icon.supported {
    background: url(../images/supported-icon.png) #2dbda0 50% no-repeat
}

#different ul li .icon.plays {
    background: url(../images/plays-icon.png) #fad54c 50% no-repeat
}

#different ul li .icon.engagement {
    background: url(../images/engagement-icon.png) #fdbc56 50% no-repeat
}

#different ul li .icon.experience {
    background: url(../images/experience-icon.png) #ff7b00 50% no-repeat
}

#different ul li .icon.happiness {
    background: url(../images/happiness-icon.png) #e05429 50% no-repeat
}

#different ul li .title {
    color: #55504e;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: left
}

#different ul li .copy {
    color: #55504e;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left
}

.page-template-template-employers #engagement,
.page-template-template-partners #engagement {
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    background-size: cover!important;
    background: url(../images/engagement-banner.png) 50% no-repeat;
    color: #fff;
    height: auto;
    padding-bottom: 60px;
    text-align: center
}

#engagement .wrap {
    display: block;
    position: relative;
    z-index: 99
}

#engagement h2 {
    margin: 60px 0 20px
}

#engagement p {
    max-width: 750px;
    margin: 0 auto 60px
}

.page-template-template-employers #engagement .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 171, 227, .9)
}

.page-template-template-partners #engagement .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(7, 74%, 63%, .9)
}

.stat-box {
    display: inline-block;
    position: relative;
    width: 32.3333%;
    top: 50px;
    opacity: 0;
    vertical-align: top;
    transition: .8s
}

.stat-box .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.stat-box canvas {
    width: 200px!important;
    height: 200px!important
}

.stat-box .num {
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.stat-box .num span {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2.41px;
    line-height: 125px;
    color: #fff;
    padding-right: 5px
}

.stat-box .num i {
    display: block;
    float: right;
    margin-top: 40px;
    font-size: 14px
}

.stat-box .copy,
.stat-box .num i {
    font-weight: 700;
    line-height: 24px;
    color: #fff
}

.stat-box .copy {
    font-size: 16px;
    padding: 20px 60px
}

.deeper-data {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    z-index: 9999
}

.deeper-data .quiz-text {
    display: block;
    width: 100%;
    float: left;
    padding: 0 20px;
    max-width: 100%!important;
    color: #fff;
    margin: 0 auto 20px!important
}

.deeper-data .contact-btn,
.deeper-data .contact-btn-actionless {
    margin: 0 10px!important;
    display: inline-block!important;
    clear: none!important;
    float: none!important;
    left: inherit!important;
    -webkit-transform: translateX(0)!important;
    transform: translateX(0)!important
}

.deeper-data .contact-btn-actionless:hover,
.deeper-data .contact-btn:hover {
    border: 2px solid #fff
}

#demo {
    padding: 140px 0;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    background-size: cover!important;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    height: 600px;
    margin-bottom: 60px
}

#demo .title {
    color: #55504e;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px
}

.page-template-template-marketing #demo .wrap {
    padding-left: 50%;
    padding-right: 10%
}

.scrolling-hide {
    display: none
}

#ind-slider {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

#ind-slider:before {
    left: 0
}

#ind-slider:after,
#ind-slider:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff
}

#ind-slider:after {
    right: 0
}

#ind-slider .slide {
    position: relative;
    float: left;
    height: 100vh
}

#ind-slider .bgs,
#ind-slider .slide {
    display: block;
    width: 100%;
    overflow: hidden
}

#ind-slider .bgs {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0)
}

#ind-slider.fixed .bgs.active,
#slide1 .bgs.active,
#slide8 .bgs.active {
    z-index: 3
}

#ind-slider.fixed .bgs {
    position: fixed;
    display: none;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0)
}

#ind-slider .bgs div {
    top: -200%;
    width: 100%;
    height: 500%;
    left: 0;
    right: auto
}

#ind-slider .bgs div div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    background-size: cover!important
}

#ind-slider .slide .message {
    display: block;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 280px;
    width: 350px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ind-slider .slide .message .title {
    font-weight: 500;
    color: #2aace3;
    font-size: 24px;
    line-height: 34px
}

#ind-slider .slide .message .copy {
    font-weight: 500;
    color: #55504e;
    font-size: 14px;
    line-height: 24px
}

#ind-slider .slide:nth-child(5) .message .copy {
    color: #fff
}

.ind-pagination {
    display: block;
    position: absolute;
    left: 160px;
    top: 550px;
    width: 64px;
    height: auto;
    z-index: 9999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ind-pagination.fixed {
    position: fixed
}

.ind-pagination.bottom {
    top: inherit;
    bottom: 130px
}

.ind-pagination .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    margin: 0 auto 20px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ind-pagination a {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#ind-slider #slide1 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:first-child {
    background: url(../images/coach.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide2 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(2) {
    background: url(../images/mobile.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide3 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(3) {
    background: url(../images/dashboard.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide4 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(4) {
    background: url(../images/heart.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide5 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(5) {
    background: url(../images/24.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide6 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(6) {
    background: url(../images/classes.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide7 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(7) {
    background: url(../images/smile.svg) 50% no-repeat;
    background-size: 100%
}

#ind-slider #slide8 .mobile-icon,
.ind-pagination .swiper-pagination-bullet:nth-child(8) {
    background: url(../images/no-fail.svg) 50% no-repeat;
    background-size: 100%
}

.ind-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.7);
    transform: scale(1.7)
}

.ind-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active a:hover+span {
    display: none
}

.ind-pagination .swiper-pagination-bullet span {
    display: none;
    position: absolute;
    left: -100px;
    top: 50%;
    width: 95px;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    opacity: 1;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ind-pagination .swiper-pagination-bullet a:hover+span {
    display: block
}

.page-template-template-individuals #signup {
    background: #2dbda0;
    padding: 28px 0
}

.page-template-template-partners #signup {
    background: #e66c5c;
    padding: 28px 0
}

.page-template-template-employers #signup {
    background: #2aace3;
    padding: 28px 0
}

#signup {
    display: block;
    float: left;
    width: 100%;
    text-align: center
}

#signup .wrap {
    padding: 0 140px
}

#signup p {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    padding-right: 10px
}

#signup form {
    display: inline-block;
    margin: 0
}

#signup form input[type=text] {
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    padding: 5px;
    width: auto;
    margin-right: 20px;
    border-radius: 0!important
}

#signup form input[type=text]:focus {
    box-shadow: none;
    outline: none
}

#signup form input[type=submit] {
    display: inline-block;
    box-shadow: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    transition: .3s
}

.page-template-template-employers #signup form input[type=submit]:hover {
    color: #2aace3;
    background: #fff
}

.page-template-template-partners #signup form input[type=submit]:hover {
    color: #e66c5c;
    background: #fff
}

.page-template-template-individuals #signup form input[type=submit]:hover {
    color: #2dbda0;
    background: #fff
}

#signup input::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

#blog-filter {
    display: block;
    float: left;
    width: 100%
}

#blog-filter .top {
    display: block;
    float: left;
    width: 100%;
    padding: 0 140px 40px
}

#blog-filter .top,
#blog-filter .top p {
    color: #474747
}

#blog-filter .top,
#blog-filter .top a,
#blog-filter .top p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase
}

#blog-filter .top a {
    color: #2aace3
}

#blog-filter .top .delimeter {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: url(../images/delimeter.png) 50% no-repeat
}

#blog-filter .bottom {
    display: block;
    float: left;
    width: 100%;
    height: 100px;
    padding: 0 140px;
    background-image: linear-gradient(151deg, #2aace3, #54d6f3)
}

#blog-filter .wrap .bottom p {
    float: left;
    width: auto;
    display: inline-block;
    margin: 35px 50px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

#blog-filter .wrap .bottom p a {
    color: #fff
}

#blog-filter .bottom form {
    display: inline-block;
    float: left;
    width: auto;
    margin: 20px 0 0
}

#blog-filter .bottom form label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 5px
}

#blog-filter .bottom .search-form label {
    position: relative;
    line-height: 60px;
    padding-right: 20px
}

#blog-filter .bottom .search-form label span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase
}

#blog-filter .bottom form .search-wrapper {
    display: inline-block;
    width: 220px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    margin-right: 40px
}

#blog-filter .bottom form input[type=search],
#blog-filter .bottom form input[type=text],
#error-404 input[type=search] {
    border-radius: 3px;
    padding: 20px;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    box-shadow: none;
    border: none;
    width: 220px;
    vertical-align: top;
    height: 60px
}

#error-404 input[type=search] {
    border: 1px solid #cecece;
    width: 100%
}

#blog-filter input::-webkit-input-placeholder {
    color: #404040;
    font-size: 18px
}

#blog-filter input:-moz-placeholder,
#blog-filter input::-moz-placeholder {
    color: #404040;
    font-size: 18px
}

#blog-filter input:-ms-input-placeholder {
    color: #404040;
    font-size: 18px
}

#error-404 input::-webkit-input-placeholder {
    color: #404040;
    font-size: 18px
}

#error-404 input:-moz-placeholder,
#error-404 input::-moz-placeholder {
    color: #404040;
    font-size: 18px
}

#error-404 input:-ms-input-placeholder {
    color: #404040;
    font-size: 18px
}

#blog-filter .bottom form input[type=submit],
#error-404 input[type=submit] {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 9;
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
    background: url(../images/search-btn.png) 50% no-repeat
}

#blog-filter .bottom form .select-wrapper {
    display: inline-block;
    width: 220px;
    position: relative;
    background: #fff;
    border-radius: 3px
}

#blog-filter .bottom form .select-wrapper .ico {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 9;
    width: 20px;
    height: 20px;
    background: url(../images/select-arrow.png) 50% no-repeat
}

#blog-filter .bottom form select {
    position: relative;
    z-index: 99;
    border-radius: 3px;
    padding: 20px;
    box-shadow: none;
    border: none;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    width: 220px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

#blog-filter select::-ms-expand {
    display: none
}

#blog-filter .bottom .share {
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    width: auto;
    margin: 30px 0 0
}

#blog-filter .bottom .share li {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 40px
}

#blog-filter .bottom .share li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #fff;
    text-indent: -9999px;
    transition: .3s
}

#blog-filter .bottom .share li.facebook a {
    background: url(../images/facebook-icon.png) transparent 50% no-repeat
}

#blog-filter .bottom .share li.facebook a:hover {
    background: url(../images/facebook-icon.png) #3765a3 50% no-repeat
}

#blog-filter .bottom .share li.twitter a {
    background: url(../images/twitter-icon.png) transparent 50% no-repeat
}

#blog-filter .bottom .share li.twitter a:hover {
    background: url(../images/twitter-icon.png) #5ea9dd 50% no-repeat
}

#blog-filter .bottom .share li.linkedin a {
    background: url(../images/linkedin-icon.png) transparent 50% no-repeat
}

#blog-filter .bottom .share li.linkedin a:hover {
    background: url(../images/linkedin-icon.png) #0274b3 50% no-repeat
}

#blog-filter .bottom .share li.google a {
    background: url(../images/google-icon.png) transparent 50% no-repeat
}

#blog-filter .bottom .share li.google a:hover {
    background: url(../images/google-icon.png) #dc4a38 50% no-repeat
}

#blog-filter .bottom .share li.instagram a {
    background: url(../images/instagram-icon.png) transparent 50% no-repeat
}

#blog-filter .bottom .share li.instagram a:hover {
    background: url(../images/instagram-icon.png) #3d6c96 50% no-repeat
}

#blog-roll {
    padding: 0 0 100px
}

#blog-roll .wrap {
    display: block;
    margin: 0 auto;
    width: 100%
}

#blog-roll .main {
    display: block;
    float: left;
    width: 70%;
    margin-right: 5%;
    padding: 0
}

.page-header {
    display: block;
    margin: 0 auto;
    padding: 0 140px;
    border: none
}

.page-header h1 {
    display: block;
    float: left;
    width: 100%
}

.default-wrap {
    display: block;
    margin: 0 auto;
    padding: 40px 140px;
    clear: both
}

#search-results article,
.post {
    display: block;
    float: left;
    padding: 40px;
    margin: 40px 0 0;
    border-top: 3px solid hsla(0, 0%, 84%, .5);
    transition: .3s;
    width: 100%
}

#search-results article:hover,
.post:hover {
    background: #2aace3
}

.post .post-thumb {
    display: block;
    float: left;
    width: 25%;
    height: 165px;
    background-size: 100%!important
}

.post .post-excerpt {
    display: block;
    float: left;
    width: 75%;
    padding-left: 40px
}

#search-results article h2,
.post .post-excerpt h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

#search-results article h2 a,
.post .post-excerpt h2 a {
    color: #488e2e;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    transition: .3s
}

#search-results article:hover h2 a,
.post:hover .post-excerpt h2 a {
    color: #fff
}

#search-results article p.byline,
#search-results article time {
    display: none
}

.post .post-meta {
    display: inline
}

.post .post-avatar {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-size: cover!important
}

.post .post-author,
.post .post-cats {
    display: inline-block;
    width: auto;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-top: 20px;
    padding-left: 15px;
    transition: .3s
}

.post:hover .post-author,
.post:hover .post-cats {
    color: #fff
}

.post .post-author span,
.post .post-cats span {
    font-weight: 700
}

.post .post-cats a {
    color: #ff7b00;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    transition: .3s
}

.post:hover .post-cats a {
    color: #fff
}

#blog-roll .single-post {
    padding-top: 40px!important
}

.single-post .post-meta {
    display: block;
    float: left;
    margin-top: 20px
}

.single-post .post-avatar {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-size: 100%!important
}

.single-post .post-author,
.single-post .post-cats {
    display: inline-block;
    width: auto;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 15px
}

.single-post .post-author span,
.single-post .post-cats span {
    font-weight: 700
}

.single-post .share {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px
}

.single-post .share p {
    display: inline-block;
    padding-right: 10px;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    vertical-align: top
}

.single-post .share .addthis_sharing_toolbox {
    display: inline-block
}

.single-post .post-cats a {
    color: #ff7b00;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase
}

.posts-navigation {
    display: block;
    margin: 20px 0;
    float: left;
    width: 100%
}

.posts-navigation .nav-links a {
    display: block;
    margin: 80px 0 0;
    color: #488e2e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

.posts-navigation .nav-links .nav-previous a {
    padding-left: 20px;
    background: url(/wp-content/themes/retrofit/dist/images/back-arrow.png) 0 no-repeat;
    float: left
}

.posts-navigation .nav-links .nav-next a {
    padding-right: 20px;
    background: url(/wp-content/themes/retrofit/dist/images/forward-arrow.png) 100% no-repeat;
    float: right
}

#blog-roll .sidebar {
    display: block;
    float: right;
    width: 25%;
    padding-top: 40px
}

#blog-roll .sidebar h5 {
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

#blog-roll .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

#blog-roll .sidebar ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

#blog-roll .sidebar ul li a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100px;
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase
}

#blog-roll .sidebar ul li.business-solutions a {
    border: 2px solid #fad54c;
    color: #fad54c;
    transition: .3s
}

#blog-roll .sidebar ul li.business-solutions a:hover {
    color: #fff;
    background: #fad54c
}

#blog-roll .sidebar ul li.nutrition a {
    border: 2px solid #fdbc56!important;
    color: #fdbc56!important;
    transition: .3s
}

#blog-roll .sidebar ul li.nutrition a:hover {
    color: #fff!important;
    background: #fdbc56!important
}

#blog-roll .sidebar ul li.mindset a {
    border: 2px solid #ff7b00!important;
    color: #ff7b00!important;
    transition: .3s
}

#blog-roll .sidebar ul li.mindset a:hover {
    color: #fff!important;
    background: #ff7b00!important
}

#blog-roll .sidebar ul li.exercise a {
    border: 2px solid #e05429!important;
    color: #e05429!important;
    transition: .3s
}

#blog-roll .sidebar ul li.exercise a:hover {
    color: #fff!important;
    background: #e05429!important
}

#blog-roll .sidebar ul li.business-solutions.active a {
    background: #fad54c;
    color: #fff
}

#blog-roll .sidebar ul li.nutrition.active a {
    background: #fdbc56!important;
    color: #fff!important
}

#blog-roll .sidebar ul li.mindset.active a {
    background: #ff7b00!important;
    color: #fff!important
}

#blog-roll .sidebar ul li.exercise.active a {
    background: #e05429!important;
    color: #fff!important
}

.pagination {
    display: block;
    float: left;
    width: 100%;
    text-align: center
}

.pagination .pagi-item {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px
}

.pagination .pagi-item .ico {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 5px;
    height: 5px;
    background: #2aace3;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pagination .pagi-item-active .ico {
    display: block
}

.pagination .pagi-item a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #2aace3;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    transition: .3s
}

.pagination .pagi-item-active,
.pagination .pagi-item a:hover {
    color: #404040
}

#blog-roll .post-content {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0
}

#blog-roll .post-content h2 {
    color: #404040;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin: 40px 0 20px
}

#blog-roll .post-content iframe {
    width: 100%;
    height: 470px
}

#blog-roll .post-content li,
#blog-roll .post-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

#blog-roll .post-content p a {
    color: #488e2e;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

#blog-roll .author-card {
    padding: 40px;
    background: #f6f6f6
}

#blog-roll .author-card,
#blog-roll .author-card .bottom,
#blog-roll .author-card .top {
    display: block;
    float: left;
    width: 100%
}

#blog-roll .author-card .bottom {
    padding: 40px 0
}

#blog-roll .author-card .post-avatar {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background-size: 100%!important
}

#blog-roll .author-card .post-meta {
    display: block;
    float: left;
    margin-top: 40px;
    padding-left: 40px
}

#blog-roll .author-card .post-meta .name {
    color: #404040;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

#blog-roll .author-card .post-meta .title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px
}

#blog-roll .author-card .bottom .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #404040;
    margin: 0 0 20px
}

#blog-roll .author-card .bottom .copy {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

#blog-roll .back {
    display: block;
    float: left;
    margin: 80px 0 0;
    color: #488e2e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    padding-left: 20px;
    text-transform: uppercase;
    background: url(../images/back-arrow.png) 0 no-repeat
}

#news-banner {
    float: left;
    margin-bottom: 40px;
    background-image: linear-gradient(167deg, #2dbda0, #54d6f3)
}

#news-banner,
#news-banner .wrap {
    display: block;
    width: 100%;
    height: 200px
}

#news-banner .wrap {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 0 140px;
    background: transparent
}

#news-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#news-banner .type {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#news-banner h1 {
    width: 100%;
    color: #fff;
    margin-top: 10px;
    font-size: 48px;
    line-height: 48px
}

#news-roll .post-news {
    display: block;
    position: relative;
    text-align: center;
    left: 50%;
    float: left;
    width: 100%;
    max-width: 850px;
    padding: 0 0 80px;
    margin: 0 0 40px;
    border-bottom: 3px solid hsla(0, 0%, 84%, .5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#news-roll .post-news .post-thumb {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 250px;
    background-size: 80%!important
}

#news-roll .post-news .post-excerpt {
    display: block;
    float: left;
    width: 100%
}

#news-roll .post-news .post-excerpt h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 20px
}

#news-roll .post-news .post-excerpt h2 a,
#news-roll .post-news .post-excerpt h2 a:hover {
    color: #488e2e;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px
}

#news-roll .post-news .post-excerpt .date {
    color: #b3b2b1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase
}

#news-roll .post-news .post-excerpt .date span {
    display: inline;
    padding-left: 30px;
    background: url(../images/date-icon.png) 0 no-repeat
}

#news-roll .post-news .post-excerpt .excerpt {
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 40px 0
}

#news-roll .post-news .post-excerpt .more {
    color: #2aace3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 24px;
    text-transform: uppercase
}

#news-roll .post-news .post-excerpt .excerpt p a {
    color: #2aace3
}

#contact {
    padding-bottom: 40px
}

#contact-banner {
    display: block;
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    background-image: linear-gradient(151deg, #2aace3, #54d6f3)
}

#contact-banner .wrap {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding: 0 140px;
    background: transparent
}

#contact-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#contact-banner .type {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#contact-banner h1 {
    width: 100%;
    color: #fff;
    margin-top: 10px;
    font-size: 48px;
    line-height: 48px
}

#contact .main {
    display: block;
    float: left;
    width: 70%;
    margin-right: 5%;
    padding: 0
}

.contact-card {
    display: block;
    padding: 60px;
    background: #f6f6f4;
    overflow: hidden
}

#contact-demo .contact-card {
    padding: 0 60px;
    background-color: #f6f6f4;
    color: #fff
}

.contact-card .bottom,
.contact-card .top {
    display: block;
    float: left;
    width: 100%
}

.contact-card .bottom {
    padding: 40px 0
}

.contact-card .post-avatar {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 40px;
    background-size: cover!important
}

.contact-card .post-meta .name {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500
}

.contact-card .post-meta .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.contact-card #field_4_1,
.contact-card #field_4_2,
.contact-card #field_4_7,
.contact-card #field_4_8 {
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 30px;
    padding-right: 20px
}

.gform_wrapper ul li.gfield {
    clear: none!important
}

.contact-card label {
    display: block;
    float: left;
    width: 100%;
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

.contact-card li input[type=text] {
    display: block;
    float: left;
    width: 100%!important;
    padding: 0 20px;
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    height: 60px;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px
}

.contact-card #field_4_5 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 20px;
    border-top: 2px solid #d8d8d8
}

.contact-card #field_4_5 textarea {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    height: 160px;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.contact-card .gfield_checkbox {
    display: inline-block;
    float: left;
    margin-top: 40px
}

.contact-card .gfield_checkbox input[type=checkbox] {
    display: none
}

.contact-card .gfield_checkbox label {
    position: relative;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    padding-left: 40px!important;
    padding-top: 15px!important
}

.contact-card .gfield_checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 2px solid #d8d8d8;
    background: #fff
}

.contact-card .gfield_checkbox input[type=checkbox]:checked+label:before {
    background: url(../images/form-check.png) #fff 50% no-repeat
}

.contact-card input[type=submit] {
    display: inline-block;
    float: right;
    width: 200px;
    height: 60px;
    padding: 0 30px;
    margin-top: 40px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    border: 2px solid #488e2e;
    box-shadow: none;
    background-color: #488e2e;
    transition: .3s
}

.contact-card input[type=submit]:hover {
    background: #fff;
    color: #488e2e;
    border: 2px solid rgba(0, 120, 174, .95)
}

body.page-template-template-partners .contact-card input[type=submit]:hover {
    background: #fff;
    color: hsla(7, 73%, 63%, .95);
    border: #fff
}

#contact .sidebar {
    display: block;
    float: left;
    width: 25%
}

#contact .sidebar .cta-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px solid #f6f6f6
}

#contact .sidebar .cta-item:last-child {
    border-bottom: none
}

#contact .sidebar h5 {
    color: #b3b2b1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

#contact .sidebar .number {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px
}

#contact .sidebar .number a {
    color: #000
}

#careers-banner {
    display: block;
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    background-image: linear-gradient(170deg, #e66c5c, #ff7b00)
}

#careers-banner .wrap {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding: 0 140px;
    background: transparent
}

#careers-banner .wrap .message {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#careers-banner .type {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#careers-banner h1 {
    width: 100%;
    color: #fff;
    margin-top: 20px;
    font-size: 48px;
    line-height: 48px
}

#careers-roll,
#sitemap {
    padding: 0 0 40px
}

#careers-roll {
    text-align: center;
    width: 100%
}

#careers-roll .main {
    width: 100%
}

#sitemap .main {
    display: block;
    float: left;
    width: 70%;
    margin-right: 5%;
    padding: 0
}

#careers-roll .main .careers-card,
#error-404 .sitemap-card,
#sitemap .main .sitemap-card {
    display: block;
    padding: 60px;
    background: #f6f6f4;
    overflow: hidden
}

#careers-roll .main .careers-card {
    margin-top: 3rem
}

#careers-roll .main .careers-card h2 {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px
}

#careers-roll .post-careers {
    display: block;
    width: 100%;
    float: left;
    padding: 60px 0 0;
    margin: 60px 0 0;
    border-top: 2px solid #d8d8d8
}

#careers-roll .post-careers .type {
    color: #b3b2b1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#careers-roll .post-careers h2 {
    margin: 0
}

#careers-roll .post-careers h2 a {
    color: #488e2e;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

#careers-roll .post-careers .location {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px
}

#careers-roll .post-careers .excerpt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

#careers-roll .sidebar,
#sitemap .sidebar {
    display: block;
    float: left;
    width: 25%
}

#careers-roll .sidebar .link-item,
#sitemap .sidebar .link-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px solid #f6f6f6
}

#careers-roll .sidebar .link-item a,
#careers-roll .sidebar .link-item a:hover,
#sitemap .sidebar .link-item a,
#sitemap .sidebar .link-item a:hover {
    color: #0078ae
}

#careers-roll .sidebar .link-item:last-child,
#sitemap .sidebar .link-item:last-child {
    border-bottom: none
}

#careers-roll .sidebar h5,
#sitemap .sidebar h5 {
    color: #b3b2b1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

#error-404 .sitemap-card ul,
#sitemap .main .sitemap-card ul {
    list-style: none;
    padding: 20px 0 40px
}

#error-404 .sitemap-card ul li a,
#sitemap .main .sitemap-card ul li a {
    color: #488e2e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px
}

#error-404 .sitemap-card ul.sub-menu,
#sitemap .main .sitemap-card ul.sub-menu {
    padding: 0 0 20px 20px
}

.resource-box {
    display: block;
    position: relative;
    float: left;
    width: 33.3333%;
    height: 320px;
    overflow: hidden;
    transition: .3s
}

.resource-box a.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.resource-box a.title:hover+.bg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.resource-box .title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 36px;
    font-weight: 400;
    line-height: 320px;
    color: #fff;
    text-align: center
}

.page-section.fixedheader .resource-box .title {
    line-height: 240px
}

.resource-box .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-size: cover!important;
    transition: .3s
}

.resource-box.resource-blog .bg {
    background: url(../images/resource-blog.png) 50% no-repeat
}

.resource-box.resource-blog a.overlay {
    background-color: rgba(250, 213, 75, .9)
}

.resource-box.resource-case-studies .bg {
    background: url(../images/resource-case-studies.png) 50% no-repeat
}

.resource-box.resource-case-studies a.overlay {
    background-color: rgba(255, 123, 0, .9)
}

.resource-box.resource-white-papers .bg {
    background: url(../images/resource-white-papers.png) 50% no-repeat
}

.resource-box.resource-white-papers a.overlay {
    background-color: rgba(224, 84, 41, .9)
}

.resource-box.resource-webinars .bg {
    background: url(../images/resource-webinars.png) 50% no-repeat
}

.resource-box.resource-webinars a.overlay {
    background-color: rgba(0, 120, 174, .9)
}

.resource-box.resource-success-stories .bg {
    background: url(../images/resource-success-stories.png) 50% no-repeat
}

.resource-box.resource-success-stories a.overlay {
    background-color: rgba(42, 171, 227, .9)
}

.resource-box.resource-news .bg {
    background: url(../images/resource-news.png) 50% no-repeat
}

.resource-box.resource-news a.overlay {
    background-color: rgba(45, 189, 160, .9)
}

#resources .deeper-data {
    text-align: center;
    padding: 140px 0
}

#resources .deeper-data p {
    color: #383838;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px
}

#resources .deeper-data .contact-btn,
.quiz-btn {
    border: 2px solid #2aace3;
    color: #2aace3
}

#resources .deeper-data .contact-btn:hover,
.quiz-btn:hover {
    color: #fff;
    background: #2aace3
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    overflow: inherit!important
}

div#gform_wrapper_5,
div#gform_wrapper_7,
div#gform_wrapper_8,
ul#gform_fields_5,
ul#gform_fields_7,
ul#gform_fields_8 {
    display: inline-block
}

.post .post-avatar img {
    opacity: 0
}

#contact-demo .gform_wrapper h3.gform_title {
    font-weight: 400;
    font-size: 20px;
    color: #474747
}

#contact-demo .gform_wrapper .top_label .gfield_label {
    display: block;
    float: left;
    width: 100%;
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    line-height: 28px;
    text-transform: uppercase
}

#contact-demo ul li.gfield input,
#contact-demo ul li.gfield select {
    display: block;
    float: left;
    width: 100%!important;
    padding: 0 20px;
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    height: 60px;
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    background: #fff!important
}

#contact-demo ul li.gfield select {
    padding: 0!important;
    text-indent: 18px!important;
    margin-left: 0!important
}

#contact-demo ul li.gfield select option {
    background: #f6f6f4!important;
    background-color: #f6f6f4!important;
    border: none;
    border-bottom: 1px solid #fff!important;
    width: 100%;
    color: #404040;
    padding: 15px!important
}

#contact-demo ul li.gfield input:focus,
#contact-demo ul li.gfield select:focus {
    outline: none
}

#contact-demo ul li.gfield input::-webkit-input-placeholder {
    color: #404040;
    text-transform: lowercase;
    font-size: 18px
}

#contact-demo ul li.gfield input:-moz-placeholder,
#contact-demo ul li.gfield input::-moz-placeholder {
    color: #404040;
    text-transform: lowercase;
    font-size: 18px
}

#contact-demo ul li.gfield input:-ms-input-placeholder {
    color: #404040;
    text-transform: lowercase;
    font-size: 18px
}

#contact-demo .gform_footer {
    text-align: center
}

#contact-demo input.button {
    display: inline-block;
    float: none;
    width: auto;
    height: 60px;
    padding: 0 30px;
    margin: 40px auto;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    border: 2px solid #488e2e;
    box-shadow: none;
    background-color: #488e2e;
    transition: .3s
}

#contact-demo input.button:hover {
    background: #fff;
    color: #488e2e;
    border: 2px solid rgba(0, 120, 174, .95)
}

.newsletter-signup-wrapper .gform_wrapper .gform_body,
.newsletter-signup-wrapper .gform_wrapper .gform_footer,
.newsletter-signup-wrapper form ul li {
    display: inline-block
}

#contact-video {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none
}

#contact-video .wrap {
    position: relative;
    padding-top: 135px
}

#contact-video .wrap .contact-card {
    background-color: transparent;
    text-align: center;
    padding: 0
}

.award-item.no-show-award {
    display: none
}

#solutions .more.employers-more {
    color: #488e2e;
    border-color: #488e2e;
}

#solutions .more.partners-more {
    color: #e66c5c;
    border-color: #e66c5c
}

.contact-video-inner {
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative
}

.contact-video-inner iframe {
    width: 100%
}

#blog-filter .wrap .bottom p span span a {
    display: none
}

#blog-filter .wrap .bottom p span span span a {
    display: inline-block
}

#blog-filter .wrap .bottom p span span i {
    display: none;
    font-style: normal
}

#blog-filter .wrap .bottom p span span span i {
    display: inline-block
}

.slide-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.gform_wrapper .gform_footer {
    margin: 0!important
}

#lightbox {
    display: none;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

#lightbox .content-holder {
    max-width: 80%;
    max-height: 80%;
    margin-top: 2%;
    margin-left: 10%;
    background: #fff;
    margin-top: 10vh;
    padding: 30px;
    position: relative;
    max-height: 80vh;
    overflow: auto
}

a.close.lightbox-close {
    background: url(../images/close.png) 50% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0
}

.content-holder-inner {
    background-color: #488e2e;
    color: #fff;
    padding: 20px
}

.content-holder-inner h2 {
    margin-bottom: 0
}

.content-holder-inner img.photo {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.content-holder-inner a {
    font-weight: 500;
    color: #488e2e;
    font-size: 26px;
    line-height: 26px
}

.content-holder-inner a.photo {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    font-size: 20px
}

.background-image-overlay,
.content-holder-inner a.photo {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.background-image-overlay {
    display: block;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1
}

div.gform_confirmation_wrapper {
    color: #fff
}

.breadcrumbs {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0 140px;
    margin: 0
}

.breadcrumbs p {
    font-size: 24px
}

.breadcrumbs a {
    color: rgba(0, 120, 174, .95)
}

.resumator-job-title {
    border-top: none;
    padding-top: 5px;
    margin: 15px 0 0;
    padding: 5px 0 0;
    font-family: Raleway, sans-serif;
    color: #488e2e;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.resumator-job-heading {
    font-weight: 700;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px
}

a.resumator-job-link {
    font-size: 18px!important;
    color: #27ae60;
    font-family: Raleway, sans-serif
}

.resumator-job.resumator-jobs-text {
    display: block;
    width: 100%;
    float: left;
    padding: 60px 0 0;
    margin: 60px 0 0;
    border-top: 2px solid #d8d8d8;
    font-size: 18px!important;
    color: #000;
    font-family: Raleway, sans-serif
}

.resumator-job.resumator-jobs-text:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.resumator-job-description-text,
.resumator-job-description li,
.resumator-job-description p,
.resumator-job-info,
.resumator-job-info-details {
    font-size: 18px!important;
    color: #000;
    font-family: Raleway, sans-serif
}

div#resumator-logo {
    display: none!important
}

.resumator-apply-button,
input.resumator-button {
    position: relative;
    display: inline-block;
    width: auto;
    height: 60px;
    padding: 0 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.75px;
    padding: 0 50px;
    background: #fff;
    z-index: 9999;
    color: #488e2e;
    border: 2px solid #488e2e;
    transition: .3s
}

.resumator-apply-button:hover,
input.resumator-button:hover {
    color: #fff;
    background-color: rgba(0, 120, 174, .95)
}

.gform_wrapper,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield_html {
    max-width: 100%!important
}

.resumator-buttons ul li:nth-child(3),
.resumator-buttons ul li:nth-child(4),
.resumator-buttons ul li:nth-child(5) {
    display: none!important
}

.gform_wrapper div.validation_error {
    width: auto!important;
    background: #f9dede!important;
    border: none!important;
    color: #bf3333!important;
    text-align: center!important;
    padding: 10px!important;
    border-radius: 5px
}

.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
    border: 2px solid #d8d8d8!important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent!important;
    border: none!important;
    color: #bf3333!important
}

#signup .gform_wrapper .top_label .gfield_error {
    width: auto!important
}

#signup .validation_message,
.gform_wrapper .gfield_required {
    display: none!important
}

#signup .gfield_error input[type=text] {
    color: #bf3333!important;
    border-bottom: 2px solid #bf3333!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important
}

#signup .gform_wrapper li.gfield.gfield_error {
    background: none!important;
    border: none!important
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #bf3333!important
}

.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
    border-bottom: 2px solid #bf3333!important
}

#contact-demo .gfield_error {
    width: 100%!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0 3px!important
}

.page-template-default .default-wrap {
    min-height: 600px
}

#error-404 form {
    display: block;
    position: relative;
    margin: 40px 0;
    float: left;
    width: 100%
}

#error-404 form label {
    width: 100%
}

#error-404 .alert-warning {
    margin-top: 40px
}

iframe[name=google_conversion_frame] {
    height: 0!important;
    width: 0!important;
    visibility: hidden;
    border: none;
    position: absolute!important
}

@media only screen and (max-width:1440px) and (min-width:1px) {
    #error-404 .wrap,
    #footer .wrap,
    #header .brand,
    #search-results .wrap,
    .breadcrumbs,
    .page-header {
        padding: 0 40px
    }
    #solution-left {
        width: 60%
    }
    #programs .wrapper {
        padding: 0
    }
    .resource-box {
        height: 340px
    }
    .resource-box .title {
        line-height: 340px
    }
}

@media only screen and (max-width:1280px) and (min-width:1px) {
    .anchors li {
        margin: 0 20px
    }
    .anchors {
        display: inline-block;
        position: relative;
        width: auto
    }
    .program-box {
        min-height: 550px;
        width: 47%;
        margin: 0 1%
    }
    #blog-filter .bottom,
    #blog-roll .wrap,
    #careers-banner .wrap,
    #careers-roll .wrap,
    #contact-banner .wrap,
    #news-banner .wrap {
        padding: 0 40px
    }
    #blog-filter .top {
        padding: 0 40px 40px
    }
    #home-banner h1 {
        width: 60%;
        font-size: 42px;
        line-height: 52px
    }
    #capabilities .wrap,
    #meet .wrap {
        padding: 0 40px
    }
    #contact-demo h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:1180px) and (min-width:1px) {
    .anchors li a {
        font-size: 15px
    }
    .anchors li {
        margin: 0 10px
    }
    .anchors {
        margin-left: 10px
    }
    #header .contact-btn {
        padding: 0 30px
    }
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 60%
    }
    #engagement .wrap {
        padding: 0 40px
    }
    #solution-left {
        width: 70%
    }
    #signup .wrap,
    #testimonials .wrap {
        padding: 0 40px
    }
    #contact-menu .wrap {
        padding: 135px 40px 140px
    }
    #contact .wrap,
    #news-roll .wrap,
    #resources .wrap,
    #team .wrap {
        padding: 0 40px
    }
    #blog-filter .bottom form .search-wrapper {
        margin-right: 20px
    }
}

@media only screen and (max-width:1080px) and (min-width:1px) {
    #navigation ul li a {
        padding: 20px;
        width: 200px
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .background-image-overlay {
        position: absolute;
        height: 600px;
        min-height: 600px;
        top: 240px
    }
    .anchors {
        display: none
    }
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 60%;
        font-size: 42px;
        line-height: 52px
    }
    #trusted .wrap {
        padding: 0 40px
    }
    #capabilities .left,
    #capabilities .right,
    #capabilities ul li {
        width: 100%
    }
    #capabilities ul {
        margin-top: 20px
    }
    #testimonial-slider .swiper-slide .quote,
    #testimonial-slider .video,
    .featured-testimonials .video,
    .success-stories .video {
        width: 100%
    }
    #testimonial-slider .video {
        height: auto
    }
    #testimonial-slider .video,
    .featured-testimonials .video,
    .success-stories .video {
        position: relative
    }
    #demo {
        height: 400px;
        padding: 80px 0
    }
    #ind-works {
        padding: 40px 0
    }
    #ind-works .wrap {
        padding: 0 40px
    }
    .featured-testimonials .right,
    .success-stories .right {
        width: 100%
    }
    .featured-testimonials .item:nth-child(2n) .video,
    .featured-testimonials .item:nth-child(odd) .video,
    .success-stories .item:nth-child(2n) .video,
    .success-stories .item:nth-child(odd) .video {
        min-height: 360px
    }
    .program-box {
        min-height: auto;
        width: 100%;
        margin-bottom: 20px
    }
    .program-btn {
        position: relative;
        bottom: inherit;
        margin-top: 20px
    }
    #blog-filter .bottom .share {
        width: 100%;
        float: left
    }
    #blog-filter .bottom {
        height: auto;
        text-align: center;
        padding-bottom: 20px
    }
    #blog-filter .bottom .share li {
        float: none
    }
}

@media only screen and (max-width:980px) and (min-width:1px) {
    #signup form input[type=submit] {
        margin-top: 20px
    }
    #contact-menu .title {
        font-size: 36px
    }
    .contact-employer,
    .contact-individual,
    .contact-partner {
        width: 100%;
        margin: 10px 0
    }
}

@media only screen and (max-width:960px) and (min-width:1px) {
    #footer .wrap,
    #header .brand {
        padding: 0 40px
    }
    #navigation ul li {
        margin: 0
    }
    #navigation ul li a {
        padding: 20px
    }
    #about-banner .wrap,
    #employer-banner .wrap,
    #individual-banner .wrap,
    #partner-banner .wrap {
        padding: 0 40px
    }
    #about-banner,
    #about-banner .wrap,
    #employer-banner,
    #employer-banner .wrap,
    #individual-banner,
    #individual-banner .wrap,
    #partner-banner,
    #partner-banner .wrap {
        height: 400px
    }
    #trusted ul li {
        width: 49%;
        margin-bottom: 40px;
        opacity: 1!important;
        top: 0!important
    }
    .stat-box {
        width: 49%
    }
    #engagement {
        height: auto;
        padding-bottom: 40px!important
    }
    #different .wrap {
        padding: 0 40px
    }
    #signup form input[type=text] {
        width: 140px
    }
    #contact-menu {
        height: auto
    }
    #contact-menu .wrap {
        padding: 100px 40px 40px
    }
    #contact-menu .title {
        margin-top: 80px
    }
    #contact-demo .wrap {
        padding: 60px 40px
    }
    #contact-demo {
        height: auto
    }
    #careers-banner h1,
    #contact-banner h1,
    #news-banner h1 {
        font-size: 32px;
        line-height: 42px
    }
    .resource-box {
        width: 50%
    }
    .advisory-btn,
    .business-btn,
    .wellness-btn {
        margin: 0 5px;
        padding: 0 20px;
        font-size: 12px
    }
    #careers .wrap,
    #contact .wrap,
    #news-roll .wrap {
        padding: 0 40px
    }
    #home-banner h1 {
        width: 70%
    }
    #home-banner .wrap {
        padding: 0 40px
    }
    #capabilities .left,
    #meet .left {
        width: 100%;
        padding-top: 40px
    }
    #capabilities .right,
    #meet .right {
        width: 100%
    }
    #capabilities .facetime,
    #meet .facetime {
        margin: 40px 0 0
    }
    #solutions .swiper-container,
    #solutions .swiper-slide {
        height: 500px
    }
    #solutions .swiper-slide .cta {
        width: 60%
    }
}

@media only screen and (max-width:880px) and (min-width:1px) {
    #navigation ul li a {
        padding: 20px 10px;
        width: 160px
    }
    #navigation ul li a .hint {
        font-size: 10px
    }
    #solutions .swiper-container,
    #solutions .swiper-slide {
        height: 400px
    }
    #solutions .swiper-slide .cta {
        width: 100%;
        padding: 0 40px
    }
    #solutions .swiper-slide .cta h2 {
        font-size: 32px
    }
    .solutions-pagination {
        height: auto
    }
    .solutions-pagination a {
        width: 100%;
        height: auto;
        text-align: left;
        float: left;
        padding: 13px;
        border-left: none;
        border-bottom: 1px solid #fff
    }
    .solutions-pagination a span {
        width: auto;
        display: inline;
        text-align: left;
        padding: 0 10px 0 0
    }
    .solutions-pagination .underlay {
        height: 180px
    }
    #solution-left {
        width: 100%!important;
        left: 0
    }
    #solution-left:before {
        left: 0
    }
    #solution-left:after,
    #solution-left:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 999;
        top: 0;
        width: 40px;
        height: 100%;
        background: #fff
    }
    #solution-left:after {
        right: 0
    }
}

#companySelector {
    display: block;
    height: 280px;
    position: fixed;
    bottom: 200px;
    z-index: 9999;
    background: #fff;
    width: 500px;
    right: 0;
    padding: 25px;
    border: 1px solid #2dbda0;
    transition: all .2s ease-in-out
}

.hideCompanySelector {
    right: -500px!important;
    transition: all .2s ease-in-out
}

#closeCompanySelector {
    color: #2dbda0;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer
}

#dismissButton {
    background: #2dbda0;
    height: 40px;
    padding: 0 15px;
    letter-spacing: .1px;
    border-radius: 5px;
    line-height: 0;
    text-transform: none;
    width: 100%
}

#dismissButton br {
    display: none
}

@media only screen and (max-width:768px) and (min-width:1px) {
    #companySelector {
        height: 360px;
        width: 100%
    }
    #dismissButton {
        line-height: 20px;
        height: 60px
    }
    #dismissButton br {
        display: block
    }
    #header {
        margin: 60px 0 0!important
    }
    #contact-demo .close {
        top: 10px;
        right: 10px
    }
    #contact-demo .contact-card {
        width: 100%!important
    }
    #contact-demo .contact-card .bottom {
        padding-top: 0
    }
    #contact-demo .gform_wrapper {
        margin: 0
    }
    #sitemap .wrap,
    .breadcrumbs,
    .default-wrap {
        padding: 0 40px
    }
    .page-template-template-resources .page-section.fixedheader {
        padding-top: 40px!important
    }
    #footer .left,
    #footer .right,
    #footer .right ul {
        width: 100%;
        text-align: center;
        padding: 0
    }
    #footer-logo {
        margin: 0 auto;
        float: none
    }
    #social {
        text-align: center;
        padding-bottom: 40px
    }
    #social li,
    #social li:first-child,
    #social li:last-child {
        float: none;
        margin: 0 10px
    }
    #navigation ul {
        display: none
    }
    #navigation .login {
        float: left;
        margin-right: 0;
        margin-left: 40px
    }
    #header,
    #header.fixedheader {
        position: relative!important
    }
    #header,
    #header .brand {
        margin: 0;
        height: 80px
    }
    .background-image-overlay {
        top: 240px
    }
    #logo {
        margin-top: 20px
    }
    #about-banner,
    #employer-banner,
    #individual-banner,
    #partner-banner {
        margin-top: 0
    }
    #header .contact-btn {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px!important;
        font-size: 12px
    }
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 70%;
        font-size: 32px;
        line-height: 42px
    }
    #about-banner,
    #about-banner .wrap,
    #employer-banner,
    #employer-banner .wrap,
    #individual-banner,
    #individual-banner .wrap,
    #partner-banner,
    #partner-banner .wrap {
        height: 300px
    }
    .stat-box {
        width: 100%;
        margin-bottom: 20px
    }
    #capabilities {
        padding: 40px 0 0
    }
    #capabilities .wrap {
        padding: 0 40px
    }
    #engagement h2 {
        margin: 40px 0 20px
    }
    #trusted {
        padding: 40px 0
    }
    #different ul li {
        width: 47%
    }
    .deeper-data .contact-btn {
        margin-bottom: 20px!important
    }
    #contact-menu {
        height: auto;
        top: 140px
    }
    #contact-menu .title {
        margin-top: 40px;
        font-size: 24px
    }
    #contact-menu .wrap {
        padding: 20px 20px 40px
    }
    #contact-demo {
        top: 140px
    }
    #contact-demo .form-title {
        line-height: 32px;
        margin: 10px 0
    }
    #blog-roll .main,
    #careers-roll .main,
    #contact .main,
    #news-roll .main,
    #sitemap .main {
        width: 100%;
        margin: 0;
        padding: 0
    }
    #blog-roll .sidebar,
    #careers-roll .sidebar,
    #contact .sidebar,
    #news-roll .sidebar,
    #sitemap .sidebar {
        width: 100%;
        margin: 40px 0
    }
    #blog-roll .post-content {
        padding: 0 0 40px
    }
    #blog-roll {
        padding: 40px 0
    }
    #blog-roll .sidebar {
        margin: 0;
        padding: 0
    }
    .resource-box .title {
        font-size: 24px;
        line-height: 240px
    }
    .resource-box {
        height: 240px
    }
    .team li {
        width: 32.3333%
    }
    #awards .wrap {
        padding: 0 40px
    }
    #careers .btn {
        margin: 10px 0;
        padding: 0 20px
    }
    #blog-filter .bottom form label {
        text-align: left
    }
    #blog-filter .bottom form .search-wrapper,
    #blog-filter .bottom form .select-wrapper,
    #blog-filter .bottom form label {
        width: 100%
    }
    #blog-filter .bottom form .search-wrapper {
        margin-bottom: 10px
    }
    #blog-filter .bottom form input[type=search],
    #blog-filter .bottom form select {
        width: 100%
    }
    .post .post-thumb {
        height: 145px
    }
    .single-post .post-meta {
        float: left;
        width: 100%
    }
    .single-post .post-author,
    .single-post .post-cats {
        padding: 5px 0;
        width: 100%
    }
    #home-banner h1,
    .post-header h2 {
        font-size: 32px;
        line-height: 42px
    }
    #ind-slider.fixed,
    #ind-slider.fixed .bgs {
        position: relative!important
    }
    #ind-slider.fixed .bgs {
        opacity: 1!important
    }
    .ind-pagination {
        display: none
    }
    #ind-slider .slide .mobile-icon {
        display: block;
        margin: 0 auto 20px;
        width: 64px;
        height: 64px;
        border-radius: 64px
    }
    #ind-slider .slide .message {
        left: 140px;
        text-align: center
    }
    .ind-pagination .swiper-pagination-bullet span {
        display: none!important
    }
    #employer-slider #solution-left .slide:first-child,
    #partner-slider #solution-left .slide:first-child {
        padding-top: 20px
    }
    #ind-slider .slide .bgs div div {
        background-position: 100%!important;
        opacity: .3
    }
    #ind-slider .swiper-slide .message {
        padding: 20px;
        width: 60%;
        background: hsla(0, 0%, 100%, .9)
    }
    #ind-slider #fullpage .section:nth-child(5) .message .copy,
    #ind-slider .swiper-slide:nth-child(5) .message .copy {
        color: #55504e
    }
    #contact-demo .contact-card {
        padding: 0 15px 0 0
    }
    .advisory-btn,
    .business-btn,
    .wellness-btn {
        font-size: 12px
    }
    #employer-slider,
    #partner-slider {
        height: auto
    }
    #solution-right {
        display: none
    }
    #solution-left {
        position: relative!important;
        height: auto
    }
    #solution-left .top {
        padding: 80px 60px 40px
    }
    #solution-left .slide .message,
    #solution-left .slide .title .check {
        display: block!important
    }
    #employer-slider #solution-left .slide {
        height: auto!important;
        background-color: #2aace3!important
    }
    #partner-slider #solution-left .slide {
        height: auto!important;
        background-color: #e66c5c!important
    }
    #employer-slider.fixed .bgs,
    #partner-slider.fixed .bgs,
    #solution-left.fixed {
        position: relative!important
    }
    #solution-left .slide .title .item {
        text-indent: 0!important
    }
    #ind-slider .slide .message .copy {
        color: #55504e!important
    }
    .newsletter-signup-wrapper form ul li {
        width: 100%
    }
    .newsletter-signup-wrapper form ul li input {
        width: 100%!important;
        margin-bottom: 0
    }
    #signup p {
        display: block
    }
    .newsletter-signup-wrapper .gform_wrapper .gform_footer {
        display: block;
        width: 100%;
        float: none;
        text-align: center
    }
    #blog-filter .bottom .search-form label {
        line-height: 28px;
        margin-bottom: 5px;
        display: inline-block;
        overflow: inherit;
        padding-right: 0
    }
    #blog-filter .bottom form {
        width: 100%
    }
    #ind-slider .slide {
        height: 50vh
    }
    #ind-slider .bgs {
        z-index: 2
    }
    #ind-slider .slide .bgs div div {
        opacity: .3!important
    }
    .search-results .page-header {
        font-size: 32px;
        line-height: 42px
    }
    .background-image-overlay {
        top: 140px
    }
}

@media only screen and (max-width:660px) and (min-width:1px) {
    .background-image-overlay {
        background-position: 60% 50%
    }
    .post .post-thumb {
        width: 100%;
        max-width: 140px;
        margin-bottom: 20px
    }
    .post .post-excerpt {
        padding-left: 0;
        width: 100%
    }
    #home-banner a {
        width: 100%;
        max-width: 220px;
        margin: 10px 0;
        position: relative;
        left: 0;
        clear: both;
        display: block
    }
    #capabilities .facetime,
    #meet .facetime {
        background-size: 90%!important;
        background: url(../images/facetime.png) bottom no-repeat
    }
    .advisory-btn,
    .business-btn,
    .wellness-btn {
        width: 100%;
        margin: 10px 0
    }
    #capabilities .facetime,
    #capabilities .right {
        height: 600px
    }
    .resumator-buttons ul li {
        width: 100%;
        margin: 0
    }
    .resumator-apply-button,
    input.resumator-button {
        margin: 10px auto!important;
        width: 100%;
        padding: 0 10px
    }
    #error-404 h1 {
        font-size: 32px;
        line-height: 42px
    }
    #contact-demo ul li.gfield input,
    #contact-demo ul li.gfield select {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
    #contact-demo input.button {
        margin: 0 auto
    }
    #contact-demo {
        top: 100px
    }
    #contact-demo .wrap {
        padding: 20px 40px
    }
}

@media only screen and (max-width:580px) and (min-width:1px) {
    #logo,
    #logo a {
        width: 200px;
        background-size: 100%
    }
    #footer .wrap,
    #header .brand {
        padding: 0 20px
    }
    #footer .wrap {
        overflow: hidden
    }
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 70%;
        font-size: 22px;
        line-height: 32px
    }
    #different ul li {
        width: 100%;
        margin: 0 0 60px
    }
    #solution-left .top h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 20px
    }
    h2 {
        font-size: 32px;
        line-height: 42px
    }
    #testimonial-slider .video,
    .featured-testimonials .video,
    .success-stories .video {
        min-height: 260px!important
    }
    #testimonial-slider .quote .copy,
    .featured-testimonials .quote .copy,
    .success-stories .quote .copy {
        font-size: 16px;
        line-height: 24px
    }
    #different {
        padding: 40px 0
    }
    #demo {
        height: 300px;
        padding: 60px 0
    }
    #demo .wrap {
        padding: 0 40px
    }
    #signup form input[type=text] {
        width: 100%;
        margin-bottom: 10px
    }
    .program-box ul li .item {
        font-size: 14px
    }
    #contact-menu .title {
        line-height: 32px;
        margin-top: 60px
    }
    #careers-roll .main .careers-card,
    #news-roll .main .careers-card,
    .contact-card {
        padding: 40px 20px
    }
    #careers-roll .main .careers-card {
        margin-top: 1rem
    }
    #about-banner h1,
    #careers-banner h1,
    #news-banner h1 {
        font-size: 24px;
        line-height: 32px
    }
    .team li {
        width: 49%
    }
    .award-container {
        padding-top: 40px
    }
    #contact-banner h1 {
        margin-top: 30px
    }
    #blog-roll .author-card .post-avatar {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #blog-roll .author-card .post-meta {
        padding-left: 0;
        width: 100%
    }
    #meet .facetime {
        height: 660px
    }
    #capabilities .facetime,
    #capabilities .right {
        height: 550px
    }
    #solutions .more {
        margin: 10px auto;
        float: none;
        display: block;
        text-align: center
    }
    #solutions .btn {
        margin: 0 auto;
        float: none;
        clear: both;
        display: block
    }
    #solutions .swiper-container,
    #solutions .swiper-slide {
        height: 500px
    }
    .contact-card #field_4_1,
    .contact-card #field_4_2,
    .contact-card #field_4_7,
    .contact-card #field_4_8 {
        width: 100%!important;
        padding-right: 0!important
    }
    #contact-menu a.contact-menu-btn {
        margin: 10px
    }
    #ind-slider .slide .message {
        width: 100%;
        left: 0;
        padding: 0 60px
    }
    .ind-pagination.fixed {
        top: 250px
    }
    #blog-filter .bottom form {
        width: 100%
    }
    .contact-card #field_4_5 {
        padding-right: 0
    }
}

@media only screen and (max-width:540px) and (min-width:1px) {
    #meet .facetime {
        height: 600px
    }
    #capabilities .facetime,
    #capabilities .right {
        height: 500px
    }
    #about-banner h1,
    #careers-banner h1,
    #contact-banner h1,
    #news-banner h1 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px
    }
    .page-template-template-marketing #demo .wrap {
        padding-left: 30%;
        padding-right: 0
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    #sitemap .wrap {
        padding: 0 20px
    }
    #sitemap .wrap h1 {
        font-size: 32px;
        line-height: 42px
    }
    #sitemap .main .sitemap-card {
        padding: 20px
    }
    #solution-left .swiper-slide .message {
        font-size: 12px;
        line-height: 22px;
        padding-top: 10px
    }
    #solution-left .swiper-slide {
        padding: 0 2px 40px 20px
    }
    #solution-left .top p {
        font-size: 12px;
        line-height: 22px
    }
    .program-box .price {
        font-size: 24px
    }
    .program-box .head {
        font-size: 24px
    }
    .program-box .subhead {
        font-size: 24px
    }
    .program-btn {
        width: 100%;
        left: 0;
        padding: 0
    }
    #programs .wrap,
    #youtube .wrap {
        padding: 0
    }
    #programs {
        background: none
    }
    #about-banner h1,
    #careers-banner h1,
    #contact-banner h1,
    #news-banner h1 {
        margin-top: 30px
    }
    .resource-box {
        width: 100%
    }
    .award-container h2,
    .deeper-data .contact-btn {
        padding: 0 20px
    }
    .contact-card li {
        width: 100%;
        padding-right: 0
    }
    .contact-card .post-meta {
        display: block;
        float: left;
        width: 100%
    }
    .contact-card .post-avatar {
        margin: 0 auto 20px;
        float: none
    }
    .contact-card input[type=submit] {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%
    }
    .contact-card .gfield_checkbox label {
        margin-bottom: 20px
    }
    .post {
        padding: 20px 0
    }
    #meet .facetime {
        height: 500px
    }
    #solutions .swiper-container,
    #solutions .swiper-slide {
        height: 550px
    }
    #home-banner h1 {
        font-size: 24px;
        line-height: 32px;
        width: 80%
    }
    .stat-box .copy {
        padding: 0 20px 40px
    }
    #capabilities .facetime,
    #capabilities .right {
        height: 450px
    }
    .page-template-template-marketing #demo .wrap {
        padding-left: 30%;
        padding-right: 0
    }
}

@media only screen and (max-width:440px) and (min-width:1px) {
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 70%;
        font-size: 18px;
        line-height: 26px
    }
    #about-banner,
    #about-banner .wrap,
    #employer-banner,
    #employer-banner .wrap,
    #individual-banner,
    #individual-banner .wrap,
    #partner-banner,
    #partner-banner .wrap {
        height: 200px
    }
    #trusted ul li {
        width: 100%
    }
    #testimonial-slider .video .play,
    .featured-testimonials .video .play,
    .success-stories .video .play {
        width: 80px;
        height: 80px
    }
    #testimonial-slider .quote,
    .featured-testimonials .quote,
    .success-stories .quote {
        padding: 20px
    }
    #testimonial-slider .quote .loss,
    .featured-testimonials .quote .loss,
    .success-stories .quote .loss {
        font-size: 12px;
        letter-spacing: 1px
    }
    #demo {
        height: 300px;
        padding: 20px 0
    }
    #demo .title {
        font-size: 18px;
        line-height: 28px
    }
    .page-template-template-marketing #demo .wrap {
        padding-left: 30%;
        padding-right: 0
    }
    #contact-demo form input[type=submit] {
        padding: 0 20px;
        width: 100%
    }
    #careers-roll .post-careers .type {
        font-size: 12px
    }
    .team li {
        width: 100%;
        min-height: 260px
    }
    .team li .photo {
        height: 200px
    }
    #meet .facetime {
        height: 450px
    }
    .ind-pagination {
        left: 20px
    }
    #ind-slider .swiper-slide .message {
        width: 70%;
        height: 100%;
        left: 80px;
        background: #fff;
        padding: 40px 0
    }
    #blog-filter .bottom .share li {
        margin-right: 5px
    }
    #contact-demo h2 {
        font-size: 24px;
        line-height: 30px
    }
    #contact-menu a.contact-menu-btn {
        font-size: 10px;
        padding: 0 20px
    }
    #capabilities .facetime,
    #capabilities .right {
        height: 350px
    }
    #ind-slider .slide:nth-child(5) .message .copy {
        color: #55504e
    }
    .breadcrumbs a,
    .breadcrumbs p {
        font-size: 16px
    }
    #error-404 h1 {
        font-size: 22px;
        line-height: 32px
    }
}

@media only screen and (max-width:400px) and (min-width:1px) {
    #logo,
    #logo a {
        width: 160px
    }
    #header .contact-btn {
        font-size: 10px;
        padding: 0 10px
    }
    .hamburglar {
        margin: 20px 40px 0 0
    }
    #about-banner h1,
    #employer-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        width: 70%;
        font-size: 14px;
        line-height: 22px
    }
    #testimonial-slider .video,
    .featured-testimonials .video,
    .success-stories .video {
        min-height: 160px!important
    }
    #demo .wrap {
        padding: 0
    }
    .page-template-template-marketing #demo .wrap {
        padding-left: 30%;
        padding-right: 0
    }
    .contact-demo {
        padding: 0 10px
    }
    #contact-demo form input[type=submit],
    .contact-demo {
        font-size: 12px
    }
    #contact-demo .wrap {
        padding: 60px 20px
    }
    .award-wrapper .more-btn {
        padding: 0 20px
    }
    #news-roll .post-news .post-thumb {
        width: 100%
    }
    #capabilities .facetime,
    #meet .facetime {
        display: none
    }
    #capabilities .left {
        padding-bottom: 40px
    }
    #capabilities .right {
        display: none
    }
    .solutions-pagination a {
        font-size: 16px
    }
    .solutions-pagination .underlay {
        height: 145px
    }
    #solutions .swiper-slide .cta h2 {
        font-size: 24px
    }
    #solutions p {
        font-size: 14px
    }
    #solutions .btn {
        font-size: 12px;
        padding: 0 10px
    }
    #solutions .swiper-slide .cta {
        padding: 0 20px
    }
    .stat-box .copy {
        padding: 0
    }
    #engagement .wrap {
        padding: 0 10px
    }
    #ind-slider .slide .message .copy {
        font-size: 12px;
        line-height: 18px
    }
    #social li {
        margin-right: 2px
    }
    #solution-left .slide .title .item {
        letter-spacing: 1px;
        font-size: 10px
    }
    .post .post-author,
    .post .post-cats {
        clear: both;
        float: left;
        padding-left: 0
    }
    #social li,
    #social li:first-child,
    #social li:last-child {
        margin: 0 5px
    }
}

@media only screen and (max-width:340px) and (min-width:1px) {
    #logo,
    #logo a {
        width: 140px
    }
    #header .contact-btn {
        font-size: 10px;
        padding: 0 10px
    }
    #social li {
        margin-right: 10px
    }
    #blog-filter .bottom .share li {
        margin-right: 5px
    }
    h2 {
        font-size: 24px;
        line-height: 32px
    }
    #ind-slider .swiper-slide .message {
        padding: 40px 0;
        width: 50%
    }
    #blog-filter .bottom,
    #blog-roll .wrap {
        padding: 0 20px 20px
    }
    #solution-left .slide .title .item {
        font-size: 9px
    }
    .page-template-template-marketing #demo .wrap {
        padding-left: 30%;
        padding-right: 0
    }
}

@media screen and (max-height:768px) and (min-width:992px) {
    #solution-left .slide .message p,
    #solution-left .top p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0
    }
    #solution-left .top h2 {
        line-height: 0;
        margin: 0 0 30px
    }
    .ind-pagination {
        top: 400px
    }
    .ind-pagination.bottom {
        bottom: -170px
    }
    #header,
    #header .brand {
        height: 70px
    }
    #logo {
        margin-top: 24px
    }
    #header .contact-btn {
        margin: 3px 0 0
    }
    #employer-banner,
    #individual-banner,
    #partner-banner {
        margin-top: 180px
    }
    .anchors {
        top: 60px
    }
    #about-banner h1,
    #employer-banner h1,
    #home-banner h1,
    #individual-banner h1,
    #partner-banner h1 {
        font-size: 42px;
        line-height: 52px
    }
    #about-banner .wrap .message,
    #employer-banner .wrap .message,
    #home-banner .wrap .message,
    #individual-banner .wrap .message,
    #partner-banner .wrap .message {
        top: 40%
    }
}

@-moz-document url-prefix() {
    #companySelector {
        height: 320px
    }
}

@media screen and (max-height:360px) {
    #companySelector {
        bottom: 0;
        height: 300px;
        padding: 20px
    }
}
@media screen and (min-width:768px)  {
    .text {
        margin-bottom: 0px;
        margin-left: -162px;
    }
}




/*# sourceMappingURL=main2.css.map */