body {background-color:#eeeeee; border-top:0px; padding-top:0px; margin-top:0px;}

.mdiv {width:100%; background-color:#eeeeee; border:0px; padding:0px; margin:0px; text-align:center;}
.cdiv {height:100%; width:1200px; margin-left:auto; margin-right:auto; background-color:#ffffff; text-align:center;}
.hdiv {width:100%; background-color:#ffffff; border:0px; padding:0px; margin:0px; text-align:center;}
.pdiv {width:100%; background-color:#ffffff; border:0px; padding:0px; margin:0px; text-align:left;}
.ldiv {width:70%; display:inline-block; margin:0px; padding:20px 30px; vertical-align: top;}
.rdiv {width:20%; display:inline-block; margin:0px; padding:20px 30px 20px 10px; vertical-align: top;}
.fdiv {width:100%; background-color:#333333; border:0px; padding:0px; margin:0px; text-align:center;}

.font1 {font-family: 'Spartan', sans serif !important;}
.font0 {font-family: 'Barlow', sans serif !important; color:#000000;}
a.font0:link, a.font0:active, a.font0:visited {font-family: 'Barlow', sans serif !important; color:#00557e; font-weight:bold; text-decoration:none;}
a.font0:hover {font-family: 'Barlow', sans serif !important; color:#0077dd; font-weight:bold; text-decoration:none;}
.fsize10 {font-size:10px !important;}
.fsize12 {font-size:12px !important;}
.fsize14 {font-size:14px !important;}
.fsize16 {font-size:16px !important;}
.fsize18 {font-size:18px !important;}
.fsize20 {font-size:20px !important;}
.fsize24 {font-size:24px !important;}
.fcolorB {color:#0077dd !important}
.fcolorD {color:#00557e !important}
.fcolorK {color:#000000 !important}
.fcolorW {color:#ffffff !important}
.fcolorG {color:#999999 !important}
.alignL{text-align:left !important}
.alignC{text-align:center !important}
.alignR{text-align:right !important}
.alignJ{text-align:justify; !important}

.table100 {width:100% !important}
tr {border-spacing: 5px !important}
th {padding: 10px !important; background-color:#0077dd !important}
td {padding: 10px !important; background-color:#eeeeee !important}

hr.blue100 {
  border: 1px solid #00557e !important;
  width: 100% !important;
}
.textareareg {height: 5em !important; width: 44em !important;}

.highlightblock {display:block; margin:0; padding:10px; vertical-align: top; text-align:justify; background-color:#eeeeee; border-style:solid; border-width:2px; border-color:#0077dd;}
.inlinebox {width:100%; margin:0px; padding:0px;}
.inline25 {width:23%; display:inline-block; margin:0px; padding:0px;}
.inline33 {width:31%; display:inline-block; margin:0px; padding:0px;}
.inline50 {width:48%; display:inline-block; margin:0px; padding:0px;}
.inline67 {width:65%; display:inline-block; margin:0px; padding:0px;}
.inline75 {width:73%; display:inline-block; margin:0px; padding:0px;}


/* menu -------------------------------------------------------------------------------- */

.menubar {
  width:100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  top: 0;
  font-family: 'Spartan', sans serif !important;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Spartan', sans serif !important;
}

.active {
  background-color: #00557e;
  color: white;
  font-family: 'Spartan', sans serif !important;
}

.iccge20 {
  color: #00bb88 !important;
  font-family: 'Spartan', sans serif !important;
}

.topnav .icon {
  display: none;
  font-family: 'Spartan', sans serif !important;
}

.dropdown {
  float: left;
  overflow: hidden;
  font-family: 'Spartan', sans serif !important;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: 'Spartan', sans serif !important;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: 'Spartan', sans serif !important;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
  font-family: 'Spartan', sans serif !important;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  font-family: 'Spartan', sans serif !important;
}

.dropdown:hover .dropdown-content {
  display: block;
  font-family: 'Spartan', sans serif !important;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* slideshow --------------------------------------------------------------------------- */

.carousel {width:100%; height:600px; position: relative; overflow: hidden; padding:0; margin:0;}
.carouselimg {width:100%;}
.carousel>* {position:absolute; left:0; right:0; top:0; bottom:0; background-size: cover;}
.carousel>*:nth-child(1) {animation:fade1 40s infinite;}
@keyframes fade1 {
	0%   {opacity:1}
	20%  {opacity:0}
	40%  {opacity:0}
	60%  {opacity:0}
	80%  {opacity:0}
	100% {opacity:1}
}
.carousel>*:nth-child(2) {animation:fade2 40s infinite;}
@keyframes fade2 {
	0%   {opacity:0}
	20%  {opacity:1}
	40%  {opacity:0}
	60%  {opacity:0}
	80%  {opacity:0}
	100% {opacity:0}
}
.carousel>*:nth-child(3) {animation:fade3 40s infinite;}
@keyframes fade3 {
	0%   {opacity:0}
	20%  {opacity:0}
	40%  {opacity:1}
	60%  {opacity:0}
	80%  {opacity:0}
	100% {opacity:0}
}
.carousel>*:nth-child(4) {animation:fade4 40s infinite;}
@keyframes fade4 {
	0%   {opacity:0}
	20%  {opacity:0}
	40%  {opacity:0}
	60%  {opacity:1}
	80%  {opacity:0}
	100% {opacity:0}
}
.carousel>*:nth-child(5) {animation:fade5 40s infinite;}
@keyframes fade5 {
	0%   {opacity:0}
	20%  {opacity:0}
	40%  {opacity:0}
	60%  {opacity:0}
	80%  {opacity:1}
	100% {opacity:0}
}

/* responsive content */

@media screen and (min-width: 700px) and (max-width: 1199px){
.cdiv {height:100%; width: 100%; margin-left: 0px; margin-right: 0px;}
.ldiv {width:66%; display:inline-block; margin:0px; padding:20px 30px; vertical-align: top;}
.rdiv {width:20%; display:inline-block; margin:0px; padding:20px 30px 20px 10px; vertical-align: top;}
.carousel {height:50vw;}
.carouselimg {width:100%;}
.textareareg {height: 5em !important; width: 30em !important;}
}

@media screen and (min-width: 321px) and (max-width: 699px){
.cdiv {height:100%; width: 100%; margin-left: 0px; margin-right: 0px;}
.carousel {height:50vw;}
.carouselimg {width:100%;}
.ldiv {width:90% !important; display:block !important; padding: 20px 60px 20px 20px !important;}
.rdiv {width:90% !important; display:block !important; padding: 20px 60px 20px 20px !important;}
.inline25 {width:98%; display:block;}
.inline33 {width:98%; display:block;}
.inline50 {width:98%; display:block;}
.inline67 {width:98%; display:block;}
.inline75 {width:98%; display:block;}
.textareareg {height: 5em !important; width: 20em !important;}
}

@media screen and (max-width: 320px) {
.cdiv {height:100%; width: 320px; margin-left: 0px; margin-right: 0px;}
.carousel {width:320px; height:160px;}
.carouselimg {width:320px;}
.ldiv {width:320px !important; display:block !important; padding: 20px 60px 20px 20px !important;}
.rdiv {width:320px !important; display:block !important; padding: 20px 60px 20px 20px !important;}
.inline25 {width:98%; display:block;}
.inline33 {width:98%; display:block;}
.inline50 {width:98%; display:block;}
.inline67 {width:98%; display:block;}
.inline75 {width:98%; display:block;}
.textareareg {height: 5em !important; width: 20em !important;}
}