@charset "utf-8";
/* CSS Document */



/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}


/*Global styles -----------------------------------------------------------------------------------------------------------*/



body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0 auto;
	box-shadow: 1px 1px 3px #aaaaaa;
	max-width:1060px;
}

h1 {

	font-weight:200;
}

h2 {
	font-size:2em;
}

h2, h3 {
	font-weight:200;
}

h3 {
	margin-top:-10px;
	margin-bottom:-10px;
	
}
.caption {
	font-size:1em;
	padding:5px;
	margin:auto;
}

header {
	background: white;
}

.main {
	background-color:white;
	width:100%;
	margin: 0 auto;
}

aside {
	float: right;

	
}

aside div {
	margin:10px;
	width:220px;
	border-top: 1px solid #E3E3E3;
	padding-top:10px;	

}

.photobox {
	background-color:#1858C4;
	color:white;

}

article {
	margin-right:10px;
}

.content {
	float: left;
	width:75%;
}

footer {
	width:100%;
	display:block;
	clear:both;
	font-size:0.9em;
	min-height:127px;
}
	
#sunylogo {
	float:right; 
	margin-top:30px; 
	clear:right;
}

#CenterLogo {
	
	float:right; 
	margin-right:10px; 
	clear:right;
	 
}


#contact {	
	background-color:#002E62;
	color:white;
	background-image:url(/images/arc.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100%;
}


#address {
	margin-left:3%;
}

#address a {
	color:white;
}

#address a:visited {
	color:white;
}

#disclaimer {
	background-color:white;
	font-size:0.8em;

}

#partner-logos {
	margin:auto;
	width:100%;
}

#partner-logos img {
	margin-left:4%;
}


/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.header {
	display: inline;
}



/*main menu styles*/	

#makeappointment {
	background-color:#002E62; 
	color:white;
}

#makeappointment:hover {
	background: #1155CC;
	color:white;

}

.topmenu {

	clear:both;
	border-top-left-radius:10px;
	background:#E3E3E3;
}

.topmenu ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	height: 2em;
}

.topmenu li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: black;
	text-decoration: none;
}

.topmenu li a:hover {
	background: #1155CC;
	color:white;
	height: 2em;
	position: relative;
}





/*dropdown menu styles*/	

ul.submenu {
	float: none;
	background:#E3E3E3;
	width: auto;
	height: auto;
	position: absolute;
	top: 2em;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.3s ease-in-out;
	-webkit-transition: max-height 0.3s ease-in-out;
	-o-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
	box-shadow: 1px 1px 3px #aaaaaa;
}
.topmenu li:hover ul {
	left: 0;
	max-height: 30em;
}
ul.submenu li {
	float: none;
}
ul.submenu li a {
	border-bottom: 1px solid white;
	white-space: nowrap;
}
ul.submenu li:first-child a {
	border-top: 1px solid white;
}
ul.submenu li:last-child a {
	border-bottom: none;
}





/*top links menu styles*/	

.toplinks {
	display: inline;
	text-transform: capitalize;
	float: right;
	font-size: 0.8em;
	background:#E3E3E3;
	padding-bottom:5px;
	border-bottom-left-radius:10px;
}
.toplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.toplinks li {
	float: left;
}

.toplinks li a {
	display: block;
	line-height: 1em;
	padding: 0 1em;
	color: black;
	text-decoration: none;
	margin-top:6px;
}
.toplinks li a:hover {
	color: #1155CC;
	position: relative;
}

.leftmenu {
	float:left;
	clear:right;
	width:200px;
	
}

.leftmenu ul {
	list-style:none;
}

.leftmenu li {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #E3E3E3;
	margin-left: -35px;
	line-height: 30px;
}

.leftmenu li:first-child {
	margin-top:-3px;
}


.leftmenu a {
	text-decoration: none;
	color: #1155CC;
}

.leftmenu a:hover {
color:#000;
}

#site {
	width:100%;
	float:left;
	margin-left:30px;
}

#site a {
	color:white;
}

#social {
	font-size:1.5em;
	margin-top:2px;
}

#social-foot a {
	color:white;
}

#social-foot {
	font-size:2em;
	margin-top:2px;
}

#social a {
	color:#002E62;
}

#1984 {
	width:17%; 
	font-size:2.2em; 
	font-weight:600; 
	line-height:36px;
}

#facebook:hover {
	color:#3B5998;
}

#linkedin:hover {
	color:#007BB6;
}

#pinterest:hover {
	color:#BB081B;
}
	 
#youtube:hover {
	color:#E62117;
}

#twitter:hover {
	color:#339DC3;
}

#plus:hover {
	color:#D73D32;
}

#blog:hover {
	color:#FE6602;
}


#social-body {
	display:block; 
	width:100%; 
	clear:both;
	margin-left:10px;
	text-align:center;
}

#social-body #facebook-b {
	color:#3B5998;
}

#social-body #linkedin-b {
	color:#007BB6;
}

#social-body #pinterest-b {
	color:#BB081B;
}
	 
#social-body #youtube-b {
	color:#E62117;
}

#social-body #twitter-b {
	color:#339DC3;
}

#social-body #plus-b {
	color:#D73D32;
}

#social-body #blog-b {
	color:#FE6602;
}

#social-body #constantcontact-b {
	color:#5CABD4;
	text-decoration:none;
}

#social-body #constantcontact-b span{
	font-size:0.5em;
}


#bubbles div {
	margin:auto;
	text-align: center;
	display:inline-block;
}


#bubbles i {
	color:white;
	height: 75px;
	width:75px;
  	border-radius: 50%;
  	text-align: center;
 	background: #002e60;
}

#bubbles i:hover {
	box-shadow:1px 1px 3px #aaaaaa;	
	background:#1155CC;
}

#bubbles a {
	color: #002e60;
	text-decoration:none;
}

	
#impact {
	
	width:100%;
	background:#0b4988;
	position:relative;
	top:-10px; 
	}
	
#impact a {
	text-decoration:none;
	color:white;
	
}

#impact a:visited {
	color:white;
}

#impact a:active {
	color:white;
}
	
#inner {
	width:90%;
	margin: auto;
	border: 2px solid white;
}

#impact div {
	float:left;
}

#impact div span {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height:35px;
}
	
#social-body {
	font-size:2.3em;
}	

#news {
	margin:-10px 10px 0px 10px;
	font-size:0.8em;

}

#news h2 {
	font-size:2em;
	
}

#news hr {
	border-top: 1px solid white;
	border-bottom: 1px solid #e3e3e3;
	border-left:none;

	
}

#success-story {
	background:#e3e3e3;
	width:100%;
}

#success-story a {
	text-decoration:none;
}

#success-story div {
	text-decoration:none;
	
}

#success-image {
	background:#9b8c79;
	background-image:url(/images/round-midhudson18.png);
	margin:20px;
}

#quote {
	color:black;
	padding:20px;

}

#quote div {
	border:4px solid white;
	padding:10px;	
}

#quote blockquote {
  display:block;
  background-color:rgba(255, 255, 255, 0.3);
  border:4px solid white;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
}

#quote blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  position: absolute;
  left: -10px;
  top:-30px;
  font-size:5em;
  color:#9b8c79;
  font-family:serif;
}

#quote blockquote::after{
  /*Reset to make sure*/
  content: "";
}

#quote p {
	font-size:0.7em;
	margin-bottom:-5px;
	
}

div.photobox-hof {
	float:left;
	padding:8px 8px 8px 8px;
	border:1px solid #BFBFBF;
	background-color:white;
	/* Add box-shadow */
	box-shadow:1px 1px 3px #aaaaaa;
}

	
div.photobox-fit {
	float:right;
	padding:8px 8px 8px 8px;
	border:1px solid #BFBFBF;
	background-color:white;
	/* Add box-shadow */
	box-shadow:1px 1px 3px #aaaaaa;
	margin:10px;
}


.publications {
	border:1px #0099FF; 
	box-shadow:1px 2px 2px 2px #aaaaaa;}


#content2 {
	max-width:670px;
}

#content2 img {
	float:right;
	margin:10px;
}

#content2 p {
	min-height:300px;
}

#planningguides {
	width:100%;
	clear:right;
}

#planningguides div {
	float:left;
	border-bottom: 1px dashed #C0C0C0;
	margin-top:15px;
	height:250px;
}

#planningguides img {
	margin-left:30px;
	margin-bottom:15px;
	box-shadow: 2px 2px 3px #aaaaaa;
}

#partners div {
	margin:10px;
	float:left;
	height: 200px;
	width: 200px;
}

#locations-home div {
	width:500px;
	margin:auto;
	background-color:white;
	border: 1px solid #d11242;
	padding:5px;
	border-radius:10px;
	font-size:2.5em;
}


#locations-home a {
	text-decoration:none;
	text-align:center;
	color:black;
}


.choose {
	display:inline-block;

}

.choose h2 {
	font-size:1.5em;
}

.success-photobox
{
	width:220px;
	padding:10px 10px 10px 10px;
	border:1px solid #BFBFBF;
	background-color:white;
	/* Add box-shadow */
	box-shadow:1px 1px 3px #aaaaaa;
	}

#success-3 img {
	box-shadow: 2px 2px 3px #aaaaaa;
}

#webinars img {
	float:left;
	margin-right:10px;

}

#webinars div{
	border-bottom:1px solid silver;
}

.choose a:link, .choose a:visited {
    background-color: #002E62;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	margin-right:20px;
}


.choose a:hover, .choose a:active {
    background-color: #1155CC;
}


.choose-train {
	margin:10px;
	float: right;
	clear:left;
	max-width: 400px;
	text-align: center;
	font-size:18px;
	
}

.choose-train a:link, .choose-train a:visited {
    background-color: #002E62;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	margin:10px;
	padding:10px 35px 10px 35px;
	font-weight:400;
	

}


.choose-train a:hover, .choose-train a:active {
    background-color: #1155CC;
}
.aside-table {
	padding:0px;
	width:20px;
	border:none;

}

#center-appointment {
	background-color:#0B4988; 
	color:white;
	width:220px;
}

#center-appointment a {
	color:white;
}

#center-map {
	float:right;
	margin-right:10px;
	margin-left:5px;
}

#directions {
	line-height:14px;
}

.breadcrumbs {
	color:gray;
	margin-top:30px;
}

#resource div {
	font-size:1.3em;
	height:50px;
	margin:10px;
	padding:10px;
	line-height:50px;
	background:#0B4988;
}

#resource a {
	text-decoration:none;
	color:white;
}

#resource i {
	font-size:1.6em;
	margin-right:5px;
}


#success-description {
	max-width:550px; 
	margin-bottom:20px; 
	line-height:22px;
}

	



/*mobile styles*/
@media only screen and (max-width:654px) {
/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
}

h2 {
	font-size:1.6em;
}

.desktop-only {
	display:none;
}

#nysbdclogo {
	margin:auto;
	display:block;
}

#nysbdclogo-centers-mobile {
	margin:auto;
	display:block;
}

#nysbdclogo-centers {
	display:none;

}

#sunylogo {
	display:none;
}

#CenterLogo {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	background:white;
}

article {
	margin-left:10px;
	font-size: 0.8em;
}

aside {
	display:none;
}

.leftmenu {
	display:none;
}

.toplinks {
	display:none;
}

.topmenu {
	display:none;
}



#mobile-menu {
	margin-bottom:45px;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#mobile-menu li {
	float:left;
	width:25%;
	height:3.3em;
}


#mobile-menu li a {
	display: block;
	text-decoration: none;
	height:4em;
	text-align: center;
	line-height:4em;
	color:black;
	font-size:0.8em;
	background-color:#E3E3E3;
	border-top: 1px solid #9B8C79;
	border-bottom: 1px solid #9B8C79;
	border-left: 1px solid #9B8C79;	
}

#appointment {
	background:#002E62;
}


#appointment a {
	display: block;
	text-decoration: none;
	height:4em;
	text-align: center;
	line-height:4em;
	color:white;
	font-size:1em;
	font-weight:600;
	letter-spacing:2px;
}

#impact {
	font-size:0.7em;
	height:125px;
	padding-top: 10px;
}

#impact div span {
	font-size:1.2em;
}

#inner {
	padding: 10px;
	height:90px;
}

#arrow {
	color:#0B4988;
	opacity: 0.1;
}

#description-paragraph {
	margin:20px 5px 10px 5px;
		
}


#bubbles div {
	font-size:0.75em;
	width:43%;
	padding:2.5%;
}

#bubbles i {
	font-size:2.0em;
	line-height:75px;
}

#appt {
	width:100%;
}

#home-photo {
	display:none;
}

#vision {
	margin-left:10px;
}

#partner-logos img {
	height:60px;
}

#partners div {
width:100%;
}

#planningguides div {
	width:100%;
}

#map {
	display:none;
}

#site {
	margin-bottom:25px;
}

.centerlist {
	line-height:3.0em;
}

#twitterbox {
	display:none;
}

#success-image {	
	width:200px;
	height:200px;
	background-size:200px;
	border-radius:100px;
	margin:auto;
	position:relative;
	top:10px;

}

#request table {
	width: 100%;
}

#request table tr{
	height:40px;
	
}

#hof-gallery img {
	display:none;
	
}

.photobox-hof {
	display:none;
}


.choose {
	margin-top:10px;
	text-align:center;

}
	
.choose h2 {
	margin-bottom:5px;
}

#in-person {
	width: 300px;
	height: 120px;
	
	}
	
#online {
	width: 300px;
	height: 120px;
	
	}
	
#gettingstarted {
	clear: both;
	text-align: left;
		
	}	

#allbiz {
	font-size: 18px;
	}
	
.no-leftmenu {
	margin-left:10px;
}

#center-aside {
	float:left; 
	width:100%; 
	padding:2px;
}

#center-appointment {
	display:none;
}

#center-map {
	display:none;
}

#webinars div{
	height:150px;
}

#webinars img {
	display:none;
}

#success-info {
	width:300px;
	float:left;
	font-size:0.8em;

}

#success-description {
	float:left;
}

.success-photobox {
	margin-top:10px;
}



}

/*tablet styles*/
@media only screen and (min-width:655px) and (max-width:799px) {

html {
	background:#F7F7F7;
}

body {
	width: 90%;
}

.desktop-only {
	display:none;
}

#nysbdclogo-centers-mobile {
	display:none;
}

.topmenu {
	font-size:0.8em;
	background:#E3E3E3;
}

.topmenu li {
	position: relative;
	float:right;
}

.topmenu ul {
	height: 3em;
}

.topmenu li a {
	display: block;
	line-height: 3em;
	
}
.topmenu li a:hover {
	background: #1155CC;
	height: 3em;
	position: relative;
}

#mobile-menu {
	display:none;
}

#appointment {
	display:none;
}

#bubbles div {
	font-size:0.75em;	
	width: 22%;
}

#bubbles i {
	font-size:2.0em;
	line-height:75px;
}

#impact {
	font-size:0.9em;
	height:140px;
	padding-top: 15px;
}

#impact div span {
	font-size:1.5em;
}

#inner {
	padding: 20px;
	height:85px;
}

#description-paragraph {
	margin:10px 5px 10px 5px;
}

#social-body {
	font-size:2.3em;
}

article {
	margin-left:210px;
	font-size: 0.8em;
}

aside {
	display:none;
}

ul.submenu {
	display:none;
}

#contact div {
	width:47%;
	float:left;
	margin-bottom:5%;
}

#site {
	margin-top:-30px;
	margin-bottom:25px;
}

#planningguides div {
	width:50%;
}

#map {
	width:80%;
	padding:5px;
}

#partners div {
width:30%;
}

#twitterbox {
	display:none;
}

#success-image {	
	width:200px;
	height:200px;
	float:left;
	background-size:200px;
	border-radius:100px;	
}

#quote {
	margin-left:220px;
}

.no-leftmenu {
	margin-left:30px;
}

#center-aside {
	float:right; 
	clear:right; 
	width:240px; 
	padding:2px;
}

.choose {
		margin-top: 20px;

	}
	
.choose h2 {
		font-size: 1.2em;
	}	

.choose a {
		padding:5px;
	}	
	
#in-person {
	background-image:url(/images/photos/inperson-tablet.jpg);
	width: 216px;
	height: 310px;
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 216px 162px;

	}
	
#online {
	background-image:url(/images/photos/online-tablet.jpg);
	width: 216px;
	height: 310px;
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 216px 162px;

	}
		
.mobile-only {
	display:none;
}

#webinars div{
	height:170px;
}

#CenterLogo {
	margin-top:30px;
}

.success-photobox {
	float:right;
	margin:10px;
}
	
	

	

}



/*desktop styles*/
@media only screen and (min-width:800px) {


html {
	background:#F7F7F7;
}

body {
	width: 100%;
}


#nysbdclogo-centers-mobile {
	display:none;
}


.topmenu li {
	position: relative;
	float:right;
}


#mobile-menu {
	display:none;
}

.mobile-only {
	display:none;
}

#appointment {
	display:none;
}


#home-photo {
	width:48%;
	max-width:550px;
	float:right;
}


#description {
	min-width:1000px;
}
	
#description-paragraph {
	margin:10px 5px 10px 5px;
	width:50%;
	float:left;
}

#bubbles {
	white-space:nowrap;
	padding-top:15px;
}


#bubbles div {
	font-size:0.75em;
	width: 25%;
}

#bubbles i {
	font-size:3.0em;
	margin-bottom:5px;
  	line-height:75px;
}

#bubbles i:hover {
	box-shadow:1px 1px 3px #aaaaaa;	
	background:#1155CC;
}

#bubbles a {
	color: #002e60;
}

	


#impact div span {
	font-size:1.5em;
}



#impact {
	display:block;
	clear:both;
	height:153px;
	padding-top: 25px;
}

#inner {
	padding: 20px;
	height:85px;
}

#1984 {
	font-size:2.2em;
}



#twitterbox {
	width:300px;
	height:450px;
	display:inline-block;
	float:right;
	position:relative;
	top:40px;
}

#social-body {
	font-size:2.8em;
}

#locations-home {
	background-image:url(/images/map-capture.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:200px;
}



article {
	margin-left:220px;
	font-size: 0.8em;
}



#contact div {
	width:47%;
	float:left;
	margin-bottom:5%;
}

#map {
	width:70%;
	padding:5px;
}

.centerlist {
	float:right;
	width:28%;
	font-size:0.9em;
	line-height:2.0em;
	margin-right: 15px;
	margin-top: -20px;
	
}

#site {
	margin-top:-40px;
	margin-bottom:50px;
	font-size:0.8em;
}
	
#site section {
	width:25%;
	float:left;
}


#planningguides div {
	width:48%;
}

.no-leftmenu {
	margin-left:30px;
}

#partners div {
	width:45%;
}

#locations-home div {
	position:relative;
	top:55px;
}

.choose {
	margin-top: 30px;
	float:left;

	}
	
#in-person {
	background-image:url(/images/photos/inperson.jpg);
	width: 300px;
	height: 300px;
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 300px 245px;

	}
	
#online {
	background-image:url(/images/photos/online.jpg);
	width: 300px;
	height: 300px;
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: 300px 245px;

	}

#gettingstarted {
	
	margin-right: 20px;
	margin-top: 2px;
	width: 365px;

	}
	
#allbiz {
	float: left; 
	width: 620px;
	margin-top: -100px;
	text-align: center;
	font-size: 20px;
	}	

.under {
	position: relative;
	top:200px;
	background-color: white;
	color: black;
	
	}
	
#quote {
	font-size:1.3em;
	font-weight:100;
	margin-left:220px;
}

#success-3 div {
	width:31%;
	float:left;
	margin:1%;
	height:350px;	
}

#center-aside {
	float:right; 
	clear:right; 
	width:260px; 
	padding:2px;
}


#success-image {
	width:200px;
	height:200px;
	float:left;
	background-size:200px;
	border-radius:100px;	
}

.mobile-only {
	display:none;
}

#webinars div {
	height:125px;
}

#resource div {
	width:300px;
}

#CenterLogo {
	
	margin-top:30px;
}

.success-photobox {
	float:right;
	margin:10px;
}

#generations {
	margin-left:25px;
	
}




}




@media print {
	
	.leftmenu {
		display:none;
	}
	
	.topmenu {
		display:none;
	}
	
	.toplinks {
		display:none;
	}
	
	#mobile-menu {
		display:none;
	}
	
	#site {
		display:none;
	}
	
	#appointment {
		display:none;
	}
	
	#home-photo {
		width:50%;
	}
	

}

</style>