﻿.main-content .container {
    padding: 60px 37px 60px 33px;
    margin: auto;
}

.main-content .path .container {
    padding-top: 20px;
    padding-bottom: 20px; 
}

.size14-22 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0;
}

.fw-700 {
    font-weight: 700;
}

.center-text {
    text-align: center;
    margin: auto;
}

.tile-header {
    margin-bottom: 40px;
}

/* BUTTONS */
.cta-btn {
    background: #98DAB4;
    color: #0C2340;
}

.cta-btn:hover {
    background: #43BB76;
}

.sec-cta-btn {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.sec-cta-btn:hover {
    color: #0C2340;
    background: #FFFFFF;
}

.sec-btn {
    /* White */
    background: #FFFFFF;
    /* Deep Navy */
    color: #0C2340;
    border: 2px solid #0C2340;
    box-sizing: border-box;
    border-radius: 6px;
}

.sec-btn:hover {
    background: #FFFFFF;
    color: #0077D4;
    border: 2px solid #0077D4;
}


/* PATH STYLES*/

.path h6 {
    display: inline-block;
}

.path h6{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #A7A9AC;
    display: inline-block;
    font-weight: 400;
}

.path h6 a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #A7A9AC;
    display: inline-block;
    font-weight: 400;
}

.hero .path h6 {
    color: #ffffff;
}

.hero .path h6 a {
    color: #ffffff;
}

.path h6.current {
    color: #0077D4;
    font-weight: 700;
}

.path h6.current a {
    color: #0077D4;
    font-weight: 700;
}

.hero .path h6.current {
    color: #99C9EE;
}

/* TITLE CARD STYLES */
.title-card h1 {
    margin-bottom: 20px;
}

 h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.title-card button.btn.contact-btn {
    margin-top: 0;
    margin-bottom: 40px;
}

ul.title-list {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

.check-icon {
    background-image: url(../imgs/icons/list-checkmark-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    width: 27px;
    height: 27px;
    position: absolute;
    left: -5px;
    background-position: center center;
}

/* BENEFITS STYLES */

.benefits-icon {
    background-image: url(../imgs/icons/benefits-checkmark-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    width: 57px;
    height: 57px;
    margin: auto;
    margin-bottom: 20px;
}

.benefits-icon.star {
    background-image: url(/imgs/SOLUTIONS-PAGE/01-Benefits-Icon.png);
}

.benefits-icon.cost {
    background-image: url(/imgs/HOME/03-Icon-1-Reduce-Costs.png);
}
.benefits-icon.offerings {
    background-image: url(../imgs/icons/01-Icon-2-Offerings-x4.jpg);
}
.benefits-icon.improve {
    background-image: url(/imgs/HOME/03-Icon-4-Customer-Exp.png);
}
.benefits-icon.revenue {
    background-image: url(/imgs/HOME/03-Icon-3-Revenue.png);
}
.benefits-icon.productivity {
    background-image: url(/imgs/HOME/03-Icon-2-Productivity.png);
}
.benefits-icon.sustainability {
    background-image: url(/imgs/HOME/03-Icon-5-Sustainability.png);
}

.title-list h5 {
    font-weight: 700;
}

.technology .title-list h5,
.technology .title-list p {
    font-weight: normal;
    margin-left: 30px;
}

.benefit-card {
    margin-bottom: 40px;
}

.benefit-card p {
    max-width: 265px;
    margin: auto;
}

.fit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit-width-image img {
    width: 100%;
}

/* CONSULT STYLES */

.consult-bg {
    padding: 100px 0 100px 0;
    background-image: url(/imgs/CONTACT-CTA/Mobile/Contact-CTA-bkgd-M.jpg);
    background-position: center;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-bg {
    padding: 30px 40px;
    background-image: url(/imgs/CONTACT-CTA/04-CTA-Bkgd.png);
    background-position: center;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-bg img {
    max-width: 400px;
}

.contact-bg .fit-content {
    text-align: -webkit-center;  
}

.contact-bg .row {
    align-items: center;
}

/* Summary list */

.summary-list .list > ul {
    list-style: none;
    padding-left: 0;
}

#summary-list > li {
    margin-bottom: 50px;
}

.summary-list ul li:nth-last-child(1) {
    margin-bottom: 0;
}

#summary-list > li {
    background-image: url(../imgs/icons/Right-Long-Arrow-Icon.svg);
    background-size: 29px 16px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: -40px;
    transition: 1s;
}

#summary-list > li.selected {
    background-position-x: 0;
    padding-left: 40px;
}

.summary-list .list .selected h5 {
    color: #0077D4;
    font-weight: 700;
}

#summaries {
    overflow: hidden;
}

.summary {
    position: absolute;
    left: 15px;
    right: 15px;
    transition: 1s;
}

.summary ul {
    padding-left: 15px;
}

.summary ul li {
    margin-bottom: 1rem;
}

.summary.hide {
    left: calc(100% + 15px);
    right: calc(-100% + 15px);
    z-index: -1;
    opacity: 0;
}

.selected .mobile-summary {
    margin-left: -40px;
    max-height: 500px;
}

.mobile-summary {
    transition: 1s;
    max-height: 0;
    overflow: hidden;
}

ul.disc {
    list-style: disc;
    margin-left: -20px;
}

.partners {
    justify-content: space-around;
    overflow: hidden;
    transition: 1s;
}

.partners.expand {
    max-height: 1450px !important;
}

.partner-logo {
    width: 20.5%;
    padding-bottom: 40px;
}

#partner-collapse:after {
    content: " More"
}

.partners.expand + div #partner-collapse:after {
    content: " Less"
}

.partner-logo img {
    height: auto;
}

.partner-logo:nth-last-child(6),
.partner-logo:nth-last-child(5),
.partner-logo:nth-last-child(4),
.partner-logo:nth-last-child(3),
.partner-logo:nth-last-child(2) {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .summary-list .list {
        border-color: #0077D4;
        border-width: 0px 3px 0 0;
        border-style: solid;
    }

    .partners {
        max-height: none !important;
    }

    .mobile-summary {
        display: none;
    }

    .partner-logo {
        width: 13%;
        padding-bottom: 60px;
    }

    .partner-logo:nth-last-child(8),
    .partner-logo:nth-last-child(7) {
        padding-bottom: 0;
    }

    .md-hide {
        display: none;
    }
}

@media (max-width: 768px) {
    #summary-list > li {
        border-color: #EEEEEE;
        border-width: 0px 0 3px 0;
        border-style: solid;
        margin-bottom: 20px;
    }

    .summary-list .list > ul li.selected  {
        border-color: #0077D4;
    }

    #summary-list li {
        background-position-y: 5px;
    }

    .mobile-center-text {
        text-align: center;
        margin: auto;
        margin-bottom: 40px; 
    }
}

/* solutions tile cards */

.solutions-card {
    position: relative;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    overflow: hidden;
}

.solutions-card:hover .tilecard-text{
    color: #0077D4;
    box-shadow: inset 0 -6px 0 0;
}

.contact .tilecard-image,
.home .tilecard-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #0C2340;
}

.contact .tilecard-image {
    background: transparent; 
}

.tilecard-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.justify-content-space-around {
    justify-content: space-around;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.contact .tilecard-image img,
.home .tilecard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .tilecard-image img {
    opacity: 1;
}

.tilecard-image img {
    flex-shrink: 0;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .tilecard-text {
    height: 200px;
}

.home .tilecard-text {
    height: 272px;
}
.contact .solutions-card:hover .tilecard-text,
.home .solutions-card:hover .tilecard-text {
    box-shadow: none;
}

.tilecard-text {
    padding: 20px 32px;
    position: relative;
}

.tilecard-text.white-bg {
    background: #ffffff;
}

.tilecard-tag {
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 4px 18px;
    width: fit-content;
    margin-bottom: 10px;
}

.feature-tag.green,
.tilecard-tag.green {
    border: 2px solid #B4E4C8;
}

.tilecard-tag h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: auto 0;
}

a.tilecard-link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.tilecard-link:hover {
    background-color: black;
    text-decoration: none;
}

.tilecard-explore {
    position: absolute;
    bottom: 1em;
    z-index: -1;
}

.link-arrow-hover:hover .animated__arrow {
    -webkit-transform: translateX(5px) rotate(45deg);
    -ms-transform: translateX(5px) rotate(45deg);
    transform: translateX(5px) rotate(45deg);
}

.link-arrow-hover:hover .animated__arrow::after {
    opacity: 1;
}

.link-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: normal normal normal 1rem/1.5rem Roboto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    opacity: 1;
}

.animated__arrow {
    width: .625rem;
    height: .625rem;
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.animated__arrow:after {
    content: "";
    float: left;
    position: absolute;
    top: 25%;
    left: -12%;
    width: 100%;
    height: 150%;
    opacity: 0;
    border-width: 0 3px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.animated__arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 3px 3px 0 0;
    border-style: solid;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    display: block;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.explore-card {
    display: flex;
    align-items: center;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

/* OUR APPROACH*/

.stats a {
    color: #333333;
    text-decoration: underline;
}

.stats img {
    max-width: 490px;
    align-self: center;
    width: 100%;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: auto;
}

/* Slides */
.slideshow-container .mySlides {
    display: none;
    padding: 50px 100px 0;
    text-align: center;
}

/* Next & previous buttons */
.slideshow-container .prev, 
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% + 21px);
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #10322D;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    position: absolute;
    right: 0;
    border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .next:hover {
    color: #DBCAC1;
}

img.testimonial-logo {
    max-width: 37px;
    margin-bottom: 20px;
}

/* Whitepaper styles */
.article-split,
.whitepaper-form {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

.whitepaper .menu-list.footer-logo {
    display: flex !important;
    align-items: center;
}

.whitepaper .top-footer .list {
    margin-bottom: 0;
}

.whitepaper .top-footer a.nav-link {
    padding: 0;
}

.article-split > div:nth-child(1),
.whitepaper-form > div {
    padding: 50px 30px;
}

@media (min-width: 768px) {
    .whitepaper .top-footer .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .article-split > div:nth-child(1),
    .whitepaper-form > div {
        padding: 50px 100px;
    }


    .whitepaper .menu-list.social {
        flex: calc(1 - .683);
    }

    .whitepaper .menu-list.footer-logo {
        flex: .683;
    }
}

/* Article styles */

.article-image {
    width: 100%;
}

.technology ul,
.article ul {
    padding-left: 30px;
}

.technology ul.navbar,
.article ul.navbar {
    padding-left: 0;
}

.article-content a {
    text-decoration: underline;
}

/* Become a partner */
.partnership {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 50px;
    align-items: center;
}

@media (min-width: 992px) {
    .main-content .container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Contact */

.contact-form {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 50px 30px;
}

.form-group {
    margin-bottom: 20px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px; 
    min-height: 300px;
}

.contact-plane {
    width: 100%;
    margin-left: -30px;
    display: block;
}

@media (min-width: 768px) {
    .contact-list {
        justify-content: space-evenly;
        margin-top: 0; 
    }
}

@media (min-width: 992px) {
    .contact-form {
        padding: 50px 100px;
    }

    .contact-plane {
        margin-left: -100px;
    }
}


/* Technology */

.tech-card {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    height: 100%;
    padding: 20px;
    max-width: 362px;
    margin: auto;
}

@media (max-width: 768px ) {
    .container.ecosystem {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        max-width: none;
    }
}

/* SOLUTIONS */
.solution-bg {
    padding: 100px 0 100px 0;
    background-position: center;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 100px;
    height: 400px;
}

.solution-bg.logistics {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-logistics-M.jpg');
}

.solution-bg.agriculture {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-agriculture-M.jpg');
}

.solution-bg.building {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-building-M.jpg');
}

.solution-bg.city {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-city-M.jpg');
}

.solution-bg.healthcare {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-healthcare-M.jpg');
}

.solution-bg.industrial {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-industrial-M.jpg');
}

.solution-bg.retail {
    background-image: url('/imgs/SOLUTIONS/MOBILE/00-Header-retail-M.jpg');
}

@media (min-width: 769px) {
    .solution-bg.logistics {
        background-image: url('/imgs/SOLUTIONS/00-Header-logistics.jpg');
    }

    .solution-bg.agriculture {
        background-image: url('/imgs/SOLUTIONS/00-Header-agriculture.jpg');
    }

    .solution-bg.building {
        background-image: url('/imgs/SOLUTIONS/00-Header-building.jpg');
    }

    .solution-bg.city {
        background-image: url('/imgs/SOLUTIONS/00-Header-city.jpg');
    }

    .solution-bg.healthcare {
        background-image: url('/imgs/SOLUTIONS/00-Header-healthcare.jpg');
    }

    .solution-bg.industrial {
        background-image: url('/imgs/SOLUTIONS/00-Header-industrial.jpg');
    }

    .solution-bg.retail {
        background-image: url('/imgs/SOLUTIONS/00-Header-retail.jpg');
    }
}

.solution-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
}

.tab {
    position: relative;
    height: 80px;
    width: 25%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #EEEEEE;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

@media (min-width: 768px)   {
    .solution-tabs {
        justify-content: space-around;
    }

    .tab {
        width: 14.28%;
    }
}

.tab a {
    color: #000000;
}

.tab:hover,
.tab.active {
    background-color: #E6F1FB;
    border-bottom: 3px solid #0077D4;
}

.tab:hover a,
.tab.active a {   
    color: #0077D4;
}

.tab a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    margin: auto;
    max-width: 300px;
    justify-content: space-around;
    align-items: center;
}

.pagination .page a {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;  
    color: #000000;
}

.pagination .page:hover a,
.pagination .page.active a {
    color: #0077D4;
}

/* RESOURCES */

.resources-bg {
    padding: 100px 0 100px 0;
    background-position: center;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 100px;
    height: 300px;
    background-image: url('/imgs/RESOURCES/Mobile/00-Header-M.jpg');
}

@media (min-width: 768px) {
    .resources-bg {
        background-image: url('/imgs/RESOURCES/00-Header.jpg');
    }
}

.column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.resources .menu-list-item {
    display: flex;
    align-items: center;
}

.resources .menu-list-item input {
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.resources .menu-list-item p {
    margin: 0;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .resources .menu-list:after {
        position: absolute;
        right: 60px;
        top: -4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .resources .menu-list-item.active {
        background: #E6F1FB;
    }

    .resources .menu-list-item.active a {
        color: #0077D4;
    }

    .resources .menu-list.newest:after {
        content: "Newest";
    }

    .resources .menu-list.oldest:after {
        content: "Oldest";
    }

    .resources .menu-list.filter:after {
        content: "All";
    }
}

@media (min-width: 992px) {

    .resources-page .dropdown-menu {
        position: relative;
        width: 100%;
        display: block;
        border: none;
        margin-bottom: 10px;
        height: 54px;
    }

    .menu-list.filter {
        height: 100%;
    }

    .resources-page .dropdown-menu h4 {
        display: none;
    }

    .resources-page .menu-list-container {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .resources .menu-list.sort-by .menu-list-item.active {
        background: #E6F1FB;
    }

    .resources .menu-list.sort-by .menu-list-item.active a {
        color: #0077D4;
    }


    .resources .menu-list.newest:after {
        content: "Newest";
    }
    .resources .menu-list.oldest:after {
        content: "Oldest";
    }

    .resources .menu-list:after {
        position: absolute;
        right: 60px;
        top: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .resources-page .menu-list.sort-by{
        width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .resources-page .menu-list.sort-by .menu-list-item > a.nav-link{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
    }

    .resources-page .menu-list.sort-by > h4{
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
        margin: 0 0;
        background: #EEEEEE;
        border: 2px solid #D3D4D5;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .resources-page .menu-list.sort-by .menu-list-item {
        width: 100%;
        height: 40px;
        background: rgba(238, 238, 238, 0.3);
        border: 2px solid #D3D4D5;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .resources-page .menu-list.sort-by .menu-list-container {
        max-height: 0;
        display: block;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }

    .dropdown-menu .sort-by div:nth-child(n) {
        margin-top: -2px;
    }

    .resources-page .show-list.menu-list.sort-by > .menu-list-container {
        max-height: 30rem;
    }

    .resources-page .menu-list.sort-by > h4:afteR {
            content: '';
            -webkit-mask: url(../imgs/down-arrow.svg);
            mask: url(../imgs/down-arrow.svg);
            -webkit-mask-size: cover;
            mask-size: cover;
            width: 14px;
            height: 8px;
            display: inline-block;
            background-color: #333333;
            transition: transform .3s;
            margin: auto 0;
        }

    .resources-page .menu-list.sort-by.show-list > h4::after {
        transform: rotate( 180deg );
        background-color: #0077D4;
    }

    .resources-page .menu-list.sort-by.show-list > h4 {
        color: #0077D4;
    }
    
    .resources-page .SORT-BY .menu-list-item > a.nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
    }

    .resources-page .dropdown-menu.filter {
        width: 70%;
    }

    .resources-page .dropdown-menu.sort {
        width: 30%;
    }

    .resources .solutions-card.first {
        height: calc(100% - 1.5rem);
    }

    .resources .solutions-card.first .tilecard-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #0C2340;
    }

    .solutions-card.first .tilecard-image img {
        opacity: 0.4;
    }

    .resources .solutions-card.first .tilecard-text *{
        color: #ffffff;
    }

    .resources .solutions-card.first h5 {
        font-size: 40px;
        line-height: 52px;
    }
}

/* TEXT STYLES */

.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

h1 {
    margin-bottom: 20px;
    font-size: 3.75rem;
    font-weight: 700;
}


h2 {
    font-size: 1.75rem;
    line-height: 2.50rem;
    font-weight: 700;
}


h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

p {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

p.caption {
    font-size: 0.875rem;
    font-style: italic;
}

p.form {
    font-size: 0.75rem;
    font-style: italic;
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

@media (min-width: 992px) {
    .desktop-hide {
        display: none;
    }
}

.mb-10 {
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    h1 {
        margin-bottom: 20px;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .container.mobile-no-padding {
        padding: 0;
        margin: 0;
        max-width: none;
    }

    .container.mobile-no-margin {
        margin: 0;
        max-width: none;
    }

    .resources-bg,
    .solution-bg {
        border-radius: 0;
        padding: 20px 30px;
        height: 240px;
    }

    .mobile-flex-slider {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start !important;
        margin: 0;
        padding: 0 15px;
    }

}

a:hover {
    text-decoration: none;
}

/* COLOR */

.dark-bg {
    background-color: #E6F1FB;
}

.light-navy-bg {
    background-color: #2B5381;
}

.deep-navy-bg {
    background-color: #0C2340;
}

.light-navy {
    color: #2B5381;
}

.old-navy {
    color: #0C2340;
}

.blue-100 {
     color: #0077D4;
}

.blue-40 {
    color: #99C9EE;
}

.black-text {
    color: #333333;
}

.grey-text {
    color: #A7A9AC;
}

.white-text {
    color: #FFFFFF;
}

.white-text-hover {
    color: #FFFFFF !important;
}

.blue-100-hover {
    color: #0077D4 !important;
}

/* overwrites */
.height-initial {
    height: initial;
}

.padding-0 {
    padding : 0;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-60 {
    padding-top: 60px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-n10 {
    margin-bottom: -10px;
}

.mr-05 {
    margin-right: 5px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.mw-558 {
    max-width: 558px;
}

.mw-750 {
    max-width: 750px;
}

.mw-950 {
    max-width: 950px;
}

@media (min-width: 768px) {
    .mt-md-0 {
         margin-top: 0;
    }

    .pr-md-50 {
        padding-right: 50px;
    }

    .pt-md-0 {
        padding-top: 0;
    }

    .mb-md-0 {
        padding-bottom: 0;
    }

    .home .tilecard-text {
        height: 460px;
    }
}

@media (min-width: 992px) {

    .path h6 a,
    .path h6 {
        font-size: 1rem;
    }


    .title-card h1 {
        margin-bottom: 20px;
        font-size: 3.75rem;
        font-weight: 700;
    }

    .h5, h5 {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }

    .h2, h2 {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    .fw-lg-700 {
        font-weight: 700;
    }

    .mb-lg-0 {
        margin-bottom: 0;
    }

    .mt-lg-100 {
        margin-top: 100px;
    }

    .mb-lg-100 {
        margin-bottom: 100px;
    }

    .mb-lg-26 {
        margin-bottom: 40px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }

    .pr-lg-100 {
        padding-right: 100px;
    }

    .mh-lg-415 {
        max-height: 415px;
    }

    .consult-bg {
        background-image: url(/imgs/CONTACT-CTA/Contact-CTA-bkgd.jpg);
    }
    
    p {
        font-size: 1rem;
    }

}


/* HERO */

body:not(.home) .hero {
    height: auto;
}

body:not(.home) .hero .content-container {
    transform: none;
    padding-top: 20px;
}

body:not(.home) .path {
    padding: 0;
    padding-bottom: 40px;
}

/* youtube player styles*/
.youtube-container {
    display: block;
    width: 100%;
}

.youtube-player {
    display: block;
    margin 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/imgs/ARTICLE/02-story-video-play-x4.png") no-repeat center center;
  background-size: 72px 72px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}




