@font-face {
   font-family: "Gilroy ExtraBold";
   src: url('../font/Gilroy-ExtraBold.eot');
   src: url('../font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../font/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'), url('../font/Gilroy-ExtraBold.ttf') format('truetype'), url('../font/Gilroy-ExtraBold.woff') format('woff');
}
@font-face {
   font-family: "Gilroy Light";
   src: url('../font/Gilroy-Light.eot');
   src: url('../font/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../font/Gilroy-Light.svg#Gilroy-Light') format('svg'), url('../font/Gilroy-Light.ttf') format('truetype'), url('../font/Gilroy-Light.woff') format('woff');
}
@font-face {
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: local('Material Icons'), local('MaterialIcons-Regular'), url(../font/MaterialIcons-Regular.woff2) format('woff2'), url(../font/MaterialIcons-Regular.woff) format('woff'), url(../font/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 puff-out {
0% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
100% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
}
@-moz-keyframes puff-out {
0% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
100% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
}
@-o-keyframes puff-out {
0% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
100% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
}
@-ms-keyframes puff-out {
0% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
100% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
}
@keyframes puff-out {
0% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
100% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(2,2);
}
}
@-webkit-keyframes transform-pulse {
0% {
   -webkit-transform: rotate(0deg);
}
50% {
   -webkit-transform: rotate(0deg) scale(1.0,1.1);
}
100% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-moz-keyframes transform-pulse {
0% {
   -moz-transform: rotate(0deg);
}
50% {
   -moz-transform: rotate(0deg) scale(1.0,1.1);
}
100% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-o-keyframes transform-pulse {
0% {
   -o-transform: rotate(0deg);
}
50% {
   -o-transform: rotate(0deg) scale(1.0,1.1);
}
100% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-ms-keyframes transform-pulse {
0% {
   -ms-transform: rotate(0deg);
}
50% {
   -ms-transform: rotate(0deg) scale(1.0,1.1);
}
100% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes transform-pulse {
0% {
   transform: rotate(0deg);
}
50% {
   transform: rotate(0deg) scale(1.0,1.1);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
a.style1 {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.style1:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:active {
   color: #FFFFFF;
   font-style: italic;
   text-decoration: underline;
}
a.style1:hover {
   color: #FFFFFF;
   font-style: italic;
   font-weight: bold;
   text-decoration: underline;
}
a.style2 {
   color: #202020;
   font-weight: bold;
   text-decoration: underline;
}
a.style2:visited {
   color: #202020;
   text-decoration: underline;
}
a.style2:active {
   color: #202020;
   font-style: italic;
   font-weight: bold;
   text-decoration: underline;
}
a.style2:hover {
   color: #202020;
   font-style: italic;
   font-weight: bold;
   text-decoration: underline;
}
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 {
   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 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   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;
}
