body, html {
    height: 100%;
    font-size: 16px;
    font-family: "calibri", arial, sans-serif;
    color: #777;
    background-color: #fff;
}

/*----------header, logo-----------------------*/

#header {
    width: 100%;
    text-align: center;
    padding: 15px 25px 10px 25px;
    box-shadow: 0px 3px 3px #aaaaaa;
    background-color: rgba(247,247,247,0.7);
    position: fixed;
    z-index: 100;
}

#logo {
    transition: 1s;
}

/*----------top banner-----------------------*/

@media screen and (max-width: 767.98px) {
#banner a {
    display: none;
    font-size: 2.5em;
    text-align: center;
    width: 320px;
    position: absolute;
    top: 35%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#banner a:hover {
    background-color: #22b573;
}
}

/*---------*/

@media screen and (min-width: 768px) {
#banner a {
    font-size: 2.5em;
    text-align: center;
    width: 320px;
    position: absolute;
    top: 35%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#banner a:hover {
    background-color: #22b573;
}
}

/*----------information-----------------------*/

@media screen and (max-width: 767.98px) {
#information {
    color: #fff;
    background-color: #142d54; 
    padding: 100px 0;
}

#information h1 {
    margin-bottom: 75px;
    text-align: center;
}

#information p {
    font-size: 1.6em;
    text-align: center;
}
    
#information h2 {
    font-size: 2.5em;
    text-align: center;  
    margin: 0px 0 50px 0;
}
    
#information .other-states {
    font-size: 1.5em;  
}
    
#information .refund-background {
    background-color: #0d1b47;
    padding: 75px 0;
    border-radius: 20px;
    margin-top: 50px;
    border: solid 1px #999;
}
    
#information .nys-refund {
    margin-top: 50px;    
}

#information a {
    display: block;
    margin: 20px auto 30px;
    width: 300px;
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#information a:hover {
    background-color: #22b573;
}

#information img {
    display: block;
    margin: 20px auto 30px;
    width: 300px;
}
}

/*-------*/

@media screen and (min-width: 768px) {
#information {
    color: #fff;
    background-color: #142d54; 
    padding: 100px 0;
}

#information h1 {
    margin-bottom: 75px;
    text-align: center;
}

#information p {
    font-size: 2em;
    text-align: center;
}
    
#information h2 {
    font-size: 2.5em;
    text-align: center;  
    margin: 0px 0 50px 0;
}
    
#information .other-states {
    font-size: 1.5em;  
}
    
#information .refund-background {
    background-color: #0d1b47;
    padding: 75px 0;
    border-radius: 20px;
    margin-top: 50px;
    border: solid 1px #999;
}

#information a {
    display: block;
    margin: 20px auto 30px;
    width: 300px;
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#information a:hover {
    background-color: #22b573;
}

#information img {
    display: block;
    margin: 20px auto 30px;
    width: 300px;
}
}

/*----------information-2-----------------------*/

@media screen and (max-width: 767.98px) {
#info-2 {
    padding: 100px 0;
}

#info-2 img {
    display: block;
    margin: 50px auto;
    box-shadow: 3px 3px 3px #aaaaaa;
}

#info-2 h2 {
    text-align: left;
    margin-bottom: 50px;
    color: #0071bc;
    font-size: 2em;
}

#info-2 h3 {
    color: #0071bc;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.9em;
}

#info-2 h4 {
    color: #555;
}

#info-2 li {
    font-size: 1.3em;
}

#info-2 p {
    font-size: 1.3em;
}

.bi-bank {
    display: block;
    font-size: 3.5em;
    color: #0071bc;
    text-align: center;
    margin-top: 30px;
}

#info-2 p.ebank {
    font-size: 1.3em;
}

#info-2 p.disclaimer {
    color: #999;
    font-size: 1.2em;
}
}

/*----------*/

@media screen and (min-width: 768px) {
#info-2 {
    padding: 100px 0;
}

#info-2 img {
    display: block;
    margin: 50px auto;
    box-shadow: 3px 3px 3px #aaaaaa;
}

#info-2 h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #0071bc;
    font-size: 2.5em;
}

#info-2 h3 {
    color: #0071bc;
    text-align: center;
    margin-bottom: 25px;
    font-size: 2em;
}

#info-2 h4 {
    color: #555;
}

#info-2 li {
    font-size: 1.3em;
}

#info-2 p {
    font-size: 1.3em;
}

.bi-bank {
    display: block;
    font-size: 3.5em;
    color: #0071bc;
    text-align: center;
    margin-top: 30px;
}

#info-2 p.ebank {
    font-size: 1.5em;
}

#info-2 p.disclaimer {
    color: #999;
    font-size: 1.2em;
}
}

/*----------pricing-----------------------*/

@media screen and (max-width: 991.98px) {
#pricing {
    background-color: #142d54;
    padding: 100px 0;
    color: #fff;
}

#pricing h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 0px;
}
    
#pricing h3 {
    text-align: center;
    font-size: 2em;
    margin: 50px 0 50px;
}
    
#pricing li {
    font-size: 1.3em;
    list-style-position: outside;
    margin-bottom: 10px;
}
    
#pricing .fee {
    color: #fff;
    padding: 5px 10px;
    background-color: #0071bc;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 50px;
    font-size: 1.3em;
}
    
#pricing .box-left {
    /*border-right: solid 1px #fff;*/
    border-top: solid 1px #0071bc;
    border-bottom: solid 1px #0071bc;
    padding: 75px 30px 50px 30px;
}
    
#pricing .box-right {
    /*border-right: solid 1px #fff;*/
    border-bottom: solid 1px #0071bc;
    padding: 100px 30px 50px 30px;
}
    
#pricing .boxes {
    margin-bottom: 100px;
    margin-top: 100px;
}

#pricing p {
    font-size: 1.5em;
}
    
#pricing .itemized-deduction {
    text-align: left; 
    font-size: 1.2em;
}
    
#pricing .additional-fees {
    font-size: 0.9em;   
}

#pricing a {
    display: block;
    margin: 50px auto 30px;
    width: 300px;
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#pricing a:hover {
    background-color: #22b573;
}
}

/*-----------*/

@media screen and (min-width: 992px) {
#pricing {
    background-color: #142d54;
    padding: 100px 0;
    color: #fff;
}

#pricing h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 100px;
}
    
#pricing h3 {
    text-align: center;
    font-size: 2em;
    margin: 50px 0 50px;
}
    
#pricing li {
    font-size: 1.3em;
    list-style-position: outside;
    margin-bottom: 10px;
}
    
#pricing .fee {
    color: #fff;
    padding: 5px 10px;
    background-color: #0071bc;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 50px;
}
    
#pricing .box-left {
    border-right: solid 1px #0071bc;
    padding: 20px 50px 0 50px;
}
    
#pricing .box-right {
    padding: 20px 50px 0 50px;
}
    
#pricing .boxes {
    margin-bottom: 100px;
    margin-top: 100px;
}

#pricing p {
    font-size: 1.5em;
}
    
#pricing .itemized-deduction {
    text-align: left; 
    font-size: 1.2em;
}
    
#pricing .additional-fees {
    padding: 0 50px;    
}

#pricing a {
    display: block;
    margin: 50px auto 30px;
    width: 350px;
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0071bc;
    border-radius: 50px;
    border: solid 3px #fff;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#pricing a:hover {
    background-color: #22b573;
}
}

/*------------Documentation--------------------------*/

#documentation {
    background-color: #333;
    padding: 100px 0;
    color: #fff;
}

#documentation h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 100px;
}

#documentation p {
    font-size: 1.3em;
}

#documentation a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 10px 10px 10px 10px;
    font-size: 0.95em;
    padding: 5px 10px;
    background-color: #0071bc;
    border-radius: 25px;
    border: solid 1px #fff;
    width: 340px;
    box-shadow: 0px 2px 2px #aaaaaa;
    transition: 1s;
}

#documentation a:hover {
    background-color: #22b573;
}

#documentation .documentation-disclaimers {
    margin-top: 50px;
}

/*------------Footer--------------------------*/

@media screen and (max-width: 767.98px) {
footer {
    text-align: right;
    padding: 10px 20px 10px 10px;
    background-color: #222;
    color: #fff;
}

footer p {
    font-size: 1.2em;
}

footer .btn {
    float: left;
    margin: 0 10px;
    background-color: transparent; 
    border: none;
    font-size: 1.2em;
}

footer .btn:hover {
    background-color: #0071bc;
}

footer h5 {
    font-size: 2.5em;
    color: #555;
    margin: 0 auto;
}

.offcanvas-header {
    border-bottom: solid 1px #000;
    margin-bottom: 50px;
}

.offcanvas {
    height: 93% !important;
    width: 100%;
    text-align: left; 
    padding-bottom: 50px;
}
}

/*---------*/

@media screen and (min-width: 768px) {
footer {
    text-align: right;
    padding: 10px 20px 10px 10px;
    background-color: #222;
    color: #fff;
}

footer p {
    font-size: 1.2em;
}

footer .btn {
    float: left;
    margin: 0 10px;
    background-color: transparent; 
    border: none;
    font-size: 1.2em;
}

footer .btn:hover {
    background-color: #0071bc;
}

footer h5 {
    font-size: 3em;
    color: #555;
    margin: 0 auto;
}

.offcanvas-header {
    border-bottom: solid 1px #000;
    margin-bottom: 50px;
}

.offcanvas {
    height: 93% !important;
    width: 100%;
    text-align: left; 
    padding-bottom: 50px;
}
}
