/*
blue: #5386F1;
red: #DF453B;
yellow: #F4BC27;
green: #4BA755;
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; margin: 0; padding: 0; }
ol, ul { list-style: none;}
ul, ul li, ul li a { margin:0; padding:0;border:none; outline:none;}
table { border-collapse: collapse;border-spacing: 0; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: underline; color: inherit; }
img { max-width: 100%; }
html {box-sizing:border-box;}
*,*:before,*:after{box-sizing:inherit;}

/* header */
.header {
    width:100%;
	z-index: 2;
}
.nav.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%
}
.header .divider {
    position:relative;
    z-index:-2;
}
.nav,.brand {
    width:100%;
    background-color: #5386F1;
	z-index: 2;
}
.navfill {
    width: 100%;
    height: 30px;
    background: #5386F1;
    z-index: -1;
    position: fixed;
    top: 0px;
    left: 0px;
}
.overscroll_hide {
    background: #5386F1;
    z-index: 3;
    position: absolute;
    height: 500px;
    width: 100%;
    top: -498px;
}
.header .container {
    justify-content: space-between;
}
.brand .container {
    flex-wrap: nowrap;
}
.logo {
	padding-top:0;
}
.contact-info {
	flex-flow: column; 
    align-items: flex-end;
    color: #fff;
    font-size:0.9rem;
	margin-top:5px;
}
.phone::before {content:"\f095";}
.email::before{content:"\f0e0";}
.nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav a {
    color: #fff;
    font-size: 0.9rem;
   display:inline-block;
   padding:0 0.5rem;
    white-space:nowrap;
}
.nav .submenu {
    display:none;
    background-color: #5386f1;
    padding: 5px;
	position:absolute;
	z-index:99;
	right:0;
}
.withicon::before,.withicon::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
}
.withicon::after {
    margin-right: 0em;
}
.row,.container {
    width:100%;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}
.has-submenu {
	position:relative;
}
.header .divider {
    height: 40px;
}

/* etc */
input[type="checkbox"],input[type="radio"] {
    transform: scale(1.35,1.35);
    margin-right: 0.5rem;
    z-index:0;
}
input[type="text"],input[type="email"],input[type="number"],select,textarea {
    font-size:inherit;
    color: inherit;
    width:100%;
    padding: 0.25rem;
    border: 1px solid #666;
}
button {
    margin: 0.5rem 0;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #666;
    background-color:#fafafe;
}
p {
    width:100%;
    line-height: 1.6rem;
    padding: 0.5rem;
}
b {
    font-weight: bold;
}
div {
    display:flex;
    flex-wrap: wrap;
}
div.center {
    justify-content: center;
    align-content: center;
    align-items: center;
}
div.left {
    width:100%;
    justify-content: flex-start !important;
}
div.right {
    width:100%;
    justify-content:flex-end !important
}
strong {
    font-weight: 700;
}
ul.vertical {
    justify-self: flex-start;
}
ul li {
    padding: 0.3rem 0;
}
ul.with-ticks li:before {
    color: #5386F1;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
}

h1 {
    width:100%;
    color: #5386F1;
    font-size:1.2rem;
    font-weight:bold;
    margin: 1.2rem 0 1rem 1rem;
}
h2 {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
}
h3 {
    width:100%;
    font-size: 1rem;
    margin: 1rem 0 0.5rem 0;
}
.apparentlink {
    color: #5386F1;
	cursor:pointer;
}
.apparentlink:hover{
	text-decoration:underline;
}
.footer {
    font-size:0.6rem;
    margin-top: 2rem;
    border-top: 1px solid #ddd;
    text-align: center;
}

.card,.accordion {
    width:100%;
    align-items: stretch;
    align-content: flex-start;
    border: 1px solid #d8d8d8;
    margin: 1rem 0.5rem 0 0.5rem;
}
.card-title,.accordion .title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
}
.accordion .title:after {
    content: "\f067";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight:900;color: #aaa;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
}
.accordion .title.active:after {
    content: "\f068";
}
.card-body,.accordion .panel {
    display:block;
    padding: 0.5rem;
}
.panel>div {
	width:100%;
}
    .card a,.accordion a {
        display:inline;
        color: #5386F1;
    }
.accordion .title{
    cursor: pointer;
}
.accordion .title.active, accordion .title:hover {
    background-color: #d7d7d7;
}
.accordion .panel {
    width:100%;
    display:none;
}
.accordion .panel.active {
    display:block;
}
#nselect {
	width:100%;
}
hr {
	width:100%;
	height:1px;
}
.section-header {
	background-color: #d7d7d7;
	margin-top: 2rem;
}
#show {
    display:block;
    margin-bottom: 2rem;
    width:100%;
    text-align:center;
}
#emailform {
    width:100%;
}
.area1_left,.area1_right {
    width:100%;
}
.area1_left li {
    margin-top: 1.3rem;
}
#emailform .captcha,#emailform .captcha div, #emailform .submitform {
    width:100%;
    justify-content: center;
}
input[name="mathanswer"] {width:60px;}
#lcontent #ntv {
    height: 50px;
}
.line {
    width:100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}
.input-control {
    width:100%;
    justify-content: flex-start;
    margin-top:1rem;
}
.input-control input {
    width:100%;
}
.input-control textarea {
    width:100%;
}
    #lcontent .line-items,#lcontent .relay-boxes {
        width: 100%;
        justify-content: space-between;
        align-content: center;
        margin-top: 1rem;
    }
    #lcontent .line-desc {
        width: 100%;
    }
    #nselect div,#ltselect div, #h div{
        width:100%;
        justify-content: flex-start;
    }
#lcontent .totalamount {
    justify-content: flex-end;
    border-top: 1px solid #aaa;
    margin-top: 0.5rem;
}
#paynow {
	width:100%;
    justify-content: flex-end;
    margin-top: 0.5rem;
}
input:required:invalid,input:focus:invalid,textarea:required:invalid {
	background-image: url("invalid.png");
	background-position: right top;
	background-repeat: no-repeat;
}
input[type="number"]:focus:invalid {
	background-position: right 12px top;
}
.has-submenu .withicon::after {
    content: "\f0d7";
}
.has-submenu:hover .submenu {
    display:block;
}
.submenu-underlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: red;
    z-index: 0;
}
@media screen and (max-width:280px) {
    .contact-info .withicon {
        font-size: 0px;
    }
    .contact-info .withicon:before {
        font-size: 10px;
    }
    .contact-info {
        flex-flow: initial;
        width: initial;
    }
}
@media screen and (min-width:410px) {
	.nav ul li {
		margin:0 5px 0 5px;
	}
}
@media screen and (min-width:460px) {
	.nav ul li {
		margin:0 10px 0 10px;
	}
}
@media screen and (min-width:510px) {
	.nav ul li {
		margin:0 16px 0 16px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width:560px) {
	.contact-info {
		flex-flow:row;
		margin-top:10px;
	}
	.nav ul li {
		margin:0 22px 0 22px;
	}
}
@media screen and (min-width:580px) {
	.nav ul li {
		margin:0px;
		font-size: 1.0rem;
	}
}
@media screen and (min-width:768px) {
    body {
        font-size:16px;
    }
    .container {
       width:90%;
    }
	.logo {
		padding-top:10px;
	}
    .email {margin-left: 1.5rem;}
    .contact-info {
        font-size: 1rem;
		margin-top:15px;
    }
    .nav .container {
        width: 80%;
    }
    .fom-home-description {
        width:740px;
        margin-bottom: 50px;
    }
    .footer {
        font-size:0.8rem;
        color: #aaa;
    }
    .cards{
        align-items: stretch;
    }
    .card-body,.accordion .panel {
        padding: 1.25rem;
    }
    .gallery img {
        width:auto;
        height:64px;
    }
    .area1 {
        justify-content: space-between;
    }
    .area1_left,.area1_right {
        width:45%;
    }
    .input-control input {
        width:40%;
    }
    .input-control textarea {
        width:80%;
    }
}
@media screen and (min-width:1024px) {
    .submenu {
		right:auto;
    }
    .container {
        width: 70%;
    }
    .nav .container {
        width: 65%;
    }
    .nav a {
        font-size: 1.1rem;
    }
    .card {
        width: 45%;
    }
	.qanda.card {
		width:100%;
	}
    .fom-home-description {
        width:740px;
    }
    .gallery .item {
        margin: 1%;
        width: 19%;
    }
    .gallery img {
        width:auto;
        height:120px;
    }
    .input-control input {
        width:50%;
    }
}

@media screen and (min-width:1280px) {
    .container {
        width:1200px;
    }
    .nav .container {
        width: 1060px;
    }
    .fom-home-description {
        width:740px;
    }
    .gallery .item {
        margin: 5px;
        width: 11%;
    }
    .gallery img {
        width:auto;
        height:100px;
    }
    .input-control input {
        width:56%;
    }
}
