body
{
   background-color: #FFFFBF;
   background-image: url('images/Background%2d2.jpg');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#page1FlexGrid1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#page1FlexGrid1-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
   grid-template-areas:
      "title"
      "subheading"
      "NavigationButtons"
      "pic"
      "caption"
      "About"
      "text1"
      "twitter"
      "text3"
      "slideshow"
      "text4"
      "Infos"
      "PhohoGrid"
      "Petition"
      "navi2";
}
#page1FlexGrid1 .title
{
   display: flex;
   grid-area: title;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .subheading
{
   display: flex;
   grid-area: subheading;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .NavigationButtons
{
   display: flex;
   grid-area: NavigationButtons;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .pic
{
   display: flex;
   grid-area: pic;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .caption
{
   display: flex;
   grid-area: caption;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .About
{
   display: flex;
   grid-area: About;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .text1
{
   display: flex;
   grid-area: text1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .twitter
{
   display: flex;
   grid-area: twitter;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 4px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .text3
{
   display: flex;
   grid-area: text3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .slideshow
{
   display: flex;
   grid-area: slideshow;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .text4
{
   display: flex;
   grid-area: text4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .Infos
{
   display: flex;
   grid-area: Infos;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .PhohoGrid
{
   display: flex;
   grid-area: PhohoGrid;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .Petition
{
   display: flex;
   grid-area: Petition;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#page1FlexGrid1 .navi2
{
   display: flex;
   grid-area: navi2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_page1Image1
{
   margin: 0 32px -10px 48px;
   vertical-align: top;
}
#page1Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 90%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#Text3-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 800px;
   width: 100%;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_About_PIMS_HubShape1 a img
{
   position: relative;
   left: 0;
}
#wb_About_PIMS_HubShape1 .default
{
   position: absolute;
   left: 0;
}
#wb_About_PIMS_HubShape1 a .hover
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape1 a:hover .hover
{
   visibility: visible;
}
#wb_About_PIMS_HubShape1 a:hover .default
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape1 img.hover
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#About_PIMS_HubShape1
{
   border-width: 0;
   vertical-align: top;
}
#About_PIMS_HubShape1
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#wb_About_PIMS_HubShape1
{
   margin: 0 5px 0 0 ;
}
#wb_About_this_SiteText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_About_this_SiteText3 div
{
   text-align: center;
}
#wb_About_this_SiteText3
{
   display: inline-block;
   margin: 0;
   width: 100px;
   height: 39px;
}
#wb_About_PIMS_HubShape3 a img
{
   position: relative;
   left: 0;
}
#wb_About_PIMS_HubShape3 .default
{
   position: absolute;
   left: 0;
}
#wb_About_PIMS_HubShape3 a .hover
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape3 a:hover .hover
{
   visibility: visible;
}
#wb_About_PIMS_HubShape3 a:hover .default
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape3 img.hover
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#About_PIMS_HubShape3
{
   border-width: 0;
   vertical-align: top;
}
#About_PIMS_HubShape3
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#wb_About_PIMS_HubShape3
{
   margin: 0 4px 0 5px;
}
#wb_page1Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 2px 0 8px 0 ;
   text-align: center;
}
#wb_page1Text2 div
{
   text-align: center;
}
#wb_page1Text2
{
   display: block;
   margin: 2px 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_About_this_SiteText1 
{
   background-color: #BDE2F4;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 6px;
   padding: 4px 4px 0 4px;
   margin: 0;
   text-align: left;
}
#wb_About_this_SiteText1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 21px;
}
#wb_About_this_SiteText1 p, #wb_About_this_SiteText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_About_this_SiteText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_About_PIMS_HubText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 4px 4px 4px;
   text-align: center;
}
#wb_About_PIMS_HubText1 div
{
   text-align: center;
}
#wb_About_PIMS_HubText1
{
   display: block;
   margin: 10px 4px 4px 4px;
   box-sizing: border-box;
   width: calc(100% - 8px);
}
#wb_page1Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 4px 0 0 0 ;
   text-align: left;
}
#page1Text5-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 600px;
   width: 100%;
}
#wb_page1Text5
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 16px;
}
#wb_page1Text5 p, #wb_page1Text5 ul
{
   margin: 0;
   padding: 0;
}
#wb_page1Text5
{
   display: block;
   margin: 4px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_page1Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 12px 4px 0 4px;
   margin: 0;
   text-align: left;
}
#wb_page1Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 21px;
}
#wb_page1Text1 p, #wb_page1Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_page1Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_page1LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#page1LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1000px;
}
#page1LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#page1LayoutGrid1 > .row > .col-1, #page1LayoutGrid1 > .row > .col-2, #page1LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#page1LayoutGrid1 > .row > .col-1, #page1LayoutGrid1 > .row > .col-2, #page1LayoutGrid1 > .row > .col-3
{
   float: left;
}
#page1LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#page1LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#page1LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#page1LayoutGrid1:before,
#page1LayoutGrid1:after,
#page1LayoutGrid1 .row:before,
#page1LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#page1LayoutGrid1:after,
#page1LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#page1LayoutGrid1 > .row > .col-1, #page1LayoutGrid1 > .row > .col-2, #page1LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_About_PIMS_HubImage2
{
   height: 100%;
   margin: 8px 0 8px 0 ;
   vertical-align: top;
}
#About_PIMS_HubImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 5px 0 5px;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_page1Image3
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#page1Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_page1Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 8px;
   margin: 0;
   text-align: left;
}
#wb_page1Text4 div
{
   text-align: left;
}
#wb_page1Text4
{
   display: inline-block;
   margin: 0;
   width: 243px;
   height: 21px;
}
#wb_About_PIMS_HubShape2 a img
{
   position: relative;
   left: 0;
}
#wb_About_PIMS_HubShape2 .default
{
   position: absolute;
   left: 0;
}
#wb_About_PIMS_HubShape2 a .hover
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape2 a:hover .hover
{
   visibility: visible;
}
#wb_About_PIMS_HubShape2 a:hover .default
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape2 img.hover
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#About_PIMS_HubShape2
{
   border-width: 0;
   vertical-align: top;
}
#About_PIMS_HubShape2
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#wb_About_PIMS_HubShape2
{
   margin: 0 5px 0 0 ;
}
#wb_About_PIMS_HubText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 6px 0 0 0 ;
   text-align: center;
}
#wb_About_PIMS_HubText2 div
{
   text-align: center;
}
#wb_About_PIMS_HubText2
{
   display: inline-block;
   margin: 6px 0 0 0 ;
   width: 100px;
   height: 39px;
}
#wb_About_PIMS_HubShape4 a img
{
   position: relative;
   left: 0;
}
#wb_About_PIMS_HubShape4 .default
{
   position: absolute;
   left: 0;
}
#wb_About_PIMS_HubShape4 a .hover
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape4 a:hover .hover
{
   visibility: visible;
}
#wb_About_PIMS_HubShape4 a:hover .default
{
   visibility: hidden;
}
#wb_About_PIMS_HubShape4 img.hover
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#About_PIMS_HubShape4
{
   border-width: 0;
   vertical-align: top;
}
#About_PIMS_HubShape4
{
   filter: drop-shadow(0px 0px 10px rgba(135,206,250,1.00));
}
#wb_About_PIMS_HubShape4
{
   margin: 0 4px 0 5px;
}
#wb_About_PIMS_HubImage4
{
   height: 100%;
   margin: 8px 0 8px 0 ;
   vertical-align: top;
}
#About_PIMS_HubImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_About_PIMS_HubImage1
{
   height: 100%;
   margin: 8px 0 8px 0 ;
   vertical-align: top;
}
#About_PIMS_HubImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 5px 0 5px;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#About_PIMS_HubSlideShow2 .image
{
   border-width: 0;
   border-radius: 0px;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#About_PIMS_HubSlideShow2 li
{
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#About_PIMS_HubSlideShow2
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#wb_About_PIMS_HubText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 8px 0 4px 0 ;
   text-align: center;
}
#About_PIMS_HubText3-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 600px;
   width: 100%;
}
#wb_About_PIMS_HubText3 div
{
   text-align: center;
}
#wb_About_PIMS_HubText3
{
   display: block;
   margin: 8px 0 4px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_About_PIMS_HubImage3
{
   margin: 5px 0 5px 0 ;
   vertical-align: top;
}
#About_PIMS_HubImage3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_About_PIMS_HubText4 
{
   background-color: #9932CC;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_About_PIMS_HubText4 div
{
   text-align: center;
}
#wb_About_PIMS_HubText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
