html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background:url(bg.jpg) left top repeat-y; 
	background-size:100% 100%;
}

#contentwrap {
    width: 100%;
    max-width: 700px;
    text-align: left;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -webkit-text-size-adjust: none
}
#contentwrap table, #contentwrap div {
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
}
#contentwrap img {
    max-width: 100%;
    height: auto;
}
#contentwrap h1 {
    font-size: 22px;
    line-height: 25px;
}
#contentwrap h2 {
    font-size: 15px;
    margin: 15px 0 10px 0;
    color: #0070c0;
}
#contentwrap h2~p {
    margin-top: 0px;
}
#contentwrap ul {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
    margin-left: 20px;
}
#contentwrap li {
    line-height: 20px;
}
#contentwrap .d-flex {
    display: flex;
    justify-content: space-between;
}
#contentwrap .leftCol {
    width: 48%;
}
#contentwrap .rightCol {
    width: 48%;
}
#contentwrap a {
    color: #0070c0;
    text-decoration: none;
}
#contentwrap a:hover {
    color: #0070c0;
    text-decoration: underline;
}
#contentwrap > div > *:first-child {
    margin-top: 0;
}
#contentwrap > div > *:last-child {
    margin-bottom: 0;
}
#contentwrap .text-center {
    text-align: center;
}
#contentwrap .text-justify {
    text-align: justify;
}
#contentwrap .main {
    padding: 2% 4%;
}

/*--Button--*/
.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	display: inline-block;
	background: linear-gradient(to bottom, #122438 0%,#2b5784 50%,#224467 100%);
	padding: 0.5rem 1rem;
	margin: 0 auto;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff !important;
}
.button a:hover {
	background: linear-gradient(to bottom, #224467 0%,#2b5784 50%,#122438 100%);
	text-decoration: none !important;
	color: #fff !important;
}

@media (min-width: 800px) {
}

@media (max-width: 799px) {
}
.refnr {}

.apply {}
