
:root {
    --blue: #0040be;
    --yellow: #fdca00;
}
@font-face{
font-family: 'HandelGotD-Bol';
src: url(https://s3.amazonaws.com/bn-missionctrl/missionCtrl/Palfinger/HandelGotD/handelgotd.ttf);
}
body {
    font-family: 'urw-din', sans-serif;
    background-color: #fff;
    zoom: 70%;
}

/* ----------- dropdown ----------- */
button:not(:disabled) {
    cursor: pointer;
}
.dropdown {
    max-width: 810px;
    margin: auto;
    padding-top: 2rem;
    color: var(--white);
    font-family: 'Zirkel', sans-serif;
   /*position: fixed;*/
    right: 0;
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
::after, ::before {
    box-sizing: border-box;
}
.dropdown-menu.show {
    display: block;
}
.btn {
    color: var(--white);
}
.btn:hover {
    color: #B7E1F8;
}
.dropdown-toggle::after {
    margin-left: 13px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
    padding: 1rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
/* ----------- header ----------- */

.panasonic-logo-container {
    padding: 2rem;
    border-bottom: solid 7px var(--blue);
    padding-left: 6rem;
}
.panasonic-logo-container div {
    max-width: 1400px;
    margin: auto;
}
.panasonic-logo-container img {
    max-width: 250px;
}
.logo-container {
    padding: 2rem;
    /*max-width: 1400px;*/
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    background: #DF2C28;
}
.evervolt-logo {
    padding-left: 70rem;
}
.panasonic-logo {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 0%;
    padding-right: 80px;
    padding-bottom: 5%;
}
.evervolt-logo img {
    max-width: 250px;
}
.panasonic-logo img {
    max-width: 300px;
}
.welcome-banner {
    background-image: url('https://s3.amazonaws.com/bn-missionctrl/missionCtrl/Experian%20Health/Landing_Page/header%20image.png');
    padding: 15rem 0 28rem 6rem;
    background-position: center;
    background-repeat: no-repeat;
}
.welcome-banner div {
    max-width: 1400px;
    margin: auto;
}
.welcome-banner h1 {
    font-family: 'HandelGotD-Bol', sans-serif;
    color: white;
    font-size: 4.8rem;
    font-weight: 0;
    line-height: 1;
    text-shadow: 4px 5px 8px #000000;
}
.welcome-banner h2 {
    font-family: 'HandelGotD-Bol', sans-serif;
    color: white;
    font-size: 4.5rem;
    /*font-weight: 0;*/
    text-shadow: 4px 5px 8px#000000;
}
.welcome-banner2 {
    background-image: url('https://s3.amazonaws.com/bn-missionctrl/missionCtrl/Experian%20Health/Landing_Page/footer.png');
        padding-bottom: 6%;
    background-position: center;
    background-repeat: no-repeat;
}
.welcome-banner2 div {
    max-width: 1400px;
    margin: auto;
}
.welcome-banner2 h1 {
    font-family: 'HandelGotD-Bol', sans-serif;
    color: white;
    font-size: 4.8rem;
    font-weight: 0;
    line-height: 1;
    text-shadow: 4px 5px 8px #000000;
}
.welcome-banner2 h2 {
    font-family: 'HandelGotD-Bol', sans-serif;
    color: white;
    font-size: 4.5rem;
    /*font-weight: 0;*/
    text-shadow: 4px 5px 8px#000000;
}

#blue-section {
    background: none;
    height: 50%;
    min-height: 180px;
    position:relative;
    overflow:hidden;
    z-index: -1;
}
#blue-section:after {
    content: '';
    position:absolute;
    left:-600%;
    width:1300%;
    padding-bottom:1300%;
    top:80%;
    background:none;
    border-radius:50%;
    box-shadow: 0px 0px 0px 9999px var(--yellow);
}
.header-tiles-container {
    display: flex;
    max-width: 2300px;
    margin: 0px auto 0;
    /*margin-left: 22.64%;*/
    /*margin-right: 22.64%;*/
    width: 100%;
    flex-wrap: nowrap;
    /*flex-direction: row;*/
    justify-content: center;
}
.tile {
    max-width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 3rem;
    text-align: center;
    padding-bottom: 65px;
    /* margin: 0 21px; */
    /* box-shadow: 1px 1px 10px rgba(0,0,0,.35) */
}
.tile2 {
    max-width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem;
    text-align: center;
    /* margin: 0 21px; */
    /* box-shadow: 1px 1px 10px rgba(0,0,0,.35) */
}

.tile h5 {
    color: var(--blue);
    font-family: 'urw-din', sans-serif;
    font-size: 30px;
    /*font-weight: 600;*/
    margin-bottom: 1.5rem;
    white-space: nowrap;
}
.tile p {
    font-size: 1.2rem;
    font-weight: 600;
}
.btn1 {
    background-color: var(--blue);
    padding: 8px 3rem;
    border-radius: 0;
    color: white;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 2rem;
}
.btn2 {
    background-color: var(--blue);
    padding: 8px 2rem;
    border-radius: 0;
    color: white;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 2rem;
    text-decoration: none;
}
.btn1:hover {
    color: white;
    background-color: #004cd0;
}
.btn2:hover {
    color: white;
    background-color: #004cd0;
}
/* ----------- calendar section ----------- */
#product-preview-intro-container {
    padding-top: 8rem;
    text-align: center;
}
#product-preview-intro-container h1 {
    font-family: 'urw-din', sans-serif;
    font-size: 4rem;
    /*font-weight: 600;*/
    margin-bottom: 3rem;
}
#product-preview-intro-container h1 span {
    border-bottom: solid 8px var(--blue);
    font-weight: 800;
}
#product-preview-intro-container p {
    font-size: 22px;
    width: 55%;
    margin: auto;
    max-width: 800px;
}

/* ---------- Merch/Product preview section -------- */
#product-preview-container {
    background-color: black;
    padding: 2rem 6rem;
    margin-top: 6rem;
}
#product-preview-container h2 {
    color: var(--yellow);
    font-weight: 600;
    margin: 1rem auto 1.5rem;
    max-width: 1400px;
    padding-left: 2rem;
}
#product-preview-container h2 span {
    color: var(--blue);
}
img.arrow {
    width: 14px;
    margin: 0 0 3px 35px;
}
.product-tile-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}
.product-tile {
    max-width: 25%;
    padding: 8px;
}
/* ----------- Custom Request Section not needed ----------------- */
/*#custom-request-container {
    display: flex;
    align-items: center;
}
img#custom-request-lifestyle {
    max-width: 55%;
    max-height: 550px;
}
.custom-request-right-side {
    padding: 2rem;
    max-width: 34%;
}
.custom-request-right-side h2 {
    font-family: 'acumin-pro-extra-condensed';
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.custom-request-right-side p {
    font-size: 1.25rem;
}
.custom-request-right-side .btn {
    color: black;
    padding: 8px 1.5rem;
    background-color: var(--yellow);
}
.custom-request-right-side .arrow {
    width: 10px;
}*/
/* ----------- Contact Us Section --------------- */
#contact-us-section {
    background-color: var(--blue);
    padding: 5rem;
    text-align: center;
    /*margin: 1rem 0;*/
    margin-bottom: 0.5rem;
}
#contact-us-section h1 {
    font-family: 'urw-din', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}
#contact-us-section h1  span {
    color: var(--yellow);
}
#contact-us-section a {
    padding: 8px 30px;
    border: solid 2px var(--yellow);
    color: var(--yellow);
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
}
#contact-us-section p {
    font-size: 22px;
    margin-bottom: 3rem;
    color: #ffffff;
}
/* ----------- Footer ------------- */
footer {
   
    padding: 1rem 6rem;
    background-color: #403B61;
    
}
footer div {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    max-width: 1400px;
    margin: auto;
}
footer img {
    width: 20%;
    padding-right: 5%;
}
footer a, footer p {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    
}
footer div {
    text-align: right;
}
@media only screen and (max-width: 800px) {
img {
    width: 80% !important;
    height: auto !important;
}
@media only screen and (max-width: 800px) {
    .welcome-banner {
        padding: 1rem 0 9rem 0rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
@media only screen and (max-width: 800px){
p {
            font-size: 1.2rem !important;
            padding: 10%;
            text-align: center !important;
            margin-left: 1% !important;
            margin-right: 1% !important;
}
@media only screen and (max-width: 800px){
p2 {
            font-size: 1.2rem !important;
            padding: 10%;
            text-align: center !important;
            margin-left: 1% !important;
            margin-right: 1% !important;
}

@media only screen and (max-width: 800px){
h1 {
    font-size: 1.5rem !important;
}
@media only screen and (max-width: 800px){
.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 38rem;
    min-width: 18rem;
    margin: 10px;
    text-align: center;
}
    .welcome-banner div {
        text-align: center;
    }
    .welcome-banner h1 {
        font-size: 1.7rem;
    }
    .welcome-banner h2 {
        font-size: 1.5rem;
    }
    .welcome-banner2 {
background-repeat: no-repeat;
            background-position: center;
            background-size: cover;    }
    .welcome-banner2 div {
        text-align: center;
    }
    .welcome-banner2 h1 {
        font-size: 1.7rem;
    }
    .welcome-banner2 h2 {
        font-size: 1.5rem;
    }

    .logo-container {
        padding-left: 0;
        text-align: center;
    }
    .evervolt-logo img {
        display: none;
    }
    .panasonic-logo img {
        padding-left: 0;
        text-align: center;
	width: 50%;
	margin-right: -60px;
    }
    .evervolt-logo {
        display: none;
    }
    .header-tiles-container {
        flex-direction: column;
        align-items: center;
    }
    .tile {
        max-width: 100%;
        /*padding: 3rem;*/
        /*margin: 10px;*/
	display: flex;
	flex-wrap: wrap;
    }
    .tile h5 {
        white-space: initial;
    }
    .calendar-tile-container {
        flex-wrap: wrap;
    }
    .calendar-tile {
        max-width: 50%;
    }
    .calendar-tile h6 {
        font-size: 1rem;
    }
    #product-preview-container {
        padding: 1rem;
    }
    #product-preview-container h2 {
        margin: 1rem 0 1.5rem 1rem;
    }
    .product-tile {
        max-width: 50%;
    }
    #custom-request-container {
        flex-direction: column;
    }
    img#custom-request-lifestyle {
        max-width: 100%;
    }
    .custom-request-right-side {
        max-width: 100%;
    }
    .custom-request-right-side p,
    #contact-us-section p {
        font-size: 1rem;
    }
    .custom-request-right-side .btn {
        font-size: 1rem;
        margin-top: 1rem;
    }
    #contact-us-section {
        padding: 3rem;
    }
    #contact-us-section h1 {
        font-size: 2.75rem;
    }
    footer div {
        flex-direction: row;
    }
    footer div img {
        margin-bottom: 2rem;
        margin-left: -96px;
    }
    }
    footer img{
       width: 150px;
    }
}
@media only screen and (max-width: 1300px) {
    .evervolt-logo {
        padding-left: 32rem;
    }
    .evervolt-logo img {
        max-width: 250px;
    }
   footer img{
       width: 350px;
    }

}