/* HEADER & HERO SECTIONS */
header.nav {
    background: transparent;
}

.card-explanation-header {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 800;
    color: #0097dc;
    text-transform: uppercase;
}

.intro-wrapper {
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.intro {
    display: flex;
    flex-direction: column;
    background: linear-gradient(45deg, rgba(7, 94, 117, 0.75) ,rgba(28, 15, 107, 0.75) 100%);
}

.intro .ctas {
    margin: 10px 0;
}
.intro .cta {
    padding: 0 !important;
    margin: 3.2em !important;
}

.intro h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4em;
    margin-bottom: 0.4em;
}

.intro h3 {
    font-size: 1.4em;
    max-width: 80%;
    margin: auto;
}

.wrap {
    max-width: 960px;
}


.intro .hero {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

#emburse-in-action {
    height: 77px;
    font-size: 1.3em;
    padding: 10px 50px;
    position: relative;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid white;
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
}

#emburse-in-action:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

#request-a-demo {
    position: relative;
}

a.cta {
    text-transform: unset;
}

.intro a.cta {
    font-size: 1.3em;
    padding: 25px 50px;
    margin: 0 30px 0 0;
    min-width: 316px;
    text-align: center;
    height: 77px;
}

.solution-icons {
    width: 30%;
    margin: 40px auto 20px auto;
    display: flex;
}
.solution-icons .solution-icon {
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.solution-icon > a {
    width: 60%;
    margin: auto;
}
.solution-icon > a > img {
    width: 100%;
}
.solution-icon > .solution-icon-label {
    margin-top: auto;
    text-align: center;
    font-size: 18pt;
}

.ending-cta {
    background: linear-gradient(45deg, #0097dc 0%, #006adc 100%);
    text-align: center;
    color: #FFF;
    padding-top: 4em;
    padding-bottom: 4em;
}

.ending-cta-headline {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1em;
}

.ending-cta-links {
    font-size: 18px;
}

.ending-cta-links a:first-child {
    display: inline-block;
    padding: 6px 36px;
    background-color: #FFF;
    border-radius: 5px;
    margin-right: 2em;
}
.ending-cta-links a:nth-child(2) {
    color: #fff;
}

.splash-container {
    overflow-x: hidden;
    background: url(/static/www/img/splash/aswoop-purple-svg.svg), url(/static/www/img/splash/aswoop-blue-svg.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.social-proof {
    text-align: center;
    padding-top: 2em;
}

.social-proof-headline {
    text-transform: uppercase;
    color: #a7a9ab;
    font-weight: bold;
}

.social-proof-logos {
    display: inline-flex;
    justify-content: center;
}

.social-proof-logos img {
    height: 50px;
    margin: 1em;
}

.integration-logos {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    padding: 2em;
}
.integration-logos > .integration-logos-row {
    margin: auto;
}

.integration-logos img {
    height: 50px;
    margin: 1em;
}
.press-logos img {
    height: 47px;
}

.integrations {
    color: #6C7278;
    text-align: center;
    padding: 2em 0 1em 0;
}

.integrations-content {
    max-width: 700px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.2em;
    padding-top: 10px;
}

.testimonials {
    display: flex;
    margin-bottom: 3em;
}
.testimonial {
    width: 28%;
    margin: auto;
}
.testimonial > img {
    background-color: #dadada;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 50%;
}

.headline {
    color: #6C7278;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}

.feature-headline {
  padding-top: 1em;
}

#money-icons {
    display: flex;
    justify-content: space-around;
    padding: 30px 20px 0 20px;
    max-width: 900px;
    margin: auto;
}

#money-icons img {
    max-height: 70px;
}

.cta-container {
    text-align: center;
    padding: 3em;
}

#pre-feature-separator {
    width: 800px;
    margin: auto;
    margin-top: 2em;
    border-color: #ccc;
}

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3em;
}

.feature-text {
    font-size: 1.4em;
}

.feature {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 0 0 500px;
    color: #80878d;
}
.feature.customers {
    display: block;
    padding: 0;
}
.feature > .feature-headline {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.feature-img {
    flex: 0 0 450px;
    position: relative;
    max-width: 450px;
}
.solutions-img {
    display: flex;
    flex-direction: column;
}
.solutions-img > img {
    width: 100%;
}

#feature-img-1 {
    right: -100px;
}
.feature-container:first-child > .feature-img > img {
    max-width: 750px;
    position: relative;
    float: left;
    right: 300px;
    top: 40px;
}

#feature-img-2 {
    left: -100px;
}
.feature-container:nth-child(2) > .feature-img > img {
    height: 450px;
    position: relative;
    z-index: 2;
}

#feature-img-3 {
    right: -100px;
}
.feature-container:nth-child(3) > .feature-img > img {
    height: 550px;
    position: relative;
}

#feature-img-4 {
    left: -100px;
}
.feature-container:nth-child(4) > .feature-img > img {
    height: 325px;
    z-index: 2;
    position: relative;
}

.feature-headline {
    color: #676b6e;
    font-size: 1.8em;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 32px;
}

.feature-cta {
    min-width: 200px;
    text-align: center;
    margin-top: 20px;
}

.feature-cta:hover {
    color: #277EF1;
}

.feature > img {
    height: 75px;
}


.feature-container {
    display: flex;
    width: 960px;
    max-width: 960px;
    margin: 0 0 5em 0;
    height: 400px;
    align-items: center;
    position: relative;
}
.feature-wrapper {
    width: 100%;
    padding: 3em 0;
    display: flex;
}
.feature-wrapper > .feature-container {
    height: 100%;
    margin: auto;
}

.feature-container:nth-child(2),
.feature-container:nth-child(4) {
    text-align: right;
}

.feature-container:nth-child(2) > .feature,
.feature-container:nth-child(4) > .feature {
    text-align: right;
    align-items: flex-end;
}

.feature-container:nth-child(4) > .feature {
    height: 225px;
}

.integrations-caveat {
    font-size: 14px;
    padding-top: 1em;
    padding-bottom: 3em;
}


.cta {
    background: linear-gradient(270deg, rgba(62, 188, 220, 1) 0%, rgba(39, 126, 241, 1) 100%);
}

.cta-alt {
    background: rgb(146, 125, 237);
    background: linear-gradient(270deg,  rgba(62, 188, 220, 1) 0%, rgba(39, 126, 241, 1) 100%);
}

#cta-banner {
    text-align: center;
    background: linear-gradient(45deg, rgba(62,188,220, 1) 0%, rgba(39,126,241, 1) 100%);
}
.cta-banner-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 4em;
}
#cta-banner h2 {
    color: #f6f6f6;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 0;
}
#cta-banner a.cta {
    background: unset;
    display: block;
    max-width: 200px;
    margin: auto;
    color: rgba(39, 126, 241, 1) !important;
    background-color: #fff;
}

footer.main {
    background-color: #374048;
    color: #DBDEE0;
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 18px;
}

footer a {
    color: #DBDEE0;
}



footer .links {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 2em;
    max-width: 960px;
}

.link {
    display: block;
}

.link-column {
}

.link-column-header {
    font-weight: bold;
}

.support-cta {
    text-align: right;
    margin-bottom: 1em;
}

.support-cta a {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #374048;
    padding: 6px 12px;
    border-radius: 5px;
}

.hero-image {
    width: 100%;
}

/* Customers */
.feature.customers .wrap {
  display: block;
  padding: 1em 0;
  text-align: center;
}
.feature.customers .section-title {
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0;
  color: #838a92;
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
}
.feature.customers .section-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #dee1e6;
}
.feature.customers .customers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media(max-width: 768px) {
  .feature.customers .customers {
      flex-direction: column;
  }
}
.feature.customers .customer {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 4px #e6e6e6;
  width: 300px;
  flex: 1;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  text-decoration: none;
  cursor: pointer;
}
.icon-v2 {
    width: 50%;
    margin: 0 auto 15px auto;
}

/* Tile (a square box with a tile & text inside of it) */
.tile {
    padding: 15px 20px !important;
}
.feature.customers .customer:hover {
    box-shadow: 0 0 17px 8px rgba(86, 174, 219, 0.51);
}
.tile-icon {
    width: 40%;
    margin: 0 auto;
}
.tile-title {
    color: #383838;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}
.tile-text {
    text-align: center !important;
}
.tile-close-btn {
    display: none;
    margin: 0 auto auto 0;
    font-size: 1.2em;
    cursor: pointer;
    color: black;
    padding: 10px 15px 0 0;
}

/* Expanded Tile */
.expanded-tile {
    flex: 0 0 calc(100% - 20px) !important;
    flex-direction: row !important;
}
.expanded-tile .tile {
    width: 33%;
    margin: auto 0;
}
.expanded-tile .tile-icon {
    width: 60%;
}
.tile .tile-subtitle {
    display: none;
}

.expanded-tile .tile-title {
    margin: 10px auto 4px auto;
}
.expanded-tile .tile-subtitle {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    color: gray;
}
.expanded-tile .tile-text {
    display: none;
}
.expanded-tile .tile-detailed-text {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.expanded-tile .tile-detailed-text p {
    margin: 5px 0;
}
.expanded-tile .tile-detailed-text ul {
    margin: 5px 0 5px 10px;
}
.expanded-tile .tile-detailed-text ul > li {
    padding-left: 1em;
}
.expanded-tile .tile-detailed-text li {
    margin: 4px 0;
}
.expanded-tile .tile-detailed-text img {
    width: 100%;
    border: 1px solid #bebebe;
}
.expanded-tile .tile-detailed-text a {
    margin-right: auto;
}
.expanded-tile .tile-close-btn {
    display: flex;
}
.dismissed-tile {
    display: none !important;
}
.tile-detailed-text {
    display: none;
    padding: 20px;
    color: black;
}

.vertical-tiles {
    display: flex;
    position: relative;
    height: 201px;
}
.vertical-tile {
    display: flex;
    width: 50%;
    padding: 0 50px;
    margin-top: 50px;
}
.vertical-tile img {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-right: 16px;
}
.vertical-tile-body {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 17px;
}
.vertical-tile-body p {
    margin-top: 10px;
}

@media(max-width: 768px) {
  .feature.customers .customer {
      width: calc(100% - 100px);
      margin: 0 0 30px;
  }
}

.feature.customers .customer header {
  margin: 25px 0 20px;
  padding: 0;
}
.feature.customers .customer header h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.feature.customers .customer article {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 25px 20px;
}
.feature.customers .customer article p {
  position: relative;
  text-align: left;
  margin: 0 0 15px;
  color: black;
}
.feature.customers .customer article p:last-child {
  margin-bottom: 0;
}
.feature.customers .customer footer {
  flex: 0 0 auto;
  border-top: 1px solid #eaedf3;
  height: 50px;
}
.feature.customers .customer footer .button {
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 13px;
  color: #9aa3ac;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.feature.customers .customer:hover .button,
.feature.customers .customer:active .button {
  color: #499aff;
}

.img-wrapper {
    display: flex;
}
.img-wrapper > img {
    width: 80%;
    margin: 2em auto 0 auto;
    border-radius: 5px;
}

.col-2 section h2 {
    font-size: 17pt;
    font-weight: 600;
    color: #828282;
    margin: 0 0 20px 0;
}
.col-2 section h4 {
    margin: 0;
}
.col-2-horizontal {
    display: flex;
}
.col-2-horizontal-body {
    margin-left: 30px;
}
.col-2-horizontal-link {
    display: flex;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: bold;
    color: #0097dc;
}
.col-2-horizontal p {
    padding-right: 20px;
    margin: 0;
}

.competitors-feature {
    display: inline-flex;
    position: relative;
    color: #0097dc;
    cursor: pointer;
}
.competitors-feature-popup {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 6px 4px #d2d2d2;
    border-radius: 2px;
    padding: 13px;
    width: 400px;
    color: black;
    font-size: 10pt;
}
.competitors-feature-popup-body {
    display: flex;
}
.competitors-feature-popup-body > img {
    margin: auto;
    padding-left: 10px;
}
.competitors-feature-popup > a {
    margin-top: 5px;
}
.card-explanation p {
    max-width: 960px;
    align-self: center;
    text-align: center;
    font-size: 1.4em;
}

.gray-boxes {
    display: flex;
    margin: 30px auto;
}
.gray-boxes > .gray-boxes-header {
    text-align: center;
    font-size: 1.4em;
}
.gray-boxes > .gray-box {
    display: flex;
    flex-direction: column;
    width: 35%;
    background-color: #f1f1f1;
    border: 1.5px solid #c4c4c4;
    border-radius: 5px;
    padding: 15px;
}
.gray-boxes > .gray-box:not(:first-child) {
    margin-left: 15px;
}

.gray-boxes > .gray-box > * {
    text-align: center;
    font-size: 1.2em;
}
.gray-boxes > .gray-box > .gray-box-title {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
.gray-boxes > .gray-box > .gray-box-content {
    width: 80%;
    margin: auto;
}

/* CSS for Bottom Banner */
.botton-banner-wrapper {
    min-height: 500px;
    margin-top: 3em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.botton-banner {
    background-image: url('/static/www/img/splash/Allied_Outdoor_gradient.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 2em 4em;
}
.botton-banner h1 {
    background-color: white;
    display: inline-block;
    padding: 0.2em 1em;
    border-radius: 15px;
    font-weight: bold;
}
.botton-banner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 23pt;
}
.botton-banner p {
    color: #fff;
    font-size: 13pt;
}
.botton-banner .col-2 .section {
    width: 50%;
    margin: 1em 0;
    display: flex;
    flex-direction: column;
}
.botton-banner .col-2 .section img {
    width: 80px;
    margin: 2em auto 0 auto;
}

/* CSS for Video Button */
.btn-thumbnail-wrapper {
    background-image: url('/static/www/img/thumbnails/frame1.png');
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    background-size: cover;
    background-position: center;;
}
.btn-thumbnail {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}
.btn-thumbnail img {
    width: 40px;
    height: 36px;
    margin: auto;
}
a#emburse-in-action:hover {
    filter: none;
}

/* Responsive design */
@media screen and (min-width: 500px) {
    .intro-wrapper {
        background-attachment: fixed !important;
    }
}
@media screen and (max-width: 1500px) {
    .intro-wrapper {
        background-size: cover !important;
        background-position: bottom !important;
    }
}
@media screen and (max-width: 1200px) {
    .integration-logos {
        display: flex;
        flex-wrap: wrap;
    }
    .solution-icons {
        width: 40%;
    }
    .vertical-tiles {
        height: 220px;
    }
    .vertical-tile:nth-child(odd) {
        padding-left: 0;
        padding-right: 15px;
    }
    .vertical-tile:nth-child(even) {
        padding-right: 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .social-proof {
        display: none;
    }
    .social-proof-logos {
        flex-direction: column;
    }
    .social-proof-logos img {
        height: 50px;
        margin: 1em auto;
    }

    .solution-icons {
        width: 50%;
        margin-bottom: 0;
    }
    .feature-wrapper {
        background-size: 200% 100% !important;
        padding: 1em 0;
    }
    .feature-container {
        display: flex;
        flex-direction: column;
    }
    .feature-container > .feature {
        flex: none !important;
        width: 60%;
        order: 2;   /* Put text at the bottom of the section */
    }
    .solutions-img {
        margin-top: 50px;
        order: 1;   /* Put image at the top of the section */
    }
    .solutions-img > img {
        width: 60% !important;
        margin: auto !important;
    }
    .vertical-tiles {
        flex-wrap: wrap;
        height: unset !important;
    }
    .vertical-tile {
        width: 100%;
        padding: 0 !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        opacity: 1 !important;
    }
    .vertical-tile img {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 900px) {
    .intro a.cta {
        padding: 0 !important;
        margin: 1.5em !important;
    }
}
@media screen and (max-width: 768px) {
    .feature.customers .customer {
        margin: 15px auto !important;
    }
    .expanded-tile {
        flex-direction: column !important;
    }
    .expanded-tile .tile {
        width: 70%;
        margin: auto;
        padding: 0 !important;
    }
    .tile-detailed-text {
        text-align: center;
    }
    .tile-detailed-text ol, .tile-detailed-text ul {
        text-align: left;
    }
    .expanded-tile .feature-cta {
        width: 100%;
    }
    .expanded-tile .tile-close-btn {
        order: -1;
        margin: 0 0 0 auto;
    }
    .expanded-tile .tile-detailed-text img {
        width: 100% !important;
    }

    .botton-banner {
        padding: 2em 0 !important;
    }
    .botton-banner h1 {
        display: flex !important;
        justify-content: center;
    }
    .botton-banner .col-2 .section {
        margin: auto !important;
        width: 80% !important;
        text-align: center;
    }
    .botton-banner .section {
        text-align: center;
    }
}
@media screen and (max-width: 750px) {
    .headlines h1 {
        font-size: 2.6em;
    }
    .headlines h3 {
        font-size: 1.2em;
    }
    .feature.customers .customer {
        width: 60%;
    }
    .solution-icons {
        width: 70%;
    }
    .testimonials {
        flex-direction: column;
    }
    .testimonial {
        width: 80%;
        margin-bottom: 50px;
    }
    .img-wrapper > img {
        width: 100%;
    }

    .col-2-horizontal {
        flex-direction: column;
    }
    .col-2-horizontal-body {
        margin: 20px 0 0 0;
        order: 2;
    }
    .col-2-horizontal p {
        order: 2;
        margin: 20px 0 !important;
        padding: 0;
    }
    .col-2-horizontal > img {
        order: 1;
        width: 70%;
        height: unset !important;
    }

    .gray-boxes {
        flex-direction: column;
    }
    .gray-boxes > .gray-box {
        width: 50%;
        margin: 0 auto 15px auto !important;
    }
}
@media screen and (max-width: 600px) {
    .headlines h1 {
        font-size: 2.0em;
    }
    .solution-icons {
        width: 90%;
    }
    .feature-container > .feature {
        width: 80% !important;
    }
    .solutions-img > img {
        width: 80% !important;
    }
    .img-wrapper > img {
        height: 150px;
        margin-top: 0;
    }
}

@media screen and (max-width: 540px) {
    .feature.customers .customer {
        width: 90%;
    }
    .integration-logos > .integration-logos-row {
        display: flex;
        flex-direction: column;
    }
    .press-logos img {
        margin: 1em auto;
    }
    .competitors-feature-popup {
        width: 300px;
    }
    .gray-boxes > .gray-box {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .solution-icons {
        flex-direction: column;
    }
    .solution-icons .solution-icon {
        width: 40% !important;
        margin-bottom: 30px !important;
    }
    .solution-icon > .solution-icon-label {
        font-size: 21pt !important;
        margin-top: 10px !important;
    }
    .img-wrapper > img {
        height: 165px;
    }

    .col-2-horizontal-body {
        text-align: center;
    }
    .col-2-horizontal-link {
        margin: auto;
    }
    .col-2-horizontal > img {
        width: 90%;
    }
}

@media screen and (max-width: 420px) {
    .intro .hero {
        margin: unset;
    }
    .feature-container > .feature {
        width: 90% !important;
    }
    .solutions-img > img {
        width: 90% !important;
    }
    .testimonial {
        width: 90%;
    }
    .integration-logos img {
        height: 65px;
    }
    .competitors-feature-popup {
        width: 200px;
    }
    .competitors-feature-popup-body {
        flex-direction: column;
    }
    .competitors-feature-popup-body > img {
        padding: 10px 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    .ending-cta-links {
        flex-direction: column;
        display: flex;
    }
    .ending-cta-links a:first-child {
        margin: auto;
    }
    .ending-cta-links a:nth-child(2) {
        margin: 10px auto 0 auto;
    }
    #feature-img-3 {
        margin: 0.2em !important;
    }
}
