p {
	margin: 18pt 14pt 2pt 14pt;
}


.firstcharacter {
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  
/* SPRING :: GREEN
  color: #006400; */
  
/* SUMMER :: ???
  color: #3D59AB; */
  
/* FALL :: BROWN
  color: brown;  */

/* WINTER :: BLUE */
  color: #0000EE;
  
/*   color: #903; */
 
}



a {
	text-decoration: none;
}

a img {  
	border: none;
	text-decoration: none;
}

a:hover img {
	-webkit-box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	-moz-box-shadow: 	0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	-o-box-shadow: 		0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	 box-shadow: 		0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


a:hover img.no_shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	-o-box-shadow: 		none;
	 box-shadow: 		none;
}


img.Mobile {
	max-width: 96%;
}

img.Mobile_01 {
	width:100%;
	max-width: 696px;
	margin: 0 auto 0 auto;
}




.big_Contain {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 58pt;
}


header {
/*    background: #f5b335; */
/* 40px H good for mobile */
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    transition: top 0.2s ease-in-out;
/*    border: 1px solid red; */
}


.nav-up {
    top: -66px;
}



.youtube-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; 
	overflow: hidden;
}
 
.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.borderIt_02 {
	width: 96%;
	border: 2px solid #ffffff;
	padding: 10px;
}

.borderIt_02:hover {
/* SPRING: GREEN & GOLD
	border: 2px solid #009900;
	background-color: #FFFFF0; */
/*	#F0FFF0; :: MINT GREEN
	#E0FFFF; :: MORE BLUE*/

/* 	SUMMER: GOLDEN
	border: 2px solid #FFA500;
	background-color: #FAFAD2; */
	
/* FALL: BROWN 
	border: 2px solid #993300;
	background-color: #FFFFE0;*/
/*	background-color: #FFFBF0; TRY THIS */

/* HOLIDAY: RED & GREEN */
	border: 2px solid #ff0000;
	background-color: #E5FFE5;

/* WINTER: BLUE
	border: 2px solid #0000ff;
	background-color: #F0FFFF; */
	/*f0f8ff*/

	border-radius: 4px;
}

.borderIt_02:hover {
	color: #000000; /* irrelevant definition to overcome IE bug */
}


.container {  
    background-color: #fff;  
}  



.highlight_Section {
	width: 94%; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 18px; 
	border: 2px solid #000; 
	background: #FFFFE0;
}


.highlight_Text {
	font-weight: bold;
	font-style: italic;
}


/* ul {
	list-style-position: outside;
	list-style-type: disc;
    margin-left: 42px;
} */

ol {
	list-style-position: outside;
    margin-left: 42px;
}


#map {
	height: 100%;
}




.quote_mark_left {
	position: absolute;
	z-index: -999;
	opacity: .5;
	width: 80px;
	margin-left: -24px;
	margin-top: -14px;
}


.quote_mark_right {
	position: absolute;
	z-index: -999;
	opacity: .5;
	width: 80px;
	margin-left: -10px;
	margin-top: -18px;
}


.quote_name {
	text-align: right; 
	margin-top: 22px; 
	margin-right: 92px; 
	font-size: 22pt;
}


.quote_text {
	z-index: 999;
	margin: 0 14px 0 14px;
	font-weight: 100;
}


		
/* USE THIS TO ALTERNATE BG COLOR  */
.section:nth-child(3n+2) { 
 FALL :: ORANGE
	background-color: #F4A460;
}

.section:nth-child(even) {
 FALL :: TAN 
	background-color: #FFF8DC;
}

.section:nth-child(1) { 
	background-color: #fff;
}	



.subHeadText {
/* SPRING: GREEN & GOLD
	color: #006400; */

/* SUMMER: GOLDEN
	color: #DAA520; */

/*  FALL: BROWN
	color: #993300; */

/*  WINTER: BLUE */
	color: #0000EE;
	
	font-size: 14pt;
	font-weight:bold;
	line-height: 14pt;
	margin-bottom: 18px;
/*	margin-left: 16px; */
}






/* =============================================================================
     SLICK NAV :: ONLY MOBILE MENU SHOWS
   ============================================================================= 
.slicknav_menu {
	display:block;
}

	.js #menu {
		display:none; 
	}



@media screen and (max-width: 40em) {
//	 #menu is the original menu 
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}
} */



/* =============================================================================
     SLICK NAV :: MOBILE & LARGER SCREENS
   ============================================================================= */

/* ----------------------------------------------
      MOBILE SCREENS :: UP TO 639px
   ----------------------------------------------  */
.slicknav_menu {
	display:none;
}


	#sliderHeader, #sliderHeader-MAIN, #sliderHeader-FAQ, #sliderHeader-1, #sliderHeader-2, #sliderHeader-3, #sliderHeader-4 {
		margin-top: 44px; 
		width: 100%;
		
/* SPRING :: GREEN
		border-bottom: 2px solid green;
		border-top: 2px solid green; */


/* SUMMER :: GOLDEN
		border-top: 2px solid #ffca30;
		border-bottom: 2px solid #ffca30; */
		

/* FALL :: ORANGE
		border-bottom: 2px solid #CD8500;
		border-top: 2px solid #CD8500; */


/* WINTER :: BLUE height: 100%; */
		border-bottom: 2px solid #3D59AB;
		border-top: 2px solid #3D59AB;

		
/* TESTING 
		border: 2px solid orange; */
	}



	#sliderContent {
		margin-top: 44px;
		width: 100%;
		
/* SPRING :: GREEN
		border-bottom: 2px solid green;
		border-top: 2px solid green; */

/* SUMMER :: GOLDEN
		border-bottom: 2px solid #ffca30;
		border-top: 2px solid #ffca30; */

/* FALL :: ORANGE / BROWN / RED
		border-bottom: 2px solid #ffca30;
		border-top: 2px solid #ffca30; */

/* WINTER :: BLUE height: 100%; */
		border-bottom: 2px solid #3D59AB;
		border-top: 2px solid #3D59AB;
		
/* TESTING 
		border: 2px solid orange; */
	}


	#sliderContent-2 {
		margin-top: 44px;
		max-width: 1000px;
		border: 2px solid #000;
		margin-left:auto;
		margin-right:auto;
	}


@media (min-width: 320px) {

/*	USE WITH FLYING BIRDS ANIMATION

	ul {
		padding-left: 62px;
	}
	
	
	li move_LEFT {
		margin-left: -62px;
		padding-left: -62px;
	} */
	
	ul {
	list-style-position: outside;
	list-style-type: disc;
    margin-left: 58px;
    margin-right: 12px;
/*	padding-left: 12px; */
/* THIS WORKS:
		margin-left: 42px;
		padding-left: 32px; */
/* TOO MUCH: padding-left: 102px 
   NOT WORK: margin-left: 72px;
*/
	}
	
	ol {
		padding-left: 30px;
	}

	
	li { 
		margin-left: 30px;
	}
	

	img.Mobile.margin_BOTTOM {
		margin-bottom:24em;
	}




	.highlight_BOX {
/* HOLIDAY	 */
		border: 3px solid red; 
		background-color: #F0FFF0;


/* WINTER
		border: 4px solid blue; 
		background-color: #FCFCFC;
		max-width: 93%; 
		margin-left: 2%; 
		margin-right: 2%; 
		margin-bottom: 3em; 
		padding: 10px 22px 22px 22px; 
		text-align: center; */
	}


	#quote_mark_left {
		margin-left: -254px;
		margin-top: -154px;
	}

	.quote_mark_right {
		margin-left: -15%;
		margin-top: -20px;
	}


	#quote_name {
		text-align: center; 
		margin-top: 22px;
		margin-right:0;
		font-size: 18pt;
	}


	#quote_text {
		text-align: center; 
		margin-top: 22px;
		font-size: 16pt;
	}


	.quoteTop_1 {
		margin-top: -102px;
/*		margin-top: -162px;	*/	
	}

	.quoteTop_2 {
		margin-top: -62px;
/*		margin-top: -102px; */
	}

	.quoteTop_3 {
		margin-top: -2px;
/*		margin-top: -62px; */
	}


	#sliderHeader {
		margin-top: 44px;
		height: 176px;
		margin-bottom: -40px;
/*		border: 2px solid red; */
	}

/* LRG :: HOME */
	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 204px;
	}


/* LRG :: BULLY FAQ */
	#sliderHeader-FAQ {
		margin-top: 44px;
		height: 205px;
	}


/* UC OPEN, YMD CHAMPS */
	#sliderHeader-1 {
		margin-top: 47px;
		height: 118px;
	}
	

/* VISION, EVENTS */	
	#sliderHeader-2 {
		margin-top: 49px;
		height: 129px;
	}

/* 2017 UC OPEN, 2018 YMD CHAMPS */
	#sliderHeader-3 {
		margin-top: 46px;
		height: 293px;
	}
	
/* 2016 YMD CHAMPS */
	#sliderHeader-4 {
		margin-top:47px;
		height: 248px;
	}
}



@media screen and (min-width: 480px) {

	#sliderHeader-2 {
		height: 173px;
	}

}



@media screen and (max-width: 550px) {
	#sliderHeader {
		margin-top: 44px;
		height: 99px;
		margin-bottom: -40px;
/*		border: 2px solid red; */
	}
}



@media screen and (min-width: 550px) {

	ul {
		padding-left: 0;
	}
	
	ol {
		padding-left: 0;
	}

	#sliderHeader {
		margin-top: 44px;
		height: 176px;
		margin-bottom: -40px;
/*	 	border: 2px solid blue; */
	}


	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 280px;
/*		margin-bottom: -40px;
	 	border: 2px solid blue; */
	}


	#sliderHeader-2 {
		height: 189px;
	}


	#sliderHeader-3 {
		margin-top: 44px;
		height: 600px;
	}

	
	#sliderHeader-4 {
		height: 420px;
	}

}



@media screen and (min-width: 639px) {
/* LRG :: HOME */
	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 420px;
	}


/* LRG :: BULLY FAQ */
	#sliderHeader-FAQ {
		margin-top: 44px;
		height: 420px;
	}


	#sliderHeader-2 {
		margin-top:44px;
		height: 264px;
	}

	#sliderHeader-4 {
		margin-top:44px;
		height: 510px;
	}
}


@media only screen and (max-width: 639px) and (orientation: portrait) {
	#sliderContent {
		height: 207px;
	}
}

@media only screen and (max-width: 639px) and (orientation: landscape) {
	#sliderContent {
		height: 377px;
	}
}



/* SHOW SLICKNAV */
@media screen and (max-width: 639px) {
	#nonMobile_nav {
		display: none;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	#nonMobile_nav ul {
		text-align: center;
		font-size:0.6em;
		line-height: 1.5em;
	}
	
	#nonMobile_nav ul li {
		padding:0.25em;
	}	
}



/* ----------------------------------------------
      LARGER THAN MOBILE SCREEN
   ----------------------------------------------  */
@media (min-width: 639px) {
  .big_Contain {
	width: 96%; 
	padding-left: 2%;
	padding-right: 2%;
  }




/* MENU SET-UP FORMAT   */

/* HIDE MOBILE MENU */
	#menu {
		display: none;
	}
	
	#mobileMenu, #msmap_logo {
		display: none;
		text-decoration: none;
	}
	
/* SHOW NON-MOBILE MENU */
	#nonMobile_nav {
		width:100%;
		height: 34pt;
		z-index: 999999997;
		text-transform: lowercase;
		font-weight: 300;
		font-size: 8pt;
/*		background: #9C661F;  BROWN */
/*		border-top:6px solid #ea0b25; */
/*		border: 4px dotted #000; */
/*		padding:1em 0; */

/* SPRING :: GREEN
		background-color: #006400; */

/* SUMMER :: GOLDEN
		background-color: #FFF68F; */
				
/* FALL  ::  TAN
		background-color: #8B4500; */
/*		background-color: #CD950C; */

/* WINTER :: BLUE */
		background: #3D59AB;

	}
	

#nonMobile_nav ul {
	list-style: none;
	position: relative;    /* So the first submenu can be positioned within the main menu */
	padding-left:0;
}
#nonMobile_nav ul li {
	float: center;
}
#nonMobile_nav ul ul {
	display: none;         /* Don't display submenu until hover of the li element */
	position: absolute;
	top: 100%;             /* Position the submenu at the bottom of the main menu */
}
#nonMobile_nav ul ul li {
	float: none;           /* Display the submenus vertically */
	position: relative;    /* So the second submenu can be positioned within the first submenu */
}
#nonMobile_nav ul ul li ul {
	position: absolute;
	left: -100%;           /* Position the second submenu at the left side of the li element */ 
	top: 0;                /* Position the second submenu at the top of the li element */
}
#nonMobile_nav ul li:hover > ul {
	display: block;        /* Display the submenu on hover of the li element */
}
#nonMobile_nav ul::after {
	content: "";
	clear: both;
	display: block;
}


/* The styles for the formatting of the multi-tier navigation menu */
#nonMobile_nav ul {
	list-style:none;
	width: 100%;
	margin: 0;
	padding: 0;
		text-align: center;
		margin-left: 5%;
		margin-right: 5%;
		height: 32pt;
		margin-top: -55pt;
		text-decoration:none;		
}
#nonMobile_nav ul li {
		display:inline-block;
	text-decoration:none;
	width: 74pt;
	text-align:center;
	margin-left:0;
	padding-left:0;
	padding-bottom:-6px;
/*	border:1px solid white; */
}
#nonMobile_nav ul li a {
	text-align: center;
	display: block;
	padding: 4pt -6pt;
	text-decoration: none;
	background-color: none;
/*		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: -6pt; */
}

#nonMobile_nav ul li a.current {
	color: yellow;
}

#nonMobile_nav ul li a:hover, #nonMobile_nav ul li a:focus {
	background-color: none;
}


#nonMobile_nav ul li:hover ul {
	width: 110px;
}

#nonMobile_nav ul li:hover ul li a {
	display: block;
	width: 110px;
	text-align: center;
	text-decoration:none;
	color:#fff;
}


/*	#nonMobile_nav ul {
		display: block;
		width: 100%;
		padding: 0;
		margin-left: 5%;
		margin-right: 5%;	
		height: 32pt;
		margin-top: -57pt; */
/*		border: 1px solid green;
	} */
	

 /*	#nonMobile_nav li {
USE THIS WIDTH BORDERS
		width: 68pt;
		text-align: center;
		padding: 1pt;
		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: 4pt;  */
/*		background-color: #9C661F;
		border: 1px solid #brown;
	} */

	

/* SUB-MENU #1 */
/*    FORMAT   */

	
/* SUB-MENU #1 */
	#nonMobile_nav ul ul {
		width:110px;
		margin: -6pt 0 -8pt 0;
		padding: 0;
		text-align: center;
		line-height:16pt;	
/*		margin-right: 5%; */
/*		height: 32pt;
		color:red;
		border: 1px solid #666; */

/* SPRING :: TOP STRIP COLOR
		background-color: #006400; */

/* SUMMER :: TOP STRIP COLOR
		background-color: #FFF68F;  */

/* FALL :: TOP STRIP COLOR
		background-color: #8B4500;  */

/* WINTER :: BLUE */
		background-color: #3D59AB;
	}
	
	#nonMobile_nav ul ul.three {
/* HEIGHT: ~28pt FOR EACH LINK */
		height:83pt;
	}

	#nonMobile_nav ul ul.five {
/* HEIGHT: ~28pt FOR EACH LINK */
		height:139pt;
	}

	#nonMobile_nav ul ul.six {
/* HEIGHT: ~28pt FOR EACH LINK */
		height:166pt;
	}

	#nonMobile_nav ul ul.seven {
/* HEIGHT: 28pt FOR EACH LINK */
		height:194pt;
	}


/* */	#nonMobile_nav ul ul li {
		width:110px;
		text-align: center;
		padding: 6pt 0 6pt 0;
		margin: 0;
		display:none;
		display:inline-block;
/* USE THIS WIDTH BORDERS
		width: 68pt;
		background-color: #9C661F;
		border: 1px solid #brown; */
	}


 	#nonMobile_nav ul ul li:hover {
		display: block;     /* Display the submenu on hover of the li element */

/* SPRING
		background-color:green; */
		
/* SUMMER
		background-color: #000; */
		
/* FALL :: FIX
		background-color: brown; */

/* WINTER :: FIX  */
		background-color: blue;
	}	


	.lt-ie8 {
		display:inline;
		zoom:1;
	}
	
	#nonMobile_nav a {
/* SPRING & FALL & WINTER */
		color: #fff;

/* SUMMER :: BLUE
		color: #0000EE; */
		
/*		text-decoration:none;

		-webkit-transition: background-color 0.5s ease-in,
							border-color 0.5s ease-in,
							color 0.5s ease-in;
    
    	-moz-transition: background-color 0.5s ease-in,
						 border-color 0.5s ease-in,
						 color 0.5s ease-in;
    
    	-o-transition: background-color 0.5s ease-in,
					   border-color 0.5s ease-in,
					   color 0.5s ease-in;

		transition: color 0.5s ease-in,
					background-color 0.5s ease-in,
					border-color 0.5s ease-in;
		 */
	} 
	


	#nonMobile_nav ul li a:hover {
		line-height:16pt;
		
/* SPRING & FALL & WINTER */
		color: #D3D3D3;
		border-bottom: 1px solid #D3D3D3;

/* SUMMER
		color: #3D59AB;
		border-bottom: 1px solid #3D59AB; */
	}
	
	#nonMobile_nav a:hover .img {
		color: red;
		border: none;
	
		-webkit-transition: background-color 0.3s ease-in,
							border-color 0.3s ease-in,
							color 0.3s ease-in;
    
    	-moz-transition: background-color 0.3s ease-in,
						 border-color 0.3s ease-in,
						 color 0.3s ease-in;
    
    	-o-transition: background-color 0.3s ease-in,
					   border-color 0.3s ease-in,
					   color 0.3s ease-in;

		transition: color 0.3s ease-in,
					background-color 0.3s ease-in,
					border-color 0.3s ease-in;
	}


	#nonMobile_nav ul ul li a:hover {
		border-bottom:none;
		color:red;
	}
	
	
	.container {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}



	/* Global */
	.grid_9 {
		display: inline;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		width: 620px;
		margin-top: 2pt;
		border: 2px dashed green;
	}	
	
	.container .grid_3 {
		border: 1px solid #000;
	}
			
}






/* ----------------------------------------------
     START ADJUSTING HEADER NAV HERE
   ---------------------------------------------- */
/* 600px :: MAX */
@media (min-width: 600px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 500;
		font-size:0.3em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -36pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: 10pt;
	}
}



/* 665px :: MAX */
@media screen and (min-width: 665px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 300;
		font-size:0.25em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -36pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: 10pt;
	}
	
	#sliderHeader {
		margin-top: 44px;
		height: 240px;
		margin-bottom: -40px;
/*	 	border: 2px solid blue; */
	}
	

	#sliderDIV {
		margin-top: 44px;
		width: 100%;
		height:400px;
	}
	

	.quote_mark_left {
		margin-left: -55px;
		margin-top: -8px;
	}

	.quote_mark_right {
		margin-left: -24px;
		margin-top: -4px;
	}

	#quote_name {
		text-align: right; 
		margin-top: 22px; 
		margin-right: 92px; 
		font-size: 22pt;
	}
	
	.quote_text {
		text-align: center; 
		margin-top: 22px;
		font-size: 28pt;
	}


}


/* 700px :: MAX */
@media (max-width: 700px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 400;
		font-size:0.8em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -46pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: 8pt;
	}
}


/* 750px :: MAX */
@media (max-width: 750px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 400;
		font-size:0.8em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -46pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 1pt;
		margin-left: 1pt;
		margin-top: 8pt;
	}

}




/* 800px :: MAX */
@media (max-width: 800px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 400;
		font-size:0.75em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -36pt;
	}
	
	#nonMobile_nav li {
		padding: 3pt; 
		margin-right: 2pt;
		margin-left: 2pt;
		margin-top: 10pt;
	}
}



/* BIGGER THAN 800 */
@media (min-width: 800px) {
  .big_Contain {
	width: 700px; 
	padding-left: 2%;
	padding-right: 2%;
  }

	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 400;
		font-size:0.9em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -36pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 3pt;
		margin-left: 3pt;
		margin-top: 5pt;
	}
	
	
	.quoteTop_1 {
		margin-top: -102px;
/*		margin-top: -162px;	*/	
	}

	.quoteTop_2 {
		margin-top: -62px;
/*		margin-top: -102px; */
	}

	.quoteTop_3 {
		margin-top: -2px;
/*		margin-top: -62px; */
	}

}


/* 850px :: MIN */
@media (min-width: 834px) {
	#nonMobile_nav {
		text-transform: lowercase;
		font-weight: 400;
		font-size:0.9em;
	}
		
	#nonMobile_nav ul {
		float: right;
		margin-right: -36pt;
	}
	
	#nonMobile_nav li {
		padding: 2pt; 
		margin-right: 3pt;
		margin-left: 3pt;
		margin-top: 5pt;
	}

	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 450px;
	}


/* LRG :: BULLY FAQ */
	#sliderHeader-FAQ {
		margin-top: 44px;
		height: 450px;
	}


	#sliderHeader-2 {
		margin-top:44px;
		height: 286px;
	}

	#sliderHeader-3 {
		margin-top:44px;
		height: 650px;
	}


	#sliderHeader-4 {
		margin-top:44px;
		height: 554px;
	}

}


/* MIN 900px */
@media (min-width: 900px) {
	#nonMobile_nav {
		font-weight: 300;
		font-size: 1.1em;
	}
	
	#nonMobile_nav ul {
		float: right;
		margin-right: -40pt;
	}
	
	#nonMobile_nav li {
		padding: 3pt; 
		margin-right: 4pt;
		margin-left: 4pt;
		margin-top: 0.8pt;
	}


	.footer_bar {
		border-top-width: 10px;
	}
	
/*	.footer_bar:hover, footer_bar:active {
		border-top-width: 4px;
	} */

}


/* MIN 1000px */
@media (min-width: 1024px) {
	
	ul {
/* VISION / TEENS; INLINE */
		list-style-position: outside;
		list-style-type: disc;
    	margin-left: 32px;
    	margin-right: 12px;
	}
	
	
	.highlight_BOX {
		margin: 2em auto 2em auto;
		width: 94%;
		
		
/* HOLIDAY	 */
		border: 3px solid red; 
		background-color: #F0FFF0;


/* WINTER
		border: 4px solid blue; 
		background-color: #FCFCFC;
		width: 93%; 
		margin-left: 0; 
		margin-right: 2%; 
		margin-bottom: 3em; 
		padding: 10px 22px 22px 22px; 
		text-align: center; */
	}



/* SLICKNAV NON-MOBILE MENU (LARGE TABLET / DESKTOP) */
	#nonMobile_nav {
		font-size: 1.2em;
	}
		
	#nonMobile_nav li {
		padding: 3pt; 
		margin-right: 4pt;
		margin-left: 4pt;
		margin-top: 0.8pt;
	}
	


/* LRG :: HOME */
	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 680px;
/* ADJUSTED H FOR HALLOWEEN SLIDE 
   ORIGINAL 560px */
	}


/* LRG :: BULLY FAQ */
	#sliderHeader-FAQ {
		margin-top: 44px;
		height: 560px;
	}


/* UC OPEN, YMD CHAMPS */
	#sliderHeader-1 {
		margin-top:44px;
		height: 320px;
	}

	#sliderHeader-2 {
		margin-top:44px;
		height: 344px;
	}

	#sliderHeader-3 {
		margin-top:44px;
		height: 780px;
	}


	#sliderHeader-4 {
		margin-top:44px;
		height: 664px;
	}
}



/* MIN 1100px */
@media (min-width: 1100px) {
	#nonMobile_nav {
		font-size: 1.1em;
	}

	#nonMobile_nav ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nonMobile_nav li {
		padding: 3pt; 
		margin-right: 6pt;
		margin-left: 5pt;
		margin-top: 0.8pt;
	}
}


/* =============================================================================
     END :: SLICK NAV & MOBILE QUERIES
   ============================================================================= */







/* .ui-icon
{
    border-radius:0px!important;
    -moz-border-radius:0px!important;
    -webkit-border-radius:0px!important;
    -ms-border-radius:0px!important;
    -o-border-radius:0px!important;
} */



.ui-icon-my-calendar {
	background-image: url("/mobile/images/icons/clock.png") no-repeat rgba(0, 0, 0, 0.4) !important;
	background-position: 2px 0;
	background-size: 32px 32px;
	background-color: transparent; /* originally none */
    border: none;
    box-shadow: none;
	position:absolute;
	width:32px;
	height:32px;
	right:10px;
	top:50%;
	margin-top:-12px;
	display:block
}

 @media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.ui-icon-my-calendar {
		background-image: url("/mobile/images/icons/calendar@2x.png") no-repeat rgba(0, 0, 0, 0.4) !important;
		background-size: 36px 36px;
	}
	/* MORE HD DECLARATIONS HERE */
}


.ui-icon-my-clock {
	background-image: url("/mobile/images/icons/clock.png");
	background-position: 2px 0;
	background-size: 32px 32px;
}


.ui-icon-my-phone {
	background-image: url("/mobile/images/icons/phone.png");
}



.page-title-right { 
	text-align: right !important; 
	margin: 2px 2px 0 0 !important;
}



.highlightIntro {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
	left: 0;
	background-color: #FFFFCC;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: brown;
/*	margin-left: 5px;
	margin-right: 5px; */
	padding: 15px;
	border: 1px dotted green;
}




.imgColumn {
    width: 90px;
    height: 90px;
    padding: 8px;
    text-align: center;
    z-index: 5;
}




.numberCircle {
    border-radius: 50%;
/*     behavior: url(PIE.htc); remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 8px;

    
/* SPRING :: GREEN & GOLD
	background: #FFFFE0;
	border: 2px solid #006400;
	color: #006400; */

/* SUMMER :: GOLDEN
	background: yellow;
	border: 2px solid #0000EE;
	color: #0000ee; */

/* FALL ::  
	background: #FFFFE0;
	border: 2px solid #8B4500;
	color: #8B4500; */

/*	background: #ffffe0;
	border: 2 px solid #3D59AB;
	color: #3D59AB;
*/
 
/* WINTER :: BLUE & BLUE */
	background: #F0F8FF;
	border: 2px solid #3D59AB;
	color: #3D59AB;


/* ORIGINAL
    background: #fff;
    border: 2px solid #666;
    color: #666; */
    text-align: center;

    font: 32px Arial, sans-serif;
    z-index: 5;

}


.numberCircle.july_4 {
	background: #FFF0F5;
	border: 2px solid red;
	color: blue;
}




.pagination_02{
	margin: 0;
	padding: 0;
}

.pagination_02 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination_02 li{
	width: 106px; /* THIS ADJUSTED BELOW FOR MAX-WIDTH 712px */
	list-style-type: none;
	display: inline-block;
	padding: 0 10px 0 10px;
	margin: 0 3px 0 3px;

/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
		
/* BACKGROUND GRADIENTS */ 

/*	SPRING: GREEN
    background: #9ED684;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#9ED684), color-stop(100%,#96BE80));  
    background: -webkit-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -moz-linear-gradient(top,  #9ED684 31%, #96BE80 100%);  
    background: -o-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -ms-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: linear-gradient(to bottombottom,  #9ED684 31%,#96BE80 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ED684', endColorstr='#96BE80',GradientType=0 ); 
    border: 1px solid #006400;    */
   
   
/*	SUMMER :: GOLDEN
    background: #ffefd5;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffefd5), color-stop(100%,#D4AF37));  
    background: -webkit-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -moz-linear-gradient(top,  #ffefd5 31%, #D4AF37 100%);  
    background: -o-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -ms-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: linear-gradient(to bottombottom,  #ffefd5 31%,#D4AF37 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd5', endColorstr='#D4AF37',GradientType=0 );
    border: 1px solid #996515; */


/*	FALL: ORANGE/BROWN  */ 
    background: #ffa840;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffa840), color-stop(100%,#ffb173));  
    background: -webkit-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -moz-linear-gradient(top,  #ffa840 31%, #ffb173 100%);  
    background: -o-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -ms-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: linear-gradient(to bottombottom,  #ffa840 31%,#ffb173 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa840', endColorstr='#ffb173',GradientType=0 );
    border: 1px solid #4864a9;
  


/* HOLIDAY: GREEN & RED  
    background: #00EE76;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#00EE76), color-stop(100%,#00CD00));  
    background: -webkit-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -moz-linear-gradient(top,  #00EE76 31%, #00CD00 100%);  
    background: -o-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -ms-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: linear-gradient(to bottombottom,  #00EE76 31%,#00CD00 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EE76', endColorstr='#00CD00',GradientType=0 );  
    border: 1px solid #00C957; */



/*	WINTER: BLUE
    background: #94c4fe;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
    background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
    background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
    border: 1px solid #4864a9;  */
  

/* TEXT SHADOW
    text-shadow: 1px 1px #000;     */ 
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
  
  
/* BOX SHADOW */
    -moz-box-shadow:  0 3px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0 3px 5px 0 rgba(0, 0, 0, .2);      
    box-shadow:  0 3px 5px 0 rgba(0, 0, 0, .2);  
  
    position: relative; 
}


.pagination_02 a, .pagination_02 a:visited{
	display:block;
	padding: 0 0;
	padding-top: 0;
	padding-bottom: 6px;
	text-decoration: none;
	text-align:center;
	color: #000000;
/*	width: 106px;
	background-color: #d3d3d3;
	border: 1px solid #9aafe5; */

	-webkit-transition: background-color 0.2s ease-in,
						border-color 0.2s ease-in,
						color 0.2s ease-in;
    
    -moz-transition: background-color 0.2s ease-in,
					 border-color 0.2s ease-in,
					 color 0.2s ease-in;
    
    -o-transition: background-color 0.2s ease-in,
				   border-color 0.2s ease-in,
				   color 0.2s ease-in;

/*	transition: color 0.2s ease-in,
				background-color 0.2s ease-in,
				border-color 0.2s ease-in; */
}



/* THIS IS WHAT SETS THE GLOSSY */
.pagination_02 a:before {  
    content: "";  
/*    width: 114px; */
	width: 98%;
    height: 18px;
    margin: -5px 0 0 0;  
  
    display: block;  
    position: absolute;  
    left: 6px;  
  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
  
/* BACKGROUND GRADIENTS */ 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
} 


 .pagination_02 ul, .pagination_02 a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
  
    text-decoration: none;  

/* HOLIDAY */
    color: #ffff00;
    
    position: relative;  
    z-index: 1;  
	
}



.pagination_02 a:hover, .pagination_02 a:active{
/*	width: 106px; */
	width: 100%;
	height: 100%;
	text-decoration: none; 
	font-weight: bold;
	
	padding: 6px 10px 6px 10px;
	margin: 0 3px 0 -10px;
/*	padding-top: 6px;
	padding-bottom: 6px; */

	text-shadow: 2px 2px 2px #000;


/* SPRING: GREEN HIGHLIGHT 
	color: #FFFF00;
	background: #41A64B;  
	background: -moz-linear-gradient(top, #2D7536, #588A37 50%, #00743E 51%, #41A64B);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #2D7536), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#41A64B));  */


/*	SUMMER: GOLDEN HIGHLIGHT 
	color: #fafad2;
    background: #daa520;  
	background: -moz-linear-gradient(top, #daa520, #588A37 50%, #00743E 51%, #D4AF37);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #daa520), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#D4AF37)); */


/*  FALL: HIGHLIGHT  */
	color: #FFFF00;
    background: #a64b00;  
	background: -moz-linear-gradient(top, #a64b00, #588A37 50%, #00743E 51%, #bf7130);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #a64b00), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#bf7130));
 
 
/* HOLIDAY: HIGHLIGHT 
	color: #00FF00;
    background: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000)); */
    

/*	WINTER: HIGHLIGHT
	color: #FFFF00;
	background: #1E90FF;  
	background: -moz-linear-gradient(top, #1E90FF, #0b5273 50%, #024869 51%, #003853);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #1E90FF), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853));  */


/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);      
    box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);  
}  



.pagination_02 a.currentpage{
/*	cursor: default;
	width: 106px; */
	
	width: 100%;
	height: 100%;
	text-decoration: none; 
	font-weight: bold;
	
	padding: 0 10px 0 10px;
	margin: 0 3px 0 -10px;
	padding-top: 6px;
	padding-bottom: 6px;

	text-shadow: 2px 2px 2px #000;

/* HOLIDAY */
	color: #00FF00;
    background-color: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000));


/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);      
    box-shadow:  0 2px 3px 0 rgba(0, 0, 0, .8);  
}



.pagination_02 a.disablelink, .pagination_02 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_02 a.prevnext{
	font-weight: bold;
}


.quote_01 {
/* SPRING :: GREEN 
	border-top: 2px solid #006400; 
	border-bottom: 2px solid #006400; */
	
/* SUMMER :: GOLDEN 
	border-top: 2px solid #ffca30; 
	border-bottom: 2px solid #ffca30; */

/* FALL :: FIX ??? 
	border-top: 2px solid brown; 
	border-bottom: 2px solid brown; */

/* WINTER :: BLUE */
	border-top: 2px solid blue; 
	border-bottom: 2px solid blue;

	
	margin: 66px 3% 66px 3%; 
	padding: 32px 22px 32px 22px;
}


.sub_Desc {
/* SPRING :: GREEN
	border-top: 2px solid #006400; 
	border-bottom: 2px solid #006400; */

/* SUMMER :: GOLDEN
	border-top: 2px solid #ffca30; 
	border-bottom: 2px solid #ffca30; */

/* FALL :: FIX ??? 
	border-top: 2px solid #009900; 
	border-bottom: 2px solid #009900; */

/* WINTER :: BLUE -- NEED TO FIX? */
	border-top: 2px solid blue; 
	border-bottom: 2px solid blue;

	text-align: center; 
	
	padding: 44px 3px 44px 3px;
/*	padding-top: 44px; 
	padding-bottom: 44px; 
	padding-left: 3px; 
	padding-right: 3px; */
	
	margin-bottom: 54px;
}




.subHeadTextHighlight_02 {
/*  SPRING :: GREEN & GOLD
	color: #fff;
	background-color: #006400;
	border-top:1px solid #006400;  */
/*	border-bottom:1px solid #006400;
	F0FFF0; 
	FFFAF0; */


/*	SUMMER :: GOLDEN
	color: #0000ee;
	font-weight: 600;
	background-color: yellow;
	border-top:1px solid #0000EE;
	border-bottom:1px solid #0000EE; */
 /* #FFFACD; */
 /* #8B7500; */
  /* #8B7500; */
 
/*  FALL :: BROWN
	color: #fff;
	background-color: #8B4500;
	border-top:1px solid #8B4500;
	border-bottom:1px solid #8B4500; */

	
/*  WINTER :: BLUE */
	color: #fff;
	background-color: #3D59AB;
	border-top:1px solid #3D59AB;
	border-bottom:1px solid #3D59AB;

/*	color: #0000ee; DARK */
/*	background-color: #F0FFFF; LIGHT */
/*	background-color: #0000ee; DARK */
/*	#E0FFFF; :: MORE BLUE*/

	font-size: 14pt;
	font-weight:2;
	
	padding-top: 10pt; 
	padding-bottom: 10pt;
	padding-left: 3%;
	margin: 40pt 0 4pt 0; 
}




.text_Over {
	display: inline-block; 
	z-index: 10;
	width: 95%; 
	vertical-align: middle;
}


.text_Over.ICON {
	width:80%;
}


.text_Over.BIG {
	font-size: 26pt;
	font-weight: bold;
		
/* SPRING :: GREEN & GOLD
	color: #006400; */

/* SUMMER :: GOLDEN
	color: #ffbe00; */
	
/* FALL :: TAN
	color: #cc0000; */
	
/* WINTER :: BLUE */
	color: #0000ff;
}


.text_Img {
	display: inline-block; 
	z-index: 10;
	width: 77%;
	vertical-align: middle;
}


.text_Space {
    border-radius: 50%;
/*     behavior: url(PIE.htc); remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 8px;

    
/* SPRING :: GREEN & GOLD */
	background: #FFFFE0;
	border: 2px solid #006400;
	color: #006400;
 
/* ORIGINAL
    background: #fff;
    border: 2px solid #666;
    color: #666; */
    text-align: center;

    font: 32px Arial, sans-serif;
    z-index: 5;
}



text_BackGround {
	size: 14pt;
	opacity: .3;
	z-index: 1;
}

text_Front {
	z-index: 10;
}

.underlineText {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 58pt;
	margin-bottom: 14pt;
	text-align: left;
	
/*  SPRING :: GREEN
	border-bottom:1px solid #006400; 
	color: #006400; */

/*	color: #F0FFF0;
	background-color: #006400;
	border-top:1px solid #006400; */
/*	F0FFF0; 
	FFFAF0; */
/*	#E0FFFF; :: MORE BLUE*/

/*	SUMMER :: GOLDEN
	border-bottom:1px solid #0000EE;
	color: #0000EE; */
/*	
	background-color: #FAFAD2;
	border-top:1px solid #daa520; */

/*  FALL :: BROWN
	border-bottom:1px solid #993300;
	color: #993300; */
/*	border-top:1px solid #cc0000;
	background-color: #ffffcc; */
	
/*  WINTER :: BLUE */
	color: #0000ff;
	border-bottom:1px solid #0000ff;
	
/* BOX
	color: #F0FFFF;
	background-color: #0000ee;
	border-top:1px solid #0000ff; */
	

/*	border-radius: 4px; */
	font-size: 32pt;
	font-weight:normal;
	padding: 8px 0 -5px 6px;
	text-indent: 20px;
/*	margin: 20px 0 8px 0; */
}


.underlineText.july_4 {
	border-bottom:1px solid blue; 
	color: blue;
}



	#sliderContent-2 {
	margin: 0 auto;
	max-width:1000px;

    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
	}





/* =============================================================================
     MEDIA QUERIES (SCREEN SIZE)
   ============================================================================= */
   
@media (min-width: 300px) {
  .underlineText {
	width: 92%;
  }
  
  .underlineText.reduceSize {
  	font-size: 12pt;
  }
  
  .pagination_02 a:before {
  	width: 96%;
  }
}


@media (max-width: 460px) {
  .imgColumn {
	z-index: 1;
	opacity: 0.3;  
	vertical-align: top;
  }
  
  .text_Img {
  	z-index: 10;
  	margin-top: -92px;
  	margin-left: 12px;
  	width: 92%;
  	vertical-align: top;
  }
 

  .fa-ul li {
	margin: 0 14px 18px 4px;
  }
}


@media (min-width: 460px) {
  .imgColumn {
	z-index: 1;
	opacity: 1.0;  
  }

  .text_Img {
	z-index: 1;
	opacity: 1.0; 
  	margin-top: 0;
  	margin-left: 12px;
  	width: 74%;
  }
  
	
  .fa-ul li {
	margin: 0 0 18px 22px;
  }
}



@media (max-width: 667px) {
/*  .imgCircle {
  	z-index: -10;
  	opacity: 0.3;
  	vertical-align: top;
  } */
  
  
  .numberCircle, imgCircle {
	z-index: -10;
	opacity: 0.3;
	vertical-align: top;
  }
  
  .text_Over {
  	z-index: 10;
  	margin-top: -52px;
  	margin-left: 26px;
  	width: 87%;
  	vertical-align: top;
  }  
  
  .underlineText {
  	font-size: 20pt;
  	text-indent: 8px;
  }
  
  
  ul { 
  	margin-left: 8px;
  	margin-right: 10px;
  }


  ol { 
  	margin-left: 8px;
  	margin-right: 10px;
  }
  

	#sliderContent-2 {
		max-width: 600px;
	}


}


@media (min-width: 667px) {
  li { 
	margin-left: 2px;
	list-style-position: outside;
	list-style-type: disc;
  }
  
  
	

  .numberCircle, .imgCircle {
	z-index: 1;
	opacity: 1.0;
  }
  
  .text_Over {
  	z-index: 1;
  	margin-top: 0;
  	margin-left: 0;
  	width: 90%;
  }
  
  .pagination_02 a:before {
  	width: 97%;
  }


	#sliderContent {
		height: 4007px;
	}
		
}


@media (min-width: 639px) {
  .underlineText {
	width: 98%;
  }

  .underlineText.reduceSize {
  	font-size: 16pt;
  }
}



@media (max-width: 712px) {
  .pagination_02 li {
  	width: 80%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 14px;
  }
  
  .pagination_02 a, .pagination_02 a:visited{
  	width: 80%;
  	margin-left: auto;
  	margin-right: auto;
  }
}


/* IPHONE 6 LANDSCAPE
@media (min-width: 667px) {
	#sliderHeader {
		margin-top: 44px;
		height: 208px;
	}
} */


/* IPHONE 6s LANDSCAPE
@media (min-width: 735px) {
	#sliderHeader {
		margin-top: 44px;
		height: 50px;
	}
} */


/* IPAD PORTRAIT
@media screen and (max-width: 768px) {
	#sliderHeader {
		margin-top: 44px;
		height: 240px;
	}
} */


@media (min-width: 712px) {
  .pagination_02 a:before {
  	width: 114px;
  }
}


@media (min-width: 800px) {
  .underlineText {
	width: 100%;
  }
}



@media (min-width: 1000px) {
	#sliderHeader {
		margin-top: 44px;
		height: 315px;
/*		border: 2px solid blue; */
	}


	#sliderContent-2 {
		max-width: 1000px;
	}
}



@media (min-width: 1100px) {
	#sliderHeader {
		margin-top: 44px;
		height: 340px;
/*		border: 2px solid blue; */
	}

	#sliderContent {
		margin-top: 44px;
		height: 850px;
/*		border: 2px solid blue; */
	}

	#sliderContent-2 {
		margin-top: 44px;
		max-width: 999px;
		height: 1000px;
		padding:0 0;
		border: 2px solid #000;
		margin-left:auto;
		margin-right:auto;
	}

}

@media (min-width: 1150px) {
	#sliderHeader {
		margin-top: 44px;
		height: 360px;
/*		border: 2px solid blue; */
	}
}


@media (min-width: 1200px) {
	#sliderHeader {
		margin-top: 44px;
		height: 380px;
/*		border: 2px solid blue; */
	}

/*	#sliderContent {
		margin-top: 44px;
		height: 1200px; */
/*		border: 2px solid blue;
	} */





/* WORKS WITH footer_Btn IN buttons.css */
	.footer_bar {
		display: block;
		height: 60px;
/*		background: #333; */
		z-index: 99999;
	  	position: fixed;
	  	right: 0;
	  	bottom: 0;
	  	left: 0;
	  	padding-top: 16px;
/*	  	background-color: #efefef; */
	  	text-align: center;
	  	margin-bottom: -76px;
		opacity: 0.5;

/* SPRING :: 
		border-top: 10px solid green;
		background: #F0FFF0;*/ 

/* SUMMER ::
		border-top: 10px solid #3D59AB;
		background: #FFFACD; */
		 
/* FALL :: 
		border-top: 10px solid brown;
		background: #FFFACD; */

/* WINTER :: BLUE */
	  	border-top: 20px solid blue;
	  	background-color: #F8F8FF;


		-webkit-transition: margin-bottom 0.5s ease;   
	    -moz-transition: margin-bottom 0.5s ease;    
	    -o-transition: margin-bottom 0.5s ease;
		transition: margin-bottom 0.5s ease;
	}


	.footer_bar:hover, .footer_bar:active, .footer_bar:focus {
		display: block;
		opacity: 1;	
		bottom: 0;
		margin-bottom: 0;
	}


}


@media (min-width: 1230px) {
	#sliderHeader {
		margin-top: 44px;
		height: 380px;
/*		border: 2px solid blue; */
	}
}


@media (min-width: 1250px) {
	#sliderHeader {
		margin-top: 44px;
		height: 390px;
/*		border: 2px solid blue; */
	}

	#sliderHeader-2 {
		height: 439px;
	}

	#sliderHeader-3 {
		margin-top: 44px;
		height: 990px;
	}

	#sliderHeader-4 {
		height: 740px;
	}

}



@media (min-width: 1280px) {
	#sliderHeader {
		margin-top: 44px;
		min-height: 430px;
		margin-bottom: -30px;
/*		border: 2px solid blue; */
	}


/* LRG :: HOME */
	#sliderHeader-MAIN {
		margin-top: 44px;
		height: 700px;
	}


/* LRG :: BULLY FAQ */
	#sliderHeader-FAQ {
		margin-top: 44px;
		height: 1000px;
	}


/* SHORTER :: UPCOMING EVENTS, VISION */
	#sliderHeader-2 { 
		margin-top:44px;
		height: 434px;
	}


/* BIGGEST :: 2017 UC OPEN, 2018 YMD CHAMPS */
	#sliderHeader-3 {
		margin-top:44px;
		height: 980px;
	}


/* LRG :: 2016 UC OPEN */
	#sliderHeader-4 {
		margin-top:44px;
		height: 850px;
	}
}


/* THE SLIDER DIV HAS A MAX-HEIGHT OF 400px
@media (min-width: 1400px) {
	#sliderHeader {
		margin-top: 44px;
		min-height: 400px;
		margin-bottom: -30px;
	}
}*/






@media (min-width: 1600px) {
	.quoteTop_1 {
		margin-top: 40px;
	}

	.quoteTop_2 {
		margin-top: 120px;
	}

	.quoteTop_3 {
		margin-top: 180px;
	}
}
