

/*GOOGLE FONT IMPORT*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;0,800;0,900;1,400&display=swap');

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.backgroundIndex {
   background-image:url("images/image3.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:right;
}



/* responsive stuff */

* {
	box-sizing: border-box;
}


/* Overwrite the Box-Sizing for the Google Search Box */

.forceContentBox * {
	box-sizing: content-box;
}

.row {
	max-width: 1200px;
	/* center things */
	margin: auto;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

.rowBehind {
	width: 100%;
	/* center things */
	margin: auto;
}

.rowBehind::after {
	content: "";
	clear: both;
	display: block;
}


/* color backgrounds for debugging */

.c {
	background-color: #cccccc;
}

.c2 {
	background-color: #e2e2e2;
}

.c3 {
	background-color: #999999;
}

.brd {
	border: 2px solid #73AD21;
}

[class*="col-"] {
	float: left;
	padding: 0px;
}

.addPadding {
	padding: 8px;
}

.addPadding5 {
	padding: 5px;
}

.twitterBoyBG {
	background-image: url('../../Cazenovia/images/TWITTER2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
}


/* default For mobile phones, everything goes to 100%: */

[class*="col-"] {
	width: 100%;
}

@media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-m-1-quarter {
		width: 2.08%;
	}
	.col-m-1-half {
		width: 4.17%;
	}
	.col-m-1 {
		width: 8.33%;
	}
	.col-m-2 {
		width: 16.66%;
	}
	.col-m-3 {
		width: 25%;
	}
	.col-m-4 {
		width: 33.33%;
	}
	.col-m-5 {
		width: 41.66%;
	}
	.col-m-6 {
		width: 50%;
	}
	.col-m-7 {
		width: 58.33%;
	}
	.col-m-8 {
		width: 66.66%;
	}
	.col-m-9 {
		width: 75%;
	}
	.col-m-10 {
		width: 83.33%;
	}
	.col-m-11 {
		width: 91.66%;
	}
	.col-m-12 {
		width: 100%;
	}
	/* for fifths */
	.col-m-20 {
		width: 20%;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-1-quarter {
		width: 2.08%;
	}
	.col-1-half {
		width: 4.17%;
	}
	.col-1 {
		width: 8.33%;
	}
	.col-2 {
		width: 16.66%;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.33%;
	}
	.col-5 {
		width: 41.66%;
	}
	.col-6 {
		width: 50%;
	}
	.col-7 {
		width: 58.33%;
	}
	.col-8 {
		width: 66.66%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33%;
	}
	.col-11 {
		width: 91.66%;
	}
	.col-12 {
		width: 100%;
	}
	/* for fifths */
	.col-20 {
		width: 20%;
	}
	.col-fixSidenav {
		width: 200px;
	}
	.col-fillFixedSidenav {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	.hideElementBig {
		display: none;
	}
	.blueBackground {
		background: linear-gradient(90deg, #072C61 65%, #145DAA 35%);
	}
}


/* only if width is under 768px */

@media only screen and (max-width: 768px) {
	.hideElement {
		display: none;
	}
	.showElement {
		display: block;
	}
	.imageBigger {
		width: 80px;
		height: auto;
	}
	.adjustHeight {
		height: 90px;
	}
	.blueBackgroundSolid {
		background-color: #072C61;
	}
	.topIcons {
		text-align: center !important;
	}
}


/* only if width is under 600px */

@media only screen and (max-width: 600px) {
	.hideElement2 {
		display: none;
	}
	.twitterBoyBGHide {
		background-image: url('../../Cazenovia/breakIt.jpg');
	}
	.calendarBorder {
		padding: 0px !important;
	}
	.headerImage {
		padding: 20px 5px !important;
		margin: 0px !important;
	}
	.bannerDetail {
		display: none;
	}
	.pushRight {
		padding-left: 0px !important;
	}
	.footerHeaderSmall {
		margin-left: 8px !important;
	}
}


@media (min-width: 1921px){
.slideShowConstrict {
    max-width: 1200px;
    float: none;
    margin: auto !important;
}
}
/* for use on tempEDIT pages to make google calendar responsive */

.responsiveCal {
	position: relative;
	padding-bottom: 300px;
	height: 0;
	overflow: hidden;
}

.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navtable {
	min-width: 200px;
	max-width: 10%;
}

.respImage {
	max-width: 100%;
	height: auto;
}

.headerImage {
	height: auto;
	min-width: 200px;
	max-width: 250px;
	margin: 16px 0px;
	width: 100%;
}

.headerLogo {
	height: auto;
	min-width: 50px;
	max-width: 111px;
	margin: 14px 0px;
	width: 100%;
}

.headerImage2 {
	width: 100%;
	height: auto;
	min-width: 300px;
}

.headerIcon {
	margin: 40px 10px;
}

.footerImage {
	width: 100%;
	height: auto;
	min-width: 200px;
	max-width: 265px;
	margin-top: 15px;
}

.slideshowImage {
	width: 100%;
	height: auto;
	min-width: 300px;
	max-width: 1200px;
}

.bannerHeaderDetail {
	font-family: 'Roboto', sans-serif !important;
	color: #11094C;
	font-size: 24px;
	font-weight: bold;
	opacity: 1;
	text-align: left;
	padding-bottom: 10px;
}

.bannerDetail {
	font-family: 'Roboto', sans-serif !important;
	color: #000;
	bottom: 0px;
	left: 0px;
	position: absolute;
	font-size: 14px;
	background-color: #E6A910;
	padding: 30px 30px 60px 30px;
	opacity: 0.9;
	text-align: left;
	height: 150px;
	width: 500px;
}


/*.bx-wrapper .bx-pager.bx-default-pager a {

	background: #ffffff !important;

	margin: 0px 45px !important;

}



.ap-basic-slider-wrapper .bx-pager-item .bx-pager-link.active:before,

.ap-basic-slider-wrapper .bx-pager-item .bx-pager-link:hover:before {

	background: #11094C;

}*/

.exploreImage {
	margin: 36px 15px;
	height: auto;
	min-width: 260px;
	max-width: 536px;
	width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 5px 0px 0px 40px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* page styles */

html {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: #333333;
}

#diffLog {
	width: 100%;
	height: 25px;
	background-color: #efff6c;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 999999;
}

.header {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #ffffff;
	background-color: #282828;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}


/* HEADINGS */

h1 {
	font-size: 28px;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 20px;
}

h2 {
	font-size: 26px;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0px
}

h3 {
   font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0px 
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 9px 0px;
	padding: 0;
}


/* LINK STYLING */

A {
	COLOR: #333333;
}

A:hover {
	COLOR: #2884b3;
}

a.sidelink,
a.sidelink:link,
a.sidelink:active,
a.sidelink:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	display: inline-block;
	/* to make the top padding work */
}

a.sidelink:hover {
	color: #666666;
}

.staffListTableRow:hover {
	background-color: #d2d2d2;
}


/* this is for use on tempEDIT pages */
.centerMobile {
		text-align: center;
}

.center {
	text-align: center;
}

A.tempEDsmallLink {
	font-size: 9pt;
	text-decoration: underline;
	color: #333333;
}

A.tempEDsmallLink:hover {
	font-size: 9pt;
	text-decoration: underline;
	color: #999999;
}

.tempeditHeader {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-left: 8px;
}

.tempeditBGcolor {
	background-color: #ffffff;
}

.noPadCell {
	padding: 0px 0px 0px 0px;
}

.tempedsearchBar-submit {
	float: left;
	height: 18px
}

.tempedsearchBar-submit input[type="submit"] {
	height: 18px;
	line-height: 18px;
	padding: 0 12px 3px 10px;
	margin-left: 1px;
	border: 0;
	font-size: 11px;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-bottomright: 2em;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-bottomleft: 2em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	COLOR: #ffffff;
	background: #669933;
	background: -moz-linear-gradient(top, #7bb93e, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bb93e), to(#537c29));
}

.tempedsearchBar-submit input[type="submit"]:hover {
	border: 0;
	cursor: hand;
	cursor: pointer;
	background: -moz-linear-gradient(top, #9bcd69, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9bcd69), to(#537c29));
}

.header2 {
	font-size: 17pt;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #003366;
	letter-spacing: 0px;
}

.contentpage_headingLinkText,
A.contentpage_headingLinkText:link,
a.contentpage_headingLinkText:active,
a.contentpage_headingLinkText:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	text-decoration: none;
	color: #666666;
}

a.contentpage_headingLinkText:hover {
	text-decoration: none;
	color: #333333;
}

.contentpage_ann_header {
	font-size: 11pt;
	color: #3f1f00;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.contentpage_ann_text {
	font-size: 10pt;
	color: #726b6a;
	font-family: 'Roboto', sans-serif;
}

a.contentpage_linkText,
A.contentpage_linkText:link,
a.contentpage_linkText:active,
a.contentpage_linkText:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #726b6a;
}

a.contentpage_linkText:hover {
	text-decoration: underline;
	color: #999999;
}

.paddedArea {
	padding: 10px 20px 10px 20px;
}

.bulletText {
	width: 180px;
	background: #054810;
	background-image: -webkit-linear-gradient(top, #000000, #333333);
	background-image: -moz-linear-gradient(top, #000000, #333333);
	background-image: -ms-linear-gradient(top, #000000, #333333);
	background-image: -o-linear-gradient(top, #000000, #333333);
	background-image: linear-gradient(to bottom, #000000, #333333);
	border-top-right-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
	border-top-left-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	/* -webkit-border-radius: 28;

  -moz-border-radius: 28;

  border-radius: 28px; */
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.bulletTextSmall {
	width: 180px;
	background: #054810;
	background-image: -webkit-linear-gradient(top, #000000, #333333);
	background-image: -moz-linear-gradient(top, #000000, #333333);
	background-image: -ms-linear-gradient(top, #000000, #333333);
	background-image: -o-linear-gradient(top, #000000, #333333);
	background-image: linear-gradient(to bottom, #000000, #333333);
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-top-left-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	/* -webkit-border-radius: 28;

  -moz-border-radius: 28;

  border-radius: 28px; */
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin-left: -10px;
}


/* end tempEDIT styles */

.largeWhiteFont {
	font-size: 18pt;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #ffffff;
	line-height: 18px;
	font-weight: 300;
	margin-top: 7px;
	margin-bottom: 8px;
	padding-left: 18px;
}


/* FOOTER */

a.footerlink2:link,
a.footerlink2:active,
a.footerlink2:visited,
a.footerlink2:hover {
	font-size: 13px;
	text-decoration: none;
	color: #eeeeee;
	font-family: 'Roboto', sans-serif;
}

.footerfont {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.footerHeader {
	font-family: 'Nunito Sans', sans-serif;;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
}

.footerHeaderBig {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 28px;
	/* font-weight: bold; */
	color: #eeeeee;
	padding-left: 10px;
}

.footerHeaderSmall {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
	color: #FFFFFF;
	margin: 15px 0px;
}

a.footerlink:link,
a.footerlink:active,
a.footerlink:visited {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 20px;
}

a.footerlink:hover {
	text-decoration: none;
	color: #ff6b2d;
}

.scrollableArea {
	overflow: auto;
	height: 480px;
	width: 100%;
	padding-left: 0px;
}

/*NEWS SECTION */

.newsImage {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 5px solid #EFEFEF;
    max-height: 440px;
}

.newsDiv {
	margin: 0px 20px;
}

.newsImageWithCaption {
	background: #FFFFFF;
	opacity: 1;
	min-height: 100px;
	margin: 18px 8px 8px 8px;
}

a.noDecoLink:link,
a.noDecoLink:active,
a.noDecoLink:visited {
	text-decoration: none;
}


.newsButton {
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 25px !important;
    color: #FFFFFF !important;
    background: #000000;
	text-align: center;
	padding: 15px 50px;
	border: 1px solid #FFFFFF;
	width: 200px;
	border-radius: 2px;
}

.newsButton:hover {
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 25px !important;
    color: #FFFFFF !important;
    background: #ff6b2d;
	text-align: center;
	padding: 15px 50px;
	border: 1px solid #FFFFFF;
	width: 200px;
	border-radius: 2px;
}
.newsCaption {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 25px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	width: 100%;
	padding-top: 8px;
	line-height: 28px;
}

.newsCaptionBox {
    padding: 25px !important;
}

.newsText {
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #6a6a6a;
	line-height: 36px;
}

.bigGreenFont {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #011456;
	text-align: left;
	font-weight: 400;
	padding-left: 8px;
}

A.moreNewsLink:link,
a.moreNewsLink:active,
a.moreNewsLink:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #5D5B5B;
	font-weight: bold;
	padding: 3px 30px;
	border-radius: 3px;
}

A.moreNewsLinkwhite:link,
a.moreNewsLinkwhite:active,
a.moreNewsLinkwhite:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8px;
}

.videoTextHeader {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #011456;
	font-weight: 600;
	line-height: 18px;
	padding-left: 0px;
}

.videoText {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #ffffff;
	line-height: 18px;
	padding-left: 8px;
}

.calendarBorder {
	width: 100%;
	height: 400px;
	background: #ffffff;
	padding: 5px 10px 5px 40px;
	margin-bottom: 10px;
}

.LL {
	border-left: 1px solid #999999;
}

.RL {
	border-right: 1px solid #999999;
}

.TL {
	border-top: 1px solid #999999;
}

.BL {
	border-bottom: 1px solid #999999;
}

.headercolor {
	background-color: #dfdfdf;
	HEIGHT: 35px;
}

input {
	BORDER-RIGHT: #333333 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #333333 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #333333 1px solid;
	COLOR: #000066;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #333333 1px solid;
	FONT-FAMILY: Verdana;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #f3f9fe;
	TEXT-ALIGN: left;
}

SELECT {
	BORDER-RIGHT: #333333 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #333333 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #333333 1px solid;
	COLOR: #000066;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #333333 1px solid;
	FONT-FAMILY: Verdana;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #f3f9fe;
	TEXT-ALIGN: left;
}

.gl_submit {
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #000000 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #000000 1px solid;
	COLOR: #ffffff;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #993300;
	TEXT-ALIGN: center;
	HEIGHT: 20px;
}

.gl_input {
	BORDER-RIGHT: #000066 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #000066 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #000066 1px solid;
	COLOR: #000000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #000066 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}


/* end page styles */


/* below is code for the flyout menus */


/* ul, li {

	font-size:14px; 

	font-family: 'Roboto', sans-serif;

	line-height:21px;

	text-align:left;

} */

.menu {
	list-style: none;
	width: 0px;
	height: 0px;
	line-height: 15px;
	margin-bottom: 40px;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Background color and gradients */
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	/* Borders */
	/* this border appears as a dot when using a image to mouseover, so set to 0 and adjust margin above */
	border: 0px solid #002232;
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;
}

.menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-top: 25px;
	border: none;
}

.menu li:hover {
	/* border: 1px solid #ff0000; */
	padding: 0px 0px 0px 0px;
	/* Background color and gradients */
	/* background: #F4F4F4;

	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu li a {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	display: inline-block;
	outline: 0;
	text-decoration: none;
	line-height: 21px;
	/*text-shadow: 1px 1px 1px #000;*/
}

.menu li:hover a {
	color:#000000;
    font-weight: bold;
	/*text-shadow: 1px 1px 1px #ffffff;*/
}

.menu li .drop {
	padding-right: 0px;
	/* background:url("img/drop.png") no-repeat right 8px; */
}

.menu li:hover .drop {
	/* background:url("img/drop.png") no-repeat right 7px; */
}

.dropdown_1column,
.dropdown_1_a_column,
.dropdown_2columns,
.dropdown_2_a_columns,
.dropdown_3columns,
.dropdown_3_a_columns,
.dropdown_4columns,
.dropdown_4_a_columns,
.dropdown_5columns {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em;
	/* Hides the drop down */
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #777777;
	/* border-top:none; */
	/* Gradient background */
	background: #FFFFFF;
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1column {
	width: 140px;
}

.dropdown_2columns {
	width: 280px;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 560px;
}

.dropdown_5columns {
	width: 700px;
}

.dropdown_1_a_column {
	width: 220px;
}

.dropdown_2_a_columns {
	width: 450px;
}

.dropdown_3_a_columns {
	width: 660px;
}

.dropdown_4_a_columns {
	width: 880px;
}

.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_1_a_column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_2_a_columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_3_a_columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_4_a_columns,
.menu li:hover .dropdown_5columns {
	left: -22px;
	top: 20px;
}


/* position of flyout on mouseover */

.menu li:hover .align_right {
	left: auto;
	right: -120px;
	top: 20px;
}


/* custom for certain elements.  position of flyout on mouseover */

.menu li:hover .bump_left {
	left: -470px;
	top: 20;
}

.menu li:hover .bump_left2 {
	left: -300px;
	top: 20;
}

.menu li:hover .bump_left3 {
	left: -170px;
	top: 20;
}

.menu li:hover .bump_leftHidden {
	left: -9999px;
	top: 20;
}

.col_1,
.col_1a,
.col_1a_half,
.col_1a_less_half,
.col_2,
.col_2a,
.col_3,
.col_3a,
.col_4,
.col_4a,
.col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}

.col_1 {
	width: 130px;
}

.col_2 {
	width: 270px;
}

.col_3 {
	width: 410px;
}

.col_4 {
	width: 550px;
}

.col_5 {
	width: 690px;
}

.col_1a {
	width: 210px;
}

.col_1a_half {
	width: 150px;
}

.col_1a_less_half {
	width: 50px;
}

.col_2a {
	width: 430px;
}

.col_3a {
	width: 650px;
}

.col_4a {
	width: 870px;
}

.menu .menu_right {
	float: left;
	margin-right: 0px;
}

.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.menu .flyoutHeader {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 1px 0;
	padding-bottom: 1px;
	/* border-bottom:1px solid #666666; */
	color: #333333;
}

.menu p,
.menu h2,
.menu h3,
.menu ul li {
	font-family: 'Roboto', sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 1px 0;
	padding-bottom: 1px;
	/* border-bottom:1px solid #666666; */
	color: #333333;
}

.menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	/* border-bottom:1px solid #888888; */
}

.menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}

.menu li:hover div a {
	font-size: 12px;
	color: #000000;
    font-weight:500;
	font-family: 'Nunito Sans', sans-serif;
	text-shadow: 0px 0px 0px #000;
}

.menu li:hover div a:hover {
	color: #ff6b2d;
	font-family: 'Nunito Sans', sans-serif;
	text-shadow: 0px 0px 0px #000;
}


.flex {
	display: inline-flex !important;

}
/* this is for the header links */

.menu li:hover div a .headerLinkText {
	font-size: 16px;
	color: #015b86;
	text-shadow: 0px 0px 0px #000;
}

.menu li:hover div a:hover .headerLinkText {
	color: #029feb;
	text-shadow: 0px 0px 0px #000;
}

.bump_up {
	top: 15px !important;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.imgshadow {
	/* Better style on light background */
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_left {
	/* Image sticks to the left */
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}

.menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

.menu li .black_box_no_corner {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 0px;
}

.menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

.menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 260px;
}

.menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.menu li .greybox li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}

.menu li .greyboxa li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 195px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.menu li .greyboxa li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}

.menu .flyoutTitle { /* main titles within flyouts */
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #000000;
	text-align: left;
	width: 92%;
	border-bottom: 1px solid #ff6b2d;
	margin-bottom: 5px;
}

.whiteArrow{
	margin-left: 5px;
	margin-top:6px;
}


/*END FLYOUT MENU */ 
.calendarBorder {
  width: 95%;
  height: 500px;
  background: #ffffff;
  margin: 10px auto;
}

.calendarArea{
	overflow: auto;
	height: 375px;
	width: 95%;
	background-color: #FFFFFF;
	padding-left: 0px;
	border-radius: 3px;
	margin: 0px auto;
	}


A.viewMoreFont:link,
a.viewMoreFont:active,
a.viewMoreFont:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #011456;
	font-weight: 400;
	padding-left: 8px;
}

.bigRedHeader {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #BF1E2E;
	padding: 10px 15px;
	width: 100%;
	min-width: 250px;
}

.bigWhiteHeader {
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	color: #145DAA;
	padding: 20px 40px 5px 40px;
	width: 100%;
	min-width: 250px;
}

.flyoutIcons {
	margin: 10px 10px 0px 0px;
}

.messageBoard {
	padding: 0px 15px;
	font-size: 16px;
}

.pushRight {
	padding-left: 45px;
}

.topIcons {
	text-align: right;
}

.blueLine {
	width: 70px;
	height: 2px;
	background: #145DAA;
	margin-left: 40px;
}

.blackLine {
	width: 70px;
	height: 2px;
	background: #000000;
	margin: 10px auto;
}

.italicBlueLettering {
	font-family: 'Garamound', serif;
	font-style: italic;
	color: #145DAA;
	font-size: 36px;
	text-align: center;
	line-height: 47px;
	margin-bottom: 8px;
}

.socialIcon {
	margin: 10px;
}

.videoTitle {
	font-size: 18px;
	font-family: 'EB Garamond', serif;
	line-height: 30px;
	color: #000000;
	margin: 5px 40px;
}

.videoText {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin: 5px 0px 5px 33px;
}
/*ORANGE LINE */
.orangeLine{
    border-bottom: medium solid #ff6b2d;
}
/*CALENDAR STYLING */
.calendarHeader {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #000000;
	margin: 25px 0px;
}

.calendarText {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin: 0px 50px 75px 0px;
}

.mainCalendarBox {
	width:95%; 
	float:left; 
	padding: 1px 0px; 
	display:flex; 
	box-shadow: 0px 0px 10px #efefef; 
	border-radius: 5px; 
	margin: 10px 10px 0px 10px;
}

.calBox {
    width: 64px;
    height: 100%;
    padding: 10px;
    text-align: center;
    float: left;
}

.calMonth	{
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
    font-weight:900;
	color: #000000; 
	line-height: 15px;
	text-align: center;
	}

.calDay	{
	font-size: 40px; 
	font-family: 'Nunito Sans', sans-serif;
	color: #ff6b2d;
	line-height: 50px; 
	text-align: center;
	font-weight: 800;
	}

.calHeaderText	{
	font-size: 14px; 
	font-family: 'Nunito Sans', sans-serif;
	color: #231F20;
	line-height: 24px;
	text-align: left;
	font-weight: 700;
	margin: 0px 7px 0px 10px;	
	}

.calText	{
	font-size: 12px; 
	font-family: 'Nunito Sans', sans-serif;
	color: #231F20; 
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	margin: 0px 7px 0px 10px;
	}
.calEventsOverflow{
	overflow : auto; 
	width:780px;
	padding-left:8px;
	}
/*END CALENDAR STYLES */