  body {
    font-family: FS Lola, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    height: 100%;
}

/*Global*/

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    min-height: 100%;
}

ul {
    margin: 0;
    padding: 0;
  
}
    .fa-ul li {
        padding-right: 15px;
        font-size: 1.25em;
    }

        .fa-ul li .fa {
            font-size: 15px !important;
            padding-top: 2px;
        }
       
        .fa-ul li .fa-ul li {
            padding-right: 15px;
            font-size: 1em;
        }
        .fa-ul li .fa-ul li .fa {
            font-size: 12px !important;
            padding-top: 3px;
            padding-right: 15px;
        }
        .fa-ul li .small {
            font-size: 10px !important;
        }

        .fa-ul li .fa-circle {
            font-size: 10px !important;
        }   
.button {
    display: inline-block;
    padding: 10px 14px;
    color: #fff;
    border: 2px solid rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    line-height: 120%;
    background-color: rgba(255,255,255, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 17px;
    padding: 20px;
    text-decoration: none !important;
}

.paragraph {
    color: black;
    font-family: apex sarif;
}

.parHeading {
    color: black;
}


.button:hover {
    background-color: rgba(255,255,255, 0.3);
    color: rgb(255, 255, 255);
}

.center {
    text-align: center;
}

/* Dropdown */

.ax_droplist {
    margin-left: 37%;
    margin-top: 2%;
    display: inline-block;
}

#u15, #u16 {
    float: left;
    width: 20%;
}


/* Text Box */

#u17_input {
    width: 30%;
    height: 100px;
}

.container h2 {
    margin: 0;
    padding: 0;
}

/*Showcase*/

#showcase {
    min-height: 400px;
    background: url('/acctis/saps/images/banner.png') no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    margin-top: -20px;
}


    #showcase h1 {
        margin-top: 100px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #showcase p {
        font-size: 20px;
    }


/* Features */

#features {
    padding: 20px;
    margin-bottom: 20px;
    background: rgb(34, 33, 33);
    color: #ffffff;
}

    #features h1 {
        text-align: center;
    }

/*Boxes*/

#boxes {
    margin: 20px;
    text-align: justify;
    margin-bottom:100px;
}

    #boxes .box {
         text-align: center;
         padding: 10px;
         font-family: Georgia;
         width: 30%;
         vertical-align: top;
         display: inline-block;
        
    }

        #boxes .box h3 {
             font-family: FS Lola;
        }

    
        #boxes .box img {
             width: 90px;
             height:90px;
        }

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}


/* Options */

.coloredButton {
    text-decoration: none;
    color: #aa1a1a;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgba(199, 68, 68, 0);
}
    .coloredButton:hover {
        background-color: #aa1a1a;
        color: rgb(255, 255, 255);
    }

    .coloredButton.selected {
        background-color: #aa1a1a;
        color: rgb(255, 255, 255);
    }

/* Rectangle  */

.rectangle {
    background-color: #aa1a1a;
    color: rgb(255, 255, 255);
    padding: 2px 2px;
    font-size: 17px;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    border-radius: 25px;
}

/* Terms and Conditions */

#yescondition h1 {
    font-size: 30px;
    text-align: center;
}

footer {
    height: 100px;
    padding: 20px;
    margin-top: -100px;
    color: #ffffff;
    background-color: #aa1a1a;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    bottom: 0px;
    position: fixed;
    clear:both;
    z-index: -1;
}

footer p {
    margin-top: 20px;
    margin-left: 50px;
}


footer img {
    float: left;
    width: 65px;
    margin-left: 12px;
    margin-top: -7px;
    margin-right: 12px;
 }

#welcomename {
    margin-right: 1.5em;
    float: right !important;
}

.tablescroll {
    overflow-x: auto;
    display: block;
}

.Acct350Date {
    font-weight: bold;
    text-decoration: underline;
    
}
input.Acct350Date {
    padding-left: 5px;
    width: 100px
}

/* Media Queries */

@media(max-width: 1212px) {
    header #branding,
    header nav,
    .container #boxes .box,
    #u15,
    #u16 {
        float: none !important;
        line-height: 1.5;
        width: 100%;
    }

    #showcase a.button {
        margin-bottom: 10px;
    }

    header #branding img {
        float: none;
        text-align: center;
        width: 100%;
        display: block;
    }

    header {
        padding-bottom: 10px;
    }

    header nav {
        text-align: center;
    }

    header nav li {
        float: none;
        width: 100%;
        padding: 0px;
        margin: 5px;
    }

    #showcase h1 {
        margin-top: 40px;
    }

    #welcomename {
        margin-right:0em;
        float: none !important;
        text-align:center;
        margin:20px;
    }

}

/* Media Button Queries */

@media(max-width: 628px) {

    .button {
        width: 100%;
        text-align: center;
    }
}
