/* -------------------------- GENERAL -------------------------------*/
/* General */

.left {
    float: left;
}
.right {
    float: right;
}
/* -------------------------- Headings ----------------------*/

.title .fa,
h1 .fa,
.customisable-highlight .fa {
    margin-right: 12px;
}
/* -------------------------- Calendar ----------------------*/

.title {
	padding-bottom: 4px;
}
div#right li.title {
    color: #3075b5;
}
div.smallcal_container {
    width: 219px;
}
table.calendarheader table.calendar {
    width: 206px;
}
div.more_cal {
    margin-top: 14px;
    padding-bottom: 0px;
    margin-bottom: 14px;
}

#doecontrol_leftcontainer_d_Calendar_CalendarSummaryChildCached1_CalendarSummary1_Div1 {
    padding-top: 13px;
    width: 98%;
}
a:link, a:visited,
.more_cal a:link,
.news-rail a:link, a:visited,
.popular_links a:link, a:visited {
    color: #0784d1;
}

table.calendarheader {
	height: 161px;
}
div.smallcal_container {
	padding-top: 0;
}

/* -------------------------- Left Rail Links ----------------------*/

/***** General */
.leftlink {
    border-bottom: 1px solid #80b54d;
    display: block;
    font: bold 14px Arial, Helvetica, sans-serif;
    height: 66px;
	margin: 5px 0 5px 3px;
/*    padding: 2px 3px 15px 4px; */
    padding: 10px 5px;
    width: 205px;    
    box-sizing: border-box;
}
.leftlink:hover {
	opacity: 0.8;
}

.leftlink a {
	color: #587140;
	font: bold 14px Arial,Helvetica,sans-serif;
	position: relative;
    padding-left: 60px;
    display: block;
    height: 42px;	
}
.leftlink a img {
  float: left;
  height: 45px;
  margin: 4px 0 15px;
  padding-right: 4px;
  width: 56px;	
}
.leftlink a span {
	color: #587140;
    position: relative;
    top: 10px;    
}
.leftlink a span.multiline {
	top:7px;
}

/***** Stay Connected */
.leftlink.connected {
    border-top: 1px solid #80b54d;
    /*padding-top: 11px;   /* was 8px */ 	
}
div.leftlink.connected {
    background: rgba(0, 0, 0, 0) url("/Graphics/DOE/images/NEWhome/connected_green.gif") no-repeat scroll 4px 10px;
}

/***** Careers */
div.leftlink.careers {
  background: rgba(0, 0, 0, 0) url("/Graphics/DOE/images/NEWhome/careers_on.png") no-repeat scroll 4px 7px;
}

/***** PEP */
div.leftlink.pep {
  background: rgba(0, 0, 0, 0) url("/Graphics/DOE/images/NEWhome/panel_on.png") no-repeat scroll 4px 10px;
}

/***** School Quality Reports */
div.leftlink.qr {
  background: rgba(0, 0, 0, 0) url("/Graphics/DOE/images/NEWhome/qr_on.png") no-repeat scroll 4px 10px;
}
/* <img src="/NR/rdonlyres/0B1A99DE-A8E3-47B9-BB38-1278E3644A0B/0/connected_green.gif" /> */

/* ----------------------------- SOCIAL MEDIA ICONS ----------------------*/
/* .sm-icons for Social Media icons on home page */

.sm_icons ul {
    margin: 46px 0 7px 4px;
    *margin-left: 28px;
    padding-left: 4px;
}
.sm_icons li {
    display: inline;
    float: left;
    list-style: none;
    moz-transition: all 0.2s ease-in-out;
    ms-transition: all 0.2s ease-in-out;
    o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
    margin-right: 20px;
}
.sm_icons .sm-icons-footer li {
    background: none;
    float: left;
    margin: 0;
    padding-left: 0;
}
.sm_icons li:last-of-type {
	margin-right: 6px;
}
.sm_icons li::after {} .sm_icons a {
    background: url("/graphics/doe/images/icons/socialmedia_sprite2.png") no-repeat;
    padding: 18px;
    /* was 30 */
    
    display: block;
}
.sm_icons li {
    *width: 26px;
}
.sm_icons .icon_facebook a {
    background-position: -24px -84px;
}
.sm_icons .icon_twitter a {
    background-position: -87px -84px;
}
.sm_icons .icon_vimeo a {
    background-position: -151px -84px;
}
.sm_icons .icon_notifynyc a {
    background-position: -215px -84px;
}
/* :hover state */

.sm_icons .icon_facebook a:hover {
    opacity: 0.9;
}
.sm_icons .icon_twitter a:hover {
    opacity: 0.9;
}
.sm_icons .icon_vimeo a:hover {
    opacity: 0.9;
}
.sm_icons .icon_notifynyc a:hover {
    opacity: 0.8;
}

/* -------------------------- CENTER RAIL -------------------------------*/
/* -------------------------- Buttons ----------------------*/

.btn {
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-top: 12px;
    /* height: 34px; */
    width: 252px;
}
.funkyfindaschool {
	margin-top: 27px;
}
.funkyfindaschool button {
    cursor: pointer;
}
a.btn {
    color: #fff;
    display: table; /* was table-cell */
    line-height: 34px;
    text-align: center;
}
a.btn:hover {
    text-decoration: none;
}
.btn-image {
    height: 144px; /* was 150 */
    width: 234px; /* was 224 */
}
.btn-image-prek {
    background-image: url("/Graphics/DOE/Images/findaschool/prek.png");
    background-repeat: no-repeat;
}
.btn-image-school {
    background-image: url("/Graphics/DOE/Images/findaschool/school-interior.png");
    background-repeat: no-repeat;
}
.img-text {
	border: 1px solid pink;
	display: table-cell;
	padding-top: 110px;
	vertical-align: bottom;
}
.btn_text {
	height: 50px;
	position: relative;
	top: 98px;
	vertical-align: bottom:
}

/* NEW HERE */

.funkyfindaschool a {
	border-radius: 14px;
	height: 142px;
}

.funkyfindaschool a:hover {
	background-color: #000;
	opacity: 0.9;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
.findaschool .funkyfindaschool h1 {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #3075b5;
    border-bottom: 1px solid #3075b5;
    width: 100%;
    padding-bottom: 6px;
}

/* -------------------------- HOMEPAGE TWITTER FEED ----------------------*/

div#right div.title {
    color: #f47900;
    font: bold 16px Arial, Helvetica, sans-serif;
}
h1 a.customisable-highlight {
    color: #f47900 !important;
    font-size: 16px;
    font-weight: bold;
}
.var-narrow .timeline-header {
    border-bottom: 1px solid #f99839;
    padding: 8px;
}
.timeline {
    border: none;
}
.timeline .stream {
    border: 1px solid #e8e8e8;
    border-top: none;
}
.my_twitter_box .SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 14px !important;
}
.timeline-header.customisable-border.title {
	padding-top: 10px;
}
#twitter-widget-1 {
	height: 364px !important;
}
.timeline-Body {
	border-bottom: none !important;	
}
	
/* -------------------------- RIGHT RAIL -------------------------------*/
#right {
    margin-top: 0px !important;
}
div#right div.control {
    margin: 2px 0 5px 2px;
    width: 98% !important;
    background: #FFF;
    padding-bottom: 0;
    padding-top: 0;
}
div#right div.control ul {
    margin: 0 8px 0 0px;
}
div#right div.control h1 {
    /* color:#FFF; */
    
    margin: 1px 10px 10px 0;
    line-height: 1em;
}

/* ----------------- Quick Links ----------------------*/

.popular_links {
    color: #0784d1;
    margin: 5px;
}
.popular_links li {
    font-size: 14px;
}
.popular_links li:hover {
    cursor: pointer;
    text-decoration: underline;
}
div.control .popular_links li {
    font-size: 14px;
    height: 18px;
    margin-bottom: 12px;
    
    /* optional - for bullets in Quick Links list *
    list-style-type: disc;
	margin-left: 22px; */    
}
.popular_links .fa {
    padding-right: 6px;
}
/*
ul.nav1 li a:link,
ul.nav1 li a:visited {
    padding-bottom: 10px;
    padding-top: 10px;
}*/
div#right div.control h1,
.news-rail h1 {
    border-bottom: 1px solid #3075b5;
    color: #3075b5 !important;
    margin: 1px 18px 10px 0;
    padding-bottom: 6px;
}
div#right div.title,
div#right li.title {
    background: #FFF;
    border-bottom: 1px solid #3075b5;
    padding: 8px 0px 2px 2px;
    margin: 3px 0 0 0;
    color: #3075b5;
    font: bold 16px Arial, Helvetica, sans-serif;
    width: 96%;
}
li.title {
    color: #3075b5;
}
div.snicons {
    border-top: 4px solid #FFF;
    height: 95px;
    margin-bottom: 10px;
    /*height:90px;*/
}
table.calendar {
    margin-bottom: -20px;
}
div.todayseventdetails {
    display: none !important;
    height: 0;
}

.fa-arrow-right:before {
	padding-right: 6px;
}

/* -------------------------- Phone image ----------------------*/
.nycsa {
    margin-top: 8px; 
    margin-bottom: 18px;
    padding-bottom: 2px;
    border-bottom-color: #587140;
    width: 208px;
}
.nycsa img {
	background-color: #000;
	opacity: 0.9;
	/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2); */	
	
	background: linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5));	
}
.nycsa a,
.overlay {  
    background:rgba(0, 0, 0, .05);
    text-align:center;
    opacity:0.8;    
    width:100%;height:100%; 
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    text-decoration: none;
}
.nycsa:hover,
.box:hover {
    border-radius:5px;
}
.nycsa:hover a,
.box:hover .overlay {
    opacity:0.9;
}
/* */

.iphone-line1, .iphone-line2 {
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
.iphone-line1:hover, .iphone-line2:hover {
	text-decoration: none;
}
.iphone-line1 {
	color: #474747;
	font-size: 13px;	
	line-height: 1em;
}
.iphone-line2 {
	color: #587140;
	font-size: 12px;
}

/* -------------------------- News ----------------------*/

div.findaschool {
    min-height: auto;
    margin-bottom: 177px;
}
#right .news {
    max-width: 200px;
}
div.control .news li,
div.control .news-rail li {
	font-size: 14px;
}
div.control .news li.footer a {
	font-size: 12px;
}
.news-rail {
}
.news-rail .read_more {
	float: right;
	padding-right: 10px;
}
.news-rail a {
	color: #1b95e0;
}

/* ----------------- Misc. ----------------------*/
.flashcontrol {
    margin: 0 -3px -10px -3px;
    padding: 0;
    z-index: 1;
    position: relative;
}
#bottomcenter {
    position: relative;
    z-index: 1;
}
#container table.calendar td.eventday {
    position: relative;
    z-index: 5;
}
/* -------------- hide page title ----------------------*/

div.pagetitle {
    display: none;
}

/* ----------------- for static pre-k image ----------------------*/

div.prek {
    background: url("/ui/cms/sites/home/prek_bkg.jpg") no-repeat;
    width: 507px;
    height: 322px;
    margin: 0;
    position: relative;
    display: table;
    text-align: left;
}
/*
.text {
    width: 190px;
    height: auto;
    color: #FFF;
    position: relative;
    margin: 20px 0 0 30px;
    font: 12px Arial, Helvetica, sans-serif;
}
.text a {
    color: #FFF;
    text-decoration: underline;
}
.text a:hover {
    color: #cce0f7;
}*/
.readmore a {
    font: 13px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
div.hr {
    height: 1px;
    background: #c4cccc;
    margin-top: 10px;
}
.or {
    color: #fe9833 !important;
    font-weight: bold;
}
.text h1 {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #FFF;
}
div#right div.title,
div#right span.title {
    color: #f47900;
    font: bold 16px Arial, Helvetica, sans-serif;
}
h1 a.customisable-highlight {
    color: #f47900 !important;
    font-size: 16px;
    font-weight: bold;
}
.var-narrow .timeline-header {
    border-bottom: 1px solid #f99839;
    padding: 8px;
}
.timeline {
    border: none;
}
.timeline .stream {
    border-top: none;
    height: 400px !important;
}


.twitter-follow-button {
    float: right;
    margin: 0 0 6px 0;
}
div#right span.title {
    line-height: 24px;
}
.twitter-timeline {
    /* 	border-bottom: 1px solid #e8e8e8 !important; */
    /* 	border-left: 1px solid #e8e8e8 !important; */
    
    margin-left: 8px;
    margin-bottom: 12px;
    padding-left: 4px;
}
.control .title,
.timeline-header {
    *max-width: 192px;
}

.my_twitter_box {}

.twtr-tweet-text {font size: 12px; font-family: Georgia, Serif;}
.twtr-hyperlink {font size: 12px; font-family: Georgia, Serif;}
.twtr-atreply {font size: 12px; font-family: Georgia, Serif;}
.twtr-hashtag {font size: 12px; font-family: Georgia, Serif;}
.twtr-tweet-wrap {font size: 12px; font-family: Georgia, Serif;}
.twtr-avatar {font size: 12px; font-family: Georgia, Serif;}
.twtr-img {font size: 12px; font-family: Georgia, Serif;}

.SandboxRoot.env-bp-430 p.timeline-Tweet-text {
    font-size: 12px !important;
}

/* Center */
/*div#center {
    margin-left: 17px;
}*/

div.funkyfindaschool {
	margin-left: 0;
}
.timeline-header,
div.findaschool {
	width: 97%;
}
.my_twitter_box {
    position: relative;
    left: -15px;
}
/* h1 types of titles */
.news-rail h1,
.popular-rail h1 {
	line-height: 28px;
}	

.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 12px !important; /* s/b 14px */
}

/* Cross-browser adjustments */

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #doecontrol_leftcontainer_d_Calendar_CalendarSummaryChildCached1_CalendarSummary1_Div1 {
        padding-top: 5px;
    }
    .nycsa {
    	margin-bottom: 21px;
    }
	ul.nav1 li a:link,
	ul.nav1 li a:visited {
	    padding-bottom: 11px;
	}    
    
}

/* IE Edge */
/*
@media screen and (min-width: 0\0) {
	.leftlink a img {
		margin-top: -5px;
	}
	.leftlink a span.multiline {
		padding-right: 2px;
		top: 0px;
	}	
}
*/