#bamboo-modal-overlay {
    display: none;
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000;
}
#bamboo-modal {
    width: 700px;
    min-height: 440px;
    display: none;
    padding: 0 0 0px;
    position: absolute;
    z-index: 10002;
    left: 50%;
    top: 0;
    margin-left: -350px;
    /*transition: top 0.7s ease;*/
    overflow: hidden;
    background-color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/modal-signup-squiggles-desktop.png");
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#bamboo-modal.temp-fixed {
    position: fixed;
    top: 40px;
}
#bamboo-modal .hide {
    display: none !important;
}
#bamboo-modal div.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 40px;
    height: 24px;
    line-height: 20px;
    font-family: serif;
    cursor: pointer;
    transition: color 0.5s ease;
}
#bamboo-modal div.modal-close:hover {
    color: #AAA;
    transition: color 0.5s ease;
}
.bamboo-hype-top {
    width: 82%;
    padding: 20px 0;
    margin: auto;
    text-align: center;
}
.bamboo-hype-top h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
#bamboo-modal p,
#bamboo-modal small {
    font-family: Campton-Light, Helvetica, sans-serif;
}
.bamboo-hype-top p {
    color: #000;
    font-size: 19px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 10px;
}
#bamboo-modal .red {
    color: #000;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    width: 90%;
    margin: 0 auto 20px;
}
.bamboo-hype-top .img-container {
    height: 300px;
}
.bamboo-hype-top .img-container img {
    height: 100%;
}
#bamboo-newsletter-modal-form {
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 0;
    width: 88%;
    box-sizing: border-box;
}
#bamboo-newsletter-modal-form > div {
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    max-width: 100%;
    padding: 0 10px;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}
#bamboo-newsletter-modal-form #container_COLUMN12 > div {
    background-color: #fff;
}
#bamboo-newsletter-modal-form .fieldLabel {
    display: none;
}
#bamboo-newsletter-modal-form input,
#bamboo-newsletter-modal-form select {
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: Campton-Light, Helvetica, sans-serif;
    font-weight: 600;
    text-indent: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}
#bamboo-newsletter-modal-form select {
    border: 0px solid transparent;
    outline: 1px solid #ccc;
    outline-offset: 0px;
    color: #AAA;
    height: 38px;
    line-height: 39px;
    box-sizing: border-box;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    margin-left: 1px;
    padding-right: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
    z-index: 3;
    text-indent: -moz-calc(0px - 0px);
    position: relative;
}
#bamboo-newsletter-modal-form #submit-container {
    position: relative;
    margin: 20px auto 0;
    text-align: center;
    display: block;
}
#bamboo-newsletter-modal-form input[type="submit"] {
    margin: 0;
    position: relative;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 12px;
    color: #fff;
    border: none;
    background-color: #65B947 !important;
    transition: background-color 0.5s ease;
    font-family: Campton-Medium, Helvetica, sans-serif;
    font-weight: 100;
}
#bamboo-newsletter-modal-form #submit-container:hover input[type="submit"] {
    background-color: #5DAC41!important;
    transition: background-color 0.5s ease;
}
#bamboo-newsletter-modal-form .silverpop-validator {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer;
}
#bamboo-newsletter-modal-form .sp-error-message {
    background-color: #EF3026;
    border-radius: 6px;
    color: #fff;
    display: none;
    height: auto;
    left: -10px;
    max-width: 77%;
    padding: 5px 13px;
    position: absolute;
    top: -52px;
}
#bamboo-newsletter-modal-form .show-error .sp-error-message {
    display: block;
}
#bamboo-newsletter-modal-form .show-error .sp-error-message:after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 48, 38, 0);
    border-top-color: #EF3026;
    border-width: 12px;
    margin-left: -12px;
}
#bamboo-newsletter-modal-form .sp-error-message p {
    margin-bottom: 0;
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-family: Campton-Book, Helvetica, sans-serif;
}
#bamboo-newsletter-modal-form .show-error {
    position: relative;
}
#bamboo-newsletter-modal-form .show-error input {
    border: 1px solid #EF3026 !important;
}
#bamboo-newsletter-modal-form .show-error select {
    outline: 1px solid #EF3026 !important;
}
#bamboo-newsletter-modal-form .error-icons {
    cursor: pointer;
    height: 34px;
    width: 34px;
    margin-right: 15px;
    display: none;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: transparent;
}
#bamboo-newsletter-modal-form .error-icons > circle {
    stroke: #EF3026;
    fill: transparent;
}
#bamboo-newsletter-modal-form .error-icons > path {
    stroke: #EF3026;
}
#bamboo-newsletter-modal-form .error-icons:hover > circle {
    fill: #EF3026;
}
#bamboo-newsletter-modal-form .error-icons:hover > path {
    stroke: #eee;
}
#bamboo-newsletter-modal-form .show-error .error-icons {
    display: inline-block;
}
#bamboo-newsletter-modal-form .show-error .triangle {
    display: none;
}
#bamboo-newsletter-modal-form .triangle:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 2;
}
#bamboo-newsletter-modal-form .triangle:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

#bamboo-newsletter-modal-form #submit-container input[type="submit"] {
    padding-right: 0;
    transition: all 0.5s ease;
}
#bamboo-newsletter-modal-form #submit-container input[type="submit"].sending {
    padding-right: 30px;
    transition: all 0.5s ease;
}
#bamboo-newsletter-modal-form #submit-container .silverpop-validator:before {
    content: ' ';
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -11px;
    width: 24px;
    height: 24px;
    border: 4px solid;
    border-left-color: transparent;
    border-radius: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: rotate;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#bamboo-newsletter-modal-form #submit-container .silverpop-validator.sending {
    pointer-events: none;
    cursor: not-allowed;
}
#bamboo-newsletter-modal-form #submit-container .silverpop-validator.sending:before {
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    animation: roll 1.5s infinite;
    transform: rotate(360deg);
    color: #fff;
}

@keyframes roll {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#bamboo-modal.thank-you {
    background-image: url("../images/modal-thank-you-squiggles-desktop.png");
}
#bamboo-modal.thank-you .bamboo-sqwigglys {
    padding-bottom: 0;
}
#bamboo-modal.thank-you h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
#bamboo-modal.thank-you .bamboo-thank-you-box {
    background-color: #f4f2f4;
    padding-bottom: 40px;
    max-width: 80%;
    margin: auto;
    text-align: center;
}
#bamboo-modal.thank-you .bamboo-thank-you-box p {
    padding-top: 20px;
    width: 90%;
    max-width: 500px;
    color: #333;
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
}
#bamboo-modal.thank-you a {
    width: 240px;
    background-color: #65B947;
    color: #FFF;
    height: 42px;
    display: block;
    line-height: 42px;
    margin: 20px auto 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    transition: background-color 0.5s ease;
    font-family: Campton-Medium, Helvetica, sans-serif;
}
#bamboo-modal.thank-you a:hover {
    background-color: #5DAC41;
    transition: background-color 0.5s ease;
}
#bamboo-modal.thank-you p {
    font-size: 20px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
    margin: auto;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    max-width: 85%;
}
#bamboo-modal.thank-you small {
    text-align: center;
    display: block;
    font-size: 11px;
    margin: 30px 0 15px;
}
#bamboo-modal .mobile {
    display: none;
}

#bamboo-modal .us-only-guys {
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    margin-top: 4px;
}
#bamboo-modal .us-only-guys p {
    font-family: Campton-medium;
}

#bamboo-modal.thank-you .us-only-guys {
    height: 30px
}
#bamboo-modal.thank-you .us-only-guys p {
    display: none;
}

@media all and (max-width: 767px) {
    #bamboo-modal {
        top: 100px;
        width: 350px;
        max-width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }
    #bamboo-modal .mobile {
        display: block;
    }
    #bamboo-modal .desktop {
        display: none;
    }
    #bamboo-modal.bamboo-sqwigglys {
        background-image: none;
    }
    #bamboo-modal {
        background-image: url("../images/modal-signup-squiggles-mobile.png");
        background-position: 100%;
        background-position: bottom;
    }
    #bamboo-modal.thank-you {
        padding-bottom: 0;
        background-image: url("../images/modal-thank-you-squiggles-mobile.png");
        background-position: top;
        background-size: auto 100%;
    }
    #bamboo-modal .bamboo-hype-top h1 {
        font-size: 24px;
    }
    .bamboo-hype-top p {
        text-align: center;
        font-size: 16px;
        line-height: 25px;
    }
    .bamboo-hype-top .img-container {
        height: auto;
    }
    .bamboo-hype-top .img-container img {
        height: auto;
        width: 95%;
    }
    .bamboo-hype-top .bamboo-hype-callout {
        display: block;
        margin: auto;
        width: 100%;
        padding-right: 30px;
    }
    #bamboo-modal .img-container-form {
        display: none;
    }
    #bamboo-modal .bamboo-hype-top {
        width: 100%;
        padding-bottom: 15px;
    }
    #bamboo-modal .bamboo-hype-callout-form {
        width: 83%;
        padding: 0;
        margin: auto;
    }
    #bamboo-modal.thank-you #bamboo-hype-form,
    #bamboo-modal #bamboo-hype-form {
        width: 85%;
        padding: 0;
        margin: auto;
    }
    #bamboo-modal.thank-you #bamboo-hype-form {
        padding-bottom: 30px;
    }
    #bamboo-modal .error-message {
        max-width: 110%;
        width: 110%;
        top: -43px;
    }
    #bamboo-modal .error-message.email-error {
        top: -70px;
    }
    #bamboo-modal .error-message p {
        text-align: left;
        line-height: 19px;
    }

    #bamboo-newsletter-modal-form {
        width: 100%;
    }
    #bamboo-newsletter-modal-form > div {
        width: 100%;
        padding: 0;
    }
    #bamboo-newsletter-modal-form #submit-container {
        margin-top: 5px;
    }
    #bamboo-newsletter-modal-form .sp-error-message {
        max-width: 85%;
    }


    #bamboo-modal.thank-you h1 {
        font-size: 26px;
        width: 95%;
        line-height: 34px;
        margin: 10px auto;
    }
    #bamboo-modal.thank-you h1 br {
        display: none;
    }
    #bamboo-modal.thank-you p {
        font-size: 17px;
        line-height: 30px;
        margin-top: 24px;
    }
    #bamboo-modal.thank-you .bamboo-thank-you-box {
        padding-bottom: 32px;
        max-width: 100%;
    }
    #bamboo-modal.thank-you .bamboo-thank-you-box p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px;
    }
    #bamboo-modal.thank-you .bamboo-thank-you-box h1 {
        font-size: 28px;
        padding: 8px 0;
    }
    #bamboo-modal.thank-you .bamboo-thank-you-box a {
        width: 90%;
    }
    #bamboo-modal.thank-you small {
        font-size: 12px;
        margin-bottom: 5px;
        padding-top: 8px;
        margin-top: 20px;
    }
    #bamboo-modal .us-only-guys p {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    #bamboo-newsletter-modal-form .sp-error-message {
        max-width: 105%;
    }
    #bamboo-modal .bamboo-hype-callout-form,
    #bamboo-modal.thank-you #bamboo-hype-form,
    #bamboo-modal #bamboo-hype-form {
        width: 90%;
    }
}
