/* Styles for the CoverPop.js plugin */


html,
body {
    overflow: auto;
}

body {
    position: relative;
}

.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

#CoverPop-cover table{
    width:100%;
}

#CoverPop-cover input[type="text"],
#CoverPop-cover input[type="email"]{
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #ecedee;
    font-family: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #cccccc;
    box-shadow: none;
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 1rem;
    margin: 0 0 1.1428571429rem 0;
    padding: 0.5714285714rem;
    height: 2.6428571429rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}

#CoverPop-cover input[type="submit"]{
    letter-spacing: 2px;
    margin-bottom: 0 !important;
    padding: 12px !important;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Gotham A','Gotham B',Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.4285714286rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1.1428571429rem;
    padding-right: 2.2857142857rem;
    padding-bottom: 1.2142857143rem;
    padding-left: 2.2857142857rem;
    font-size: 1.1428571429rem;
    padding-top: 1.1428571429rem;
    padding-bottom: 1.2142857143rem;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    background-color: #e39c25;
    border-color: #bb7e18;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}