
/* ==========================================================================
   MASTER PAGE LAYOUT
   ========================================================================== */
/**
 * Styles necessary to properly align the Cities master page
 **/

 
 .TaggedListPanel a {font-weight: 400; color: #4490aa; font-size: 110%; text-decoration: none;}
 .TaggedListPanel a:hover {color:#55b3cd; text-decoration: underline;}
 
 .TaggedListPanel div {padding: 5px 0;

/*.col-primary {width: 70%; margin-right: 6%;}*/
/* .col-secondary {width: 24%; } */


body {margin: 0; font-size: 14px;}

/*hide cultrual dropdown*/
.LanguageSelector {display:none;}

/* hide on behalf of */
.obo-container {display: none;}
}
/* ==========================================================================
   MASTERPAGE ELEMENTS
   ========================================================================== */
/* This applies to the loading bar at the top of the page */
.ProgressDiv {
  background-color: #ffdd6f;
}

/* Universal search control */
.search-field {
  background: #fff url("images/ResponsiveHeaderSprite.png") no-repeat;
  background-position: 7px -16px;
  padding-left: 28px !important;
  color: #777;
  border-color: #CCC;
}

.header-search .TextButton {
  display: none;
}

/* header logo */
#masterHeaderImage {
  background-image: url("/PscImages/psc%20logos/PSC_Logo.png");
  background-repeat: no-repeat;
  width: 287px;
  height: 73px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background-position: 0 0;
 /* margin-top: 10px;*/
}

@media (min-width: 768px) {
  #masterHeaderImage {
    /*background-position: 0 -47px;*/
    width: 287px;
	/* consider smaller image here set to 120 px*/
  }
}


#masterLogoArea {
	margin-top: 10px;
	
}

/* placement of service contractor */
#PscServieContractor {
float: right;
width: 200px;	
padding: 0 20px 0 0;
	
}









/* ==========================================================================
   COLORS
   ========================================================================== */
/**
 * Styles necessary to properly style content
 **/
 
 /* tab colors
.orange {background-color: #f06635}
.green {background-color: #c2b362}
.yellow {background-color: #f0a935}
.blue {background-color: #0a2143}
.turquois {background-color: #87d6e5}
 */
 
 /* safe pallette
.orange {background-color: #ff6633}
.green {background-color: #cccc66}
.yellow {background-color: #ff9933}
.blue {background-color: #0a2143}
.turquois {background-color: #99cccc}
 */
 
 /* issues colors */
.orange {background-color: #ff6600}
.green {background-color: #cccc66}
.yellow {background-color: #efa834}
.blue {background-color: #0a2143}
.turquois, .turquoise {background-color: #55b3cd}


/* ==========================================================================
   SECTIONS, RISE ZONES
   ========================================================================== */
/**
 * Styles necessary to properly style content
 **/
.title  {
color:white;
padding: 1%;
text-transform: uppercase;
margin-top: 5%;
margin-bottom: 2%;
}

/* ==========================================================================
   TEXT ELEMENTS
   ========================================================================== */
/**
 *
**/

h1, .h1  {
color: #0a2143; 
font-weight: 500;
}


/* ==========================================================================
  HEADER COLORS
   ========================================================================== */
 .header-top-container,  .header-bottom-container {
  background-color: #002144;
}

/* orange line below nav */
.header-bottom-container {
	border-bottom: solid 5px #de7c4d;
	margin-top:-56px;
}


/* ==========================================================================
   AUXILIARY NAVIGATION
   ========================================================================== */

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #55b3cd;
}
.nav-auxiliary a {
  /* Utility navigation links */
  color: white;
  text-decoration: none;
}
/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */
/*believe skin set to 99%, causes 2 rows of nav */
   .RadMenu {width: 100% !important;}
   

@media (max-width: 767px) {
  .navbar {
    background-color: #002144;
  }
}

.navbar-collapse, .searchbar-collapse {
  background-color: #002144;
}


/* colors for dropdown nav */
.RadMenu.RadMenu_Toronto .rmRootLink.rmSelected {
  /* root item selected styles color!! */
  color: #55b3cd;
  background-color: transparent;
}
.RadMenu.RadMenu_Toronto .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Toronto .rmRootLink:hover,
.RadMenu.RadMenu_Toronto .rmRootLink:focus {
  /* root item hover and focus styles */
  background-color: #002144;
  color: #55b3cd;
}
.RadMenu.RadMenu_Toronto .rmGroup {
  background-color: #002144;
}
.RadMenu.RadMenu_Toronto .rmDisabled > .rmLink,
.RadMenu.RadMenu_Toronto .rsmDisabled > .rsmLink {
  color: white;
}
.RadMenu.RadMenu_Toronto .rmDisabled > .rmLink:hover, .RadMenu.RadMenu_Toronto .rmDisabled > .rmLink:active,
.RadMenu.RadMenu_Toronto .rsmDisabled > .rsmLink:hover,
.RadMenu.RadMenu_Toronto .rsmDisabled > .rsmLink:active {
  background-color: transparent;
  color: white;
}
/* end colors for dropdown */


/*color for dropdown hover*/
.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: #55b3cd;
}
.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: #55b3cd;
}
/*end color for dropdown hover*/














/* ==========================================================================
   SECONDARY NAV
   ========================================================================== */


.RadTreeView.RadTreeView_Toronto > .rtUL > .rtLI {
  /* add a separator border to the first-level sub-nav items only */
  border-top: 1px solid #ddd;
}


/* set colors of nav for items without content connected to sitemap item, verified 9/29 */
.nav-secondary {
  background-color: #4490aa;
  color: white;
}


 /* this one sets background color of selected item. Good one! */  
.rtTop {background-color: #55b3cd; color: white;}


/* parent item */
.nav-secondary .sub-nav-head {
  background-color: #326c82;
  color: #8de0ff;
  font-weight: bold;
  font-size: 100%;
  padding: 10px 15px;
  
 	text-transform: uppercase;
	text-align: center; 
  
}

.RadTreeView.RadTreeView_Toronto .rtIn {
  font-weight: normal !important;
  font-size: 90%;
}

/*
.nav-secondary .SubNavigationSeparator {
  border: none;
  height: 4px;
  background-color: #e9e2cf;
}
*/


/* this affects the visited color */
.RadTreeView.RadTreeView_Toronto a.rtIn {
  color:white;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
}
/* hover background color */
.RadTreeView.RadTreeView_Toronto a.rtIn:hover, .RadTreeView.RadTreeView_Toronto a.rtIn:focus, .RadTreeView.RadTreeView_Toronto a.rtIn:active {
  background-color: #8de0ff;
}




/* ==========================================================================
   FOOTER NAV
   ========================================================================== */
/* top footer region */
#ft {
   /* background-color: white;*/
    color: #fff;
}
.footer-content {
	display: none;
} 

/* primary button */
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton {
  color: #fff;
  background-color: #e95d2a;
  border-color: #e8470c;
  position: relative;
  -webkit-box-shadow: 0px 5px 0 0 #e8470c;
  box-shadow: 0px 5px 0 0 #e8470c;
}


.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton:visited,
.SaveAndClose:hover,
.SaveAndClose:focus,
.SaveAndClose:active,
.SaveAndClose:visited,
.SaveAs:hover,
.SaveAs:focus,
.SaveAs:active,
.SaveAs:visited,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton:visited,
.UsePrimaryButton .TextButtonWithImage:hover,
.UsePrimaryButton .TextButtonWithImage:focus,
.UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active,
.RadGrid input.PrimaryButton:visited {
  color: #fff;
  background-color: #fc6f3c;
  border-color: #fa5f27;
  -webkit-box-shadow: 0px 5px 0 0 #fa5f27;
  box-shadow: 0px 5px 0 0 #fa5f27;
}

#masterContentArea {padding-top: 1%; padding-bottom: 5%}

.FooterLeft {float: left; width: 23%}
.FooterNav {float:left; width: 23%}
.FooterRight {float: left; text-align: center; width: 50%}

.FooterLeft, .FooterNav {font-size: 80%;}

.footer-copyright{padding-top: 4%;}   
   
   
   
/*lower footer region */ 
   
.footer-nav-copyright .NavigationUnorderedList {
   text-align: left; 
    display: block;
}

.NavigationListItem {
    display: block;
}





/* ==========================================================================
   ICONS FOR ISSUE AREAS
   ========================================================================== */
/* alternative way to do it */
/*.ACouncil  h1{background: url("/images/AssocDynamics/Icons/AcquisitionIcon.png") no-repeat;
background-size: 70px;
padding-left: 80px;}
*/

.ACouncil  {background: url("/images/AssocDynamics/Icons/AcquisitionIcon.png") no-repeat;
background-size: 70px;
padding-left: 80px;
height: 80px;}


/* ==========================================================================
   Home Page 
   ========================================================================== */

  /* slider buttons */
#Prev_myCarousel, #Next_myCarousel {
    position:relative;
    top: -260px;
	text-decoration: none;
	color: #4490aa;
}
#Prev_myCarousel:hover, #Next_myCarousel:hover {
	color: #55b3cd;
}

#Prev_myCarousel { left: -15px; }
#Next_myCarousel { right:-706px; }
  
   
 .caroufredsel_wrapper { 
 height:450px;
 width: 710px;
 margin: 0 auto;
}  
   
#myCarousel { height:450px !important;}
 

/* first version*/ 
 .HomePageItem {
 padding: .9em;
 width: 250px !important;
 height: 450px;
 float: left; /*for slider only */
 position: relative; /*emma*/
}

/* second version*/ 
 .HomePageItem {
background-color: #fafafa;
 margin: 0 10px 0 0;
 padding: 10px;
 width: 235px !important;
 height: 450px;
 float: left; /*for slider only */
 position: relative; /*emma*/
 
}



.HomePageItem .HomePageWrapper {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	
}

 .HomePageItem a.TextButton {
  /*  position: relative;
    left: 0;
    margin: 20px auto 0;
*/	

bottom: 10px;
    padding: 4px 10px;
    
    display: block;
    width: 60%;
    font-size: .9em;
    background: #E85D29;
    border: none;
    webkit-box-shadow: 0px 3px 0 0 #9A3610;
    box-shadow: 0px 3px 0 0 #9A3610;
}
.HomePageItem a.TextButton:hover {
    background:#FC6F3C;
}

 .HomePageItem a.TextButton,
 .HomePageItem a.TextButton:hover,
 .HomePageItem a.TextButton:visited
  {
     color:#fff;
 }

.HomePageItem img {
width: 710px;	
	
}




.HomePageItem a {
 font-size: 1.25em;
 line-height: 1em;
 font-weight: normal;
 text-decoration: none;
 color: #002144; 
 padding-bottom:40px;
 }
 
.HomePageItem .Title {
	padding: 20px 0;
} 
 
.HomePageItem .Teaser {
	
font-size: .80em;
}
   

.HomeTitle {
	font-size: 26px;
	font-weight: bold;
	color: #002144; 
	text-transform: uppercase;
} 
 
 
 /* twitter icon for feed on home page*/
.twitter {
background-image: url("/images/AssocDynamics/icons/twitter.png");
background-repeat: no-repeat;
background-size:30px;
background-position: right 5px top;
/*need some space bewteen title and feed*/
padding-bottom: 10px;
}

.twitter img {
	height: 100%;
}
 
 
 
.home-box-title {
	color: red;
	font-size: 22px;
	text-align: center;
	padding: 1em;
	position: relative;
	top: 120px;
	display: none;
}   
 

.home-box img {
/*  I am commenting this out because this seems to be the trouble*/
	
	position: relative;
	/*height: 60% !important;
	position: absolute;
	left: 81px;
	bottom: 18px;
	*/


} 
.home-box a {
 position: absolute;
width: 100%;
text-align: center;
bottom: 10px;
display: block;
left: 0;
  height:120px;
}
.home-box a img {
  height: 100% !important;
  width:auto !important;
}

.home-box {
	position: relative;
	height: 200px;
	width: 275px;
	background-color: whitesmoke;
	font-size: 17px;
	text-align: center;	
	padding: 0.5em 1.5em 0 1.5em;
	color: white;
}

.home-box span
{background-color: inherit !important;}

.policy, .orange {
	background-color: #f06735;
}

.business, .yellow {
	background-color: #f0a835;
}
.executive, .olive{
	background-color: #c2b362;
}
.resources , .turquois {
	background-color: #62adc2;
}

.home-events  .EventTitle{ font-size: 1.2 em; color: red !important;}

/*colors */
.purple {
	background-color: #62478c;
}

.blue-purple {
	background-color: #475596;
}

.green {
	background-color: #487852;
}

.gold {
	background-color: #a78001;
}

.red {
	background-color: #7a2d23;
}



.dark-turquoise {
	background-color: #6097ab;
}
.light-turquoise {
	background-color: #55b3cd;
}

/* boxes on about */
.short-box {
	height: 150px;
}

.shorter-box {
	height: 100px;
}


.short-box img {
	max-height: 80% !important;
	max-width: 30% !important;
	
}

.short-box .h1, .short-box h1, .short-box .div , .shorter-box .h1, .shorter-box h1 {
	color: white;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	margin: 40px auto;
	
}




/* home page captions */


.carousel-caption{
	left: auto;
	bottom: 60;	
}

.carousel-caption h1, .carousel-caption h2  {
	color: white;
	text-decoration: none;
	display: block;
	position: relative;
	float: right;
}


.carousel-caption h1 {
	background-color: rgba(226,91,43,0.8);
	/*width: 300px;*/
	font-size: 1.6em;
	text-align: left;
	padding: 20px;
	margin-bottom: 0;
}


.carousel-caption h2 {
	background-color: rgba(171,237,255,0.8);
	clear: both;
	margin-top: 0;
	font-size: 1em;
	padding: 5px 10px;
}

@media (min-width: 768px) {
  .carousel-caption {
/*    right: 30%;
	width: 300px;*/
	}
}


/* home page captions */
/* original values too large     
.carousel-caption h1, .carousel-caption h2 { 
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.5); 
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.5); 
}
    
.carousel-caption h1 { font-size: 30px; line-height: 38px; padding: 2px 10px 0; }
.carousel-caption h2 { font-size: 11px; line-height: 14px; padding: 7px 26px 7px 13px }
    
@media (min-width: 768px) {
    .carousel-caption h1 { font-size: 40px; line-height: 44px; padding: 1px 14px 1px 16px; }
    .carousel-caption h2 { font-size: 14px; line-height: 18px; padding: 10px 38px 9px 20px; }
}
 
@media (min-width: 992px) {
    .carousel-caption h1 { font-size: 50px; line-height: 56px; padding: 1px 14px 1px 16px; }
    .carousel-caption h2 { font-size: 16px; line-height: 22px; padding: 10px 38px 9px 20px; }
}

@media (min-width: 1200px) {
    .carousel-caption h1 { font-size: 60px; line-height: 70px; padding: 10px; }
}

*/

.carousel-caption h1, .carousel-caption h2 { 
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.5); 
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.5); 
}
    
.carousel-caption h1 { font-size: 25px; line-height: 35px; padding: 2px 10px 0; }
.carousel-caption h2 { font-size: 11px; line-height: 14px; padding: 7px 26px 7px 13px }
    
@media (min-width: 768px) {
    .carousel-caption h1 { font-size: 30px; line-height: 40px; padding: 1px 14px 1px 16px; }
    .carousel-caption h2 { font-size: 14px; line-height: 18px; padding: 10px 38px 9px 20px; }
}
 
@media (min-width: 992px) {
    .carousel-caption h1 { font-size: 35px; line-height: 45px; padding: 1px 14px 1px 16px; }
    .carousel-caption h2 { font-size: 16px; line-height: 22px; padding: 10px 38px 9px 20px; }
}

@media (min-width: 1200px) {
    .carousel-caption h1 { font-size: 40px; line-height: 50px; padding: 10px; }
}



/*  ===========================================================================================

								SIMPLE TEXT CHANGES
		
    =========================================================================================== */

.PscItemWrapper {
margin: 0 0 28px;	
}
	
	
.PscItemTitle {
margin: 0 0 8px;	
}
	
.PscItemTitle a {
font-size: 1.17em;
line-height: 1.25em;

font-weight: normal;	
text-decoration: none;
}	
	
.PscItemTitle a:hover {
text-decoration: none;
color: #009eaa;
color: #f06735;
}	
	
	
.PscItemSummary  {
font-size: 1.0em;
line-height: auto;

}
 
