﻿/*======================= Distribution Solution Custom Styles =======================*/

/*======================= Global declarations =======================*/
:root {
    --primaryColor: #08a0df;
    --primaryLogoColor: #065596;
    --navbarBgColor: #333333;
    --primaryWhite: #ffffff;
    --primaryGray: #4d4d4d;
    --primaryGrayLight: #d1d1d1;
    --primaryBoxShadow: 0px 0px 3px #808080;
    --primary-color: 225, 190, 231;
}

body {
    font-family: 'Montserrat', sans-serif;
    /*margin-bottom: 80px;*/
    background-color: #f9f9f9;
}

* {
    box-sizing: border-box;
}

h1,h2,h3,p, li {
    color: #000000;
}

a,
.btn-link,
.card-new-wrap a {
    font-weight: 500;
    color: #007bff;
}

/*======================= Layout =======================*/
.c-container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
}

.navbar.navbar-expand-lg {
    background-color: #10b6db;
}

/*======================= Sections =======================*/
.carousel-inner {
    border-radius: 10px;
}

.c-gradient-separator {
    height: 4px;
    width: 100%;
    background: rgb(198, 55, 156);
    background: linear-gradient(0deg, rgba(198, 55, 156, 1) 20%, rgba(88, 92, 167, 1) 80%);
}

.c-carousel-section {
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    border-top: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
}

.c-section-container {
    padding: 25px 0;
  /*border-bottom-width: 4px;
    border-bottom-style: solid;
    border-image: linear-gradient(to bottom, darkblue, darkorchid) 1;*/
}

.c-section-container ul {
    padding-left: 0;
    padding-right: 5px;
}

.c-section-container ul li {
    list-style: none;
}

.c-section-container ul li::before {
    content: "\2022";
    color: #C6379C;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
    font-weight: 600;
    font-size: 20px;
}

.c-section-container .row {
    align-items: center;
}

.c-section-container img,
.c-partner-img {
    width: 100%;
}

.ahe-slick-section,
.c-retail-patners-logos {
    padding: 15px 0;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.ahe-slick-section h2,
.c-retail-patners-logos h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

    .c-retail-patners-logos img {
        object-fit: scale-down;
        width: 20%;
        margin-bottom: 0;
        max-height: 35px;
    }

.c--slick.slick-slider {
    width: 95%;
    margin: auto;
}
/*.c-label-images img {
    padding: 0 45px;
}*/
.ahe-container-p {
    padding: 0;
}
.c-desc-section {
    /*background-image: url(../images/stock-filler/aec-circule-b.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;*/
}

/*.c-about-us {
    max-width: 100%;
    margin-left: 0px;
    padding: 9vh 0;
    padding-right: 30px;
}*/

/*======================= Social Media Icons =======================*/
.c-social-media .navbar-nav li.nav-item a i {
    color: #000000;
    font-size: 2rem;
    transition: all .2s ease-in;
    -webkit-animation: in .5s;
}

.c-social-media .navbar-nav {
    display: inline-block !important;
}

/*========================== Spinner ==========================*/
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/spinners/ripple.gif) center no-repeat #fff;
}

/*======================= Go Top =======================*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    /*background: rgb(201, 27, 200);
    background: linear-gradient(0deg, rgba(201, 27, 200, 1) 10%, rgba(9, 66, 121, 1) 90%);*/
    background: #10b6db;
    /*background: linear-gradient(0deg, rgba(198,55,156,1) 20%, rgba(88,92,167,1) 80%);*/
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #000000;
    margin: 0;
    position: relative;
    left: 12px;
    top: 12px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*======================= Header =======================*/
.navbar-brand a img {
    max-height: 40px;
    width: auto;
}

.c-logo-wrap span.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.c-logo-wrap span.navbar-brand a {
    display: block;
}

.c-logo-wrap span.navbar-brand .aent-logo {
    margin-right: 10px;
}

.ds-container h2 {
    background-color: #3d5583;
    padding: 8px 15px;
    font-size: 2.2rem;
    color: #fff;
}

.ds-container p {
    font-size: 1.3rem;
}

.ds-container ul li {
    font-size: 1.1rem;
}

/*custom nasdaq section*/
.alliance-nasdaq {
    margin-top: 10px;
    /*padding: 0 40px;*/
}

.alliance-nasdaq * {
    color: #000000;
    font-size: 10px;
    margin: 0;
    line-height: 1;
}

.alliance-nasdaq a:focus {
    outline-color: #525252 !important;
}

.alliance-nasdaq a:hover,
.alliance-nasdaq a:focus {
    color: #525252;
}

.alliance-nasdaq p {
    font-weight: 600;
}

.alliance-nasdaq p a{
    text-decoration: underline;
    font-weight: 600;
}

.c-logo-wrap {
    text-align: center;
}

/*======================= NavBarMenu =======================*/
.c-container .navbar-nav li.nav-item {
    display: inline-block !important;
}
.navbar > .container-fluid {
    justify-content: center;
}

.c-media-wrap {
    margin-top: 15px;
}

nav.navbar {
    padding: 15px 0;
}

/*======================= Banner =======================*/
.c-banner-section {
    /*padding-top: 25px;
    padding-bottom: 25px;*/
    /*border-top: 4px solid #f1f3f4;
    border-bottom: 4px solid #f1f3f4;*/
}

.c-banner-section img {
    object-fit: cover;
    /*border-radius: 10px;*/
}

.c-gradient-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /*padding: 30px 0;*/
}

.c-section-title {
    margin-bottom: 15px;
}

.c-section-title h2 {
    color: #000000;
    font-weight: bolder;
    font-size: 22px;
    margin-bottom: 0;
}
.c-section-title small {
    color: #10b6db;
    font-weight: bolder;
}

.ahe--label {
    color: #000000 !important;
}

.slick-arrow {
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    opacity: 1;
    color: #000000;
    border: none;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.slick-prev-btn {
    left: -40px;
}
.slick-next-btn {
    right: -40px;
}

.fa-chevron-left:before,
.fa-chevron-right:before {
    font-size: 25px;
}

#c-partners-slick-adanotification,
#c-dig-platforms-slick-adanotification {
    width: 0;
    height: 0;
    line-height: 0;
    color: transparent;
}

.c--slick .c-slick-logo img,
.c-dig-platforms-slick .c-slick-logo img {
    margin: auto;
    max-width: 100px;
    max-height: 75px;
}

.c--slick .slick-track,
.c-dig-platforms-slick .slick-track {
    display: flex;
    align-items: center;
}

.c-retail-patners-logos .row {
    align-items: center;
}

/*.c-retail-patners-logos .col-3 {
    padding: 30px;
}*/

.c-gradient-label span {
    color: #000000;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

.c-footer-container {
    background: #f1f3f4;
    text-align: center;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
   
.c-footer-container p {
    font-size: 1rem;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.c-footer-container a {
    color: #000000;
    text-decoration: underline;
}
/*======================= Footer =======================*/
.footer {
    background-color: #10b6db;
    text-align: center;
}

.footer > .c-container > span {
    color: #3D5583 !important;
    margin-left: 0;
    margin-top: 20px;
}

.footer img {
    max-height: 12px;
    width: auto;
    margin-right: 5px;
}

    .footer p {
       /* display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0;*/
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 2px;
    }

.footer a {
    font-weight: 500;
    color: #000000;
}
    .footer .c-footer-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    i.fa-linkedin {
        margin-left: 5px;
    }
.footer .fa-linkedin:before {
    font-size: 22px;
}

.c-footer-container .fa-linkedin {
    margin-left: 10px;
    font-size: 1.6rem;
    color: #0066c8;
}

.c-footer-section {
    padding: 15px;
}

/* ADA Compliance */
#skiplink a:focus {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}
#skiplink a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    background: darkorchid;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0;
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
    z-index: 1060;
}


.ahe-container-banner {
    margin: 0;
}
.ahe-container-banner img {
    width: 100%;
    padding: 0;
}
.ahe-content-section {
    position: inherit;
    width: 100%;
    padding: 15px 35px;
}
.ahe-content-section p,
.ahe-content-section li {
    color: #000000;
}
.ahe-content-section ul li {
    list-style: none;
    font-size: 14px;
}
.ahe-content-section ul li::before {
    content: "\2022";
    color: #10b6db;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
    font-weight: 600;
    font-size: 20px;
}
ol, ul {
    padding-left: 0;
}

.c-desc-section {
    padding: 15px 35px;
}

.c-desc-section p {
    font-size: 14px;
}

.ahe-ratails-section {
    width: 100%;
    margin: 15px auto;
}

.c-media-wrap {
    margin-top: 15px;
    text-align: center;
}

.ahe__touch_device {
    display: block;
}

.ahe__no_touch_device {
    display: none;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*.c-container {
        max-width: 540px;
    }*/
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .c-container {
        max-width: 100%;
    }

    .navbar-brand a img {
        max-height: 55px;
    }

    .c-social-media {
        float: right;
    }

    .c-media-wrap {
        margin-top: 0;
    }

    .c-gradient-label span {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .ahe-slick-section h2,
    .c-retail-patners-logos h2 {
        font-size: 18px;
    }

    .c-label-images img {
        padding: 0;
    }

    .c-section-title {
        margin-top: 0;
    }



    .c-footer-container p {
        font-size: 1.2rem;
    }

    .c-footer-container .fa-linkedin {
        font-size: 1.8rem;
    }

    .c-social-media .navbar-nav li.nav-item a i {
        margin-right: 5px;
    }

    /*.c-desc-section {
        background-size: 100%;
        margin-bottom: 0;
    }*/
    .c-about-us {
        /*margin-left: 0px;
        padding: 25px 0;
        padding-right: 20px;*/
    }

  

    .footer {
        font-size: 22px;
    }

    .ahe-slick-section, .c-retail-patners-logos {
        max-width: 100%;
        background-color: #e7e7e8;
    }

    .ahe-container-p {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .ahe-content-section {
        position: inherit;
        width: 90%;
        padding: 15px 35px;
        margin: auto;
    }

    .slick-prev-btn {
        left: -25px;
    }

    .slick-next-btn {
        right: -25px;
    }

    .ahe-content-section ul li {
        list-style: none;
        font-size: 14px;
    }

    .ahe__touch_device {
        display: none;
    }

    .ahe__no_touch_device {
        display: block;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .c-container {
        max-width: 1040px;
    }

    .c-gradient-label span {
        font-size: 2.6rem;
        letter-spacing: 3px;
    }

    .ahe-slick-section h2, .c-retail-patners-logos h2 {
        font-size: 18px;
        text-transform: uppercase;
    }

    .c-desc-section {
        padding: 0;
    }
    /*.c-about-us {
        max-width: 80%;
        margin-left: 20px;
        padding: 30% 0;
    }*/
    .ahe-container-p {
        padding: 30px 45px;
    }

    .c-section-container img,
    .c-partner-img {
        width: 100%;
        border-radius: 15px;
    }

    .ahe-content-section {
        position: absolute;
        width: 45%;
        padding: 35px 0 0 35px;
    }

    .ahe-content-section p, .ahe-content-section li {
        color: #ffffff;
    }
    .c--slick .c-slick-logo img,
    .c-dig-platforms-slick .c-slick-logo img {
        margin: auto;
        max-width: 125px;
        max-height: 100px;
    }
    

    .ahe-ratails-section {
        width: 75%;
        margin: auto;
    }

    .c-section-title h2 {
        color: #10b6db;
    }

    .ahe-content-section ul li {
        list-style: none;
        font-size: 13px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .c-container {
        max-width: 1154px;
    }
    .ahe-content-section ul li {
        list-style: none;
        font-size: 14px;
    }

    .ahe-ratails-section {
        width: 75%;
        margin: 15px auto;
    }

    .c-retail-patners-logos img {
        max-height: 75px;
    }

    .navbar-brand a img {
        max-height: 50px;
        width: auto;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .ahe-content-section {
        width: 32%;
    }
}