/**********************************************************************************************/
@font-face {
    font-family: Semibold;
    src: url(OpenSans-Semibold.ttf);
}
span.rmText {
    font-family: Semibold;
}


/***************CSS Fixes***************/

.SearchResultSummary a {
   
    color: white !important;
   
}




/*------------- Slider --------------*/
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    background-color: #5c5a61 !important;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #5c5a61;
    border-radius: 10px;
}

@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: -47px !important;
}
}
@media screen and (min-width: 606px){
.carousel-indicators {
    bottom: -47px !important;
}
}

.footer-social {
    padding-top: 0px;
}


/*-----------------------------------------HOVER IMAGES ON THE HOME PAGE ------------------------------------*/

#back {
    text-align: center;
    height: 355px;
    width: 100%;
    padding: 10px;
    padding-top:9%;
    border-radius: 15px;
    background: rgba(194,192,194,1);
    background: -moz-linear-gradient(-45deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(194,192,194,1)), color-stop(14%, rgba(194,192,194,1)), color-stop(91%, rgba(254,254,254,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(-45deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
    background: linear-gradient(135deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c0c2', endColorstr='#fefefe', GradientType=1 );
}


#texthomePage, #headingHoverImage {
    font-weight:600;
    padding-top:10%;
    padding-bottom:10%;
    font-size:160%;
    font-weight:600;
    text-align:center;
    word-wrap:break-word;
    max-width:50%;
    line-height: normal;
}
.AllHoverContent {
    display: block;
    margin: 0 auto;
   
    width: 70%;
}

span#HomePageIconImage {
    display: block;
    margin-top: 14%;
}

.imgWrap {
  position: relative;
  height: 200px;
  width: 257px;
}

    .imgWrap img {
    width:64% !important;
    padding-bottom:9%;
    }

.imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  color: #fff;
  height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);

  cursor: pointer;
display: flex;
    align-items: center;display: flex;
    align-items: center;
  visibility: hidden;
  opacity: 0;
    -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
      border-radius: 15px;
  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}


.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
 
}

.imgWrap:hover > #texthomePage {
display:none;
}
.HoverButtonHomepage {
padding: 3%;
    border-radius: 6px;
    background-color: white;
    color: black;
    display: block;
    width: 65%;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 9%;
}
    .Publications .AllHoverContent {
    color: white;
    }

#back {
height:284px !important;
}

}
@media (max-width:767px) and (min-width:432px) {

#back {
padding-top: 3%
}

.imgWrap img {
    width: 42% !important;
    padding-bottom: 2%;
}
}



@media( min-width:1000px ){

#back {
height:355px !important;
}
#back.Publications {
height:290px !important;
}
}

@media (max-width:1200px) and (min-width:994px) {
	#back {
height:305px !important;
}
	
}

@media (max-width:990px) and (min-width:767px) {
	#back {
height:250px !important;
}
	
}


@media (max-width:1200px) and (min-width:1100px) {
#back.Publications {
height:240px !important;
}
}


.Publications {
/* height:300px !important;*/
}

@media (max-width:899px) and (min-width:767px) {
#back.Publications {
height:220px !important;
}
}

@media (max-width:1100px) and (min-width:900px) {
#back.Publications {
height:250px !important;
}
}
@media (max-width: 991px) and (min-width:767px) {
#back.Publications {
height:209px !important;
}
}
@media (max-width:570px) and (min-width:432px) {
.imgWrap img {
    width: 50% !important;
    padding-bottom: 2%;
}
}
@media (max-width:490px) and (min-width:432px) {
.imgWrap img {
    width: 64% !important;
    padding-bottom: 2%;
}
}


	@media( min-width:768px ){
    .Publications img {
    padding-bottom:15% !important;
    }
	}

    .Publications #texthomePage {
        font-size: 141%;
    }

    .Publications .AllHoverContent {
    width:93% !important;
    }

    .Publications .HoverButtonHomepage {
    margin-top:7% !important;
    }

/*---------------------------------------------------------------------------------*/

/*-----------------------------------------Body------------------------------------*/

.OfficersCSS h3 {
font-size:14px;
}


body {font-family: 'Open Sans', sans-serif !important;
      color:black;
	  font-size: 16px !important;
}
h1, .h1, .PageTitle, h2, .h2, .PanelTitle {
    font-family: 'Open Sans', sans-serif;
    color:black;
}


 hr {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-width: 1px 0 0 0 !important;
    border-style: solid ;
    border-color: black ;
}

#masterContentArea hr {
   border-style: solid !important;
    border-color: black  !important;
	    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.RadTreeView.RadTreeView_Austin .rtIn {
    font-weight: 600 !important;
    display: block;
}


#masterContentArea a:visited {
color:black;

}
#masterContentArea a {
color:black;
text-decoration:underline;
font-weight:bold;
} 

.TaggedListPanel a {
    color:black ;
    text-decoration:underline !important;
	    font-weight: 600;
}
.TaggedListPanel a:hover {
	    color:#A1C9C8 !important;

} 
.TaggedListPanel h3 a {
    color:black !important;
    text-decoration:none !important;
	    font-weight: 400;
}
/*-----------------------------------------Advocacy > Interventions Page------------------------------------*/
@media (min-width: 992px) {
    .has-secondary-col.col-on-right .col-secondary {
        float: none;
    }
}

@media (min-width: 1200px) {
    .BestPracticeZone{
	width: 131%;
    margin-left: -258px;
	}
	}

@media ( max-width: 1200px ) {
    .nav-secondary .sub-nav-head {
    font-size: 140% !important;
    }
}

	@media only screen and (min-width:990px) and (max-width: 1200px) {
	
	.BestPracticeZone{
	    width: 132%;
    margin-left: -26%;
	}
	
	}
	
	.BestPracticeZone hr{
	    margin-bottom: 37px !important;
	}
	
	.TaggedListNewArchive  .PanelBody{
	padding:0px !important;
	}

/*-----------------------------------------Cart Page------------------------------------*/

.CartCharges .GrandTotal .PanelField .Label, .CartCharges .GrandTotal .PanelField {
    color: black;
}

/*-----------------------------------------Home Page------------------------------------*/


h2, .PanelTitle {
   
    line-height: 1.45em;
    font-size: 200%;
    font-weight: 600;
}

.glyphicon {
font-size:0px !important;
}

.VALeftArrow {
    background-image:url(images/TAS_arrow_left.png);
       width: 21px !important;
    height: 34px !important;
      display:block;
      background-position: center center;
    background-size: cover;
}

.VARightArrow {
    background-image:url(images/TAS_arrow_right.png);
       width: 21px !important;
    height: 34px !important;
    display:block;
    background-position: center center;
    background-size: cover;
}



.Slider.FullWidth .SliderPage1 .ActionButton {
    margin-top: 1em;
    text-align: left;
}
@media(min-width: 767px){
.HomePageTagged {
    border-right-style: solid;
    border-right-width: thin;
    padding-right: 8%;
}
}

@media(max-width: 767px){
	.HomePageTagged {
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-bottom: 5%;
}
	
}

@media(min-width:767px){
.BecomeAMember {
padding-left: 3%;
    border-left-style: solid;
    border-color: #A1C9C8;
    border-width: 6px;
  /*  margin-left: ;
    margin-top: ; */
	height:100%;
	    display: flex;
    align-items: center;
	}
}
.BecomeAMember h2{
	margin-top:0px !important;
}

.SearchResultLink a {
color:white !important;
}


.TaggedListPanel a {
   
    text-decoration:underline;
}

.TaggedListPanel h3 a {
    color:black ;
    text-decoration:none;
}


@media(min-width: 994px){
.MembershipsArea img {
    max-width: 100%;
    height: 100% !important;
}
.MembershipsArea .col-md-9, .MembershipsArea .col-md-3{ height :100%;}
}



/*-----------------------------------------HEADER MENU------------------------------------*/


.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
    text-transform: capitalize;
	}
	
.breadcrumb {
   background-color: transparent;
}

.nav-auxiliary a:hover {
    color: #A1C9C8 !important;
    
}

#masterHeaderBackground, .header {
border:none;
}
.header {
padding-bottom:0px;
}

.navbar {
    border-radius: 0px !important;
	    padding-top: 0px;
}

.RadMenu.rmResponsive .rmGroup{
    background-color:rgba(241,240,242,0.85);

}

#hd {
         background-color: #5B5A60;
    /*background-color: rgba(93,91,98, 0.85);*/
	
    color:white;
  
}
    #hd input[type="text"] {
    border-radius:8px;
   /* background-color: rgba(93,91,98, 0.1); */
	  background-color: #5B5A60;
	
  /*  background-color: #757379; */
    color:white;
        border: 1.5px solid white;
        width:172px;
    }

.search-field {
    background: white url(images/ResponsiveHeaderSprite.png) no-repeat;
    background-position: 95% 10px;
    padding-left: 7px ;
  
}

#hd h2{ color:white;
}
#headerBackgroungImage{ 
   
   /* background-image:url(images/home-page-banner.jpg); */
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
@media(max-width: 767px){
#advocateMasterHeaderImage img{
}
}

@media(min-width: 767px){
#advocateMasterHeaderImage img{
height:68px !important;
}
}

.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
color:white;
/*ADACB0*/
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
        background-color:initial;
}

 .navbar-header {
        float: right !important;
        margin-top: 1.5%;
    }

.nav-auxiliary a {
color:white !important;
text-decoration:underline;
}


.sub-nav-body{
border-top: 1px solid #000;
padding-top:5px;
}



.nav-auxiliary .nav-aux-cart .nav-text {
    background-position: 0 -52px;
}

.nav-auxiliary .nav-aux-account .nav-text {
    background-position: 0 -100px;
}

.RadMenu.rmResponsive .rmRootLink:hover,
.RadMenu.rmResponsive .rmRootLink:focus,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink {
background-color:initial;
}
@media (min-width: 768px){
.navbar-collapse.collapse {

    margin-bottom: -1px !important;
}}


.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
    text-transform: none;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-bottom: 10px !important;
    padding-top: 6px !important;
    height: 35px;
}
    .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink:hover {
    background-color:#D4D4D7;
    color:black;
    }
	
.OfficersCSS{
    margin-left: 2%;
}

h1{
margin-top:0px !important;
}	
@media (min-width:768px){
.h1, h1 {
    font-size: 36px !important;
}
}

@media (max-width:767px){
.h1, h1 {
    font-size: 33px !important;
}

.HomePageTwitter {
    margin-top: 21px;
}
}
/****for dropdown menu****/
.rsmList .rsmLevel .rsmOneLevel .rmsItem .rmsLink{ 
    color:black;
    }

.rmResponsive .rmSlide .rsmLink:hover, .RadMenu.rmResponsive .rmDisabled > .rmLink:hover, .RadMenu.rmResponsive .rmDisabled > .rmLink:active, .RadMenu.rmResponsive .rsmDisabled > .rsmLink:hover, .RadMenu.rmResponsive .rsmDisabled > .rsmLink:active{
   
       color:#a2c9c8;
}

.rmResponsive .rmSlide .rmLink, .rmResponsive .rmSlide .rsmLink {
color:black;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 0;
}

.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
    
    font-size: 100%;
    font-weight: 600;
	}

.RadMenu.rmResponsive .rmDisabled > .rmLink, .RadMenu.rmResponsive .rsmDisabled > .rsmLink {
color:black;
}


/*****************HR Header***************/
#menuHeaderline {
border-bottom-style:solid;
color:white;
margin-left: 0px;
     margin-right: 0px; 
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: white;
        margin-bottom: 0px;
        margin-top:12px;
}

/*****************************************Header Logo*************************************/

#advocateMasterHeaderImage {
text-decoration:none;
color:inherit;
font-weight:bold;
}





/******************************************* Headings ***********************/

h2, .PanelHead.Distinguish, .TitleBarCaption, div.PanelTitle, .panel-heading.Distinguish {
border:none;

}

.FilterPanel {
    background-color: transparent;
}



/******************************************* Member Directory IQA ***********************/


.MemberDirectoryIQA {
    padding-left:4%;
}

.MemberDirectoryIQA .RadGrid_MetroTouch .rgHeader,
.MemberDirectoryIQA .RadGrid_MetroTouch .rgHeader a {
    color: black !important;
    background-color: transparent !important;
    text-decoration:none !important;
}

.MemberDirectoryIQA .RadGrid_MetroTouch .rgAltRow {
background-color:transparent !important;
}

th, td {
   background-color:transparent !important;
}

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_Metro .rgSelectedRow a, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_Metro th.rgSorted a {
    color: black !important;
}

.MemberDirectoryIQA tr {
border-bottom-style:solid;
border-bottom-color:black;
border-bottom-width:2px;
}

.MemberDirectoryIQA th a {
text-decoration:none !important;
font-size:134%;
}

.MemberDirectoryIQA .RadGrid_MetroTouch {
    border: none !important;
}
.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper, .RadGrid_MetroTouch .rgMultiHeaderRow th.rgHeader, .RadGrid_MetroTouch .rgMultiHeaderRow th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid black !important;
    border-left: none !important;
    
}

.MemberDirectoryIQA .RadGrid_MetroTouch .rgRow td {
    border-style: solid ;
    border-width: 0 0 1px 0px !important;
    border-color: black !important;
    font-size: 114%;
}
.MemberDirectoryIQA .RadGrid .rgRow td, .RadGrid .rgAltRow td,.MemberDirectoryIQA .RadGrid .rgEditRow td,.MemberDirectoryIQA .RadGrid .rgFooter td {
    padding-top: 4% !important;
    padding-bottom: 3px;
}

.MemberDirectoryIQA .RadGrid_MetroTouch .rgHeader:first-child,.MemberDirectoryIQA .RadGrid_MetroTouch th.rgResizeCol:first-child,.MemberDirectoryIQA .RadGrid_MetroTouch .rgFilterRow>td:first-child,.MemberDirectoryIQA .RadGrid_MetroTouch .rgRow>td:first-child,.MemberDirectoryIQA .RadGrid_MetroTouch .rgAltRow>td:first-child {
    border-left-width: 0;
    padding-left: 8px;

}
.MemberDirectoryIQA .RadGrid_MetroTouch .rgAltRow td {
    border-color: black !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
        font-size: 114%;
}

/******************************************* Mobile menu ***********************/
.navbar-toggle.collapsed {
    background-color: transparent;
}
 .navbar-toggle:hover, .navbar-toggle:focus {
    background-color:rgba(93,91,98, 0.85);
        border-color: rgba(241,240,242,0.85);
    }

 .rmResponsive .rmSlide .rmFocused > .rmLink, .rmResponsive .rmSlide .rmSelected > .rmLink, .rmResponsive .rmSlide .rsmSelected > .rsmLink, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
    background-color: transparent;
    color: black;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0;
}


.auth-link-container {
    background-color:#D4D4D7;
}

#auxMenuForMobile a{
    color:black;
    text-decoration:none;
        font-size: 100%;
    font-weight: bold;
    letter-spacing: 0;
}



/**********************************************************************************************/
/*-----------------------------------------Navingation panel left ( side menu )------------------------------------*/

.RadTreeView.RadTreeView_Austin a.rtIn:hover, .RadTreeView.RadTreeView_Austin a.rtIn:focus{
color: #A1C9C8;
}

.nav-secondary {
    background-color: transparent;
    float: left;
    margin-right: 24%;
    width: 85%
}

.RadTreeView.RadTreeView_Austin a.rtIn {
    color: black;
}

/********Float nav to left*/

	

	
	
.nav-secondary .sub-nav-head {
 background-color: transparent;
    padding-bottom: 0;
    color: black;
    border: 6px;
    border-right-color: #A1C9C8;
    border-right-style: solid;
    border-right-style: solid;
    border-bottom-width: thin;
    font-size: 160%;
    margin-bottom: 22px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: right;
	padding-top:0px;
}
.panel-body {
    padding: 15px;
    padding-left: 0px !important;
}

.navbar-collapse.in {
   
    overflow: visible !important;
}

.RadTreeView.RadTreeView_Austin .rtIn, .RadTreeView.RadTreeView_Austin .rtHover .rtIn, .RadTreeView.RadTreeView_Austin .rtSelected .rtIn {
    padding: 10px 15px;
    border: none;
    float: right;
	text-align:right;
}

/**********************************************************************************************/
/*-----------------------------------------Slider------------------------------------*/
.carousel-indicators li {
    background-color: black;
    border: 1px solid black;
}
.carousel-control {
color:black;
}

@media (max-width: 1100px) {

    .FullWidth {
        width: 70% !important;
    }
}
@media (max-width: 1030px) {

   .FullWidth {
    width: 75% !important;
}

}

@media (max-width: 605px) {

    .carousel-indicators {
    bottom: -37px !important;
}

    .MediumButton, .UseMediumButton .TextButton, .UseMediumButton .TextButtonWithImage {
    font-size: 120% !important;
    padding: 0px 4px !important;
}

   .FullWidth {
    width: 96% !important;
}
   .Slider.FullWidth h1 {
    font-size: 210%;
}

}


.carousel-indicators {
    bottom: 0px;
}

.TextBreak {
word-break:break-word;
}

.carousel-inner, Cinner{ 
    height: 324px;
    margin-top: 6%;
    padding-left: 12%;
    padding-right: 12%;
    /*margin-bottom: 6%;*/
}


@media (min-width: 830px) { 
.carousel-inner, Cinner{ 
    height: 324px;
    margin-top: 2% !important;
    padding-left: 12%;
    padding-right: 12%;
    /*margin-bottom: 6%;*/
}

.Slider.FullWidth {
    height: 19em !important;
}
}


.carousel-control, CControl{
    background-image: initial !important;
}

.Slider.FullWidth {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
    height: 24em;
    border-radius: 30px;
    background-size: cover;
    margin: auto;
    margin-top: 2.7%;
    margin-bottom: 2.7%;
}

.FullWidth {
width:60%;
}

.SliderPage1 {
padding-left:0px;
padding-right:0px;
    
}

.Slider.FullWidth .SliderPage1 .SliderContent {
    overflow: hidden;
    background-color:transparent;
        /*background-color: rgba(255, 255, 255, 0.75);*/
}

.Slider.FullWidth .SliderPage1 h1, .Slider.FullWidth .SliderPage1 .SliderText  {
color:black;
overflow:hidden;
}

.Slider.FullWidth .SliderPage1 h1 {
    font-weight:700;
}

/**********************************************************************************************/
/*-----------------------------------------Footer------------------------------------*/


.footer-nav-copyright, .footer-promo-container .promo, .footer-content {
    background-color: #5d5b62;
}


.footer-promo-container .promo {
    box-shadow: none;
}
.footer-content{
text-align:left;
    padding-top: 3%;
    padding-bottom: 2%;
}

#ft h3 {
    font-weight: 500;
    line-height: 12px;
	    /*font-size: 18px !important;*/
         font-size: 14px !important;
    margin-top: 17px;
    margin-bottom: 10px;
}

/**********************************************************************************************/
/*-----------------------------------------Button Colors ------------------------------------*/

.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton.active,
 .SaveAndClose:hover, .SaveAndClose:focus, .SaveAndClose:active, .SaveAndClose.active,
 .SaveAs:hover, .SaveAs:focus, .SaveAs:active, .SaveAs.active, .UsePrimaryButton .TextButton:hover,
 .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .UsePrimaryButton .TextButton.active,
 .UsePrimaryButton .TextButtonWithImage:hover, .UsePrimaryButton .TextButtonWithImage:focus,
 .UsePrimaryButton .TextButtonWithImage:active, .UsePrimaryButton .TextButtonWithImage.active,
 #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active,
 #masterHeaderActionArea a.active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus,
 .RadGrid input.PrimaryButton:active, .RadGrid input.PrimaryButton.active {
        background-color: #ADACB0 ;


}
.PrimaryButton, .SaveAndClose, .SaveAs,
.UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a, .RadGrid input.PrimaryButton {
         background-color: #5C5A61 ;
         border-radius: 4px;
}

/**********************************************************************************************/
/*-----------------------------------------Event List Colors ------------------------------------*/


.EventSummary {
    background-color: transparent;
}

.SearchField, .SearchResultSummary .ListItemTitle a {
    display: block;
    background-color: #5C5A61;
    padding: 8px 12px;
}
.SearchField label {
    font-size: 120%;
    color: white;
}

.SearchResultSummary .ListItemTitle a {
    text-decoration: none;
    color: white !important;
    margin: -4px -7px 0;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover {
    background-color: #5C5A61;
    border-color: #5C5A61;
    color: #fff !important;
}



.RadGrid a:visited, .RadGrid a {
    color: #5C5A61 !important;
}
.SearchResultSummary .ListItemTitle a {
    text-decoration: none;
    color: white !important;
    margin: -4px -7px 0;
}

.panel-border {
border:none;
}

.SearchResultSummary .ListItemTitle a:hover {
     background-color: #5C5A61;

}

.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #5C5A61 !important;
}

.ProgressTracker2 .ProgressTrackerPanel {
      background-color: #5C5A61;
}

    .ProgressTracker2 .ProgressTrackerPanel .label {
    color:white;
    }
ProgressTrackerPanel a {
color:white !important;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: transparent;
    text-transform: none;
    border-color: transparent;
    background-color: #5C5A61 !important;
    border: none;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    color: #fff;
    border: 1px solid transparent;
}

.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton, .RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
       background-color: #5C5A61;
    border-color: transparent;
    color: #fff !important;
}

.btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
  background-color: #5C5A61;
  color:white ;
 
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-radius: 4px;

}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .TextButton:hover, .TextButton:focus, .TextButton:active, .TextButton.active, .TextButtonWithImage:hover, .TextButtonWithImage:focus, .TextButtonWithImage:active, .TextButtonWithImage.active, .ruButton:hover, .ruButton:focus, .ruButton:active, .ruButton.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.TextButton:hover, .RadGrid input.TextButton:focus, .RadGrid input.TextButton:active, .RadGrid input.TextButton.active {
   background-color: #5C5A61;
  color:white !important;
         }

h4, .SectionLabel, h5 {
    color: black;
}
.PrimaryButton.disabled, .PrimaryButton.disabled:hover, .PrimaryButton.disabled:focus, .PrimaryButton.disabled:active, .PrimaryButton.disabled.active, .PrimaryButton[disabled], .PrimaryButton[disabled]:hover, .PrimaryButton[disabled]:focus, .PrimaryButton[disabled]:active, .PrimaryButton[disabled].active, fieldset[disabled] .PrimaryButton, fieldset[disabled] .PrimaryButton:hover, fieldset[disabled] .PrimaryButton:focus, fieldset[disabled] .PrimaryButton:active, fieldset[disabled] .PrimaryButton.active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active, .PrimaryButton.aspNetDisabled.active, .SaveAndClose.disabled, .SaveAndClose.disabled:hover, .SaveAndClose.disabled:focus, .SaveAndClose.disabled:active, .SaveAndClose.disabled.active, .SaveAndClose[disabled], .SaveAndClose[disabled]:hover, .SaveAndClose[disabled]:focus, .SaveAndClose[disabled]:active, .SaveAndClose[disabled].active, fieldset[disabled]
 .SaveAndClose, fieldset[disabled]
 .SaveAndClose:hover, fieldset[disabled]
 .SaveAndClose:focus, fieldset[disabled]
 .SaveAndClose:active, fieldset[disabled]
 .SaveAndClose.active, .SaveAndClose.aspNetDisabled, .SaveAndClose.aspNetDisabled:hover, .SaveAndClose.aspNetDisabled:focus, .SaveAndClose.aspNetDisabled:active, .SaveAndClose.aspNetDisabled.active, .SaveAs.disabled, .SaveAs.disabled:hover, .SaveAs.disabled:focus, .SaveAs.disabled:active, .SaveAs.disabled.active, .SaveAs[disabled], .SaveAs[disabled]:hover, .SaveAs[disabled]:focus, .SaveAs[disabled]:active, .SaveAs[disabled].active, fieldset[disabled]
 .SaveAs, fieldset[disabled]
 .SaveAs:hover, fieldset[disabled]
 .SaveAs:focus, fieldset[disabled]
 .SaveAs:active, fieldset[disabled]
 .SaveAs.active, .SaveAs.aspNetDisabled, .SaveAs.aspNetDisabled:hover, .SaveAs.aspNetDisabled:focus, .SaveAs.aspNetDisabled:active, .SaveAs.aspNetDisabled.active, .UsePrimaryButton .TextButton.disabled, .UsePrimaryButton .TextButton.disabled:hover, .UsePrimaryButton .TextButton.disabled:focus, .UsePrimaryButton .TextButton.disabled:active, .UsePrimaryButton .TextButton.disabled.active, .UsePrimaryButton .TextButton[disabled], .UsePrimaryButton .TextButton[disabled]:hover, .UsePrimaryButton .TextButton[disabled]:focus, .UsePrimaryButton .TextButton[disabled]:active, .UsePrimaryButton .TextButton[disabled].active, fieldset[disabled]
 .UsePrimaryButton .TextButton, fieldset[disabled]
 .UsePrimaryButton .TextButton:hover, fieldset[disabled]
 .UsePrimaryButton .TextButton:focus, fieldset[disabled]
 .UsePrimaryButton .TextButton:active, fieldset[disabled]
 .UsePrimaryButton .TextButton.active, .UsePrimaryButton .TextButton.aspNetDisabled, .UsePrimaryButton .TextButton.aspNetDisabled:hover, .UsePrimaryButton .TextButton.aspNetDisabled:focus, .UsePrimaryButton .TextButton.aspNetDisabled:active, .UsePrimaryButton .TextButton.aspNetDisabled.active, .UsePrimaryButton .TextButtonWithImage.disabled, .UsePrimaryButton .TextButtonWithImage.disabled:hover, .UsePrimaryButton .TextButtonWithImage.disabled:focus, .UsePrimaryButton .TextButtonWithImage.disabled:active, .UsePrimaryButton .TextButtonWithImage.disabled.active, .UsePrimaryButton .TextButtonWithImage[disabled], .UsePrimaryButton .TextButtonWithImage[disabled]:hover, .UsePrimaryButton .TextButtonWithImage[disabled]:focus, .UsePrimaryButton .TextButtonWithImage[disabled]:active, .UsePrimaryButton .TextButtonWithImage[disabled].active, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:hover, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:focus, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:active, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage.active, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled.active, #masterHeaderActionArea a.disabled, #masterHeaderActionArea a.disabled:hover, #masterHeaderActionArea a.disabled:focus, #masterHeaderActionArea a.disabled:active, #masterHeaderActionArea a.disabled.active, #masterHeaderActionArea a[disabled], #masterHeaderActionArea a[disabled]:hover, #masterHeaderActionArea a[disabled]:focus, #masterHeaderActionArea a[disabled]:active, #masterHeaderActionArea a[disabled].active, fieldset[disabled]
 #masterHeaderActionArea a, fieldset[disabled]
 #masterHeaderActionArea a:hover, fieldset[disabled]
 #masterHeaderActionArea a:focus, fieldset[disabled]
 #masterHeaderActionArea a:active, fieldset[disabled]
 #masterHeaderActionArea a.active, #masterHeaderActionArea a.aspNetDisabled, #masterHeaderActionArea a.aspNetDisabled:hover, #masterHeaderActionArea a.aspNetDisabled:focus, #masterHeaderActionArea a.aspNetDisabled:active, #masterHeaderActionArea a.aspNetDisabled.active, .RadGrid input.PrimaryButton.disabled, .RadGrid input.PrimaryButton.disabled:hover, .RadGrid input.PrimaryButton.disabled:focus, .RadGrid input.PrimaryButton.disabled:active, .RadGrid input.PrimaryButton.disabled.active, .RadGrid input.PrimaryButton[disabled], .RadGrid input.PrimaryButton[disabled]:hover, .RadGrid input.PrimaryButton[disabled]:focus, .RadGrid input.PrimaryButton[disabled]:active, .RadGrid input.PrimaryButton[disabled].active, fieldset[disabled]
 .RadGrid input.PrimaryButton, fieldset[disabled]
 .RadGrid input.PrimaryButton:hover, fieldset[disabled]
 .RadGrid input.PrimaryButton:focus, fieldset[disabled]
 .RadGrid input.PrimaryButton:active, fieldset[disabled]
 .RadGrid input.PrimaryButton.active, .RadGrid input.PrimaryButton.aspNetDisabled, .RadGrid input.PrimaryButton.aspNetDisabled:hover, .RadGrid input.PrimaryButton.aspNetDisabled:focus, .RadGrid input.PrimaryButton.aspNetDisabled:active, .RadGrid input.PrimaryButton.aspNetDisabled.active {
   background-color: #5C5A61;
  color:white !important;
  
}

.PrimaryButton, .SaveAndClose, .SaveAs, .UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a, .RadGrid input.PrimaryButton , .Save, .Cancel{
       background-color: transparent;
  color:#5C5A61 !important;
  padding-top:1px !important;
  padding-bottom:1px !important;
      border: 3px solid #5C5A61 !important;
	  font-weight: bold !important;
}
.ProgramGroup .PanelHead, .ProgramGroup .panel-heading {
     background-color: #5C5A61;
  color:white !important;
}
.ProgramGroup .PanelHead h2, .ProgramGroup .panel-heading h2{
     background-color: #5C5A61;
  color:white !important;
}



#backgroungImageText {
      background-image: url(images/Journal.jpg);
    height: 200px;
   /* padding: 2%; */
   display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
border-radius: 11px;
    background-repeat: no-repeat;

}

#backgroungImageImage {
    float: left;
    width: 21%;
    padding-right: 3%;
    padding-left: 2%;

}


#backgroungImageTextP h3 {
 margin-top: 0px;
    font-weight: 700;
    font-size: 150%;
}

#backgroungImageTextP {
    background-image: url(images/Journal.jpg);
    height: 120px;
    padding: 2%;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 91%;
	display: flex;
    align-items: center;
}

#backgroungImageTextP img{
        float: left;
    width: 34% !important;
    padding-right: 3%;
    padding-left: 3%;
    

}


.PracticeWrapper {
    WIDTH: INHERIT;
    MARGIN: 0 AUTO;
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}

@media (max-width: 767px) {
    #backgroungImageTextP img {
        width: 34% !important;
    }

    #hd img {
        width: 96%;
        padding-left: 4%;
    }
    
    .PracticeWrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width:59%;
    }


    #backgroungImageTextP{ margin: 0 auto;
    }
}
    
@media (min-width: 830px) {
  
}

@media (min-width: 830px) {
  
}


 .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    margin-top: 12%;
}

 #backgroungImageTextB {
 /*display: flex;
    align-items: center; */
    background-image: url(images/Journal.jpg);
    height: 136px;
    padding: 2%;
    text-align: center;
    background-size: cover;
    font-weight: bold;
    background-position: center center;
    border-radius: 11px;
    background-repeat: no-repeat;

}

    #backgroungImageTextB h3 {
    font-weight:600;
	margin-top: 0px;
	    padding-top: 10%;
    }

@media(max-width: 1250px){
.header-container{
    padding-left:20px;
    padding-right:20px;
}		
}	
	
.header-container{
    padding-left:0px;
    padding-right:0px;
}
/**********************************************************************************************/
/*-----------------------------------------Media Queries ------------------------------------*/

/*******Desktop only   */
@media (min-width: 768px) {

    .fa {
    font-size:x-large !important;
    }
   
    .Slider.FullWidth .SliderPage1 .SliderContent {
        float:left;
        width:90%;
          margin: auto;
          margin-top:6%;
              margin-left: 4%;

          }

    .footer .footer-promo-container {
    padding-left: 14%;
    }
    .navbar-collapse.collapse {
    margin-top:0px;
    }

    #auxMenuForMobile {
    display:none;
    }


}

/***** Below Ipad 767 only***************/
@media (max-width: 767px) {
    #signinDesktop {
    display:none;
}
    a#ctl01_LoginStatus2 {
    display: none;
}
    .nav-secondary {
    display:none;
    }

    #headerBackgroungImage {
        padding-bottom: 35% !important;
    }

    #menuHeaderline {
    display:none;
    }

    #auxMenuForDesktop {
    display:none;
    }

    #hd input[type="text"] {
   width: 100%;
    color: #444;
    border: 1.5px solid #848388;
    height: 34px;

    }

    .RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
color:black;
/*ADACB0*/
}
    .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink:hover {
    background-color: #FBFBFC;
    color: #A1C9C8;
}
   .rmContent {
    background-color:#F3F3F5;
}
 .navbar-collapse {
    background-color:#F3F3F5;
	    padding-top: 0px;
}

    .header-container .rmRootLink {
    color:red;

    }

    .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
       
        padding-left: 45px !important;
    }

    /***************Arror for Menu  */
    .RadMenu.rmResponsive .rmLink:hover .rmToggle > .rmIcon, .RadMenu.rmResponsive .rmLink:focus .rmToggle > .rmIcon, .RadMenu.rmResponsive .rmSelected > .rmLink .rmToggle > .rmIcon, .RadMenu.rmResponsive .rmFocused > .rmLink.rmRootLink .rmToggle > .rmIcon, .RadMenu.rmResponsive .rmExpanded > .rmLink .rmToggle > .rmIcon, .RadMenu.rmResponsive .rmSlide .rmLink .rmToggle > .rmIcon {
    background-position: 0px 0px;
}
    .navbar-toggle {
    background-color:transparent;
    }

    #hd {
    
	  background-color: #5B5A60;
        padding-top: 24px;
	}

    .search-field {
        background-position: 95% -19px;
    }

    .RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
    color: #A1C9C8;
    background-color: initial;
}
    .auxMenuForMobile > .NavigationLink ~ .NavigationLink {
   
    margin-right:10%;
    }

    #auxMenuForMobile .NavigationUnorderedList li:first-of-type {
       /* background-color: red; */
    border-left-style: solid;
    border-right-style: solid;
    padding-left: 13%;
    float: left;
    /* margin-right: 40%; */
    padding-right: 13%;
    border-color: #A1C9C8;
    }

     #auxMenuForMobile .NavigationUnorderedList li:last-of-type {
    float: left;
    padding-left: 19%;
    }
    #auxMenuForMobileS a {
    color:black;
    text-decoration:none;
        font-size: 100%;
    font-weight: bold;
    letter-spacing: 0;
    }

     #auxMenuForMobileS {
    text-align:center;
        width: 33.33%;
    float: left;
  
    }
    #auxMenuForMobile {
        max-width:66.6%;
    }
    .auth-link-container {
        padding:0px;
        padding-top: 10px;
        padding-bottom:10px;
    }

    .NavigationUnorderedList {
       padding-left: 0;
    margin: 0;
    display: inline-block;
    width: 66.66%;
}
        
}


/***** Below 545 px only***************/
@media (max-width: 580px) {


     #auxMenuForMobile .NavigationUnorderedList li:first-of-type {
   
    padding-left: 9%;
  
    padding-right: 9%;

    }

    #auxMenuForMobile .NavigationUnorderedList li:last-of-type {
  
        padding-left: 12%;
    }

    
#backgroungImageText {
      background-image: url(images/Journal.jpg);
    height: 230px;
    padding: 2%; 
    background-size: cover;
    background-position: center center;
border-radius: 11px;
    background-repeat: no-repeat;
    text-align:center;
	
}

#backgroungImageImage {
    float: none;
    width: 21%;
    padding-right: 3%;
    padding-left: 2%;
    margin:0 auto;
}
    #backgroungImageText h3 {
    margin-top:3px;
    }

    #backgroungImageTextP {
      background-image: url(images/Journal.jpg);
    height: 173px;
    padding: 2%;
    background-size: cover;
    background-position: center center;
border-radius: 11px;
    background-repeat: no-repeat;
    text-align:center;
}

    #backgroungImageTextP img {
    width: 42% !important;
}

/*#backgroungImageTextP img {
    float: none;
    width: 21%;
    padding-right: 3%;
    padding-left: 2%;
    margin:0 auto;
}*/
    #backgroungImageTextP h3 {
    margin-top:3px;
    }

    .PracticeWrapper {
  
    width: 90%;
}

}



/***** Below 440 px only***************/
@media (max-width: 440px) {


     #auxMenuForMobile .NavigationUnorderedList li:first-of-type {
   
    padding-left: 4%;
  
    padding-right: 4%;

    }

    #auxMenuForMobile .NavigationUnorderedList li:last-of-type {
  
        padding-left: 8%;
    }


}

@media (max-width: 361px) {

    
     #auxMenuForMobile .NavigationUnorderedList li:first-of-type {
   
    padding-left: 1%;
  
    padding-right: 1%;

    }

    #auxMenuForMobile .NavigationUnorderedList li:last-of-type {
  
        padding-left: 3%;
    }

}
/**********************Media Queries for slider **************/

@media (max-width: 1700px) {

    .unslider-arrow {

    margin-top: 16%;
}

}



/*****************Panel Head 8888888888*/
 .panel-heading.Distinguish {
    border: none;
    background-color: transparent;
    color: white !important;
	padding-left: 0px !important;
}

 div#ste_container_ciNewContactSignInCommon {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
	
}

 div#ste_container_ciNewContactSignInCommon  .panel-heading.Distinguish {
    /* margin-top: 0px !important; */
    padding: 6px !important;

	
}

 .CalloutPart2 .panel-heading, .CalloutPart2 .panel-body {
       background-color: #F0F0F2 ;
}
    .CalloutPart2 .panel-body img {
    border-radius:3px;
    }

 .MembershipsArea {
        padding-bottom: 3% !important;

}

.CalloutPart2 .panel-body {

}
.HorizontalButtons a.btn {
    margin-bottom: .3em;
    border-radius: 5px;
}

.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {

    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    border-color: #fff;
    color: #A1C9C8 !important;
    background-color: #fff;
}


.navbar-toggle {
   
    float: none !important;
}

.left.carousel-control{
background-image:none !important;
}
.right.carousel-control{
background-image:none !important;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #444 !important;
}

.breadcrumb {
 
    background-color: transparent !important;
	}
	
div#becomeAMem {
    /* border-bottom-style: solid; */
    /* border-bottom-width: thin; */
    border-right-style: solid;
    border-right-width: thick;
    border-right-color: #A1C9C8;
    width: 95%;
	margin-bottom: 23px;
    text-align: end;
	    margin-top: -18px;
}
.CommandBar {

    background-color: White;
  
    text-align: center;
}

.HTMLSiderbar{
margin-right: 8px;
}

div#becomeAMem  h2{
font-weight: bold !important;
padding-right:6%;
}
h2, h1{ font-weight:bold !important;}

.header-top-container { padding-top:24px;}

	/******************************************Tagged List Format******************************/

div#IMAGETEST {
    margin-top: 10%;
}

#collegialTableMain a {

    display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background-color:#5C5A61;
  color:white;
  border-radius:4px;

}



.ContentWizardDisplay {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: black;
    padding: 10px;
}

.panel-heading.Distinguish {
/*     margin-top: -20px;
 */
 }

.panel-heading.Distinguish h2{
color:black !important;
font-size: 33px;
}


div#createAcc {
    border-top: solid;
    border-top-width: 2px;
}

#headerBackgroungImage {
   /* padding-bottom: 11.7% !important;*/
    
}

@media (min-width: 767px) {
#headerBackgroungImage {
    padding-bottom: 147px !important;
    
}
}

/************************* buttons *********************/

.btn {
	    text-decoration: none !important;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 1.42857143;
    min-height: 30px !important;
    min-width: 160px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center;
    font-style: bold;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px !important;
}
 .Slider.FullWidth p {margin-bottom:30px;}

 .carousel {
    position: initial !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    color: #5C5A61 !important;
    margin-top: -32px !important;
}



.carousel-indicators .active {
border: 2px solid #A1C9C8 !important;
}

.carousel-indicators li {
    border: 1px solid #5c5a61 !important;

}

/****** Hover **********/
/*
element.style {
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .TextButton:hover, .TextButton:focus, .TextButton:active, .TextButton.active, .TextButtonWithImage:hover, .TextButtonWithImage:focus, .TextButtonWithImage:active, .TextButtonWithImage.active, .ruButton:hover, .ruButton:focus, .ruButton:active, .ruButton.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.TextButton:hover, .RadGrid input.TextButton:focus, .RadGrid input.TextButton:active, .RadGrid input.TextButton.active {
    background-color: #5C5A61;
    color: white !important;
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton.active, .SaveAndClose:hover, .SaveAndClose:focus, .SaveAndClose:active, .SaveAndClose.active, .SaveAs:hover, .SaveAs:focus, .SaveAs:active, .SaveAs.active, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .UsePrimaryButton .TextButton.active, .UsePrimaryButton .TextButtonWithImage:hover, .UsePrimaryButton .TextButtonWithImage:focus, .UsePrimaryButton .TextButtonWithImage:active, .UsePrimaryButton .TextButtonWithImage.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus, .RadGrid input.PrimaryButton:active, .RadGrid input.PrimaryButton.active {
    background-color: #ADACB0;
}

*/



.btn:hover {
   /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c5a61), color-stop(1, white) );
    background:-moz-linear-gradient( center top, #5c5a61 5%, #0055A7100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5a61', endColorstr='white');
    background-color:#5c5a61;
*/
	linear-gradient(135deg, rgba(194,192,194,1) 0%, rgba(194,192,194,1) 14%, rgba(254,254,254,1) 91%, rgba(254,254,254,1) 100%);
	
	background: #5c5a61; 
   /* background: -webkit-linear-gradient(135deg, #6a696f 0%, #7d7b82 -14%, #807d88 59%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(135deg, #6a696f 0%, #7d7b82 -14%, #807d88 59%, rgba(254,254,254,1) 100%);
    background: -moz-linear-gradient(135deg, #6a696f 0%, #7d7b82 -14%, #807d88 59%, rgba(254,254,254,1) 100%);
    background: linear-gradient(135deg, #6a696f 0%, #7d7b82 -14%, #807d88 59%, rgba(254,254,254,1) 100%);
	*/
	border-color:#5c5a61 !important;
}

.btn:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

	
	

/*************** Space before the master content area *****************/

.breadcrumb-obo-container{
    height: 70px;
    margin-top: -10px;
}



/**********************CSS Fixes**************/

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    color: #fff !important;
    border: 1px solid transparent;
}
.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    border-color: #fff;
    color: #A1C9C8 !important;
    background-color: #fff;
}

.obo-container{
display: none;
}


.panel-heading {
    padding: 0px !important; 
   
}

.MarginTopMinus40 {
	   margin-top:-15px !important;
}

.footer-content a{
	color:white;
}

.footer-content a:hover {
    color: white !important;
    text-decoration: none !important;
}

.MembershipsArea .ContentItemContainer .row .col-md-3 img:hover {
    opacity: 0.6;
}

@media (max-width:480px) and (min-width:390px) {
	
	#back {
    
    padding-top: 10px !important;
	}
	
	.imgWrap img {
    width: 53% !important;
	}
	
	
}

@media (max-width:390px) and (min-width:350px) {
	
	#back {
    
    padding-top: 20px !important;
	}
	
	.imgWrap img {
    width: 58% !important;
	}
}

@media (max-width:445px) and (min-width:425px) {
	
	
	.Publications img{
		padding-bottom: 10% !important;
		
	}
}

@media (max-width:485px) and (min-width:445px) {
	
	
	.Publications img{
		padding-bottom: 10% !important;
		width: 48% !important;
		
	}
}

@media (max-width:320px) and (min-width:260px) {
	
	
	#back.Publications{
		height: 257px !important;
	}
}

	.RadGrid_MetroTouch td.rgPagerCell a{
	 text-decoration:none !important;
 
	}

	#masterContentArea h1 a, #masterContentArea h2 a , #masterContentArea h3 a, #masterContentArea h4 a{
		
		     text-decoration: none !important; 
	}
	
	.panel a{
		text-decoration: none !important;
		    font-weight: normal !important; 
	}
	
	.RadWindow_MetroTouch .rwTable .rwTitlebarControls em {
    font-size: 22px;
    padding: 4px 0 0 1px;
    font-weight: 100;
    color: black;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    /* background-color: #2f8aa7; */
    color: black;
    background-image: -webkit-linear-gradient(top,white 0,#d6d5d4 100%);
    background-position: 0 0!important;
    background-repeat: repeat-x;
}

.RadWindow_Silk .rwTable .rwTitlebarControls em {
    color: #3b3b3b !important;
    font-size: 16px;
    font-family: "Segoue UI Light","Segoue UI",Helvetica,sans-serif;
    font-weight: normal;
}


/********************** New Home Page Design **********************************/

.HomeIconWrapper{
	text-align: center;
    align-items: center;
	
}

@media (min-width: 767px){
.HomeIconWrapper h3{
	height:46px;
	
}	
	
}

.HomeIconWrapper h3{
    FONT-SIZE: 26px;
    font-weight: bold;
	padding-top:3%;
       padding-bottom: 2%;
}

.HomeIconWrapper img{ padding-top:2%;}

.IconText{
	    width: 84%;
    margin: 0 auto;
	
}

.imgWrapper {
	
}
.header-top-container {
    padding-top: 11px;
}

#masterContentArea a:hover{
	    color: #a2c9c8;
	
}

@media(max-width:767px){
.HomePagePublicationZone
{
	display:none;
}
.BecomeAMember {
padding-top: 10px;
    border-top-style: solid;
    border-color: #A1C9C8;
    border-width: 6px;
    margin-top: 36px;
    
}
.HideForMobile{
	display:none;
}
 #masterContentArea { text-align: center; }

.footer-content {
text-align: center;
}
}

@media(min-width:768px){
	hr#HomePageNewsLine {
    margin-top: 35px;
    margin-bottom: 50px;
}
	
}

.CalloutPart2 .StandardPanel{ padding-left:20px !important;}

.RadWindow_MetroTouch .rwTable .rwTitlebarControls em {
   
    color: black !important;
}

.RadWindow_MetroTouch a.rwReloadButton, .RadWindow_MetroTouch a.rwReloadButton:hover {
    background-position: -11px -1311px !important;
}

.RadWindow_MetroTouch a.rwMaximizeButton, .RadWindow_MetroTouch a.rwMaximizeButton:hover {
    background-position: -11px -1611px !important;
}

.RadWindow_MetroTouch a.rwCloseButton, .RadWindow_MetroTouch a.rwCloseButton:hover {
    background-position: -11px -1911px !important;
}

.RadWindow_MetroTouch .rwTable .rwControlButtons li a:hover {
    border: 1px solid black !important;
    border-radius: 45px;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciNewContentTaggedList_ciNewContentTaggedList_ListTitle_Head {
    padding-top: 0px;
}

.HomePageTagged .PanelHead h2{
	margin-top:0px;
}

@media (min-width: 1200px){
	.HomePageTagged .PanelHead,.HomePageTagged .PanelBody{
		    padding-left: 0px !important;
	}
	
	#advocateMasterHeaderImage img {
    margin-left: -9px;
}
	
}

.HomePageTwitter h2
{
	margin-top:0px !important;
}
.HomePageTwitter .PanelHead, .HomePageTagged .PanelHead{
	padding-top:0px !important;
}
.HomePageTwitter .PanelBody, .HomePageTagged .PanelBody{
	padding-bottom:0px !important;
}

div#homePageSpacer1 {
    margin-top: 33px;
	margin-bottom: 7px;
}

/********************  MEMBER LIST CSS *****************/

#ste_container_ciNewITASMembersDirectoryCommon .EventTitle img{
	
	

}

#ste_container_ciNewITASMembersDirectoryCommon .col-md-2.EventTitle {
    height: 130px;
    margin-bottom: 22px;
}

@media(min-width: 994px){
	.HomePagePublicationZone {
    margin-top: -3px;
}
 .MembershipsArea {
       
		    margin-top: -12px;
}
.MembershipsArea .row{ height: 270px;    margin-bottom: 12px;}
}
@media (max-width:1520px) and (min-width:1355px)

	{
.carousel-control {
width: 8% !important;
	}
	}
	    .HomeIconWrapper a{
    text-decoration: none !important;
    }

	@media (min-width:767px){
		.RadMenu.rmResponsive .rsmItem {
    padding: 5px 24px;
}
		
	}
	
	
	@media (max-width:1200px) and (min-width:767px)
	{
.HomeIconWrapper h3 {
    padding-bottom: 54px !important;
}
	}
.RadToolTip_Telerik .rtWrapper .rtWrapperContent {
    background-color: #fff !important;
    
}	