/*
  Theme Name: Edgewater
  Author: New North
*/



/* TABLE OF CONTENTS 

1) GLOBAL & TEXT ....... 17
2) UTILITY ............. 105
3) COLORS & SCREENS .... 173
4) 

*/




/*---------------------------------------------
GLOBAL AND TEXT STYLES
----------------------------------------------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
    color: #253746;
    scroll-behavior: smooth;
}


.section {
    padding: 6rem 1rem;
}

.section-small {
    padding: 4rem 1rem;
}

.section-small h2 {
    margin-bottom: 0;
}


a {
    text-decoration: none;
}

p {
    font-weight: 300;
    font-size: 1.3em;
}

ul,
ol {
    list-style-position: inside;
}

header a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s ease;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2rem;
}

.section h2,
.section p {
    margin-bottom: 1rem;
}

.section h3 {
    font-weight: 100;
    color: #04a2c0;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

h1,
h2,
h4 {
    font-family: 'Russo One', Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1300px) {
    h1 {
        font-size: 3rem;
    }
}

.left-quote {
    position: absolute;
    top: -66px;
    left: 7px;
    width: 50px;
    font-size: 11rem;
    color: rgba(37, 55, 70, 0.07);
}

.quote {
    position: relative;
}

.section ul,
.section ol {
    margin-bottom: 0rem;
}


.center-content .wp-block-column {
    text-align: left;
}

.no-restrict-column .wp-block-columns {
    max-width: 70rem;
}

.section li {
    font-size: 1.3rem;
}

.section li a {
    color: #04a2c0;
    text-decoration: underline;
}

.section a {
    text-decoration: underline;
    color: #04a2c0;
}

.section a.cta-btn {
    text-decoration: none;
    color: #ffffff;
}

/* fine-tuning mobile ux styles */
@media only screen and (max-width: 700px) {
    h1 {
        font-size: 2rem;
    }

    .section {
        padding: 4rem 1rem;
    }

    p {
        font-size: 1.25rem;
    }
}



/*---------------------------------------------
UTILITY STYLES
----------------------------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.full-bg-img {
    background-position: center;
    background-size: cover;
}

.section .no-bottom-margin {
    margin-bottom: 0;
}

.add-bottom-margin {
    margin-bottom: 3rem;
}

.contain-width {
    max-width: 86rem;
    margin: 0 auto;
}

.show-mobile {
    display: none;
}

.contain-nav {
    max-width: 150rem;
    margin: 0 auto;
}

.hidden {
    display: none;
}


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

.fixed-image {
    background-attachment: fixed;
}

/* media queries */
@media only screen and (max-width: 700px) {
    .fixed-image {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 500px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}


.section ul,
.section ol {
    max-width: 30rem;
    text-align: left;
}

.center-content ul {
    max-width: 24rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: 100;
    list-style-position: inside;
}

.wp-block-columns {
    max-width: 45rem;
    margin: 0 auto;
}


/* FLOATING SIDE HIRING BUTTON */
#hiringBtn {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    left: -2.25rem;
    top: 32%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s;
    z-index: 99999999;
    transform: rotate(180deg);
}

/*
@keyframes slideright {
	100% {
		right: 0;
	}
}
*/

#hiringBtn li {
    margin-bottom: 40px;
    margin-right: -20px;
    padding: 5px 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    background-color: #04a2c0;
    border: 3px solid #04a2c0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    -webkit-transition: width .5s, background-color .1s;
    transition: width .5s, background-color .1s;

}

#hiringBtn li a {
    font-size: 19px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

#hiringBtn li:hover {
    background-color: #ffffff;
}

#hiringBtn li:hover a {
    color: #04a2c0;
}




/*---------------------------------------------
COLORS AND SCREENS STYLES
----------------------------------------------*/

.main-links > li:hover {
    color: #04a2c0;
}

i {
    color: #04a2c0;
    font-size: 1.5rem;
}

.icon-bg {
    border-radius: 50%;
    background-color: rgba(4, 162, 192, 0.15);
    padding: 0.65rem;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}

.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white span {
    color: #ffffff;
}

.blue-screen-heavy {
    background-color: rgba(37, 55, 70, 0.85);
}

.blue-screen {
    background-color: rgba(80, 109, 128, 0.4);
}

.gray-bg {
    background-color: rgba(37, 55, 70, 0.07);
}

.blue-bg {
    background-color: #253746;
}

.dark-shadow {
    box-shadow: 1px 1px 23px 0px #2e2e2e;
}

.light-shadow {
    box-shadow: 0px 0px 26px -11px #506d80;
}

.pink-screen {
    /*	background-color: rgba(162, 0, 128, 0.3);*/
    border-right: 6px solid rgba(162, 0, 128, 1);
    height: 100%;
}

.light-green-screen {
    /*	background-color: rgba(170, 219, 30, 0.3);*/
    border-right: 6px solid rgba(170, 219, 30, 1);
    height: 100%;
}

.dark-blue-screen {
    /*	background-color: rgba(0, 107, 166, 0.3);*/
    border-right: 6px solid rgba(0, 107, 166, 1);
    height: 100%;
}

.dark-purple-screen {
    /*	background-color: rgba(95, 37, 159, 0.3);*/
    border-left: 6px solid rgba(95, 37, 159, 1);
    height: 100%;
}

.green-screen {
    /*	background-color: rgba(0, 163, 118, 0.3);*/
    border-left: 6px solid rgba(0, 163, 118, 1);
    height: 100%;
}

.yellow-screen {
    /*	background-color: rgba(170, 178, 51, 0.3);*/
    border-right: 6px solid rgba(170, 178, 51, 1);
    height: 100%;
}

.orange-screen {
    /*	background-color: rgba(226, 144, 51, 0.3);*/
    border-left: 6px solid rgba(226, 144, 51, 1);
    height: 100%;
}


/*---------------------------------------------
BANNER STYLES
----------------------------------------------*/
.logo-bg {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img {
    background-size: cover;
    background-position: center 25%;
}

#homepage-banner p,
.banner p {
    font-size: 1.5rem;
    font-weight: 100;
}


#homepage-banner h1,
.banner h1,
#homepage-banner p,
.banner p {
    text-shadow: #1a1a1a 2px 1px 6px;
    /*	text-shadow: #000 3px 2px 6px;*/
    max-width: 65rem;
    margin: 0 auto;
}

.banner h1 {
    margin-top: 5rem;
}

.banner > div {
    padding: 7rem 1rem 11rem;
}

@media only screen and (max-width: 700px) {
    .banner > div {
        padding: 2rem 1rem 6rem;
    }
}



/*---------------------------------------------
MAIN NAV STYLES
----------------------------------------------*/
header#navigation {
    box-shadow: 0 0 23px #2e2e2e;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    transition: background-color 1s ease 0s;
    z-index: 1;
}

.company-logo {
    width: auto;
    height: 3.75rem;
    margin-right: 1rem;
}

.main-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.main-links,
.uber-nav {
    display: flex;
    flex-wrap: wrap;
}

.main-links > li:last-child {
    font-weight: 600;
}

ul.main-links {
    align-items: center;
}

.all-nav-items {
    display: flex;
    align-items: flex-end;
    padding: 0.25rem 1rem;
}


.uber-nav > li,
.main-links > li {
    margin: 0.25rem 0.5rem;
}

.nav-cta {
    align-self: center;
}

.uber-nav-container {
    background-color: #253746;
}

.uber-nav {
    width: 100%;
    justify-content: flex-end;
    padding: 0.25rem 1rem;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.uber-nav li:last-child {
    font-weight: 600;
}

.uber-nav li {
    color: #ffffff;
    padding: 0 4px;
    list-style: none;
}



/* Homepage Nav Special Styles */
header#navigation.homepage-nav {
    background-color: transparent;
    box-shadow: none;
    transition: background-color 1s ease 0s;
}

.homepage-uber.uber-nav-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.uber-nav-container {
    height: auto;
    max-height: 40px;
    transition: max-height 0.5s ease;
}

.homepage-nav a {
    color: #ffffff;
}

.homepage-nav .ham-bar-1,
.homepage-nav .ham-bar-2,
.homepage-nav .ham-bar-3 {
    background-color: #ffffff;
}



/*---------------------------------------------
MAIN NAV STYLES - DROPDOWN MENUS
----------------------------------------------*/
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.main-links li ul li {
    display: inline-block;
    background-color: rgba(37, 55, 70, 0.8);
}

.main-links li ul li:hover {
    filter: brightness(90%);
}

.main-links li a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-links ul li a {
    color: #ffffff;
}

/* Hide Dropdowns by Default */
.main-nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
}

/* Display Dropdowns on Hover */
.main-nav ul li:hover > ul {
    display: inherit;
}

/* First Tier Dropdown */
.main-nav ul ul li {
    min-width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third, ...	*/
.main-nav ul ul ul li {
    position: relative;
    top: -50px;
    left: 170px;
}

/*---------------------------------------------
MOBILE NAV STYLES
----------------------------------------------*/
.hamburger-nav {
    display: none;
}

.closed {
    height: 0 !important;
    padding: 0 !important;
}

.hamburger-nav-links {
    position: absolute;
    top: -0;
    text-align: center;
    overflow-x: hidden;
    height: 100vh;
    width: 100%;
    transition: 0.5s ease;
    background: #04a2c0;
    background-color: rgba(0, 172, 203, 0.9);
    list-style-type: none;
    line-height: 2.5rem;
    padding: 5rem 0;
}

.hamburger-nav-links a {
    color: #ffffff;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}

.hamburger-menu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 24px;
}

.container {
    display: inline-block;
    cursor: pointer;
}

.ham-bar-1,
.ham-bar-2,
.ham-bar-3 {
    width: 35px !important;
    height: 3px;
    background-color: #04a2c0;
    margin: 6px 0;
    transition: 0.4s;
}

.change .ham-bar-1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-225deg) translate(5px, -4px);
    background-color: #ffffff;
}

.change .ham-bar-2 {
    opacity: 0;
}

.change .ham-bar-3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #ffffff;
}

/* media queries */
@media only screen and (max-width: 1100px) {

    .main-links,
    .uber-nav {
        display: none;
    }

    .hamburger-nav {
        display: block;
    }
}


/* mobile collapse styles */

.menu-mobile-menu-container * {
    margin: 0;
    padding: 0;
}

.menu-mobile-menu-container li {
    list-style-type: none;
}

.menu-mobile-menu-container ul ul {
    display: none;
}

.menu-mobile-menu-container li.active > ul {
    display: block;
}

/* first level menu item */

.menu-mobile-menu-container > ul > li > a {
    position: relative;
    display: block;
}

/* second level menu item */

.menu-mobile-menu-container ul ul li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}

.menu-mobile-menu-container ul ul li a:hover {
    background: #04a2c0;
}

/* third level menu item */

.menu-mobile-menu-container ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(254, 254, 254, 0.5);
}

/* arrows after closed / open menu items that have children */

.menu-mobile-menu-container a:not(:only-child):after {
    content: "\2304";
    margin-left: 1rem;
}

.menu-mobile-menu-container .active > a:not(:only-child):after {
    /*		content: "\2f1";*/
    /*	content: "\00d7";*/
    content: "";
}


/*---------------------------------------------
FOOTER STYLES
----------------------------------------------*/
#main-footer {
    width: 100%;
    background-color: #253746;
    padding-top: 3rem;
}

.footer-container .nav-cta.cta-btn.btn-primary {
    display: inline-block;
    margin-top: 2rem;
}

#main-footer img {
    /*	width: 100%;*/
    max-width: 390px;
    display: block;
    margin: 0rem auto;
    padding-top: 1rem;
}

.footer-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100rem;
    margin: 0 auto;
}

.footer-container {
    padding: 0 1rem 3rem 1rem;
    color: #ffffff;
    font-size: 0.85rem;
    width: 33%;
    text-transform: uppercase;
    font-weight: 300;
}

.footer-links {
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-container a:hover {
    color: #04a2c0;
    transition: 0.3s ease;
}

.footer-contact {
    text-align: right;
    line-height: 1rem;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
}

.footer-container img {
    margin: 0 auto;
}

.footer-container h3 {
    color: #04a2c0;
    margin-bottom: 0.5rem;
}

.footer-logo {
    text-align: center;
}

.footer-nav {
    /*	text-align: center;*/
}

.footer-container p {
    line-height: 1.75rem;
    font-size: 0.85rem;
}

.footer-container.footer-nav {
    text-align: center;
}

.footer-links li {
    margin: 0.5rem 0;
}

.footer-container img {
    margin: 0.5rem 0;
    /*	width: auto;*/
    max-width: 20rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cert-logos img {
    object-fit: contain;
}

li {
    list-style-position: outside;
}



@media only screen and (max-width: 800px) {
    .footer-container.footer-nav {
        width: 100%;
        order: -1;
    }

    .footer-container {
        width: 50%;
    }
}

@media only screen and (max-width: 570px) {
    .footer-container.footer-logo {
        width: 100%;
        order: 1;
        padding: 1rem;
    }

    .footer-container {
        width: 50%;
        padding: 2rem 1rem;
    }

    .all-nav-items {
        padding: 0.25rem 0rem;
    }
}

.footer-nav ul {
    position: inherit;
}




/*---------------------------------------------
BUTTON STYLES
----------------------------------------------*/
.btn-margin,
.wp-block-button {
    margin: 1.5rem 0;
}

.cta-btn,
.wp-block-button__link {
    padding: 0.75rem 2.25rem;
    white-space: nowrap;
    transition: 0.3s ease;
    font-family: 'Russo One', Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.cta-btn:hover,
.footer-container a.cta-btn:hover,
.wp-block-button__link:hover {
    filter: brightness(90%);
    color: #ffffff;
}

.btn-primary,
.wp-block-button__link {
    color: #ffffff;
    background-color: #04a2c0;
    border-radius: 0;
}

.btn-white {
    border: 2px solid #fff;
    color: #fff;
}

.btn-white:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

/*
.vertical-align {
    display: flex;
}
*/

.vertical-align > .subtitle-home {
    /*	margin: auto;*/
    margin: 10rem auto 3rem;
    text-align: left;
}

.subtitle-home {
    max-width: 120rem;
}

#homepage-banner h1 {
    margin-top: 11rem;
    font-size: 3.5rem;
}

@media only screen and (max-width: 500px) {
    #homepage-banner h1 {
        font-size: 3.5rem;
    }

    .vertical-align > .subtitle-home {
        margin: 5rem auto 3rem;
    }
}

.purple-btn {
    color: #ffffff;
    background-color: #a90087;
}

.lightgreen-btn {
    color: #ffffff;
    background-color: #aadb1e;
}

.darkpurple-btn {
    color: #ffffff;
    background-color: #5f259f;
}

.darkblue-btn {
    color: #ffffff;
    background-color: #006ba6;
}

.green-btn {
    color: #ffffff;
    background-color: #00aa76;
}

.orange-btn {
    color: #ffffff;
    /*	background-color: #e69433;*/
    background-color: #f7992a;
}

.olive-btn {
    color: #ffffff;
    background-color: #ffd100;
}


/*---------------------------------------------
CARD STYLES
----------------------------------------------*/

.card {
    background-color: #ffffff;
    padding: 2rem;
}

.card p,
.card h2,
.white .card p,
.white .card h2,
.white .card h4,
.card h4 {
    color: #253746;
    white-space: normal;
}

.card p.pre-title {
    color: #04a2c0;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
}

.i-am-a .card {
    max-width: 27rem;
    margin: 1rem;
}

@media only screen and (max-width: 700px) {
    .i-am-a .card {
        margin: 1rem 0;
    }
}



/* employee card */
.employee-card {
    background-position: bottom right;
    background-repeat: no-repeat;
}

.employee-advantage {
    margin-top: 3rem;
}

.employee-advantage > div {
    width: 50%;
    padding: 1rem 2rem;
}

.join-team-content {
    text-align: right;
}

.join-team-content p {
    margin-bottom: 2rem;
}

.employee-img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border-radius: 50%;
}

.quote p {
    /* max-width: 24rem; */
    text-align: left;
    margin-left: 2rem;
}

@media only screen and (max-width: 1311px) {
    .employee-card .quote p {
        max-width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .employee-advantage > div {
        width: 100%;
        padding: 1rem;
    }

    .join-team-content {
        text-align: center;
        order: 1;
    }
}


/*---------------------------------------------
HOMEPAGE
----------------------------------------------*/
#homepage-banner {
    height: 100vh;
}

.bottom-screen-home {
    background-color: rgba(255, 255, 255, 0.7);
    height: 25%;
}

.top-screen-home {
    height: 100%;
    /*	background-color: rgba(80, 109, 128, 0.4);*/
    padding: 1rem;
}


.btn-scroll {
    display: inline-block;
    border-radius: 50%;
    margin-top: 2rem;
    animation: bounce 0.75s ease infinite alternate;
    transition: 0.3s ease;
}

.btn-scroll:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.btn-scroll:hover > span {
    border: 2px solid #ffffff;
}

.btn-scroll > span:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.btn-scroll > span {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.btn-scroll > span:after {
    content: '';
    display: inline-block;
    margin-top: 0.55rem;
    width: 0.75rem;
    height: 0.75rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}


.entry-point-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 70rem;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.entry-point-container a.entry-point {
    width: 25%;
}

.entry-point > div {
    padding: 0 1rem;
}

.entry-point > div > div {
    max-width: 10.5rem;
    margin: 1rem auto 0;
}

.entry-point {
    transition: 0.3s ease;
}

.entry-point:hover {
    background-color: #ffffff;
    box-shadow: 0 0 23px #2e2e2e;
}

.entry-point-container-mobile {
    display: none;
}

.awards-section > div {
    width: 32rem;
    text-align: center;
}

.awards-section img {
    height: 5rem;
    /*	max-width: 15rem;*/
    object-fit: contain;
    /*	margin: 1rem;*/
    width: 100%;
    margin: .5rem auto;
    /*
	filter: grayscale(1);
	opacity: 0.75;
*/
}

.awards-section.modified img {
    max-width: 20rem;
}

.awards-section img:nth-child(5),
.awards-section img:nth-child(6) {
    margin: 1rem 0;
}

.success-stories {
    margin-top: 3rem;
    max-width: 86rem;
    margin: 3rem auto 0;
}

.success-stories > div {
    width: 50%;
    padding: 1rem 2rem;
}

.success-stories > div > img {
    width: 100%;
}

.success-content > div > div {
    min-width: 3rem;
    text-align: center;
}

.success-content > div {
    display: flex;
    text-align: left;
    margin: 0 0 2rem 0;
}

.success-content p {
    margin-left: 1rem;
    margin-bottom: 0;
}


/* media queries */
@media only screen and (max-width: 1070px) {
    .success-stories > div {
        width: 100%;
        padding: 1rem;
    }

    .success-stories > div > img {
        max-width: 40rem;
    }

    .success-content a {
        margin: 0 auto;
    }

    .success-content.reverse-success {
        order: 1;
    }
}

@media only screen and (max-width: 800px) {
    .bottom-screen-home {
        display: none;
    }

    .top-screen-home {
        height: 100%;
    }

    .entry-point-container-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .entry-point-container-mobile a.entry-point {
        padding: 2rem 0;
        text-align: center;
        width: 50%;
        align-self: flex-end;
    }
}

@media only screen and (max-width: 700px) {
    .success-content > div {
        display: block;
        text-align: center;
    }

    .success-content .icon-bg {
        margin-bottom: 1rem;
    }

    .success-content p {
        margin-left: 0;
    }

    .success-stories > div {
        padding: 1rem 0;
    }
}


@media only screen and (max-width: 400px) {
    .entry-point-container-mobile a.entry-point {
        width: 100%;
    }

    .awards-section > div {
        width: 100%;
    }

    .awards-section > div img {
        width: 100%;
    }
}


.horizontal-scroll {
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.horizontal-scroll > div {
    display: inline-block;
}

.horizontal-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 0.5rem;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    /*    -webkit-box-shadow: 0 0 0px rgba(255,255,255,.5);*/
}

.scroll-bg {
    width: 100%;
    height: 8px;
    background-color: #333333;
    max-width: 86rem;
    margin: -8px auto 0;
    border-radius: 4px;
}

.blog-articles div {
    max-width: 22rem;
    margin: 0 0.5rem;
}

.blog-articles p {
    white-space: normal;
}

.blog-articles {
    padding: 3rem 1rem;
}

.side-scroll-thumb {
    height: 5rem;
}


.blog-articles .card.dark-shadow {
    min-width: 24rem;
}


@media only screen and (max-width: 500px) {
    .blog-articles .card.dark-shadow {
        min-width: 20rem;
    }
}



/*---------------------------------------------
BLOG LISTING
----------------------------------------------*/
#blogPosts {
    padding-bottom: 5rem;
}

.blog-img .blue-screen-heavy {
    padding: 5rem 1rem 1rem 5rem;
    height: 100%;
}

.blog-img .left-quote {
    color: rgba(255, 255, 255, 0.2);
    top: -78px;
    left: -16px;
}

.blog-img .quote p {
    line-height: 1.25rem;
    font-weight: 500;
}

.blog-article .flex > div {
    width: 42%;
    margin: 2rem;
}

.blog-img {
    max-width: 32rem;
}

.blog-excerpt {
    text-align: right;
}

.blog-article.reverse .blog-excerpt {
    order: 1;
    text-align: left;
}

.blog-article .flex {
    padding: 3rem 0;
}

.blog-article hr {
    max-width: 60rem;
    margin: 0 auto;
    border: none;
    height: 2px;
    background-color: #506d80;
}

.pagination {
    text-align: center;
    margin-top: 3rem;
}

.page-numbers {
    border: 2px solid #0496b4;
    color: #0496b4;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin: 0.25rem;
    background-color: #ffffff;
    font-weight: 600;
    transition: 0.3s ease;
}

.page-numbers:hover {
    filter: brightness(85%);
}

.page-numbers.current {
    background-color: #0496b4;
    color: #ffffff;
}

.page-numbers.dots {
    border: none;
    background-color: transparent;
    padding: 0.5rem;
}



@media only screen and (max-width: 840px) {
    .blog-article .flex > div {
        width: 100%;
        margin: 1rem;
        text-align: center;
    }

    .blog-article .flex > .blog-img {
        order: -1;
        max-width: 100%;
        margin-top: 3rem;
    }

    .blog-article .flex > .blog-excerpt {
        margin-bottom: 3rem;
        text-align: center;
        margin-top: 1rem;
    }

    .blog-article .flex {
        padding: 0;
    }
}


/*---------------------------------------------
BLOG DETAIL
----------------------------------------------*/

.blog-content p,
.blog-content h3,
.blog-content h4,
.blog-content ol,
.blog-content ul,
.blog-content table,
.default-template p,
.default-template h3,
.default-template h4,
.default-template ol,
.default-template ul,
.default-template table {
    margin-bottom: 1rem;
}

.blog-content .wp-block-columns,
.default-template .wp-block-columns {
    max-width: 65rem;
    margin: 0 auto;
}

.section.contain-width.blog-content,
.default-template.contain-width,
.solutions-template.contain-width {
    max-width: 65rem;
}

blockquote p {
    color: #04a2c0;
    font-weight: 400;
    font-style: italic;
}

.blog-content ol li > ol,
.blog-content ul li > ul,
.default-template ol li > ol,
.default-template ul li > ul {
    margin-left: 1rem;
}

th,
td {
    padding: 0.75rem 0;
    border-bottom: 1px solid lightgray;
}




/*---------------------------------------------
CAREERS TEMPLATE
----------------------------------------------*/
.awards-small {
    margin-top: -2rem;
    justify-content: flex-end;
}

.awards-small img {
    width: 14rem;
    object-fit: contain;
}

@media only screen and (max-width: 1000px) {
    .awards-small {
        justify-content: center;
        margin-top: 1rem;
    }
}

.flex-img,
.flex-content-right,
.flex-content-left {
    width: 50%;
}

.flex-content-left {
    text-align: right;
}

.flex-content-right {
    padding-left: 3rem;
}

.flex-content-left {
    padding-right: 3rem;
}

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

    .flex-img,
    .flex-content-right,
    .flex-content-left {
        width: 100%;
    }

    .flex-content-right,
    .flex-content-left {
        text-align: center;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .flex-img {
        height: 14rem;
    }

    .flex-content-left {
        order: 1;
    }
}

.icon-row > div {
    display: flex;
    /*    margin: 2rem 1rem;*/
    flex-wrap: wrap;
    width: 12rem;
    margin: 1rem;
    text-align: center;
    align-self: baseline;
}

.icon-row i {
    color: #a20080;
    width: 100%;
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.icon-row {
    margin: 0 2rem;
    text-align: left;
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

/*
@media only screen and (max-width: 1300px) {
    .icon-row {
        width: 22rem;
    }
}

@media only screen and (max-width: 900px) {
    .icon-row {
        width: 16rem;
    }
}
*/

@media only screen and (max-width: 720px) {
    .icon-row {
        width: 100%;
        margin-bottom: -2rem;
    }
}


.careers-iframe {
    width: 100%;
    height: 39rem;
    max-width: 51rem;
    box-shadow: 0px 0px 26px -11px #333;
    border: none;
    margin-top: 2rem;
}




/*---------------------------------------------
FORM STYLES
----------------------------------------------*/
.form {
    max-width: 60rem;
    margin: 0 auto;
    text-align: left;
}

div.form .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
    /*	background-color: #e69433 !important;*/
    background-color: #f7992a !important;
    color: #ffffff !important;
    padding: 0.75rem 2.25rem !important;
}

.wpforms-submit-container {
    text-align: center;
}



.service-listing .icon-row i {
    color: #a9b100;
}

.icon-row p {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
}



/*---------------------------------------------
LEADERSHIP STYLES
----------------------------------------------*/
.leadership-card {
    height: 22rem;
    width: 18rem;
    overflow: hidden;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem;
}

.slide {
    top: 77%;
    position: relative;
    transition: all .3s ease-out;
    background: rgba(255, 255, 255, 1);
    height: 100%;
}

.leadership-card:hover > .slide {
    top: 0;
}

.section .leadership-card h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: -0.25rem;
}

.section .leadership-card p {
    font-size: 0.8rem;
}

.linked-in {
    width: 100%;
    background-color: #0499b7;
    color: #ffffff;
    padding: 0.5rem;
}

.linked-in:hover {
    filter: brightness(0.9);
}

@media only screen and (max-width: 500px) {
    .leadership-card {
        height: 24rem;
        background-size: 110%;
    }

    .slide {
        top: 80%;
    }
}



/*---------------------------------------------
NEW TABBED SERVICES STYLES
----------------------------------------------*/
.container {
    box-sizing: content-box;
    max-width: 90rem;
    margin: 0 auto 48px auto;
    padding: 12px;
}

.tabpanel__tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab1 {
    background: #aadb1e;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab2 {
    background: #5f259f;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab3 {
    background: #b0008e;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab4 {
    background: #00b176;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab5 {
    background: #ffd100;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab6 {
    background: #ed9b33;
    color: #ffffff;
}

.tabpanel__tab:checked + .tabpanel__tablabel.tab7 {
    background: #006ba6;
    color: #ffffff;
}

.tabpanel__tablabel {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding: 12px;
    background: #eff1f2;
    color: #203748;
    font-weight: 700;
}

.tabpanel__tablabel:hover {
    cursor: pointer;
}

.tabpanel__panel {
    display: none;
    background: #203748;
}

.tabpanel__panel > *:first-child {
    margin-top: 0;
}

.tabpanel__panel > *:last-child {
    margin-bottom: 0;
}

.tabpanel__panel > * + * {
    margin-top: 24px;
}

#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5,
#tabpanel__tab-6:checked ~ .tabpanel__panels #tabpanel__panel-6,
#tabpanel__tab-7:checked ~ .tabpanel__panels #tabpanel__panel-7 {
    display: block;
    position: relative;
    top: 0px;
}

.media__body > * {
    margin: 0;
}

.media__body > p + p,
.media__body > p + h2 {
    margin-top: 24px;
}

.tabpanel {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/*
@media screen and (max-width: 600px) {
  .tabpanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .tabpanel .tabpanel__tablabel {
    padding: 24px 36px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    -webkit-box-ordinal-group: initial;
            order: initial;
  }
  .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
	.tabpanel #tabpanel__tab-6 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .tabpanel #tabpanel__tab-6:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
	.tabpanel #tabpanel__tab-7 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .tabpanel #tabpanel__tab-7:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}
@media screen and (min-width: 601px) {
  .tabpanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .tabpanel .tabpanel__tablabel {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .tabpanel .tabpanel__panels {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
  }
}
*/

.tabpanel {
    font-size: 0.85rem;
}

.tabbed-flex img {
    max-width: 20rem;
    margin: 0 2rem;
}

.flex.tabbed-flex {
    justify-content: flex-start;
    padding: 4rem 0;
}

.media__body {
    width: 60%;
    text-align: left;
}

label.tabpanel__tablabel {
    margin-right: 4px;
}

.tabbed-flex img {
    object-fit: cover;
}

label.tabpanel__tablabel {
    width: 14.04%;
}

label.tabpanel__tablabel:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 1450px) {
    label.tabpanel__tablabel {
        width: 13.95%;
    }
}

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

    label.tabpanel__tablabel {
        width: 100%;
        margin: 2px 0 2px 0;
    }

    .tabbed-flex img {
        margin: 0 auto;
        max-height: 10rem;
    }

    .media__body {
        width: 100%;
        text-align: center;
        padding: 2rem 1rem 0;
    }
}


.partner-badges img {
    max-height: 5rem;
    margin: 2rem;
}

.partner-badges {
    margin-bottom: 6rem;
}




/* new homepage styling */
/*
.bigger-subtitle {
    font-size: 3rem !important; 
    line-height: 3rem !important;
    font-weight: 500 !important;
}*/

.bigger-subtitle {
    font-size: 2.8em;
}

@media only screen and (max-width: 700px) {
    .bigger-subtitle {
        font-size: 1.8em;
    }

    #homepage-banner h1 {
        margin-top: 6rem;
    }
}


.flex.two-col-w-cta > div {
    width: 70%;
    text-align: left;
    margin-right: 3rem;
}


@media only screen and (max-width: 773px) {
    .flex.two-col-w-cta > div {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 3rem;
    }
}
