/* ================================================== IQA Styles ======================================== */

.panel-heading-collapse {
    display: none;
}

.RadGrid .rgHeader a, .RadToolTip .rgHeader a {
  color: #fff !important;
	font-size: 100%;
	font-weight: bold;
  text-decoration: none !important;
}

.RadGrid .rgHeader a:hover, .RadGrid .rgHeader a:focus, .RadGrid .rgHeader a:active, .RadToolTip .rgHeader a:hover, .RadToolTip .rgHeader a:focus, .RadToolTip .rgHeader a:active {
  color: #fff !important;
	font-size: 110%;
	font-weight: bold;
  text-decoration:underline !important;
}

.RadGrid.RadGrid_MetroTouch .rgHeader {
	font-family:inherit;
	font-size: 100%;
	font-weight: bold;
	background-color: #006f90;
}

.rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell, .RadGrid.RadGrid_Metro .rgActiveRow td, .RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted, .RadGrid.RadGrid_Metro .rgSelectedRow td, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
	color: #fff !important;
	background: #006f90 !important;

}

.PartnerList {
	font-family:inherit;
	width:85%;
	font-size:75%;
	margin-left:6.25%;
	padding:0;
	margin-bottom: 1.5em;
}

.EventsList {
	font-family:inherit;
	width:85%;
	font-size:75%;
	margin-left:6.25%;
	padding:0;
	margin-bottom: 1.5em;
    text-align: left !important;
}

.PartnerList h2 {
	font-size:225%;
}

.EventsList h2 {
	font-size:225%;
}
.FloatRight {
	float: none !important;
}

.TitleBarTitle {
	text-align:left !important;
	float:none;
}

.TitleBarCaption {
    border: none;
}
.ListItemTitle.SearchResultLink {
    border: none;
    background: #006f90 !important;
    padding: 14px;
    color: #fff !important;
}
.ListItemTitle.SearchResultLink a {
    color: #fff !important;
}
.RadGrid .rgRow {
	color: #393a3a;
	background: transparent !important;
    border-bottom: 2px solid #afba1c;
}
.RadGrid_MetroTouch {
    border: none !important;
    color: #000;
    background-color: #fff;
}
.RadGrid .rgRow a, .RadToolTip .rgRow a {
	font-weight: bold !important;
	text-decoration: none;	
}


.RadGrid .rgRow a:hover, .RadGrid .rgRow a:focus, .RadGrid .rgRow a:active, .RadToolTip .rgRow a:hover, .RadToolTip .rgRow a:focus, .RadToolTip .rgRow a:active, .RadGrid_MetroTouch .rgAltRow a:hover, .RadGrid_MetroTouch .rgAltRow a:focus, .RadGrid_MetroTouch .rgAltRow a:active, .RadToolTip .rgAltRow a:hover, .RadToolTip .rgAltRow a:focus, .RadToolTip .rgAltRow a:active {
	font-weight: bold;
	text-decoration:none !important;
}

.RadGrid_MetroTouch .rgAltRow {
    color: #393a3a !important;
	background: transparent !important;
	text-decoration: none;
}

.RadGrid_MetroTouch .rgAltRow a, .RadToolTip .rgAltRow a {
	font-weight: bold !important;
	text-decoration: none;
}

.RadGrid_MetroTouch .rgRow td, .RadGrid_MetroTouch .rgAltRow td {
    border: none !important;
}
.RelatedItemsHorizontal li
{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.RelatedItemsHorizontal li a.ImageLink 
{
margin-bottom: 5px;
display: block;
text-align: center;
}
RadGrid_MetroTouch .rgAltRow {
    background: transparent !important;
}

.RelatedItemsHorizontal li a.LabelLink
{
padding: 0 20px;
min-height: 180px;
font-size: 8px;
font-weight: 300;
}

ul.RelatedItemsHorizontal li, .RelatedItemsHorizontal ul.rrItemsList li {
       list-style: none;
    float: left;
    margin: 9px 9px 18px;
    padding: 9px;
    text-align: center;
    width: 20% !important;
    height: 100% !important;
}
div#ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_accountLinkDiv a,#ctl01_TemplateBody_WebPartManager1_gwpciSignIn_ciSignIn_accountLinkDiv a {
margin-top: 10px;
    display: inline-block;
    padding: 15px 40px;
    font-weight: 900 !important;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    text-align: center;
    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: 30px;
    position: relative;
    height: 53px;
    overflow: hidden;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    background-color: #006f90;
    Color: #fff !important;
}