/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.25em;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn { 
  position: relative; 
  display: block; 
  vertical-align: middle; 
  float: right; 
  padding: .5em .5% .5em 65%; 
  line-height: 1.125em; 
  cursor: pointer; }
  
.slicknav_menu  .slicknav_menutxt { 
  display: block;
  float: left;
  line-height: 1.188em;  
  }
  
.slicknav_menu .slicknav_icon { 
  float: left; 
  margin: 0.188em 0 0 0.438em; 
  }
  
.slicknav_menu .slicknav_no-text { 
  margin: 0;
  }
  
.slicknav_menu .slicknav_icon-bar { 
  display: block; 
  width: 1.125em; 
  height: 0.125em; 
  -webkit-border-radius: 1px; 
  -moz-border-radius: 1px; 
  border-radius: 1px; 
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
  margin-top: 0.188em; 
  }
  
.slicknav_nav { 
  clear: both; 
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block; 
  }
.slicknav_nav .slicknav_arrow { 
  margin: 0 0 0 0.4em; 
  font-size: .875em;
  }
  
.slicknav_nav .slicknav_item { 
  display: block; 
  cursor: pointer; 
  }
  
.slicknav_nav a { 
  display: block 
  }
  
.slicknav_nav .slicknav_item a { 
  display: inline; 
  }
  
.slicknav_menu:before, .slicknav_menu:after { 
  content: " "; 
  display: table; 
  }
  
.slicknav_menu:after { clear: both }

/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;  
  text-decoration:none;    
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {  
  color: white;
  font-weight: bold;  
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}

.slicknav_menu {
  background-color: #000;
  display: none;
}
.slicknav_menu:nth-of-type(12) {
  background: #404040; /*grey*/
  padding: 5px;
  display: block;
  font-size: 16px;
}

.slicknav_nav {
  color: white;
  margin: 0;  
  padding: 0;
  font-size: 1.25em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding:0;
  margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
  padding:5px 10px;
  margin:2px 5px;
}

.slicknav_nav a{
  padding:5px 10px;
  margin:2px 5px;
  text-decoration:none;
  color: white;
}

.slicknav_nav .slicknav_item a {
  padding:0;
  margin:0;
}

.slicknav_nav .slicknav_item:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #468ee0; /*blue*/
  color: white;  
  text-decoration: none;
}

.slicknav_nav a:hover{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #468ee0;  /*blue*/
  color: white;
  text-decoration: none;
}


.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
} 
  
/* helpers */
.contentContainer:before, 
.contentContainer:after {
  content: " ";
  display: table;
}
.contentContainer:after {
  clear: both;
}


/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }


html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #e0dfdf;
  font-family: "omnes-pro",sans-serif;
  font-size: 100%;
  color: #404040; 
  line-height: 1.25em;
    -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: "le-monde-courrier-std-2",serif;
  color: #468ee0; /*blue*/
  line-height: 1.5em;
  font-weight: bold;
  margin: .5em 0;
}

h1 {
  font-size: 1.65em;
}

h2 {
  font-size: 1.65em;
}

h3 {
  font-size: 1.35em;
}

h4, h5, h6 {
  font-size: 1.25em;
}

b, strong {
  font-weight: bold; 
}

 b a, strong a {
    font-weight: bold; 
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.2em;
  line-height: 1.25em; }
  
 small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px; }
  
a {
  color: #468ee0; /*blue*/
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:hover, a:active {
  text-decoration: underline;
}

.clear {
  height: 4px;
}

.center {
  text-align: center;
}

iframe{
  width: 100%!important;
}

/*
  ---- ---- ---- ---- MAIN STYLES ---- ---- ---- ----
*/

nav.main {
  display: none;
}

.slicknav_menu {
  display: block;
}

.headerWrapper {
  background-color: #ffffff; /*white*/
  border-top: 6px solid #468ee0; /*blue*/
  border-bottom: 6px solid #404040; /*grey*/
}

.header {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.quickLinks {
  margin-top: .75em;
}

.quickLinks ul {
  list-style-type: none;
  padding-left: 0;
}

.quickLinks li {
  display: inline;
}

.quickLinks a {
  display: inline-block;
  width: 66px;
  padding-top: 30px;
  margin-right: 7px;
  vertical-align: top;
  color: #404040; /*grey*/
}
  
.sitemap {
  background: url("/templates/pilc360webcmscom/2018/images/IconSitemap.png") no-repeat top center;
}

.lunchMenu {
  background: url("/templates/pilc360webcmscom/2018/images/IconLunchmenu.png") no-repeat top center;
}

.calendar {
  background: url("/templates/pilc360webcmscom/2018/images/IconCalendar.png") no-repeat top center;
}

.stateEmail {
  background: url("/templates/pilc360webcmscom/2018/images/IconEmail.png") no-repeat top center;
}

.Facebook{
  background: url("/templates/pilc360webcmscom/2018/images/IconFB.png") no-repeat top center;
}

.Instagram{
  background: url("/templates/pilc360webcmscom/2018/images/IconIG.png") no-repeat top center;
}


.search {
  padding-bottom: 1em;
}

.formText {
  height: 29px;
  margin: 0;
  padding: 0 4px 0 4px;
  margin: 0;
  border: 1px solid #404040;
  border-right: none;
  
}

#btnSearch {
  height: 29px;
  width: 32px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: 1px solid #404040;
  border-left: 0;
  background: url('/templates/pilc360webcmscom/2018/images/goBtn23.png') no-repeat center center;
}

section {
  margin-bottom: 2em;
}

.mainImageWrapper {
  margin-bottom: 2em;
  background: #468ee0; /*blue*/
  text-align: center;
}

.mainImage {
  width: 100%;
}

.welcomeWrapper {
  padding: 1em;
  border-bottom: 6px solid #404040; /*grey*/
  -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.38);
  box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.38);
}

.welcome {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 1em;
  background: #1a3e7d; /*dark blue*/
  color: white;
  text-align: center;
  font-size: 1.1em;
}

.welcome a {
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
  color: white;
  text-decoration: underline;
}

.slogan {
  font-size: 1.25em;
}

.welcome img {
  width: 200px;
}

.welcomeTitle {
  display: block;
  padding: .5em;
  background: #404040; /*grey*/
  font-family: "le-monde-courrier-std-2",serif;
  font-size: 1.75em;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}  

.guestNav {
  padding: 1em;
}

.guestNav a {
  font-weight: bold;
}

.banner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.subpageImageWrapper {
  background: url('/templates/pilc360webcmscom/2018/images/bgSubpageBlue.png') repeat-x;
}

.breadcrumb {
  color: #BEBEBE;
  line-height: normal;
}


.mainContent {
  min-height: 320px;
  max-width: 1024px;
  margin: 0 auto 2em auto;
  padding: 1em 1em 3em 1em;
  border-bottom: 6px solid #404040;
  border-top: 6px solid #468ee0;
-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
  background: #eff1f0;
}

.mainContent a {
  text-decoration: underline;
}

.sidenav {
  display: none;
}

.news, .events {
  position: relative;
  max-width: 440px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em .5em;
  background: white;
  border-bottom: 6px solid #404040; /*grey*/
  border-top: 6px solid #404040; /*grey*/
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.38);
}

.eventsWrapper {
  max-height: 310px !important;
  overflow: hidden;
  padding: .5em 1em;
}

.news a {
  display: block;
  padding: 0.5em .5em;
  color: #404040; /*grey*/
}

.news h2, .events h2 {
  height: 35px;
  margin-top: 0em;
  padding-left: 2em;
}

.news h2 {
  background: url(/templates/pilc360webcmscom/2018/images/IconNews.png) no-repeat bottom left;
}

.events h2 {
  background: url(/templates/pilc360webcmscom/2018/images/IconEvents.png) no-repeat bottom left;
}

.events {
  padding-bottom: 3em !important; 
}

.moreLink {
  position: absolute;
  bottom: 1em;
  right: 1em;
  padding: 0.25em 1em !important;
  color: #1a3e7d !important; /*dark blue*/
  font-weight: bold;
  background: url(/templates/pilc360webcmscom/2018/images/rightArrow.png)no-repeat center right;
}

.moreLink:before {
  content: none !important;
}

.contLeftEventDate {
  display: block;
  margin-bottom: .5em;
  text-align: center;
}

.contLeftEventDate span:nth-child(3) {
  font-weight: bold;
  color: #468ee0; /*blue*/
  font-size: 1.25em;
}

.contLeftEventContent {
  display: block;
  margin: 0;
  text-align: center;
}

.threeCols div {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  padding:0 1em;
}

.imageRight {
  display: block;
  margin: 0px 0px 15px 15px;
  text-align: center;
}


/*staff*/
.content > .contentContainer {
  margin-bottom: 1em;
  width: 100%;
}
.content > .contentContainer > div {
  margin: auto;
  width: 98%;
}
.content > .contentContainer .contentPhoto img {
  border-radius: 5px;
}
.content > .contentContainer .contentInfo p > strong:first-of-type {
  font-size: 1.45em;
}
.content > .contentContainer .contentInfo p > strong:nth-of-type(2) {
  font-size: 1.15em;
}


.blogRight {
  float: none !important;
  width: inherit !important;
}

#ctl00_cphPageContent_pnlComments table td {
  display: block;
}

#ctl00_cphPageContent_txtEmail, #ctl00_cphPageContent_txtName, #ctl00_cphPageContent_txtComments {
  width: 240px !important;
}

#ctl00_cphPageContent_lblContent {
  word-wrap: break-word;
}

.imageLeft {
  display: block;
  margin: 0px 15px 15px 10px;
  text-align: center;
}

#jMonthCalendar {
  width: 100% !important;
}

@media (max-width: 767px) {
  .MonthlyCalendar #CalendarHead .DateHeader {
    display: none;
  }
  .MonthlyCalendar #CalendarBody tr > td {
    display: block;
    height: 60px;
  }
}

.MonthlyCalendar .MonthNavigation {
  height: 40px !important;
}

.DateLabel {
  height: 22px !important;
}

.calendarPage {
  max-width:1500px;
  margin: auto;
  padding: 0 1em;
}

.calendarPage table td {
  padding: 0 2px;
  border: 1px solid grey;
  font-size:.85em
}

.calendarPage table td p:first-of-type {
  font-weight: bold;
}

.calendarPage p {
   margin:0;
}

.footerWrapper {
  text-align: center;
  background-color: #303030; /*grey*/
  color: white;
  border-top: 6px solid #468ee0;
}

.mainFooter {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em;
}

.mainFooter a {
  color: white;
  padding-right: .5em;
  text-decoration: underline;
}

.footerLeft, .footerMid, .footerRight {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  /*Desktop menu styles */
  .slicknav_menu {
    display: none;
  }
  
  .slicknav_menu:nth-of-type(12) {
    display: none;
  }  
  
  nav.main {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    background: #404040; /*grey*/
  -webkit-box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
  }

  .menu  {
    display: inline;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 1.2em;
    text-align: left;
    list-style: none;
    background: none
  }
  
  .menu li{
    display: inline-block;
    width: auto;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.25em;
    cursor: pointer;
  }
  
  .menu a {
    padding: 6px 14px 4px 14px;
    display: block;
    border-right: 1px solid #1a3e7d;
  }
  
  .menu  li ul li a {
    border: 0;
  }
  
  .menu >li:last-child>a {
    border: 0;
    pointer-events: none;
  }

  .menu >li>ul>li a { 
     pointer-events: auto !important;
  }
  
  .menu a, .menu li {
    color:  white;
  }

  
  .menu li:hover a {
    background: #468ee0; /*blue*/
    color: white;
    text-decoration: none;
  }
  
  .menu li ul {
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    min-width: 175px;
    padding: 0;
    margin: 0;
    font-size: .9em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-variant: normal;
  }
  

  .menu li ul li { 
    display: block; 
    background: #404040; /*grey*/
    color: white;
  }
  
  .menu li ul li a {
    padding: 6px 20px;
  }
  
  
  .menu li ul li:hover >a { 
    background: #404040; /*grey*/
    color: white;
  }
  

  .menu >li:hover >ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .menu >li:nth-child(2)>a  {
    pointer-events: none;
  }

  .menu >li:nth-child(4)>a  {
    pointer-events: none;
  }

  .menu >li:nth-child(5)>a  {
    pointer-events: none;
  }

  .menu >li:nth-child(6)>a  {
    pointer-events: none;
  }

  .menu >li:hover >ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .menu ul ul {
    top: 2px;
    left: 100%;
  }

.menu ul ul ul {
  display: none !important;
}

  .menu li:last-of-type>ul>ul {
    top: 0px;
    right: 100%;
  }

 .menu >li:nth-child(2) ul li ul {
   width: 195px !important;
 }

  .menu >li:nth-child(3) ul  {
   width: 250px !important;
 }

  .menu li:last-of-type ul {
    left: inherit;
    right: 0px;
    min-width: 200px;
  }

   .menu li:last-of-type ul ul {
    right: 200px;
    left: inherit;
  }


  /*--End desktop menu styles */

.header {
  position: relative;
  text-align: left;
}

.header img {
  margin: .75em 0;
}

.mainImage {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.mainImageWrapper {
  border-bottom: 6px solid #404040; /*grey*/
  -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.38);
  box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.38);;
}

.mainContent {
  min-height: 621px;
  padding: 2em 2em 3em 2em;
}

.content {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  margin-right: 2em;
}

.welcomeWrapper {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  box-shadow: none;
  border: none;
}

.newseventsWrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.news {
  margin-right: 3%;
}

.news, .events {
  max-width: none;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 1em;
  overflow-y: hidden;
}

.quickLinks  {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  text-align: center;
}

.search {
  position: absolute;
  bottom: 3.5em;
  right: 0;
  vertical-align: top;
  padding: 0;
}

.threeCols div {
  padding: 0 2em;
}

/*sidebar nav styles--*/

.sidenav {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}

.sidenav a {
  padding: .5em 0;
  border-bottom: 1px solid lightgrey;
}
  
 .sidenav a::before { 
  content: url("/templates/pilc360webcmscom/2018/images/leftArrow.png");
  padding-right: 10px;
}

.sidenav .SiteMenu-0 {
  display: block;
}

.sidenav .SiteMenu-0, .sidenav .SiteMenu-0 div{
  position: relative;
}

.sidenav .SiteMenu-0 a, .sidenav .SiteMenu-1 a  {
  display: none;
}

.showFirstLevel .SiteMenu-1 a {
  display: block;
}

.sidenav .SiteMenu-2 a {
   display: block;
}

.imageRight {
  float: right;
  width: 28%;
  max-width: 350px;
  margin: 0px 0px 20px 15px;
}

.imageLeft {
  float: left;
  width: 28%;
  max-width: 350px;
  margin: 0px 20px 15px 0px;
}

.blogRight {
  float: right !important;
}

#jMonthCalendar {
  display: block !important;
}

.footerLeft, .footerMid, .footerRight {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.footerLeft, .footerMid {
  border-right: 1px solid #404040; /*grey*/
}

}

@media only screen and (min-width:900px) {
  .menu a {
    padding: 6px 12px 4px 12px;
  }

  .mainImage {
    height: 320px;
  }
  
  .welcomeWrapper {
    height: 320px;
  }
  
  .welcome {
    height: 100%;
    padding: 2em 0;
  }

.news, .events {
  min-height: 358px;
  height: 358px;
  overflow-y: hidden;
}
  
  .news {
  margin-right: 3.5%;
  }

.eventsWrapper {
  max-height: 234px !important;
  overflow: hidden;
}

.content {
  width: 73%;
}

  .news a {
   padding: 0.35em 1em;
}

.news a:before {
  padding: .5em;
  content: url(/templates/pilc360webcmscom/2018/images/newsBullet.png);
}


/* staff */
.content > .contentContainer .contentPhoto, 
.content > .contentContainer .contentInfo {
  float: left;
  width: auto;
}
.content > .contentContainer .contentPhoto {
  margin-right: 15px;
  width: 36.33%;
}
.content > .contentContainer.contentInfo {
  width: 60.66%;
}


}

@media only screen and (min-width:1024px) {
  .menu a {
    padding: 6px 30px 4px 30px;
  }

.mainContent {
  padding: 2em 3em 3em 3em;
}
  
  .mainImage {
    width: 66.5%;
  }
  
  .welcomeWrapper {
    position: relative;
    width: 33%;
  }

  .welcome {
    position: absolute;
    right: 0;
    height: 288px;
  }
  
  .guestNav {
    padding: 2em 1em 1em 1em;
  }

.content {
  width: 75%;
}

}



