@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Passion+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');


/* CSS (C) NIC Advertising */

*{
box-sizing: border-box;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;

	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
background-color: #e3f5fd;
}
body{
width: 100%;
margin: 0px auto;
font-family: 'Dosis', Arial;
font-size: 1em;
background-color: #e3f5fd;
}

#site-holder{
width: 1200px;
margin: 0px auto;
}

img{
max-width: 100%;
height: auto;
border: none;
}
b, strong{
font-weight: bold;
}

p{
font-size: 1.1em;
line-height: 1.8em !important;
}
p sup{
font-size: 0.6em;
}
h1 sup{
font-size: 0.6em !important;
}
h3 sup{
font-size: 0.6em !important;
}
h4 sup{
font-size: 0.6;
}
h1, h2, h3, h4, h5{
font-family: 'Dosis', Arial;
color: #162f2f;
}

h1{
padding: 40px 0px;
margin-bottom: 10px;
font-size: 2.4em;
text-align: center;
}
h2{
margin: 0px auto;
margin-bottom: 40px;
font-size: 1.8em;
}
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover{
font-size: inherit;
color: #162f2f;
}
h3{
padding: 10px 0px;
font-size: 2em;
}
h3 span{
font-size: 0.7em;
}
h4{
font-size: 1.6em;
}

h4 a:link,
h4 a:active,
h4 a:visited,
h4 a:hover{
color: #162f2f;
text-decoration: none;
}


.hide-desktop{
display: none;
visibility: hidden;
}

/* Mobile Basics */
.show-desktop{
display: block;
visibility: visible;
}
.show-mobile{
display: none;
visibility: visible;
}
.hide-mobile{
display: block;
visibility: visible;
}

.in-page{
width: 980px;
margin: 0px auto;
margin-bottom: 50px;
}

.in-page h4{
margin-bottom: 14px;
}


.generic-button{
padding: 8px 20px;
display: table;
margin: 0px auto;
text-transform: uppercase;
font-family: Arial;
font-size: 1.1em;
border: none;
border-radius: 20px;
text-align: center;
}
.generic-button-small{
padding: 4px 8px;
font-size: 0.9em;
}
.generic-button:hover {
filter: brightness(120%);
}

.generic-button-blue{
background-color: #2051a4;
color: #ffffff;
border-radius: 8px;
}

.generic-button-orange{
background-color: #f6941f;
color: #ffffff;
border-radius: 8px;
}

.generic-button a:link,
.generic-button a:active,
.generic-button a:visited,
.generic-button a:hover{
font-family: inherit;
color: inherit;
text-decoration: none;
}
.generic-button-wide{
width: 100%;
border-radius: 0;
}

.generic-button-rounded-corners-tight{
padding: 8px 14px !important;
border-radius: 6px;
}

.button-group{
display: flex;
flex-flow: row;
justify-content: flex-start;
align-content: center;
gap: 20px;
padding: 20px 0px;
}

.open{
display: block;
}
.close{
display: none;
}

.form-message{
display: none;
padding: 10px;
color: #ffffff;
}
.form-message.open{
display: block;
}
.form-message .success{
padding: 10px;
background-color: green;
}
.form-message .error{
padding: 10px;
background-color: #ff0000;
}


/* Insert */
.insert-holder{
padding: 50px 30px;
background-image: url('../images/insert-background.jpg');
background-size: cover;
background-position: left;

}
.insert{
display: flex;
justify-content: center;
gap: 40px;
}
.insert-text{
max-width: 540px;
padding: 70px 14px 0px 14px;
}
.insert-text h2{
font-size: 3em;
font-weight: bold;
color: #162f2f;
}
.insert-text h2 span{
color: #f5931f;
}
.insert-text p{
padding: 8px;
font-size: 1.4em;
background-color: rgba(255,255,255,0.3);
border-radius: 4px;
}
.top-form-holder{
padding: 50px 30px;
/* #162f2f */
background-color: #1b293e;
}
.top-form-holder h3{
font-family: Arial;
font-size: 2em;
color: #ffffff;
}
.top-form-holder h4{
margin-bottom: 8px;
font-family: Arial;
font-size: 1.2em;
color: #ffffff;
}
.top-form-holder label{
color: #ffffff;
}
.top-form-holder .form-group{
margin-bottom: 14px;
}


.bottom-form-holder{
padding: 30px;
background-color: #c9effa;
}
.bottom-form{

}
.bottom-form .form-group{
margin-bottom: 14px;
}


.other-people-holder{
padding: 50px 20px;
background-color: #2e9768;
}
.other-people h2{
font-size: 2.4em;
color: #ffffff;
}
.other-people ul{
padding: 0;
display: flex;
gap: 30px;
}
.other-people ul li{
list-style: none;
padding: 20px;

color: #ffffff;
}
.other-people ul li div{
padding: 20px;
margin-bottom: 10px;
background-color: rgba(255,255,255,0.3);
border-radius: 4px;
}
.other-people ul li div span{
width: 100%;
}
.other-people ul li div span:last-of-type{
float: right;
}
.other-people ul li div span img{
width: 50px;
height: auto;
}
.other-people ul li div p{
padding: 14px 0px;
}
.other-people ul li h4{
clear: both;
text-align: center;
font-size: 1.4em;
}
.other-people ul li h4 span{
font-size: 0.8em;
}


#spinner{
display: none;
padding: 30px 0px;
text-align: center;
}
#spinner img{
margin: 0px auto;
}


.footer{
width: 100%;
padding: 60px 0px;
/*
background-image: url('../ceperks/images/bottom-shadow-small.png');
background-position: top;
background-repeat: repeat-x;
*/
}
.footer img{
display: block;
margin: 0px auto;
margin-bottom: 20px;
}
.footer h4{
font-family: Open Sans, Arial;
margin-bottom: 20px;
font-size: 1.2em;
color: #222433;
text-align: center;
}
.footer h3{
margin-bottom: 20px;
text-align: center;
}
.footer h3 a:link,
.footer h3 a:active,
.footer h3 a:visited,
.footer h3 a:hover{
font-family: Open sans, Arial;
font-size: 2em;
color: #2051a4;
text-decoration: none;
}



.copyright{
padding: 10px;
font-family: Arial;
font-size: 0.8em;
color: #000000;
}

.spacer-30{
width: 100%;
height: 30px;
}
.clr{
clear: both;
}
