@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --white: #ffffff;
  --whitesmoke: #f5f5f5;
  --green: #67c226;
  --blue: #0365ac;
  --darkblue: rgb(7 58 112);
}
html{
  height: 100%;
}
body{
  height: 100%;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}


.ui-success{
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 50px;
	width: 300px;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	color: var(--green);
	z-index: 99;
	border: solid var(--green) 1px;
}
.ui-error{
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 50px;
	width: 300px;
	transform: translateX(-50%) translateY(-50%);
	background-color: #111;
	color: red;
	z-index: 99;
}

form button[type="submit"]{
	background-color: var(--blue);
	color: var(--white);
	padding: 15px;
	width: 100%;
	border-radius: 9px;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
form button[type="submit"]:hover{
	opacity: 0.8;
}
.container {
	margin: auto;
}
header{
  position: relative;
  border-bottom: solid 4px var(--whitesmoke);
	
}
header>.header-contents{
	height: 200px;
    position: relative;
    overflow: hidden;
	    margin-top: 39px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
header>.header-contents:after{
	width: 300px;
	height: 115px;
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	background-image: url(/assets/logoonwhitetransparent.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
header>.header-contents>img{
	position: absolute;
    left: 50%;
    top: 50%;
	display: block;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

header>button.mobile-toggle{
    position: absolute;
    display: none;
    right: 30px;
    top: 20px;
    z-index: 99;
    padding: 0px;
    font-size: 28px;
    line-height: 28px;
    width: 36px;
    padding-bottom: 4px;
    border: solid 1px var(--blue);
    border-radius: 6px;
    background-color: var(--white);
    color: var(--blue);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
header>button.mobile-toggle:hover{
	background-color: transparent;
}
header>button.mobile-toggle.expand{
	transform: rotate(270deg);
}


header>nav{
 position: fixed;
  right: 0px;
  left: 0px;
  display: table;
  width: 100%;
  top: 0px;
  z-index: 9;
}
header>nav>a{
  display: table-cell;
  border-right: var(--whitesmoke) 2px solid;
	position: relative;
}
header>nav>a:first-child:before{
	content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 9px #ffffff solid;
    background-image: url(../assets/logoround.png);
    background-size: cover;
    position: absolute;
    top: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 5px 2px rgb(3 103 176);
    z-index: 9;
    background-color: #ffffff;
}
header>nav>a>button{
  width: 100%;
  padding: 11px;
  border: none;
  background-color: var(--white);
  border-bottom: var(--blue) 2px solid;
  cursor: pointer;
  transition: all 0.4s;
  color: var(--blue);
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
header>nav>a>button:before{
  background-image: url(/assets/logo-menu.png);
  background-size: cover;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 0.8s;
}
header>nav>a.selected>button{
	color: var(--green);
	border-color: var(--green);
}
header>nav>a.selected>button:before{
	opacity: 1;
}
header>nav>a>button:hover{
  color: var(--green);
  border-color: var(--green);
}
header>nav>a>button:hover:before{
  opacity: 1;
  transform: rotate(270deg);
}
.contents{
	min-height: 300px;
    margin-top: 20px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.contents>section{
	padding: 30px;
    padding-bottom: 0px;
}
.contents>section:last-child{
	border-bottom: none;
}
.contents>section a{
	color: var(--blue);
}
.contents>section h1{
	color: var(--darkblue);
    font-size: 42px;
    margin: 0px;
}
.contents>section h2{
	color: var(--green);
    margin: 0px;
	font-size: 18px;
	text-transform: uppercase;
}

.contents>section h3{
	color: var(--darkblue);
    font-size: 19px;
}

.contents>section p{
	font-size: 17px;
    line-height: 24px;
}

footer{
	color: #002c4b;
    background-color: var(--white);
    padding: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 11px;
    position: relative;
	min-height: 170px;
	background-image: url("../assets/footerbg.jpg");
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}
footer>p.copyright{
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0px;
	color: var(--white);
}
footer img.round-logo{
	width: 80px;
	vertical-align:middle;
}

footer img.follow-us{
	width: 160px;
	vertical-align:middle;
	margin-left: 20px;
}
blockquote{
	margin: 50px;
    font-style: italic;
    color: #01317d;
    font-size: 17px;
}
.contents>section div.darkblue{
	background-color: var(--darkblue);
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.contents>section div.darkblue h1{
	color: var(--green);
	font-size: 18px;
}
.contents>section div.darkblue p{
	margin-bottom: 10px !important;
    font-size: 15px;
    margin-top: 0px !important;
}
.contents>section div.lightblue{
	background-color: rgb(234 244 250);
	border-radius: 10px;
}
.contents>section div.lightblue>p{
	padding: 20px;
}
.contents>section div.confidentiality{
	background-color: rgb(237 247 231);
	border-radius: 10px;
	padding: 20px;
}
.contents>section div.confidentiality>p{
	font-size: 13px;
}
.contents>section div.confidentiality>h2{
	color: var(--darkblue);
}
.contents>section div.col-50{
	display: inline-block;
	width: calc(50% - 42px);
	vertical-align: top;
	padding: 20px;
}
.contents>section div.col-50 img{
	width: 100%;
	    border-radius: 10px;
}
.contents>section div.col-50 h1{
	font-size: 20px;
	margin-top: 25px;
}
.contents>section div.col-50 p{
	margin-bottom: 0px;
    margin-top: 15px;
}

.contents>section ul.greenlist{
	display: table;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 100%;
}
.contents>section ul.greenlist>li{
	display: table-cell;
    padding: 5px;
    margin: 2px;
    background-color: rgb(237 247 231);
    color: rgb(7 58 112);
    font-size: 12px;
    border-radius: 12px;
	font-weight: bold;
}
.contents>section ul.greenlist.light-blue{
	display: block;
}
.contents>section ul.greenlist.light-blue>li{
	display: inline-block;
    width: calc(50% - 26px);
    padding: 10px;
    margin: 2px;
    background-color: rgb(234 244 250);
    color: rgb(7 58 112);
    font-size: 14px;
    border-radius: 12px;
    font-weight: bold;
    vertical-align: top;
}
.contents>section ul.greenlist>li:before{
	width: 12px;
    height: 12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: rgb(87 181 43);
    display: inline-block;
    content: "";
    margin-right: 5px;
    margin-top: -3px;
    margin-left: 3px;
}

.contents>section ul.boxlist{
	margin: 0px;
    padding: 0px;
}
.contents>section ul.boxlist>li{
	display: inline-block;
    width: calc(33.33% - 42px);
    padding: 15px;
    border: solid 1px #b7def6;
	border-top: solid 8px var(--blue) !important;
	border-radius: 10px;
	vertical-align: top;
}
.contents>section ul.boxlist>li.col-50{
	width: calc(50% - 44px);
	margin-bottom: 10px;
}
.contents>section ul.boxlist>li.col-50:nth-child(odd){
	margin-right: 10px;
}
.contents>section ul.boxlist>li.col-50:nth-child(even){
	margin-left: 10px;
	margin-right: 0px;
}
.contents>section ul.boxlist>li.greentop{
	border-top: solid 8px var(--green) !important;
}
.contents>section ul.boxlist>li:nth-child(2){
	margin-left: 10px;
	margin-right: 10px;
}
.contents>section ul.boxlist>li>h3{
	color: var(--darkblue);
	margin: 0px;
}
.contents>section ul.boxlist>li>p{
	margin: 0px;
	margin-top: 15px;
}


.contents>section nav.buttons{
	display: block;
	margin-bottom: 30px;
}
.contents>section nav.buttons>a{
	text-decoration: none;
}
.contents>section nav.buttons button{
	display: inline-block;
    width: calc(33.33% - 3px);
    border: none;
    padding: 15px;
    border-radius: 7px;
	cursor: pointer;
	vertical-align: top;
}
.contents>section nav.buttons button:nth-child(2){
	margin-left: 20px;
	margin-right: 20px;
}
.contents>section nav.buttons button.bluebutton{
	background-color: var(--blue);
	color: var(--white);
}
.contents>section nav.buttons button.darkbluebutton{
	background-color: var(--darkblue);
	color: var(--white);
}
.contents>section nav.buttons button.greenbutton{
	background-color: var(--green);
	color: var(--white);
}

.contents>section .thumblist{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
::placeholder {
  color: var(--darkblue); /* Replace with your choice of color */
  opacity: 1;    /* Required for Firefox to prevent transparency */
}
.col-50 input{
	background-color: rgb(234 244 250);
    width: calc(100% - 22px);
    padding: 10px;
    border: solid 1px #85c3ef;
    color: var(--darkblue);
    border-radius: 6px;
}
.col-50 textarea{
	background-color: rgb(234 244 250);
    width: calc(100% - 22px);
    padding: 10px;
    border: solid 1px #85c3ef;
    color: var(--darkblue);
    border-radius: 6px;
	height: 90px;
	font-family: "Roboto", sans-serif;
}
.col-50 select{
	background-color: rgb(234 244 250);
    width: 100%;
    padding: 10px;
    border: solid 1px #85c3ef;
    color: var(--darkblue);
    border-radius: 6px;
}
.contents>section .thumblist>li{
	display: inline-block;
    width: calc(14.28% - 24px);
    padding: 10px;
    background-color: rgb(234 244 250);
    border-radius: 10px;
    vertical-align: top;
    min-height: 65px;
}
.contents>section>img{
	max-width: 100%;
}
.contents>section .thumblist>li:nth-child(even){
	background-color: rgb(237 247 231);
}
.contents>section .thumblist>li>h2{
	color: var(--darkblue);
    font-size: 17px;
    text-transform: none;
    text-align: center;
    margin: 0px;
}
.contents>section .thumblist>li>p{
	margin: 0px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 15px;
	text-align: center;
}

@media (max-width: 920px) {
	header>.header-contents{
		height: 300px;
	}
	header>nav>a>button:before{
	  width: 24px;
	  height: 24px;
	  top: 6px;
	}
	.contents>section ul.greenlist>li{
		font-size: 11px;
	}
	.contents>section h1 {
		font-size: 39px;
	}
	.contents>section div.col-50 h1 {
		margin-top: 15px;
	}
	.contents>section div.col-50 p{
		font-size: 14px;
	}
	
	.contents>section .thumblist>li>h2{
		font-size: 14px;
	}
	.contents>section .thumblist>li>p{
		font-size: 11px;
    	line-height: 13px;
	}
}
@media (max-width: 768px) {
	.contents>section .thumblist>li{
		width: calc(25% - 24px);
		margin-bottom: 10px;
	}
	header>.header-contents{
		height: 200px;
	}
	header>nav>a>button:before{
	  width: 16px;
	  height: 16px;
	  top: 9px;
	}
	.contents>section ul.greenlist{
		display: block;
	}
	.contents>section ul.greenlist>li{
		font-size: 15px;
		width: calc(50% - 16px);
		display: inline-block;
		vertical-align: top;
	}
	.contents>section ul.boxlist>li>h3 {
		font-size: 16px;
	}
	.contents>section ul.boxlist>li>p {
		font-size: 15px;
		line-height: 20px;
	}
	.contents>section h1 {
		font-size: 35px;
	}
	.contents>section div.col-50 h1 {
		margin-top: 0px;
	}
	.contents>section div.col-50 p{
		font-size: 14px;
		line-height: 17px;
	}
	footer>p.copyright{
		text-align: right;
		padding-right: 10px;
		font-size: 9px;
	}
}
@media (max-width: 740px) {
	header>button.mobile-toggle{
		display: block;
	}
	header>nav{
	  visibility: hidden;
	  transition: all 0.5s;
		opacity: 0;
		pointer-events: none;
		top: 70px;
        display: block;
        width: 240px;
        left: initial;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
	}
	header>nav.show{
	  visibility: visible;
	  opacity: 1;
	  pointer-events: auto;
	}
	header>nav>a {
    	display: block;
	}
	header>nav>a>button:before {
        width: 24px;
        height: 24px;
        top: 6px;
    }
	header>nav:before{
	   background-image: url(/assets/settings-blue.svg);
        background-size: cover;
        content: "";
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        right: -21px;
        top: -24px;
        opacity: 1;
        transition: all 0.5s;
		transform: translateX(100px);
	}
	header>nav.show:before{
	 transform: translateX(-210px)rotate(-360deg);
		opacity: 0;
	}
	header>nav>a:first-child:before{
		top: calc(100% - 91px);
	}
	header > .header-contents {
		margin-top: 0px;
	}
}
@media (max-width: 680px) {
	.contents > section div.col-50 h1{
		font-size: 14px;
	}
	
}
@media (max-width: 580px) {
	.contents > section nav.buttons > button {
		height: 60px;
	}
	.contents>section ul.boxlist>li {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.contents>section ul.boxlist>li:nth-child(2) {
		margin-left: 0px;
    	margin-right: 0px;
	}
	.contents>section div.col-50 {
		display: block;
		width: calc(100% - 42px);
		vertical-align: top;
		padding: 20px;
	}
	.contents>section ul.greenlist>li {
        width: auto;
        display: block;
    }
	.contents>section ul.boxlist>li.col-50 {
		width: auto;
        display: block;
	}
	.contents>section ul.boxlist>li.col-50:nth-child(even) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.contents>section ul.boxlist>li.col-50:nth-child(odd) {
		margin-right: 0px;
	}
	.contents>section ul.greenlist.light-blue>li {
		display: block;
		width: auto;
	}
}