﻿

/* New for RISE */
.logoText{
    padding-left: 50px;
    text-align: center;
    vertical-align: middle;
    width: 450px;
}

/* Updates made directly to 99-Toronto_Responsive.css because there were too many changes.  Listed as find & replace:
    #00AB4 to #0067AC

*/

/* Over-ride of 99-Toronto_Responsive.css */
/* ==========================================================================
   Basic setup
   ========================================================================== */
body {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #464546;
}

a {
  color: #0067AC ;
  text-decoration: underline;
}
a:visited {
  color: #0067AC ;
}
a:hover, a:focus, a:active {
  color: #464546 ;
}
a.aspNetDisabled, a.aspNetDisabled:hover, a.aspNetDisabled:focus, a.aspNetDisabled:active, a.aspNetDisabled:visited {
  color: #C3C4C4 ;
}

/* default button */
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
  color: #fff;
  background-color: #0066AB;
  border-color: #0f323d;
  position: relative;
  -webkit-box-shadow: 0px 5px 0 0 #0f323d;
  box-shadow: 0px 5px 0 0 #0f323d;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.TextButton:visited,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.TextButtonWithImage:visited,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton:visited {
  color: #fff;
  background-color: #464546;
  border-color: #07171c;
  -webkit-box-shadow: 0px 5px 0 0 #07171c;
  box-shadow: 0px 5px 0 0 #07171c;
}

.RadTreeView.RadTreeView_Toronto a.rtIn {
  background-color: #C3C4C4;
  color: #000000;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
}

.RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_Toronto .child-is-selected.rtIn {
  background-color: #ffffff;
  color: #000000;
}

.RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_Toronto .child-is-selected.rtIn {
  background-color: #ffffff;
  color: #000;
}
.RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn:hover, .RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn:active, .RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn:focus {
  background-color: #ffffff;
}
.nav-secondary .sub-nav-head {
  background-color: #0067AC;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 15px;
}

.RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_Toronto .child-is-selected.rtIn {
  background-color: transparent;
  color: #787878;
}

.RadMenu.RadMenu_Toronto .rmRootLink.rmSelected {
  /* root item selected styles */
  color: #FFFFFF;
  background-color: #0067AC;
}

.RadMenu_Toronto .rmSlide .rmFocused > .rmLink,
.RadMenu_Toronto .rmSlide .rmSelected > .rmLink,
.RadMenu_Toronto .rmSlide .rsmSelected > .rsmLink,
.RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
  background-color: transparent;
  color: #fff;
}
.RadMenu_Toronto .rmSlide .rmLink:hover, .RadMenu_Toronto .rmSlide .rmLink:focus,
.RadMenu_Toronto .rmSlide .rsmLink:hover,
.RadMenu_Toronto .rmSlide .rsmLink:focus,
.RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
.RadMenu_Toronto .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
  background-color: transparent;
  color: #C3C4C4;
}

/* These are from old website */
h1 { margin:0;padding:0;border:0;color:#0066AB; }
h2 { margin:0 0 10px 0;padding:0;border:0;color:#0066AB; }
h3 { margin:0;padding:0;border:0;color:#0066AB; }
h4 { margin:0;padding:0;border:0;color:#787878;  display: inline;}
h5 { margin:0;padding:0;border:0;color:#0066AB; }
h6 { margin:0 0 5px 0;padding:0;border:0;color:#787878;}
