/* Prevent scrollbars from appearing in IE 11 and Edge */
html {
  -ms-overflow-style: none;
}
 /* fix error when PscRightColumnFeature would appear to the left of the nav for short pages, like login. */
.has-secondary-col.col-on-right .col-primary {
    min-height: 760px;
}



/* ==========================================================================
    event registration page tweaks for PSC
   ========================================================================== */
.EventSummary .PhotoArea {display: none;}

/*.EventDetails .ContactLocationArea {display: none;}*/

.EventDetails .ContactLocationArea {
	float: right;
}
.EventDetails .PanelField {
	display: none;
}



.hide {display: none !important;}

/* header logo */
#masterHeaderImage {
  background-image: url("/PscImages/psc%20logos/PSC_72x36.png");
  background-repeat: no-repeat;
  width: 72px;
  height: 36px;
  float: left;
 /* margin-top: 10px;*/
}


@media (min-width: 768px) {
  #masterHeaderImage {
    width: 309px;
	height: 104px;
	background-position: 0,0;
 background-image: url("/PscImages/psc%20logos/PSC_logo.png");
  }
}




/* ==========================================================================
    home page links & other links
   ========================================================================== */
	
	a {text-decoration: none;}

	a:hover, a.white-links:hover {
	text-decoration: none;
	color: #e95d2a;
	}
	
	a.white-links {color: white;}
	
    a.linkbutton,
    .linkbutton {
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 30px 0;
    transition: all 0.7s ease;
    }
    a.linkbutton:hover,
    .linkbutton:hover {
    text-decoration: none;
    }
    a.linkbutton.with-icon img {
    width:36px;
    margin-right:5px;
    }
    a.linkbutton {
    color:#fff;
    }
    a.linkbutton.cyan {
    background: #4CBBC3; /* #009eaa; /* The Fallback */
    background: rgba(0, 158, 170, .7)
    }
    a.linkbutton.cyan:hover {
    background: #009eaa; /* The Fallback */
    background: rgba(0, 158, 170, 1)
    }
   
  

/* ==========================================================================
   MASTER PAGE LAYOUT
   ========================================================================== */
/**
 * Styles necessary to properly align the Cities master page
 **/

 
 /* override 10-ultra line 245*/
 /* removed padding around all tagged panels */
 .panel-body { padding: 0; }
 
 /* padding within tagged lists */
 .PscTitleSortDate, .NewsTag  {
	 padding-bottom: 15px;
 }
 
 
 .TaggedListPanel a {font-weight: 400; color: #4490aa; font-size: 110%; text-decoration: none; padding-bottom: 15px; }
 .TaggedListPanel a:hover {color:#55b3cd; color: #e95d2a;}
 
 /* messed up right column
 .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;
}


/* ==========================================================================
   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; 
padding-bottom: 30px;
}


H1, h1, H2, h2, H2.PanelTitle, h2.PanelTitle, H3, h3, H4, h4 { font-family: 'Open Sans', sans-serif; font-weight: 500; }

H2, h2, h2.PanelTitle
{font-size: 140%; }



/* ==========================================================================
   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: 20px; padding-bottom: 0;}

.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: 730px !important;
 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 .ItemContent {
    height: 390px;
    width: 100%;
    overflow: hidden;
}


.HomePageItem .picture {
	width:100%;
	height:125px;
	background-size:cover;
}
	
.HomePageItem .picture a {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
}

/* below not used */
.HomePageItem .Picture{
	padding-bottom: 20px;
}

 .HomePageItem a.TextButton {
  /*  position: relative;
    left: 0;
    margin: 20px auto 0;
*/	
/* to position more button */
position: absolute;
left: 50%;
margin-left: -30%;

top: auto; /*otherwise button height changes on click*/
	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;	
padding-bottom: 20px;
}




.HomePageItem a {
 font-size: 1.25em;
 line-height: 1em;
 font-weight: normal;
 text-decoration: none;
 color: #002144; 
 padding-bottom:40px;
 }
 
.HomePageItem .Title {
	padding: 0 0 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;}


.home-events  .EventTitle{ font-size: 1.2 em; color: red !important;}

/* ==========================================================================
   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}

.orange:hover { 
	background-color: rgba(255,102,0,.8)
}

.green {background-color: #cccc66}
.yellow {background-color: #efa834}

.yellow:hover, .yellow .caption {
background-color: rgba(	255,153,51,.9) !important;
}
.blue {background-color: #0a2143}
.turquois, .turquoise {background-color: #55b3cd}

.purple {
	background-color: #62478c;
}

.blue-purple {
	background-color: #475596;
}

.green {
	background-color: #487852;
}

.gold {
	background-color: #a78001;
}

.red {
	background-color: #7a2d23;
}

.light-orange {
	background-color: #ff6633;
}

.light-orange:hover, .light-orange .caption{
background-color: rgba(255,102,51,.9) !important;
}

.business, .oldyellow {
	background-color: #f0a835;
}

.olive{
	background-color: #c2b362;
}

.olive:hover, .olive .caption {
background-color: rgba(204,204,102,.9) !important;
}	

.blue-gray {
	background-color: #6699cc; 
}

.blue-gray:hover, .blue-gray .caption {
	background-color: rgba(102,153,204,.9) !important;
}

.turquoise {
	background-color: #62adc2; 
}


.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); 
}


/*#NewSlideDesign  h1 {
	background-color: rgba(255,255,255,0.5)	;
	color: #002144;
}

#NewSlideDesign h2 {
	background-color: #FA9F39; 
}

#NewSlideDesign h1, #NewSlideDesign h2 { 
    -webkit-box-shadow: 0 0 0 0; 
    box-shadow:  0 0 0 0;
}*/

.carousel-caption  h1 {
	background-color: rgba(255,255,255,0.7)	;
	color: #002144;
}

.carousel-caption h2 {
	/*background-color: #FA9F39; */
	background-color: rgba(171,237,255,0.8);
}

.carousel-caption h1, .carousel-caption h2 { 
    -webkit-box-shadow: 0 0 0 0; 
    box-shadow:  0 0 0 0;
}

    
.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;

}
 
 
 
 
/* myButton */
    a.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background-color:#d0451b;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color: white !important;
    font-family:Arial;
    font-size:16px;
    padding:20px 0;
    text-decoration:none;
    text-shadow:0px 1px 0px #854629;
    margin-top: 5px;
	width: 100%;
	text-align: center;
    }
    a.myButton:hover {
    background-color:#bc3315;
	background-color: rgba(204,51,51,.8);
	background-color: #ff3300;
	text-decoration: none;
    }
    a.myButton:active {
    position:relative;
    top:1px;
    }


/*
.TaggedListPanel .myButton a:hover {text-decoration: none;}
*/



/* carousel buttons too close */
 .carousel-indicators .active { margin-right:10px;}
 
 
 /* FORMS */
 .PanelFieldValue > input , .PanelFieldValue > select {

    width: 284px;
    /*height: 29px;*/
    border-width: 1px;
    border-style: solid;
    border-color: #B8B8B8;
    /*background-color: #F2F2F2;*/
    position: relative;
}

 .CheckBoxList {
	height: 100% !important;
	border: none !important;
}
.RadTreeView .rtUL {    
    display: block !important;
}