@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Josefin+Sans&family=Paytone+One&family=Open+Sans&display=swap');

/*
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Hurricane&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Hurricane&display=swap');
*/

/* CSS (C) NIC Advertising */
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: #ffffff;
}
body{
width: 100%;
margin: 0px auto;
font-family: Arial;
font-size: 1em;
background-color: #1a469f;
}


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

p{
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: Arial;
}


.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;
}

.holder{
width: 1200px;
padding: 80px 0px;
margin: 0px auto;
}
.in-page{
display: flex;
flex-flow: row wrap;
}
.in-page h4{
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
padding: 10px;
font-size: 1.4em;
background-color: #ffffff;
}
.in-page h4 img{
width: 30px;
height: auto;
margin-right: 20px;
}
.in-page h4 a:link,
.in-page h4 a:active,
.in-page h4 a:visited,
.in-page h4 a:hover{
color: #1a469f;
text-decoration: none;
}


.in-page div{
box-sizing: border-box;
display: inline-block;
width: 50%;
}


@media(max-width: 1199px){
  .holder{
  width: 100%;
  }
  .in-page{
  
  }
}
.in-page div{
width: 50%;
}

.text{
padding: 0px 20px;
}

.in-page h1{
display: block;
margin-bottom: 30px;
font-size: 2.4em;
color: #ffffff;
text-align: center;
}
.in-page h1 a:link,
.in-page h1 a:active,
.in-page h1 a:visited,
.in-page h1 a:hover{
color: #ffffff;
font-weight: 600;
text-transform: uppercase;
text-decoration: underline;
}

.in-page h2{
display: block;
margin: 0px auto;
margin-bottom: 30px;
padding: 14px 20px;
background-color: #ffffff;
font-size: 1.6em;
color: #1a469f;
text-align: center;
}

.in-page h3{
margin-bottom: 30px;
font-size: 1.7em;
color: #ffffff;
}

.in-page ul{
width: 90%;
padding: 0px 0px 0px 14px;
margin: 0px auto;
margin-bottom: 30px;
color: #ffffff;
}
.in-page ul li{
padding: 0;
margin-bottom: 14px;
font-size: 1.2em;
}

.in-page .logo{
padding: 0px 20px;
}




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

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



@media(max-width: 910px){
  .in-page{
  flex-flow: column;
  }
  .in-page div{
  width: 100%;
  }
  .in-page .logo{
  max-width: 600px;
  margin: 0px auto;
  }
  .in-page h4{
  margin-bottom: 30px;
  }
}




