@font-face {
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   direction: ltr;
   display: inline-block;
   font-family: "Material Icons";
   font-feature-settings: "liga";
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   letter-spacing: normal;
   line-height: 1;
   text-rendering: optimizeLegibility;
   text-transform: none;
   white-space: nowrap;
   word-wrap: normal;
}
@-webkit-keyframes animate-fade-in-up {
0% {
   -webkit-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes animate-fade-in-up {
0% {
   -moz-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-moz-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-webkit-keyframes swap {
0% {
   -webkit-transform-origin: 0 100%;
   -webkit-transform: translate(-700px,0px) rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 100% 100%;
   -webkit-transform: translate(0px,0px) rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@-moz-keyframes swap {
0% {
   -moz-transform-origin: 0 100%;
   -moz-transform: translate(-700px,0px) rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -moz-transform-origin: 100% 100%;
   -moz-transform: translate(0px,0px) rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@keyframes swap {
0% {
   opacity: 0;
   transform-origin: 0 100%;
   transform: translate(-700px,0px) rotate(0deg) scale(0,0);
}
100% {
   opacity: 1;
   transform-origin: 100% 100%;
   transform: translate(0px,0px) rotate(0deg) scale(1,1);
}
}
@-webkit-keyframes transform-lightspeed-in {
0% {
   -webkit-transform: translate(100%,0px) rotate(0deg) skewX(-30deg);
   opacity: 0;
}
60% {
   -webkit-transform: translate(-20%,0px) rotate(0deg) skewX(30deg);
   opacity: 1;
}
80% {
   -webkit-transform: translate(0px,0px) rotate(0deg) skewX(-15deg);
   opacity: 1;
}
100% {
   -webkit-transform: translate(0px,0px) rotate(0deg) skewX(0deg);
   opacity: 1;
}
}
@-moz-keyframes transform-lightspeed-in {
0% {
   -moz-transform: translate(100%,0px) rotate(0deg) skewX(-30deg);
   opacity: 0;
}
60% {
   -moz-transform: translate(-20%,0px) rotate(0deg) skewX(30deg);
   opacity: 1;
}
80% {
   -moz-transform: translate(0px,0px) rotate(0deg) skewX(-15deg);
   opacity: 1;
}
100% {
   -moz-transform: translate(0px,0px) rotate(0deg) skewX(0deg);
   opacity: 1;
}
}
@keyframes transform-lightspeed-in {
0% {
   opacity: 0;
   transform: translate(100%,0px) rotate(0deg) skewX(-30deg);
}
60% {
   opacity: 1;
   transform: translate(-20%,0px) rotate(0deg) skewX(30deg);
}
80% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg) skewX(-15deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg) skewX(0deg);
}
}
@-webkit-keyframes transform-scale-in {
0% {
   -webkit-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
   opacity: 1;
}
}
@-moz-keyframes transform-scale-in {
0% {
   -moz-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
   opacity: 1;
}
}
@keyframes transform-scale-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0,0);
}
100% {
   opacity: 1;
   transform: rotate(0deg) scale(1.0,1.0);
}
}
a {
   color: #1ABC9C;
   text-decoration: underline;
}
a:visited {
   color: #87CEEB;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
input:focus,
textarea:focus,
select:focus {
   outline: none;
}
.visibility-hidden {
   visibility: hidden;
}
h1,
.h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2,
.h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3,
.h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
}
@media only screen and (min-width: 800px) and (max-width: 979px) {
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}
