/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*
    Responsive Text 
        https://bootstrapcreative.com/can-adjust-text-size-bootstrap-responsive-design/
    Responsive Grid 
        https://getbootstrap.com/docs/3.4/css/#grid
*/

html {
    height: 100%;
    background-color: #e9e9e9;
    font-size: 16px;
    letter-spacing: -0.25px;
}

body {
    color: rgb(47,47,47);
    margin: 0;
    background-color: #fff;
}

.container-md {
    margin: 0 auto;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

h4 {
    text-align: center;
}

img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

p {
    font-family: Helvetica, Arial, sans-serif;
}

li {
    font-family: Helvetica, Arial, sans-serif;
}

a {
    color: #0000ff;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

a:hover {
    color: #0000ff;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bordered-video {
    border-width: 2px;
    border-color: #999;
    border-style: solid;

    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    width: 644px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.strikeout {
    position: relative;
}

.strikeout::after {
    border-bottom: 3px solid black;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}

.strikeout-big {
    position: relative;
}

.strikeout-big::after {
    border-bottom: 5px solid black;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}

.strikeout-opu {
    position: relative;
}

.strikeout-opu::after {
    border-bottom: 7px solid red;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}

.hidden {
    display: none;
}

.linked {
    color: blue;
}

.text-red {
    color: #BC0101;
}

.text-green {
    color: #228b22;
}

.highlight {
    background-color: rgba(255, 242, 0, 0.65);
}

.underline-red {
    text-decoration-color: rgb(255, 0, 0);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 4.008px;
    text-underline-offset: 6px;
}

.ww-footer {
    margin-top: 150px;
}

.p-footer {
    font-family: "Roboto Condensed", sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.VideoHeader {
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.VideoSub {
    margin-bottom: 0;
}

.VideoHeaderArea {
    background-color: rgb(255, 227, 0);
}

.VideoSubArea {
    border-style: dashed;
    border-color: grey;
    border-width: 2px;
    padding: 5px;
}

.opuSuperHead{
    text-align: center;
}

.opuStrikePrice {
    text-align: center;
}

.opuHead {
    text-align: center;
}

.ValueHead {
    text-align: center;
}

.ValueNumber {
    font-weight: bold;
    text-align: center;
}

.opuArea {
    border-style: dashed;
    border-color: black;
    border-width: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

/*
This is the fancy OPU buy button styles 
*/

.offer_container p {
    font-size:18px!important;
    line-height:1.5em;
    width: 100%;
}

.offer_container .add_btnp{
    color: rgb(95, 93, 93);
    background: rgba(0, 0, 0, 0);
}

.offer_container .add_btnp.active{
    color: rgb(0, 153, 0);
    background: rgb(186, 241, 202);
}

.offer_container .checkout-btn2p:active,
.offer_container .checkout-btn2p:focus,
.offer_container .checkout-btn2p:hover{
    color:#fff;
    background-color: #fff;
    border: 1px solid red;
    cursor:pointer;
    text-decoration: underline;
}

.offer_container .checkout-btn2p {
    background: linear-gradient(to right,#ef476f,orange);
    color: #fff;
    border:1px solid transparent;
    text-align: center;
    display: block;
    max-width: 500px;
    border-radius: 5px;
    padding: .5em 1em;
    text-decoration:none;
    font-weight:bold;
    margin: 40px auto;
    font-size: 30px;
}

.fancypants {
    font-size: 16px;
    width: 100%;
    box-shadow: inset 0 1px 0 rgb(255 255 205);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    display: inline-block;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
}

.fancyrow {
    padding: 20px 0px;
    margin: 30px auto 0px;
    background-color: rgb(242, 242, 242);
    border: 2px solid #ddd;
    border-radius: 8px;
    width: 720px;
}

.fancycol {
    outline: none;
    margin-left: -10px !important;
    word-wrap: break-word;
}

.offer_container .checkout-btnp:hover {
    cursor: pointer;
}

/* Aimated button stuff */
.elButton {
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px rgb(0 0 0);
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 60px;
    padding: 15px 40px !important;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    display: inline-block;
    text-align: center !important;
    text-decoration: none !important;
    animation: rocking 2s infinite;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: rocking;
    transition: .2s;
    color: rgb(0, 0, 0);
    background: rgb(255, 227, 0);
}

.elButton:hover {
    animation: none !important;
}

.elButtonText {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 700;
    height: auto;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-thickness: auto;
    width: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elButtonSub {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 600;
    height: 20px;
    opacity: 0.8;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-thickness: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.warningHead {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}

.warningSub {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.animatedButtonHead {
    text-align: center;
}

.animatedButtonSub {
    text-align: center;
}

/* Animations */

@keyframes rocking {
    0%{
        transform:rotate(0deg)
    }
    25%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(2deg)
    }
    75%{
        transform:rotate(-2deg)
    }
    100%{
        transform:rotate(0deg)
    }
}

/* MEDIA QUERIES */

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.015rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.015rem;
    margin-bottom: 1.75rem;
}

h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.015rem;
    margin-bottom: 1rem;
}


h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.015rem;
}

p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.015rem;
    margin-bottom: 1.75rem;
}

.disclaimer {
    color: rgb(55,55,55);
    font-size: 0.5rem;
    font-style: italic;
    line-height: 0.5rem;
    letter-spacing: -0.02rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.015rem;
    margin-bottom: 1.75rem;
}

img#hidemobile {
    display: none;
}

.fancyrow {
    width: 100%;
}

.fancycol {
    margin-left: 0px !important;
}

.elButtonText {
    font-size: 1rem;
    line-height: 1.5rem;
}

.elButtonSub {
    font-size: 10px;
    line-height: 20px;
}

.offer_container .checkout-btn2p {
    font-size: 1rem;
}

.headlineImage {
    margin-top: 10px;
    margin-bottom: 10px;
}

.buttonDrop-head {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    margin: 0;
}

.buttonDrop-Only {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    margin: 0;
}

.buttonDrop-buyText {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.buttonDrop-noThanks {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.WaitBig {
    font-size: 6rem;
    line-height: 6.5rem;
}

.warningBanner {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.BannerText {
    text-align: center;
    margin-bottom: 0px;
}

.warningHead {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 0.5rem;
}

.warningSub {
    font-size: 1rem;
    line-height: 1.2rem;
}

.animatedButtonArea {
    border-style: dashed;
    border-color: black;
    border-width: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.animatedButtonPreHead {
    text-align: center;
}

.animatedButton {
    margin-bottom: 30px;
}

.animatedButtonArea {
    margin-bottom: 2rem;
}

.animatedButtonHead {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    margin-bottom: 0rem;
}

.animatedButtonPreHead {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.02rem;
    margin-bottom: 30px;
}

.animatedButtonSub {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.010rem;
    margin-bottom: 1.5rem;
}

.animatedButton-buyText {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.animatedButton-noThanks {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.015rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.VideoHeader {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: -0.010rem;
}

.video-bullet {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.010rem;
    margin-bottom: 1rem;
}

.VideoSub {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.010rem;
}

.VideoSubArea {
    margin-bottom: 30px;
}

.VideoRow {
}

.bordered-video {
    margin-bottom: 0.5rem;
}

.opuSuperHead{
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: -0.010rem;
    margin-bottom: 0.5rem;
}

.opuStrikePrice {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.010rem;
    margin-bottom: 0.5rem;
}

.opuHead {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: -0.010rem;
    margin-bottom: 0.5rem;
}

.opuArea {
    padding-left: 10px;
    padding-right: 10px;
}

.ValueHead {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.015rem;
    margin-bottom: 1rem;
}

.ValueNumber {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -0.015rem;
    margin-bottom: 2rem;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .fancyrow {
        width: 100%;
    }

    .VideoSubArea {
        margin-bottom: 30px;
    }

    .opuSuperHead{
        font-size: 1.5rem;
        line-height: 1.7rem;
        letter-spacing: -0.010rem;
        margin-bottom: 0.5rem;
    }

    .opuStrikePrice {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: -0.010rem;
        margin-bottom: 0.5rem;
    }

    .opuHead {
        font-size: 1.5rem;
        line-height: 1.7rem;
        letter-spacing: -0.010rem;
        margin-bottom: 0.5rem;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.02rem;
        margin-bottom: 2rem;
    }

    h2 {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.02rem;
        margin-bottom: 2rem;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.015rem;
        margin-bottom: 2rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.015rem;
    }

    p {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.010rem;
        margin-bottom: 2rem;
    }

    li {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.010rem;
        margin-bottom: 2rem;
    }

    img#hidemobile {
        display: block;
    }

    .fancyrow {
        width: 100%;
    }

    .VideoSubArea {
        margin-bottom: 30px;
    }

    .fancycol {
        margin-left: -10px !important;
    }

    .elButtonText {
        font-size: 42px;
        line-height: 60px;
    }

    .elButtonSub {
        font-size: 22px;
    }

    .headlineImage {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .buttonDrop-head {
        font-size: 2rem;
        line-height: 2.3rem;
        letter-spacing: -0.015rem;
    }

    .buttonDrop-Only {
        font-size: 2rem;
        line-height: 2.3rem;
        letter-spacing: -0.015rem;
    }

    .buttonDrop-buyText {
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: -0.015rem;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .buttonDrop-noThanks {
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: -0.015rem;
        font-weight: bold;
        margin-bottom: 0;
        text-align: center;
    }

    .WaitBig {
        font-size: 9rem;
        line-height: 9.5rem;
    }

    .warningBanner {
        padding-top: 10px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .warningHead {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 5px;
    }

    .warningSub {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .animatedButtonArea {
        border-style: dashed;
        border-color: black;
        border-width: 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .animatedButton {
        margin-bottom: 30px;
    }

    .animatedButtonArea {
        margin-bottom: 2rem;
    }

    .animatedButtonHead {
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: -0.02rem;
        margin-bottom: 0rem;
    }

    .animatedButtonPreHead {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.02rem;
        margin-bottom: 30px;
    }

    .animatedButtonSub {
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: -0.010rem;
        margin-bottom: 2rem;
    }

    .animatedButton-buyText {
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: -0.015rem;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .animatedButton-noThanks {
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: -0.015rem;
        font-weight: bold;
        margin-bottom: 0;
        text-align: center;
    }

    .VideoHeader {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.010rem;
    }

    .video-bullet {
        font-size: 1.25rem;
        line-height: 1.5rem;
        letter-spacing: -0.010rem;
        margin-bottom: 1rem;
    }

    .VideoSub {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.010rem;
    }

    .VideoRow {
    }

    .bordered-video {
        margin-bottom: 0.5rem;
    }

    .opuSuperHead{
        font-size: 2.25rem;
        line-height: 2.5rem;
        letter-spacing: -0.010rem;
        margin-bottom: 1rem;
    }

    .opuStrikePrice {
        font-size: 4.5rem;
        line-height: 5rem;
        letter-spacing: -0.010rem;
        margin-bottom: 1rem;
    }

    .opuHead {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.010rem;
        margin-bottom: 1rem;
    }

    .opuArea {
        padding-left: 10px;
        padding-right: 10px;
    }

    .offer_container .checkout-btn2p {
        font-size: 2rem;
    }

    .ValueHead {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: -0.015rem;
        margin-bottom: 1rem;
    }

    .ValueNumber {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: -0.015rem;
        margin-bottom: 2rem;
    }

    .disclaimer {
        color: rgb(55,55,55);
        font-size: 1rem;
        font-style: italic;
        line-height: 1rem;
        letter-spacing: -0.02rem;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .fancyrow {
        width: 720px;
    }

    .VideoSubArea {
        margin-bottom: 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.dotBox {
    background: #fafaf8;
    font-weight: bold;
    padding: 1rem;
    border:1px dashed #ccc;
}

.quote-red-bar {
    /* margin-left: 3rem;
    margin-left: clamp(24px, 4vw, 3rem); */
    border-left: 11px solid #EA3323;
    padding: 0.25rem 1rem;
    background: linear-gradient(to right, #eeeeee, #fefefe);
}