@charset "utf-8";
/* CSS Document */
{
    box-sizing: border-box;
}
body{
    background: linear-gradient(45deg, #0b7f69, transparent);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;

	padding:0px;
	font-family: arial, verdana, tahoma;	
	color: #333333; 
	font-size: 12px;
	max-width:1000px; 
	margin:auto;

}
p, table, td, input, select{font-family: tahoma;	color: #333333; font-size: 12px; vertical-align: top;}
/**** scroll to top ****/

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#0b7f69;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#64969c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

img {max-width: 100%; height: auto;}
h1 {color: #33727c; font-size: 24px;}
h2 {color: #33727c; font-size: 20px;opacity:0.9;}
h3 {color: #33727c; font-size: 16px;opacity:0.8;}
a {color: #33727c; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: underline; }
.category{color: #33727c; font-size: 12pt;}
.headline{color: #8797AB; font-size: 12px;}

.newslink{color: #ffffff; font-size:12px;padding:6px; float:right;position:relative;}
.newslink a{color: #ffffff; font-weight:bold; text-decoration: none; }
.newslink a:hover{text-decoration: underline; }
a.newslink {color: #ffffff; font-size:12px; font-weight:bold; text-decoration: none; }
a:hover.newslink {text-decoration: underline; }

a.menulink {font-weight:bold; color: #ffffff; font-size:12px; text-decoration: none; }
a:hover.menulink {color: #ffffff; text-decoration: underline; }

.header1 {font-weight:bold;color:#0F5B9E;font-size:14pt;font-family:arial, verdana, tahoma;padding-left:24px;}
.subheader1 {font-weight:bold;color:#000000;font-size:12pt;font-family:arial, verdana, tahoma;}
.feedheader{color: #768393; background-color:#fff; font-size: 18px; font-weight: bold; text-align:center;padding: 9px;margin:9px 0px 9px 0px;width:100%;border:1px solid #768393; border-radius:5px;}
.feed{color: #000000; font-size: 12px; padding: 4px;margin:9px 0px 9px 0px;}
.introtext{color: #333; font-size: 16px;}
.error{border: 1px solid red; background-color: #ffffee; color: #336699; width: 99%; padding: 5px;}
.notify{border: 1px solid #660000; background-color: #ffffee; color: #336699; width: 99%; padding: 5px;}
.notice {color: #999999}
.confirm {color: #FF0000}
input{color: #333333; border: 1px solid #999999; background-color: #F9FFF0;}
.submit input{color: #000000; border: 1px solid #0099CC; background-color: #006666; font-weight: bold;}
.radio{border: none; cursor: pointer; background-color: #ffffff;}
.button{color: #333333; border: 1px solid #999999; background-color: #F9FFF0; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;}
td.label { text-align: right; }
td.note { text-align: center; }
.snote {font-size: 9px;}

.tabletop{font-weight:bold;color:#ffffff;background-color:#3C3C44;font-size:10pt;font-family:arial, verdana, tahoma; }

ul.list { padding-left: 26px; }
.row0 { background-color: #E0EAE9;}
.row1 { background-color: #F0FAF9;}

.description{font-style:italic;}
.info {padding: 6px; border: 1px solid #CCCCCC; font-size: 10px; }
.conf {padding: 6px; border: 1px solid #22FF22; font-size: 10px; }

.error {padding: 6px; border: 1px solid #FFFF22; font-size: 10px;}
#pagecontainer{
	width:100%; 
	margin:auto;
	padding:0px;
}
#pageheader{
	min-height:100px;
	background:rgba(255, 255, 255, 0.6);
	border-radius:5px;
	margin-top:6px;
	margin-bottom:6px;
	padding:6px;
}
.logo{padding:12px; float:left;}
.title {font-size: 30px; font-weight:bold; padding:6px; color:#64969c;}
.byline{font-size: 16px;padding:6px;}
.social{max-width:240px; padding:6px; float:right;}
.menu1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0b7f69;
	border-radius: 5px;
}
.menu1 li {
    float: left; 
	font-size:12px;
	border-right: 1px solid #333;
}
.menu1 li a, .dropbtn {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
}
.menu1 li a:hover, .dropdown:hover .dropbtn {
    background-color: #175367;
}
.menu1 li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #70b3a0;
    color:#f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
}
	.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.introText-mg-b {
margin-bottom: 100px;
}
.dropdown-content a:hover {background-color: #175367; color:#bdded7}
.dropdown:hover .dropdown-content {display: block;}
.pagebody{
	max-width:100%;
	padding:0px 20px;
	margin:6px 0px;;
	background-color: white;
    border-style: solid;
    border-width: 1px;
	border-color: #EAF3C5;
	border-radius:5px 5px 0px 0px; 
}
.margin{
	width:180px;
	max-width:35%;
	background-color:#EAF3C5;
	float:right;
}
.pagecontent{
	background-color:white;	
	padding:12px;
}
.pagefooter{
	max-width:1000px;
	margin: auto;
}
.menu2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
}
.menu2 li {
    float: left; 
	font-size:12px;
	border-right: none;
}
.menu2 li a{
    display: block;
    color: darkcyan;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
}
.menu2 li a:hover{
    background-color: darkcyan;color:lightcyan;
}
.menu2 li.dropdown {
    display: inline-block;
}
.qiklink{color:lightcyan;padding:12px;text-shadow: 1px 1px darkcyan;}
.qiklink:hover{color:#ffffff;}
#disclosure{
	padding:10px;
	background-color:#ffffff;
	color:#3c3c44;
	text-align:left;
}
#disclosure a {color: #000000; text-decoration: none; }
#disclosure a:hover {text-decoration: underline; }

#disclaimer{
	padding:10px;
	background-color:#0b7f69;
	color:lightcyan;
	text-align:left;
}
#copyright{
	padding:15px;
	color:#000000;
	text-align:center;
}
#copyright a {color: #3c3c44; text-decoration: none; }
#copyright a:hover {    color: #3c3c44; text-decoration: underline; }
#socialMediaIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 5px;
    margin: 15px 0px;
    justify-content: center;

}

#socialMediaIcons i {
    color: #0b7f69;
    margin: 0px 10px;
    padding: 1px;
    border-radius: 4px;
    font-size: 1.2rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#socialMediaIcons i:hover {
    cursor: pointer;
    color: white;
}

.paragraph{padding:3px;color:#333;font-weight:normal;}



/* form specific */
form {
  max-width: 700px;
  position: relative;
  margin: 0px auto 0;
  font-size: 15px;
}
input,textarea,select {
	    text-align: left;
	    outline: none;
	    resize: none;
		border-radius: 5px;
		padding: 10px;
		border: 1px solid #acd4ac;
		margin-bottom: 5px;
}
textarea {
    width: 95%;
    min-height: 75px;
}

.tableDropDown a {
  text-align:left;
}

/* radio buttons */

.radiobtn {
  position: relative;
  display: block;
}
.radiobtn label {
  display: block;
  background: #e0e8ef;
  font-size:12px;
  color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #bdd0df;
  margin-bottom: 5px;
  cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #acc4d6;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
  background: #acc4d6;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: #799fbd;
}
.radiobtn input[type="radio"]:checked + label:after {
  background: #799fbd;
}
.radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes blink {
  0% {
    background-color: #acc4d6;
  }
  10% {
    background-color: #acc4d6;
  }
  11% {
    background-color: #bdd0df;
  }
  29% {
    background-color: #bdd0df;
  }
  30% {
    background-color: #acc4d6;
  }
  50% {
    background-color: #bdd0df;
  }
  45% {
    background-color: #acc4d6;
  }
  50% {
    background-color: #bdd0df;
  }
  100% {
    background-color: #acc4d6;
  }
}

@keyframes blink {
  0% {
    background-color: #acc4d6;
  }
  10% {
    background-color: #acc4d6;
  }
  11% {
    background-color: #bdd0df;
  }
  29% {
    background-color: #bdd0df;
  }
  30% {
    background-color: #acc4d6;
  }
  50% {
    background-color: #bdd0df;
  }
  45% {
    background-color: #acc4d6;
  }
  50% {
    background-color: #bdd0df;
  }
  100% {
    background-color: #acc4d6;
  }
}
/* submit button */

.button,input[type=submit]{
	background-color: #64969c; 
	border: none;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
  	box-shadow: 3px 3px 3px silver;
}
.button a{
	color: white;
}
.button:hover,input:hover[type=submit]{
  	opacity: 0.8;
  	filter: alpha(opacity=50); /* For IE8 and earlier */
	color:yellow; 
	cursor: pointer;
}
.button a:hover{
	color: yellow;
	text-decoration: none;
}
.button:active,input:active[type=submit]{
  	opacity: 0.8;
  	filter: alpha(opacity=80); /* For IE8 and earlier */
  	transform: translateY(2px, 2px);
  	box-shadow: none;
}
.topButton{
	padding:5px;
	margin:3px;
	border-radius: 5px;
	border: 1px solid #afbdca;
	font-size: 10px;
    display: block;
	background-color:#0F5B9E;
}
.topButton:hover{
	border: 1px solid white;
	text-decoration:none;
	background-color:white;
	color:#0F5B9E;
}

#formcontainer{
	width:100%;
	margin:auto;
	background-color:white;
}
#formline{
	width:100%;
	padding: 10px;
	float:left;
	margin-bottom:10px;
	font-size:14px;
}
.formlabel{

}
.formdata{

}

.slideshow {
  list-style: none;
  z-index: 1; 
}
.slideshow li span {
  	height: 330px; 
	width:780px;
	max-width:78%;
	margin: auto;
	padding: 10px;
	border-radius:5px;
  position: absolute;
  background-size: cover; 
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 30s linear infinite 0s;
  -moz-animation: imageAnimation 30s linear infinite 0s;
  animation: imageAnimation 30s linear infinite 0s;
  color: #fff;
	font-size:24px; text-align:right; font-weight:bold;text-shadow: 1px 2px gray;
}

.slideshow li h3 {
  position: relative;
  text-align: right;
  z-index: 2;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 30s linear 1 0s;
  -moz-animation: titleAnimation 30s linear 1 0s;
  animation: titleAnimation 30s linear 1 0s;
}
@media only screen and (min-width: 768px) {
  .slideshow li h3 {
    bottom: 30px;
    font-size: 8.125em;
  }

}

@media only screen and (min-width: 700px) {
	.articleList {
      margin-top: 70px;
    }
}
@media only screen and (min-width: 1024px) {
  .slideshow li h3 {
    font-size: 10.9375em; 
  }
}

@-webkit-keyframes imageAnimation { 
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .slideshow li span {
  opacity: 1;
}

    @media (max-width: 700px) {
		.introText-mg-b {
			margin-bottom: 0px;
        }
    }
