﻿/* at import must be at top of file, otherwise CSS will not work */

@font-face {font-family: 'HarryPro-Heavy';src: url('fonts/346417_0_0.eot');src: url('fonts/346417_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/346417_0_0.woff2') format('woff2'),url('fonts/346417_0_0.woff') format('woff'),url('fonts/346417_0_0.ttf') format('truetype');}

h1 { 
	font-family: HarryPro-Heavy; 
	font-weight: normal; 
	font-style: normal; 
	color:#004477;
}

h1>span {color:#8b0039}

body {margin:0px;font-family:Arial, Helvetica, sans-serif}

#base-container {margin: 0px auto; border:0px black solid; max-width: 1024px; min-width:320px;}

#intro{padding-left:2em}

/* HEADER */
#header {border-bottom:1px #cccccc solid; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888;/*position: -webkit-sticky;position: sticky;top: 0;z-index: 100;background: #fff;*/}
.head-bar{background:#004477}
.phone-top {display:inline-block;width:55%;padding-top:10px;border:0px #fff solid}
.head-pos {display:inline-block;height:2em;vertical-align:middle;}
.whitebold {color:#ffffff;font-weight:bold}
.social-top {display:inline-block;text-align:right;width:40%;padding:5px 0px;border:0px #fff solid}
.pad1 {padding-top:1em}
#logo {display:inline-block;width:40%}
.menu-addy {display:inline-block;width:58%;vertical-align:top;padding-top:1em}
.addytop {margin-top:2em;text-align:right}
.posfl {float:right}

/* SKIP TO CONTENT */
    .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible;
        background:#ffffff;
        color:#000000; 
        line-height:3em
    }

/* === Bottom boxes ===*/
.lblue	{background:#0190f9;text-align:center;}
.lblue a:link, .lblue a:visited {color:#ffffff;font-weight:bold;display:block;line-height:2em}
.lgreen	{background:#2acc00;text-align:center}
.lgreen a:link, .lgreen a:visited {color:#ffffff;font-weight:bold;display:block;line-height:2em}
.oryel	{background:#ea9500;text-align:center}
.oryel a:link, .oryel a:visited {color:#ffffff;font-weight:bold;display:block;line-height:2em}
.burg	{background:#8b0039;text-align:center}
.burg a:link, .burg a:visited {color:#ffffff;font-weight:bold;display:block;line-height:2em}

/* HOME PAGE CALENDAR LIST */
.caltop {background:transparent url('../images/hp-caltop.png') no-repeat right;height:130px;margin:.5em 0em;padding-left:2em;font-size:1.5em }
.caltop div {padding-top:2.5em;}
.hp-cal-list {line-height:2.5em;border:2px #ffb200 dashed;margin-bottom:.5em;padding:.25em 1em}
.hp-cal-list a {text-decoration:none;color:#000000;font-weight:bold;}
.hp-cal-list a>div>span	{padding-right:2em}
.callink {color:#000000;background:#ffb200;line-height:2em;letter-spacing:1em;font-weight:900;text-align:center;text-decoration:none}
.vcal {text-decoration:none}

/* HOME PAGE NEED ASSISTANCE */
.hpassist {background:#008cf7 url('../images/hp-need-assist.png') no-repeat left top;padding:90px 10px 5px 10px;margin-top:4em;color:#ffffff}
.hpassist a:link, .hpassist a:visited {color:#ffffff;font-weight:bold;display:block}
.white {color:white}
.hpassist h2 {text-align:right;font-size:1.2em;}
.hpassist h3 {text-decoration:underline;font-size:1em;}

/* Calendar List */
.pad2em {padding:2em}

/* MENU */
.lnk-tp {display:list-item}
.lnk-tpm {display:none}


/* CONTENT */
#content {}
/* IMAGES */
img {
    max-width: 100%;
    height: auto;
    /* width: 100%;        to make the image responsive */
}
/* Programs & */
.sidelink {line-height:2em;border:1px #0190f9 dashed;margin:.5em .5em;background:#c7e8ff;padding:.5em .25em;color:#000000;text-decoration:none;min-width:200px;text-align:center}
.sidelinkA  {text-decoration:none;display:inline-block}
.sidelinkA :hover {background:#ffd97d;border:1px #ffb200 solid}

/* FOOTER */

#footer {border:0px #c0c0c0 solid;background:#004477;color:#ffffff}
.calfoot {margin-top:2em}
.rgtbdr {border-right:1px #ffffff dashed}

/* COPYRIGHT TAG */
.ct {font-size: .8em; text-align: center;}

/* PPP DESGIN TAG */
.pdt { font: 8pt "Times New Roman", Times, serif; text-align: right;padding:10px;border-top:10px #004477 solid;background:#ffffff;color:#000000}

/* BACK TO TOP */
.bttbutton {
    background-color: #004477; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50px;
}

.bttbutton1 {
    background-color: white; 
    color: black; 
    border: 2px solid #004477;
}

.bttbutton1:hover {
    background-color: #004477;
    color: white;
}

.bttbutton1 a:hover {
 	display:block;
    color: white;
}

/*triangle*/
#tri {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #004477 transparent;
}

#tri:hover {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #FFFFFF transparent;
}

/*================ MENU ==================*/
/*========================================*/

#cssmenu {
  background: #ffffff; /* Menu bkg color */
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  z-index:1000;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border-right: 0px #ffffff solid; /* right border on main menu items */
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #cccccc; /* sub bkg color*/
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #004477;	/* sub link color */
  letter-spacing: 0;
  display: block;
  width: 200px; /* width of sub menu items  was 170*/
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #000000; /* Sub Hover link color */
  background: #ffffff;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #004477;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #004477;
  padding: 5px 5px; /* Padding around links */
  font-weight: 100;
  /*letter-spacing: 1px; 
  text-transform: uppercase;*/
  font-size: 1em;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
  background-color:#e8e8e8; /* main menu item on sub hover */
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block; 
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 200px; /* sub menu width was 170 */
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 200px; /* sub menu width was 170 */
  display: block;
}

 	#cssmenu > ul >li > ul > li::after.lnk-tpm {display:none}
	#cssmenu ul li ul li.lnk-tpm {display:none}
	
	#cssmenu > ul >li > ul > li::after.lnk-tp {display:block}
	#cssmenu ul li ul li.lnk-tp {display:block}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
    background-color:#ffffff;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
    border-bottom:1px #ffffff solid /* bottom border on sub item on the min menu*/
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  
  #cssmenu > ul > li > a {
  display: block;
  font-size: 1.2em;
  background-color: #a8d9fc;
  border-bottom:1px #004477 dashed;
  
}

  #cssmenu > ul.open {
    max-height: 1500px; /* height of the drop down Menu */
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #004477;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
    background: #e8e8e8 /* sub min menu hover */
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #004477;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #004477;
    border-bottom: 2px solid #004477;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #004477;
    right: 20px;
    top: 26px;
  }
  
 	#cssmenu > ul >li > ul > li::after.lnk-tpm {display:block}
	#cssmenu ul li ul li.lnk-tpm {display:block}

	#cssmenu > ul >li > ul > li::after.lnk-tp {display:none}
	#cssmenu ul li ul li.lnk-tp {display:none}

}


/* NO JS MENU */

#menunojs  {background:#004477 url('../images/menunojs.png') no-repeat right top}
#menunojs a:link {color:#ffffff}
#menunojs a:hover {}
#menunojs li {line-height:3em;border-top:1px white solid}
#menunojs ul {width:80%;text-decoration:none}
#menunojs ul li {list-style:none; text-transform:uppercase;}
#menunojs ul li a { display: block;text-decoration:none}
#menunojs ul li ul li {border: 1px #ffffff solid;padding-left:1.5em;margin-bottom:10px}
#menunojs ul li ul  :hover {background-color:red;color:#ffffff}


.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  color:#ffffff;
  font-size:1.5em;
  /*line-height:21px;*/
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}



/*=============START AT MEDIA ============*/
/*=======================================*/

/* mobile portrait */

@media screen and (min-width: 0px) and (max-width: 600px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 0px) and (max-width: 600px)) */
	#menu {border-top:1px #004477 solid;border-bottom:1px #004477 solid}
	#menut {display:none}
	#menunojs {}
	
		/* HOME PAGE CALENDAR LIST */
	.caltop {background:#ffb200;height:50px;margin:.5em 0em;padding-left:.2em;font-size:1.5em}
	.caltop div {padding-top:.3em;}
	.lnk-tp {display:none}
	.lnk-tpm {display: list-item}

} 

@media screen and (min-width:0px) and (max-width:767px) {
	#logo {display:inline-block;width:100%}
	.menu-addy {display:inline-block;width:100%;vertical-align:top;padding-top:1em}
	.addytop {;text-align:center;width:100%}
	.posfl{float:none}
}

 /* mobile landscape */
@media screen and (min-width: 601px) and (max-width: 768px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 601px) and (max-width: 768px)) */
	#menu {border-top:1px #004477 solid;border-bottom:1px #004477 solid}
	#menut {display:none}
	
	#menunojs {}

	/* HOME PAGE CALENDAR LIST */
	.caltop {background:transparent url('../images/hp-caltop.png') no-repeat right;height:130px;margin:.5em 0em;padding-left:.2em;font-size:1.5em}
	.lnk-tp {display:none}
	.lnk-tpm {display: list-item}

}


/* ipad portrait */
@media screen and (min-width: 769px) and (max-width: 1024px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 769px) and (max-width: 1024px)) */
	#menu {}
	#menut {}
	#menunojs {display:none}
	

} 

@media screen and (min-width: 1025px){

/* NEED FOR TOP MENU TO FUNCTION IF JS IN NOT ACTIVE (screen and (min-width: 1025px)) */
	#menu {}
	#menunojs {display:none}


}


