.homepage-header-carousel {
    padding-top: 55px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

.homepage-header-carousel .owl-item:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.homepage-header-carousel .owl-item .item {
    min-height: 505px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.homepage-header-carousel .owl-item .item .info-container {
    width: 100%;
    z-index: 1;
}

.homepage-header-carousel .owl-item .item .title {
    font-family: "Sigmar One", sans-serif;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding-bottom: 40px;
}

@media only screen and (max-width: 580px) {
    .homepage-header-carousel .owl-item .item .title {
        font-size: 38px;
    }
}

.homepage-header-carousel .owl-item .item .title span {
    color: #ffb84d;
}

.homepage-header-carousel .owl-item .item .content {
    z-index: 1;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
}

.homepage-header-carousel .owl-item .item .content a {
    color: #ffb84d;
}

.homepage-header-carousel .owl-item .item .content a:hover {
    text-decoration: underline;
}

.homepage-header-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -30px;
}

.homepage-header-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    margin: 2px;
}

.homepage-header-carousel .owl-dots .owl-dot.active {
    background: #ffb84d;
}

.img-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.img-container div {
    padding: 40px 10px;
}

@media only screen and (max-width: 768px) {
    .img-container div {
        padding: 25px 0px;
    }
}

.img-container img {
    display: block;
    max-width: 80%;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    border: 7px solid #fff;
    padding: 0;
}

.img-container img.odd {
    transform: perspective(80px) rotateX(-2deg) rotateY(1deg);
}

.img-container img.even {
    transform: perspective(80px) rotateX(-2deg) rotateY(-1deg);
}

@media only screen and (max-width: 768px) {
    .img-container img {
        max-width: 50%;
    }
}

section#vhealthcare {
    background-color: #66a0ab;
}

section#vhealthcare p.text {
    margin: 0 auto;
    width: 75%;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1.4em;
}

@media only screen and (max-width: 580px) {
    section#vhealthcare p.text {
        width: 100%;
        font-size: 1.2em;
    }
}

section#vhealthcare .video {
    text-align: center;
}

section#vhealthcare .video iframe,
section#vhealthcare .video img {
    max-width: 100%;
}

section#vhealthcare .video img {
    cursor: pointer;
}

section#quotes {
    position: relative;
    background: #427db9;
    color: #fff;
    min-height: 400px;
}

section#quotes h1.yellow span {
    text-shadow: 3px 3px #003b78;
}

section#quotes .quote-carousel .item {
    padding-top: 40px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

section#quotes .quote-carousel .item .text {
    text-align: center;
    font-size: 1.4em;
    font-style: italic;
}

@media only screen and (max-width: 580px) {
    section#quotes .quote-carousel .item .text {
        font-size: 1.2em;
    }
}

section#quotes .quote-carousel .item .name {
    padding-top: 40px;
    color: #ffb84d;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2em;
}

section#quotes .quote-carousel .item .organization {
    font-style: italic;
    padding-bottom: 40px;
}

section#quotes .owl-dots {
    text-align: center;
}

section#quotes .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 2px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
}

section#quotes .owl-dots .owl-dot.active {
    background: #ffb84d;
}

section#clients {
    background: #eee;
}

section#news .news-carousel {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    section#news .news-carousel {
        width: 60%;
        padding: 0px;
    }
}

@media only screen and (max-width: 580px) {
    section#news .news-carousel {
        width: 80%;
    }
}

section#news .news-carousel a {
    display: block;
    margin: 15px;
    transition: all 0.2s ease-out;
    text-align: center;
}

section#news .news-carousel a:hover {
    transform: scale(1.05);
}

section#news .news-carousel a img {
    border: 5px solid #fff;
    display: block;
    margin: 0 auto;
    background: #fff;
    max-width:250px;
    max-height: 200px;
}

@media only screen and (max-width: 1024px) {
    section#news .news-carousel a img {
        max-width: 60%;
    }
}

section#news .news-carousel a img.odd {
    transform: perspective(80px) rotateX(-2deg) rotateY(1deg);
}

section#news .news-carousel a img.even {
    transform: perspective(80px) rotateX(2deg) rotateY(1deg);
}

section#news .news-carousel a .title {
    margin-top: 15px;
    font-style: italic;
    color: #000;
    font-weight: 600;
}

section#news .news-carousel .owl-stage {
    display: flex;
    align-items: center;
}

section#news .news-carousel .owl-nav {
    text-align: center;
}

section#news .news-carousel .owl-nav button.owl-prev,
section#news .news-carousel .owl-nav button.owl-next {
    background: #427db9;
    color: #fff;
    font-family: "Sigmar One", sans-serif;
    font-size: 48px;
    border-radius: 6px;
    box-shadow: 4px 4px #003b78;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    transform: perspective(10px) rotateX(-1deg) rotate(0.5deg);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 580px) {

    section#news .news-carousel .owl-nav button.owl-prev,
    section#news .news-carousel .owl-nav button.owl-next {
        position: unset;
        margin-top: 40px;
        margin-right: 20px;
    }
}

section#news .news-carousel .owl-nav button.owl-prev:focus,
section#news .news-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

section#news .news-carousel .owl-nav button.owl-prev:hover,
section#news .news-carousel .owl-nav button.owl-next:hover {
    background: #ffb84d;
}

section#news .news-carousel .owl-nav button.owl-prev:hover span,
section#news .news-carousel .owl-nav button.owl-next:hover span {
    color: #003b78;
}

section#news .news-carousel .owl-nav button.owl-prev span,
section#news .news-carousel .owl-nav button.owl-next span {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    transform: perspective(-10px) rotateX(1deg) rotate(-0.5deg);
}

section#news .news-carousel .owl-nav button.owl-prev {
    left: -100px;
}

@media only screen and (max-width: 1024px) {
    section#news .news-carousel .owl-nav button.owl-prev {
        left: -60px;
    }
}

@media only screen and (max-width: 580px) {
    section#news .news-carousel .owl-nav button.owl-prev {
        left: 0;
    }
}

section#news .news-carousel .owl-nav button.owl-prev:hover span {
    animation: owlArrowLeft 0.3s forwards;
}

section#news .news-carousel .owl-nav button.owl-next {
    right: -100px;
}

@media only screen and (max-width: 1024px) {
    section#news .news-carousel .owl-nav button.owl-next {
        right: -60px;
    }
}

@media only screen and (max-width: 580px) {
    section#news .news-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

section#news .news-carousel .owl-nav button.owl-next:hover span {
    animation: owlArrowRight 0.3s forwards;
}

@keyframes owlArrowRight {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(5px);
    }
}

@keyframes owlArrowLeft {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-5px);
    }
}

#site-nav {
    position: fixed;
    display: flex;
    background: #427db9;
    height: 55px;
    width: 100%;
    align-items: center;
    z-index: 100;
    transform: translateZ(10px);
}

@media only screen and (max-width: 768px) {
    #site-nav {
        display: none;
    }
}

#site-nav .logo {
    flex: 1;
}

#site-nav .logo img {
    height: 52px;
    width: auto;
}

#site-nav .menu-primary-menu-container {
    font-family: "Sigmar One", sans-serif;
    text-align: right;
    flex: 9;
}

#site-nav .menu-primary-menu-container ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#site-nav .menu-primary-menu-container ul.menu li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

#site-nav .menu-primary-menu-container ul.menu li a {
    color: #fff;
}

#site-nav .menu-primary-menu-container ul.menu li a:hover {
    color: #ffb84d;
}

#site-nav .menu-primary-menu-container ul.menu li a[aria-current="page"] {
    color: #ffb84d;
}

#site-nav .menu-primary-menu-container ul.menu li a[aria-current="page"]:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ffb84d;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -30px;
}

nav#mobile-nav {
    position: fixed;
    background: #427db9;
    display: none;
    z-index: 100;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    nav#mobile-nav {
        display: flex;
    }
}

nav#mobile-nav .logo {
    flex: 1;
}

nav#mobile-nav .logo img {
    height: 52px;
    width: auto;
}

nav#mobile-nav #mobile-menu-btn {
    font-size: 45px;
    flex: 1;
    text-align: right;
    padding-right: 20px;
    color: #fff;
}

nav#mobile-nav #mobile-menu-btn i {
    cursor: pointer;
}

nav#mobile-nav .menu-primary-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #003b78;
    z-index: 100;
}

nav#mobile-nav .menu-primary-menu-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav#mobile-nav .menu-primary-menu-container ul li {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #427db9;
}

nav#mobile-nav .menu-primary-menu-container ul li:last-of-type {
    border-bottom: none;
}

nav#mobile-nav .menu-primary-menu-container ul li a {
    font-family: "Sigmar One", sans-serif;
    font-size: 1.2em;
    color: #fff;
}

nav#mobile-nav .menu-primary-menu-container ul li a[aria-current="page"] {
    color: #ffb84d;
}

#footer {
    background: #427db9;
}

#footer .main {
    background: #427db9;
    min-height: 200px;
    padding: 40px;
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #footer .main {
        flex-direction: column;
        padding: 40px 0px 40px 0px;
    }
}

#footer .main .footer-links {
    flex: 3;
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

@media only screen and (max-width: 580px) {
    #footer .main .footer-links {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 580px) {
    #footer .main .footer-links .pages {
        display: none;
    }
}

#footer .main .footer-links .pages .menu-footer-menu-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer .main .footer-links .pages .menu-footer-menu-container ul li {
    font-family: "Sigmar One", sans-serif;
    display: inline;
    margin-right: 15px;
}

#footer .main .footer-links .pages .menu-footer-menu-container ul li a {
    color: #fff;
}

#footer .main .footer-links .pages .menu-footer-menu-container ul li a:hover {
    color: #ffb84d;
}

#footer .main .footer-links .social {
    margin-top: 20px;
}

@media only screen and (max-width: 580px) {
    #footer .main .footer-links .social {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

#footer .main .footer-links .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer .main .footer-links .social ul a {
    font-size: 1.5em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #footer .main .footer-links .social ul a {
        font-size: 2em;
    }
}

#footer .main .footer-links .social ul a:hover {
    color: #ffb84d;
}

#footer .main .footer-links .social ul a li {
    display: inline;
    margin-right: 15px;
}

#footer .main .footer-brand {
    flex: 1;
    text-align: right;
}

#footer .main .footer-brand img {
    width: 100%;
}

#footer .copyright {
    background: #003b78;
    color: #fff;
    text-align: center;
    padding: 20px;
}

section#we-are-bag {
    padding-top: 115px;
    min-height: 650px;
}

section#we-are-bag .content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    section#we-are-bag .content {
        flex-direction: column;
    }
}

section#we-are-bag .content .text {
    flex: 2;
    font-size: 1.2em;
    padding-right: 60px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    section#we-are-bag .content .text {
        padding-right: 0px;
    }
}

section#we-are-bag .content .photos {
    flex: 1;
    position: relative;
}

section#we-are-bag .content .photos .photos-container {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    section#we-are-bag .content .photos .photos-container {
        flex-direction: row;
    }
}

@media only screen and (max-width: 768px) {
    section#we-are-bag .content .photos .photos-container {
        flex-direction: column;
        align-items: center;
    }
}

section#we-are-bag .content .photos .photos-container .photo {
    width: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
}

@media only screen and (max-width: 1024px) {
    section#we-are-bag .content .photos .photos-container .photo {
        width: 25%;
        flex: 1;
        margin: 20px;
    }
}

@media only screen and (max-width: 768px) {
    section#we-are-bag .content .photos .photos-container .photo {
        width: 100%;
    }
}

section#we-are-bag .content .photos .photos-container .photo.photo-2 {
    margin: -10px auto;
}

@media only screen and (max-width: 1024px) {
    section#we-are-bag .content .photos .photos-container .photo.photo-2 {
        margin: 20px;
    }
}

section#our-team {
    background: #fff;
}

section#our-team .team {
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    display: flex;
}

@media only screen and (max-width: 768px) {
    section#our-team .team {
        flex-direction: column;
    }
}

section#our-team .team .member {
    flex: 1;
    margin: 10px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    section#our-team .team .member {
        width: 60%;
        margin: 0 auto 40px auto;
    }
}

@media only screen and (max-width: 580px) {
    section#our-team .team .member {
        width: 75%;
    }
}

section#our-team .team .member.odd .member-image {
    transform: perspective(80px) rotateX(-2deg) rotateY(1deg);
}

section#our-team .team .member.even .member-image {
    transform: perspective(80px) rotateX(2deg) rotateY(1deg);
}

section#our-team .team .member .member-image {
    transition: all 0.3s ease-out;
}

section#our-team .team .member .member-image img {
    max-width: 90%;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    border: 7px solid #fff;
}

section#our-team .team .member .flex-row-md {
    margin-top: 15px;
    align-items: top;
}

section#our-team .team .member .flex-row-md .member-info {
    flex: 2;
    padding-right: 10px;
}

section#our-team .team .member .flex-row-md .member-info .name {
    font-weight: 900;
    color: #003b78;
    text-align: left;
}

section#our-team .team .member .flex-row-md .member-info .title {
    text-align: left;
    font-style: italic;
}

section#our-team .team .member .flex-row-md .member-contact {
    flex: 1;
    text-align: right;
    padding-right: 30px;
}

section#our-team .team .member .flex-row-md .member-contact i {
    color: #1da1f2;
    font-size: 40px;
}

section#our-team .team .member .flex-row-md .member-contact i:hover {
    color: #003b78;
}

section#join-bag {
    background: #003b78;
}

section#join-bag .content {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    padding: 40px 0px;
    color: #fff;
}

section#wwd-intro {
    padding-top: 115px;
    background: #eee;
}

section#wwd-intro .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
}

section#wwd-industries {
    background: #fff;
}

section#wwd-industries .industries {
    width: 80%;
    margin: 40px auto;
}

section#wwd-industries .industries .industry {
    margin: 10px;
    text-align: center;
}

section#wwd-industries .industries .industry img {
    max-width: 90%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border: 7px solid #fff;
}

section#wwd-industries .industries .industry .title {
    padding-top: 15px;
    text-align: center;
    font-weight: 900;
    color: #003b78;
}

section#wwd-recent-awards .awards-carousel {
    width: 60%;
    margin: 40px auto;
}

@media only screen and (max-width: 580px) {
    section#wwd-recent-awards .awards-carousel {
        width: 80%;
    }
}

section#wwd-recent-awards .awards-carousel .item {
    text-align: center;
}

section#wwd-recent-awards .awards-carousel .item img {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 150px;
}

section#wwd-recent-awards .awards-carousel .item .text {
    color: #fff;
}

section#wwd-recent-awards .awards-carousel .owl-stage {
    display: flex;
    align-items: center;
}

section#wwd-recent-awards .awards-carousel .owl-nav {
    text-align: center;
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev,
section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next {
    background: #427db9;
    color: #fff;
    font-family: "Sigmar One", sans-serif;
    font-size: 48px;
    border-radius: 6px;
    box-shadow: 4px 4px #fff;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    transform: perspective(10px) rotateX(-1deg) rotate(0.5deg);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 580px) {

    section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev,
    section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next {
        position: unset;
        margin-top: 40px;
        margin-right: 20px;
    }
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev:focus,
section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev:hover,
section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next:hover {
    background: #ffb84d;
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev:hover span,
section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next:hover span {
    color: #003b78;
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev span,
section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next span {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    transform: perspective(-10px) rotateX(1deg) rotate(-0.5deg);
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev {
    left: -100px;
}

@media only screen and (max-width: 580px) {
    section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev {
        left: 0;
    }
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-prev:hover span {
    animation: owlArrowLeft 0.3s forwards;
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next {
    right: -100px;
}

@media only screen and (max-width: 580px) {
    section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

section#wwd-recent-awards .awards-carousel .owl-nav button.owl-next:hover span {
    animation: owlArrowRight 0.3s forwards;
}

section#awards-intro {
    padding-top: 115px;
    background: #dbdbdb;
}

section#awards-list {
    padding: 0;
    display: flex;
    background: #fff;
}

section#awards-list .awards-container {
    padding-top: 60px;
    padding-bottom: 160px;
    flex: 4;
    display: flex;
    position: relative;
    flex-direction: column;
}

section#awards-list .awards-container .middle-line {
    position: absolute;
    top: 20px;
    bottom: 20px;
    background: #003b78;
    width: 4px;
    left: 50%;
    margin-left: -2px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .middle-line {
        display: none;
    }
}

section#awards-list .awards-container .year {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
    min-height: 50vh;
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year {
        min-height: 40vh;
    }
}

section#awards-list .awards-container .year:nth-child(even) {
    align-items: flex-end;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year:nth-child(even) {
        align-items: center;
        padding-right: 0;
        padding-left: 20px;
    }
}

section#awards-list .awards-container .year:nth-child(even) .year-text {
    left: 50%;
    margin-left: -175px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year:nth-child(even) .year-text {
        left: 0;
        margin-left: 0;
    }
}

section#awards-list .awards-container .year:nth-child(odd) {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year:nth-child(odd) {
        align-items: center;
    }
}

section#awards-list .awards-container .year:nth-child(odd) .year-text {
    left: 50%;
    margin-left: 50px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year:nth-child(odd) .year-text {
        left: 0;
        margin-left: 0;
    }
}

section#awards-list .awards-container .year .trophy-img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year .trophy-img {
        top: -30px;
    }
}

section#awards-list .awards-container .year .year-text {
    font-family: "Sigmar One", sans-serif;
    text-shadow: 3px 3px #003b78;
    color: #427db9;
    font-size: 48px;
    position: absolute;
    top: -10px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year .year-text {
        position: unset;
    }
}

section#awards-list .awards-container .year .award {
    padding: 20px 30px 20px 20px;
    border-radius: 6px;
    margin-bottom: 40px;
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    section#awards-list .awards-container .year .award {
        width: 70%;
    }
}

section#awards-list .awards-container .year .award:before {
    content: "";
    background: #dbdbdb;
    box-shadow: 3px 3px #878787;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    z-index: -1;
    transform: perspective(80px) rotateX(-2deg) rotateY(1deg);
}

section#awards-list .awards-container .year .award img {
    transform: translateZ(20px);
    width: 100px;
}

section#awards-list .awards-container .year .award .text {
    transform: translateZ(20px);
}

section#awards-list .nav-column {
    display: none;
    background: #eee;
    flex: 1;
    overflow: hidden;
    position: relative;
}

section#awards-list .nav-column ul {
    list-style-type: none;
    padding-left: 30px;
    margin-top: 30px;
    position: fixed;
}

@media only screen and (max-width: 768px) {
    section#awards-list .nav-column ul {
        padding-left: 10px;
        position: absolute;
    }
}

section#awards-list .nav-column ul:before {
    content: "";
    background: #c5c5c5;
    width: 4px;
    top: 10px;
    bottom: 25px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
}

@media only screen and (max-width: 768px) {
    section#awards-list .nav-column ul:before {
        margin-left: -12px;
    }
}

section#awards-list .nav-column ul li {
    padding-bottom: 20px;
    position: relative;
    color: #939393;
    font-size: 14px;
    margin-left: 50%;
    cursor: pointer;
}

section#awards-list .nav-column ul li.active {
    font-weight: 900;
    color: #003b78;
}

section#awards-list .nav-column ul li.active:before {
    background: #ffb84d;
    border: 3px solid #003b78;
    margin-left: -23px;
    margin-top: -1px;
}

section#awards-list .nav-column ul li:before {
    content: "";
    background: #c5c5c5;
    height: 10px;
    width: 10px;
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
    border-radius: 50%;
}

section#job-openings {
    padding-top: 115px;
    background: #427db9;
}

section#job-openings h1 {
    padding-bottom: 40px;
}

section#job-openings h1.yellow span {
    text-shadow: 3px 3px #003b78;
}

section#job-openings p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

section#job-openings .job {
    color: #003b78;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease-out;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    section#job-openings .job {
        width: 80%;
    }
}

section#job-openings .job:before {
    content: "";
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    box-shadow: 3px 3px #003b78;
    border-radius: 6px;
    z-index: -1;
}

section#job-openings .job:after {
    content: ">";
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -28px;
    color: #003b78;
    font-family: "Sigmar One", sans-serif;
    font-size: 2em;
    transition: all 0.3s ease-out;
}

section#job-openings .job:hover:before {
    background-color: #ffb84d;
}

section#job-openings .job:hover:after {
    transform: translateX(15px);
}

section#job-openings .job .title {
    font-weight: 900;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    section#job-openings .job .title {
        margin-right: 60px;
    }
}

section#job-openings .job .location {
    font-style: italic;
    text-align: right;
    margin-right: 70px;
}

@media only screen and (max-width: 768px) {
    section#job-openings .job .location {
        text-align: left;
    }
}

section#career-info {
    background: #eee;
}

section#career-info p {
    width: 80%;
    margin: 20px auto;
}

section#career-info p span {
    font-weight: 500;
    font-style: italic;
}

section#career-info ul {
    margin: 0 auto;
    width: 80%;
    list-style-type: none;
}

section#career-info ul li span {
    font-weight: 900;
}

section#career-benefits {
    padding-bottom: 0;
    padding-top: 60px;
    background: #fff;
}

section#career-benefits ul {
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

section#career-benefits ul li {
    margin-bottom: 20px;
    position: relative;
    font-style: italic;
}

section#career-benefits ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    background: #003b78;
    left: -25px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

section#career-benefits .games-fun {
    background: #eee;
    margin-top: 20px;
    padding: 40px;
}

section#career-benefits .life-md {
    background: #e7e7e7;
    margin-top: 20px;
    padding: 40px;
}

section#career-benefits .life-md a {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    section#career-benefits .life-md {
        margin-top: 0;
    }
}

section#cs-intro {
    background: #eee;
    padding-top: 115px;
}

section#cs-intro .text {
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    color: #003b78;
    text-align: center;
}

section#cs-list {
    background: #fff;
}

section#cs-list h1 span {
    font-size: 0.8em;
}

section#cs-list .cs-filter {
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    section#cs-list .cs-filter {
        width: 100%;
    }
}

section#cs-list .cs-filter .filter {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: "Sigmar One", sans-serif;
    padding: 5px 10px;
    color: #427db9;
    margin-top: 25px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    section#cs-list .cs-filter .filter {
        font-size: 0.8em;
        margin-right: 15px;
    }
}

section#cs-list .cs-filter .filter:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: skew(-10deg);
    background: #dbdbdb;
    box-shadow: 3px 3px #878787;
    border-radius: 6px;
    z-index: -1;
}

section#cs-list .cs-filter .filter:hover:before {
    background: #c2c2c2;
}

section#cs-list .cs-filter .filter.active {
    color: #003b78;
}

section#cs-list .cs-filter .filter.active:before {
    box-shadow: 3px 3px #003b78;
    background: #ffb84d;
}

section#cs-list .case-studies {
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 768px) {
    section#cs-list .case-studies {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 580px) {
    section#cs-list .case-studies {
        grid-template-columns: 1fr;
    }
}

section#cs-list .case-studies .case-study {
    display: none;
    position: relative;
    align-items: center;
    margin: 10px;
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    height: 150px;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
    section#cs-list .case-studies .case-study {
        height: 100px;
    }
}

@media only screen and (max-width: 580px) {
    section#cs-list .case-studies .case-study {
        height: 150px;
    }
}

section#cs-list .case-studies .case-study:hover {
    transform: scale(1.05);
}

section#cs-list .case-studies .case-study:hover img {
    transform: scale(0.7) translateY(-80px);
}

@media only screen and (max-width: 768px) {
    section#cs-list .case-studies .case-study:hover img {
        transform: scale(0.7) translateY(-60px);
    }
}

section#cs-list .case-studies .case-study:hover p {
    transform: scale(0.7) translateY(-80px);
}

section#cs-list .case-studies .case-study:hover a {
    display: block;
    opacity: 1;
    transform: translateY(-50px);
}

@media only screen and (max-width: 768px) {
    section#cs-list .case-studies .case-study:hover a {
        transform: translateY(-30px);
    }
}

section#cs-list .case-studies .case-study img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}

section#cs-list .case-studies .case-study p {
    color: #fff;
    transition: all 0.3s ease-out;
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-shadow: 2px 2px #000;
}

section#cs-list .case-studies .case-study a {
    left: 3em;
    right: 3em;
    bottom: 0;
    position: absolute;
    padding: 5px 0px;
    transition: all 0.3s ease-out;
    color: #fff;
    font-family: "Sigmar One", sans-serif;
    opacity: 0;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    section#cs-list .case-studies .case-study a {
        left: 1em;
        right: 1em;
    }
}

section#cs-list .case-studies .case-study a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #d61107;
    border-radius: 6px;
    box-shadow: 3px 3px #5c0804;
    transform: skew(-10deg);
    z-index: -1;
    transition: all 0.3s ease-out;
}

section#cs-list .case-studies .case-study a:hover:before {
    opacity: 1;
    background: #d66907;
    box-shadow: 3px 3px #ae5200;
}

section#contact-intro {
    padding-top: 115px;
    background: #fff;
}

section#contact-main {
    background: #eee;
}

section#contact-main .contact-container {
    width: 80%;
    margin: 0 auto;
}

section#contact-main .contact-container .contact-form {
    padding: 0px 40px;
    text-align: center;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    section#contact-main .contact-container .contact-form {
        padding: 0;
    }
}

section#contact-main .contact-container .contact-form .g-recaptcha {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

section#contact-main .contact-container .contact-form .response {
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    border-radius: 6px;
    display: none;
}

section#contact-main .contact-container .contact-form .response.success {
    background: #06a911;
    box-shadow: 3px 3px #006907;
}

section#contact-main .contact-container .contact-form .response.error {
    background: #d61107;
    box-shadow: 3px 3px #5c0804;
}

section#contact-main .contact-container .contact-form .form-group {
    display: flex;
    flex-direction: column;
}

section#contact-main .contact-container .contact-form .form-group label {
    text-align: left;
    font-family: "Sigmar One", sans-serif;
    color: #003b78;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    text-transform: lowercase;
}

section#contact-main .contact-container .contact-form .form-group input,
section#contact-main .contact-container .contact-form .form-group textarea {
    text-align: left;
    border-radius: 4px;
    border: none;
    box-shadow: 3px 3px #949494;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    width: 100%;
}

section#contact-main .contact-container .contact-form button {
    margin-top: 40px;
    background-color: transparent;
}

section#contact-main .contact-container .contact-form button p {
    margin-block-end: 0;
    margin-block-start: 0;
}

section#contact-main .contact-container .contact-info {
    padding: 0 40px;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    section#contact-main .contact-container .contact-info {
        margin-top: 40px;
    }
}

section#contact-main .contact-container .contact-info h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}

section#contact-main .contact-container .contact-info p {
    margin-top: 0;
}

section#contact-main .contact-container .contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

section#contact-main .contact-container .contact-info ul li {
    display: inline-block;
    padding: 20px;
    margin: 10px;
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 2em;
    width: 35px;
    height: 35px;
    text-align: center;
}

section#contact-main .contact-container .contact-info ul li i {
    transition: all 0.3s ease-out;
    transform: translateZ(10px);
}

section#contact-main .contact-container .contact-info ul li:before {
    content: "";
    background: #427db9;
    box-shadow: 3px 3px #003b78;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    transform: perspective(30px) rotateX(-2deg) rotateY(1deg);
    transition: all 0.3s ease-out;
}

section#contact-main .contact-container .contact-info ul li:hover {
    color: #003b78;
}

section#contact-main .contact-container .contact-info ul li:hover i {
    transform: translateX(3px) translateY(-3px) translateZ(10px);
}

section#contact-main .contact-container .contact-info ul li:hover:before {
    background: #ffb84d;
}

section#lifemd-intro {
    padding-top: 115px;
    background: #eee;
}

section#lifemd-intro h2 {
    padding-top: 20px;
}

section#lifemd-intro p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

section#lifemd-info {
    background: #fff;
}

section#lifemd-info h2 {
    text-align: left;
    width: 80%;
    margin: 10px auto 0 auto;
}

section#lifemd-info h3 {
    font-weight: 500;
    font-style: italic;
    width: 80%;
    margin: 10px auto 0 auto;
}

section#lifemd-info p {
    margin: 0px;
    width: 80%;
    margin: 10px auto 0 auto;
}

section#singlecareer-intro {
    padding-top: 115px;
    background: #eee;
}

section#singlecareer-intro h1 {
    width: 60%;
    margin: 0 auto;
}

section#singlecareer-content {
    background: #fff;
}

section#singlecareer-content .container {
    width: 80%;
    margin: 0 auto;
}

section#singlecareer-content .container h2 {
    color: #003b78;
    text-align: left;
}

section#singlecasestudy-intro {
    padding-top: 115px;
    background: #eee;
    text-align: center;
}

section#singlecasestudy-intro img {
    max-width: 60%;
}

section#singlecasestudy-intro p {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 2px #000;
    font-size: 2.5em;
}

section#singlecasestudy-content {
    background: #fff;
}

section#singlecasestudy-content .video-container {
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    section#singlecasestudy-content .video-container iframe {
        width: 80%;
        margin: 0 auto;
    }
}

section#singlecasestudy-content .cs-carousel {
    width: 80%;
    margin: 40px auto;
}

section#singlecasestudy-content .cs-carousel img {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
}

section#singlecasestudy-content .cs-carousel .owl-nav {
    display: none;
}

section#singlecasestudy-content .cs-carousel .owl-dots {
    text-align: center;
}

section#singlecasestudy-content .cs-carousel .owl-dots .owl-dot {
    background: #427db9;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 50%;
    border: 3px solid #003b78;
}

section#singlecasestudy-content .cs-carousel .owl-dots .owl-dot.active {
    background: #ffb84d;
}

section#singlecasestudy-content .container {
    width: 80%;
    margin: 0 auto;
}

section#singlecasestudy-content .container h2 {
    color: #003b78;
    text-align: left;
}

.post-template-default .container img {
    max-width: 100%;
    width: 600px;
    height: auto;
}

.error404 {
    background: #fff;
}

.error404 .container {
    width: 80%;
    margin: 0px auto;
}

.error404 .container .flex {
    padding: 115px 0px;
    align-items: center;
    text-align: center;
    min-height: 40vh;
}

.error404 .container .flex div:first-of-type {
    border-right: 1px solid #427db9;
}

.error404 .container .info-404 h1 {
    color: #003b78;
    font-size: 4em;
}

.error404 .container .info-404 h2 {
    color: #427db9;
    font-size: 2em;
}

.error404 .container img {
    height: 400px;
}

body {
    background: gray;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section#page-intro {
    padding-top: 115px;
    background: #eee;
}

section#page-content {
    background: #fff;
}

section#page-content h2 {
    text-align: left;
    color: #003b78;
}

section#page-content .container {
    width: 80%;
    margin: 0 auto;
}

h1 {
    letter-spacing: -2px;
    font-family: "Sigmar One", sans-serif;
    text-align: center;
    font-size: 48px;
    line-height: 1em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: lowercase;
}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 28px;
        padding: 10px;
    }
}

h1 span {
    font-size: 60px;
}

@media only screen and (max-width: 580px) {
    h1 span {
        font-size: 40px;
    }
}

h1.blue {
    color: #003b78;
}

h1.blue span {
    color: #427db9;
    text-shadow: 3px 3px #003b78;
}

@media only screen and (max-width: 580px) {
    h1.blue span {
        text-shadow: 2px 2px #003b78;
    }
}

h1.yellow {
    color: #fff;
}

h1.yellow span {
    color: #ffb84d;
    text-shadow: 2px 2px #fff;
}

h1.teal {
    color: #fff;
}

h1.teal span {
    color: #15282c;
    text-shadow: 3px 3px #aacbd2;
}

@media only screen and (max-width: 580px) {
    h1.teal span {
        text-shadow: 2px 2px #aacbd2;
    }
}

h2 {
    font-family: "Sigmar One", sans-serif;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
}

@media only screen and (max-width: 580px) {
    h2 {
        font-size: 1em;
    }
}

h2.dark-blue {
    color: #003b78;
}

h2.light-blue {
    color: #427db9;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.flex img,
.flex div {
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
}

.flex-row-md {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .flex-row-md {
        flex-direction: row;
    }
}

.content-padding {
    padding: 40px;
}

@media only screen and (max-width: 580px) {
    .content-padding {
        padding: 0px;
    }
}

.content-padding div {
    padding-left: 20px;
    padding-right: 20px;
}

.button-breakaway {
    display: block;
    align-items: center;
    margin: 20px auto;
}

.button-breakaway:before {
    -ms-transform: perspective(10px) rotateX(-1deg) translateY(-8px);
    -o-transform: perspective(10px) rotateX(-1deg) translateY(-8px);
    -moz-transform: perspective(10px) rotateX(-1deg) translateY(-8px);
    -webkit-transform: perspective(10px) rotateX(-1deg) translateY(-8px);
    transform: perspective(10px) rotateX(-1deg) translateY(-8px);
}

.button-breakaway:after {
    top: 2px;
}

.button-breakaway span {
    padding-top: 10px;
}

button.breakaway:before {
    -webkit-transform: perspective(10px) rotateX(-1deg);
    transform: perspective(10px) rotateX(-1deg);
}

button.breakaway:after {
    top: 15px;
}

button.breakaway,
.button-breakaway {
    cursor: pointer;
    text-align: center;
    width: 330px;
    height: 65px;
    font-size: 24px;
    font-family: "Sigmar One", sans-serif;
    text-transform: lowercase;
    border: none;
    border-radius: 6px;
    padding: 0px;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}

@media only screen and (max-width: 580px) {

    button.breakaway,
    .button-breakaway {
        width: 250px;
    }
}

button.breakaway:focus,
.button-breakaway:focus {
    outline: none;
}

button.breakaway p,
.button-breakaway p {
    transform: translateZ(15px);
}

button.breakaway:before,
.button-breakaway:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    z-index: -1;
}

button.breakaway:after,
.button-breakaway:after {
    content: ">";
    position: absolute;
    right: 40px;
    color: transparent;
    transform: translateZ(20px);
}

@media only screen and (max-width: 580px) {

    button.breakaway:after,
    .button-breakaway:after {
        display: none;
    }
}

button.breakaway.blue,
.button-breakaway.blue {
    color: #fff;
}

button.breakaway.blue:before,
.button-breakaway.blue:before {
    background-color: #427db9;
    box-shadow: 4px 4px #003b78;
}

button.breakaway.blue:after,
.button-breakaway.blue:after {
    color: #003b78;
}

button.breakaway.blue:hover:not(:disabled),
.button-breakaway.blue:hover:not(:disabled) {
    color: #003b78;
}

button.breakaway.blue:hover:not(:disabled):before,
.button-breakaway.blue:hover:not(:disabled):before {
    background-color: #ffb84d;
}

button.breakaway.blue:hover:not(:disabled):after,
.button-breakaway.blue:hover:not(:disabled):after {
    animation: moveArrowRight 0.3s forwards;
}

button.breakaway.teal,
.button-breakaway.teal {
    color: #fff;
}

button.breakaway.teal:before,
.button-breakaway.teal:before {
    background-color: #15282c;
    box-shadow: 4px 4px #aacbd2;
}

button.breakaway.teal:after,
.button-breakaway.teal:after {
    color: #fff;
}

button.breakaway.teal:hover:not(:disabled),
.button-breakaway.teal:hover:not(:disabled) {
    color: #aacbd2;
}

button.breakaway.teal:hover:not(:disabled):before,
.button-breakaway.teal:hover:not(:disabled):before {
    background-color: #213f45;
}

button.breakaway.teal:hover:not(:disabled):after,
.button-breakaway.teal:hover:not(:disabled):after {
    animation: moveArrowRight 0.3s forwards;
}

button.breakaway.yellow,
.button-breakaway.yellow {
    color: #003b78;
}

button.breakaway.yellow:before,
.button-breakaway.yellow:before {
    background-color: #ffb84d;
    box-shadow: 4px 4px #fff;
}

button.breakaway.yellow:after,
.button-breakaway.yellow:after {
    color: #003b78;
}

button.breakaway.yellow:hover:not(:disabled),
.button-breakaway.yellow:hover:not(:disabled) {
    color: #fff;
}

button.breakaway.yellow:hover:not(:disabled):before,
.button-breakaway.yellow:hover:not(:disabled):before {
    background-color: #d61107;
    box-shadow: 4px 4px #5c0804;
}

button.breakaway.yellow:hover:not(:disabled):after,
.button-breakaway.yellow:hover:not(:disabled):after {
    color: #fff;
    animation: moveArrowRight 0.3s forwards;
}

button.breakaway:disabled,
.button-breakaway:disabled {
    cursor: default;
    color: #adadad;
}

button.breakaway:disabled:before,
.button-breakaway:disabled:before {
    background-color: #e7e7e7;
    box-shadow: 4px 4px #adadad;
}

button.breakaway:disabled:after,
.button-breakaway:disabled:after {
    color: #adadad;
}

@keyframes moveArrowRight {
    from {
        transform: translateX(0px) translateZ(20px);
        opacity: 0;
    }

    to {
        transform: translateX(20px) translateZ(20px);
        opacity: 1;
    }
}

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