body {
    margin: 0;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

#wrapper {
    width: 100%;
    height: 100%;
    color: #1d4a62;
    /* background-color: purple; */
    /* background-image: url('images/binders2.png'); */
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    /* width: auto; */
    background-image: linear-gradient(to right, #296889, #1d4a62);

}

#header a {
    text-decoration: none;
    color: whitesmoke;
}

#header a:visited {
    /* text-decoration: none; */
    color: #1d4a62;
}

#header a:hover {
    cursor: pointer;
    background-color: whitesmoke;
    color: #1d4a62;
}

#logo {
    width: 56px;
    height: 50px;
    margin: 10px 10px;
    border: 3px solid #1d4a62;
    border-radius: 12px;
    color: #1d4a62;
    font: bold 40px/45px Arial;
    display: inline-block;
    text-align: center;
    padding: 1px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    background-color: whitesmoke;
}

#menu {
    display: inline-block;
    text-align: right;
    width: 90%;
    vertical-align: bottom;
}

#menu a:visited {
    color: whitesmoke;
}

#menu a:hover {
    color: #1d4a62;
}

.links {
    display: inline-block;
    text-align: right;
    padding: 10px;
    color: whitesmoke;
    display: inline-block;
    text-align: right;
    font: 16px Arial;
}

.links:hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
}

.links a:hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
}

h1 {
    text-align: center;
    font-size: 48px;
}

p {
    width: 70%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
}

p a {
    color: #3b94c4;
    text-decoration: none;
}

p a:visited {
    color: #3b94c4;
    text-decoration: none;
}

hr {
    width: 80%;
    height: 1px;
    background-color: darkgray;
    border: none;
}

#price {
    /*height: 100vh;*/
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.priceBox {
    background-color: snow;
    display: inline-block;
    margin: 80px;
    width: 550px;
    height: auto;
    min-height: 620px;
    padding-bottom: 25px;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 5px 10px 18px #888888;
}

li {
    text-align: left;
    padding-bottom: 10px;
}

.accordion {
    /* background-color: #bfd8d9; */
    /* background-color: #e6e6e6; */
    background-color: snow;
    color: #1d4a62;
    cursor: pointer;
    padding: 10px;
    width: 90%;
    /* margin-left: 12%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: Arial, Helvetica, sans-serif;
}

.active,
.accordion:hover {
    /* background-color: #ebcb7a;
    background-color: #e6e6e6; */
/*    background-color: #bfd8d9;*/
    background-color: #1d4a62;
    color: whitesmoke;
    width: 90%;
}

.accordion:after {
    content: '\002B';
    /* color: #777; */
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
/*    background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: auto;
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    color: #1d4a62;
    /* text-align: right; */
}

.panelText {
    width: 80%;
    padding-top: 13px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    display: inline-block;
}

.panelSelect {
    text-align: center;
    vertical-align: top;
    margin-top: 4%;
    display: inline-block;
    width: 18%;
}

select {
    width: 50px;
    height: 30px;
    border-radius: 5px;
}

.checkbox {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-left: 20px;
    text-align: left;
}

.check {
    width: 18%;
    text-align: left;
    display: inline-block;
    /* margin-bottom: 15px; */
    padding-top: 3%;
}

.submit {
    padding: 15px 25px;
    background-color: #1d4a62;
    color: whitesmoke;
    font: 22px Arial;
    border: 0px;
    border-radius: 25px;
    margin-top: 11px;
}

.submit:hover {
    cursor: pointer;
    background-color: #296889;
    color: whitesmoke;
}

.litButton:hover {
    cursor: pointer;
}

#trialForm {
    width: 70%;
    margin: auto;
}

#monthlyEmail {}

#monthlyName {}

#monthlyCompany {}

#monthlyText {
    /* height: 40px; */
    /* width: 500px; */
    margin: 10px;
    display: inline-block;
    resize: none;
    width: 96%;
    height: 200px;
    border-radius: 5px;
    /* margin: 1% 2% 2% 2%; */
}

#monthlySubmit {
    margin: auto;
}

#annualEmail {}

#annualName {}

#annualCompany {}

#annualText {
    /* height: 40px;
    width: 500px; */
    margin: 10px;
    display: inline-block;
    resize: none;
    width: 96%;
    height: 200px;
    border-radius: 5px;
    /* margin: 1% 2% 2% 2%; */
}

#annualSubmit {}

.input {
    display: inline-block;
    height: 40px;
    width: 96%;
    /* width: 500px; */
    border-radius: 5px;
    border: solid 1px #1d4a62;
    margin: 10px;
}

.buttonRow {
    width: 100%;
    display: inline-block;
    text-align: center;
}

/* .submit {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 15px 25px;
    background-color: #1d4a62;
    color: whitesmoke;
    font: 22px Arial;
    border: 0px;
    border-radius: 25px;
}

.submit:hover {
    cursor: pointer;
    background-color: #296889;
    color: whitesmoke;
} */




#footer {
    text-align: center;
    width: 100%;
    /* background-color: #1d4a62;
    color: whitesmoke; */
    color: #1d4a62;
    font: italic 12px Arial;
    margin-bottom: 20px;
    margin-top: 50px;
    vertical-align: bottom;
}