/* Areas of need */
.aon-blue {
	width: 165px; 
	float: left; 
	margin: 0 8px 12px 0;
	
}
.aon-blue img:hover{
	opacity: .7;
}
.aon-blue .last {
	margin-right:none;	
}
.aon-blue-bottom {
	text-align: center; 
	margin: 0; 
	font-weight: bold; 
	height: 32px; 
	background: #2C55A6;
}
.aon-blue-bottom a {
	color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}
.aon-blue-bottom a:hover {
	color: #f98410; 
}

.newdonatenow {
	margin: 40px;
	float:left;
}
.newdonatenow a.donate {
    background-image: url("http://sunnybrook.ca/uploads/bigDonate.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    text-indent: -99999px !important;
    width: 169px;
}
a {
    color: #3D7E00;
    text-decoration: none;
}

.newdonatenow a.donate {
	display:block;
	text-indent:-99999px!important;
	background-image: url("http://sunnybrook.ca/uploads/bigDonate.jpg") ;
	background-repeat:no-repeat;
    height: 40px;
    width: 169px;
	background:position: 0 0;
}
.donate a:hover, .newdonatenow a.donate:hover, .donate:hover {
	/*background-position:  0 -40px!important;*/
}

.snglink a.events {
	display:block;
	text-indent:-99999px!important;
	background-image: url("http://sunnybrook.ca/uploads/SNGbutt2.png") ;
	background-repeat:no-repeat;
    height: 40px;
    width: 169px;
	background:position: 0 0;
	float: left;
	margin-left: 8px;
}
.snglink a.involved {
	display:block;
	text-indent:-99999px!important;
	background-image: url("http://sunnybrook.ca/uploads/SNGbutt1.png") ;
	background-repeat:no-repeat;
    height: 40px;
    width: 169px;
	background:position: 0 0;
	float: left;
}
.snglink a:hover, .snglink:hover {
	background-position:  0 -40px!important;
}
.mhh { 
     text-align:center; 
     margin: 0 auto 12px; 
     width: 176px;
}
.mhh a.donate {
    background-image: url("http://sunnybrook.ca/uploads/visithublink2.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    text-indent: -99999px !important;
    width: 176px;
}
a {
    color: #3D7E00;
    text-decoration: none;
}
.mhh a.donate {
	display:block;
	text-indent:-99999px!important;
	background-image: url("http://sunnybrook.ca/uploads/visithublink2.jpg") ;
	background-repeat:no-repeat;
    height: 34px;
    width: 176px;
	background:position: 0 0;
}
.mhh a.donate:hover {
	background-position:  0 -34px!important;
}

/* Areas of need Tabs */
/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    padding:0;
    height:35px;
}
/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
	border-radius: 5px 5px 0 0;
}
/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:14px;
    display:block;
    padding:5px 20px;
    text-decoration:none;
	/*line-height: 23px;*/
    border:1px solid #666;
    border-bottom:0px;
    height:23px;
    background-color:#efefef;
    color:#777;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    -moz-border-radius:4px 4px 0 0;
}
ul.css-tabs a:hover {
    background-color:#F7F7F7;
    color:#333;
}
/* selected tab */
ul.css-tabs a.current {
    background-color:#ddd;
    border-bottom:1px solid #ddd;
    color:#000;
    cursor:default;
}
/* tab pane */
/*.css-panes div {
    display:none;
    border:1px solid #666;
    border-width:0 1px 1px 1px;
    min-height:150px;
    padding:2.5%;
    background-color:#ddd;
	width: 95%;
	height:auto;
    position: relative;
}*/


.tab-content-L {
	width: 400px;
	padding-right:10px;
    float:left;	
}
.tab-content-R {
	width: 190px;
    float:right;	
	margin: 0 0 0 25px;
    padding-left: 10px;
}
.tab-content-L h3 {
	font-size:18px;
        margin-top: 10px;
}
/* alternate colors: skin2 */

ul.skin2 { border: none !important; background: none !important; }

ul.skin2 li { border: none !important; background: none !important; }

ul.skin2 a {
    background-color:#7ab800;
    color:#fff !important;
	border-radius: 8px 8px 0 0;
}
/* mouseover state */
ul.skin2 a:hover {
    background-color:#0f4dbc;
}
/* active tab */
ul.skin2 a.current {
    background-color:#0f4dbc;
    border-bottom:3px solid #0f4dbc;
}
/* tab pane with background gradient */
/*div.skin2 div {
    min-height:400px;
    color:#333;
    background:#fff;
	border:5px solid #0f4dbc;
}*/

.css-panes {
	border:1px solid #7ab800;	
}
.ui-widget-content {
	border: none!important;	
}
.btn-green, .donation-list .btn-green {
    background: none repeat scroll 0 0 #7ab800;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #006657;
    color: #FFFFFF!important;
    display: block;
    float: none;
    font-size: 17px;
    font-weight: normal;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    position: relative;
   /* bottom: 25px;
    right: 25px;*/
}
.btn-green:hover {
   background-color:#f58426;
   cursor:pointer;
}

.giftsdiv {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 0 5px 0;
    text-align: center;
    width: 245px; }
	
.giftsdiv img:hover{
	opacity: .7;
}
	
.giftsdiv a:hover{
	color: #333333;
	background: none;
}

.last {margin: 0;}
.giftsdiv.blue { background-color: #2C55A6; }
.giftsdiv.green { background-color: #7AB842; }
.giftsdiv.orange { background-color: #F58523; }
.btn.orange { background: #F58523!important; } 
.btn.blue { background: #2C55A6!important; }
.btn.yellow { background: #fcc200!important; color: #2C55A6!important; }
a.btn.yellow  { color: #2C55A6!important; }

h3.green {
	color:#7ab800!important;	
}

/* events page slider */

#main_navi li.active { background: #d2d7e7!important; }
#main_navi li { height: 87px;!important }
#main_navi img { margin-bottom: 5px!important; }
#main-events { height: 366px!important; }
#main-events .page { padding: 5px 15px!important; }

/* blockquotes */
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 55px;
  margin: 20px 0;
  position: relative;
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #1458AB;
  text-align: justify;
  width: 50%;
  border-left: 0px solid #7ab600;
  border-right: 0px solid #7ab600;
  
  -moz-box-shadow: 1px 1px 8px #7ab600;
  -webkit-box-shadow: 1px 1px 8px #7ab600;
  box-shadow: 1px 1px 8px #7ab600;
}
blockquote p{
	line-height: 2em;

}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #7ab600;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}
/* Donor stories  */
@import url(https://sunnybrook.ca/foundation/css/font-awesome/font-awesome-ie7.min.css);
@font-face {
  font-family: 'FontAwesome';
  src: url('https://sunnybrook.ca/foundation/css/font-awesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://sunnybrook.ca/foundation/css/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') 
	  format('embedded-opentype'), url('https://sunnybrook.ca/foundation/css/font-awesome/font-awesomefontawesome-webfont.woff?v=3.2.1') 
	  format('woff'), url('https://sunnybrook.ca/foundation/css/font-awesome/fontawesome-webfont.ttf?v=3.2.1') 
	  format('truetype'),  url('https://sunnybrook.ca/foundation/css/font-awesome/font-awesomefontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
#callout-container .callout {
	display: block;
    float: left;
    height: 280px;
    margin-right: 14px;
    position: relative;
    width: 280px; 
	height: 425px;
	overflow: hidden;
}
#callout-container .topborder { border-top: 1px solid #7AB600; width: 230px; margin-left: 50px;}
#callout-container .callout:hover { background: none; }
#callout-container .callout { border-right: 1px solid #7AB600;}
#callout-container .callout img {
	position: absolute; 
	top:8px; 
	right: 0;
	z-index: -10;
}
#callout-container .callout h2 {
	color: #7AB600;
	font-family: 'Open Sans', sans-serif;	
	font-size: 48px;
	font-weight: 700;	
	margin:0;
	text-align: right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0px 0px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 0px 0px;
	top: 0;
}
#callout-container .callout.last { margin-right: 0; }
#callout-container .btn {
	background: #333; background: rgba(0, 0, 0, 0.4);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    height: 50px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 120px 0 0 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 220px;
	z-index: 10;
}
#callout-container .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Pseudo elements for icons */
#callout-container .btn:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#callout-container .btn-4 {
	border-radius: 10px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}
#callout-container .btn-4:active {
	border-color: #17954c;
	color: #17954c;
}
#callout-container .btn-4:hover { background: #7ab600;  }
#callout-container .btn-4:before {
	position: absolute;
	height: 100%;
	line-height: 3.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#callout-container .btn-4:active:before{
	color: #17954c;
}
#callout-container .btn-4a:before {
	left: 90%;
	bottom: 8px;
}
#callout-container .btn-4a:hover:before {
	left: 91%;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#callout-container .text-bottom {
	color: #444;
	border-left: 1px solid #7AB600;	
	border-top: 1px solid #7AB600;	
	border-bottom: 1px solid #7AB600;	
	width: 245px;
	height: 120px;
	padding: 0 0 5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
#callout-container .text-bottom a { 
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
#callout-container .text-bottom h3 {
	color: #fff;
	background: #7AB600;
	font-weight: normal;
	font-size: 14px;
	text-transform:uppercase;
	text-align:center;
	margin: 0 0 5px;
	padding: 5px;
}
#callout-container .text-bottom p {
	margin: 12px;
	text-align:center;
}
#callout-container .btn-div { width: 280px; height: 425px; }
#callout-container .btn-div, .btn-div button.a { text-decoration: none!important; display: block; }
#callout-container .btn-div button { display: none; }
#callout-container .btn-div:hover button { display: block!important; }