@charset "UTF-8";
/* CSS Document */
/* switchcontent
      styles to accompany the switchcontent.js expand/collapse functionality used in FAQs, etc.
*/

.expandablecontent {padding-top:10px;}
.expandablecontent h3 {cursor:hand;cursor:pointer;}
.expandablecontent h3 img {margin:0 10px 0 0;}
.expandablecontent ul {margin:0;padding:1em 0 1em 15px;}
.expandablecontent .showall a, .expandablecontent .hideall a {
	font-weight:bold;
	padding:5px 15px 3px;
	margin-right:3px;
	background-color:#9cf;
	border-bottom:none;
	}
.expandablecontent .showall a:hover, .expandablecontent .hideall a:hover {
	border-bottom:solid 2px #e92c26;
	text-decoration:none;
	}
.expandablecontent .switchgroup1 {
	margin:0 0 10px 25px;
	padding:5px 15px;
	border-left: 1px solid #7eb8db;
	background-color: #edece7;
}

.articleContent {
/*border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
*/
}

/*#or {
 width: 20%; 
 text-align: center;
 margin: 10px auto; 
}*/
div.content aside.subSidebar section,
.btnMore
 {

}
div.content aside.subSidebar section p {
margin: 10px 0px;
}

/* Top level is idpSelectIdPSelector */
#idpSelectIdPSelector
{
    width: 100%;
    text-align: right;
    color: #FFFFFF;
   /* border: 2px #A40000 solid;*/
}
#idpSelectIdPSelector a div {
	color:#fff;
	text-decoration:underline;
	}


/* Next down are the idpSelectPreferredIdPTile, idpSelectIdPEntryTile & idpSelectIdPListTile */

/** 
 * The preferred IdP tile (if present) has a specified height, so
 * we can fit the preselected * IdPs in there
 */
#idpSelectPreferredIdPTile
{

}

/***
 *  The preselect buttons
 */
div.IdPSelectPreferredIdPButton
{
    margin: 3px;
    float:right;
}

/*
 *  Make the entire box look like a hyperlink
 */
div.IdPSelectPreferredIdPButton a
{
    float: left;
    width: 99%; /* Need a specified width otherwise we'll fit
                   the contents which we don't want because
                   they have auto margins */
    
}
div.IdPSelectTextDiv{
    text-transform:uppercase;
    font-size: 15px;
    clear: both;
    text-align: right;
}

div.IdPSelectPreferredIdPImg
{
/*  max-width: 95%; */
    height: 69px; /* We need the absolute height to force all buttons to the same size */
    margin: 2px;
    display:none;
}

div.IdPSelectPreferredIdPButton img
{
    display: block;    /* Block display to allow auto centring */
    max-width:  114px; /* Specify max to allow scaling, percent does work */
    max-height: 64px;  /* Specify max to allow scaling, percent doesn't work */
    margin-top: 3px ;
    margin-bottom: 3px ;
    border: solid 0px #000000;  /* Strip any embellishments the brower may give us */
    margin-left: auto; /* Auto centring */
    margin-right: auto;  /* Auto centring */

}

div.IdPSelectPreferredIdPButton div.IdPSelectTextDiv
{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    max-width: 95%;
}

/*
 * Force the size of the selectors and the buttons
 */
#idpSelectInput, #idpSelectSelector
{
    width: 70%;
}
#idpSelectInput {
   border: 2px solid #B7B7B7;
    color: #000000;
    height: 18px;
    line-height: 18px;
    padding: 3px 0px;
   font-family: inherit;
   margin-top: 2px; 
   float:none;
}

/*
 * For some reason a <select> width includes the border and an
 * <input> doesn't hence we have to force a margin onto the <select>
 */
#idpSelectSelector
{
    padding: 7px 0px;
    font-size: 13px;
}
#idpSelectSelectButton, #idpSelectListButton, .idpSelectSelectButton
{
    width: 20%;
    background: none repeat scroll 0 0 #EE3B33;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
padding: 6px 0px;
margin: 2px 0 0 2%;
font-size:12px;
}
#idpSelectSelectButton
{
    padding-left: 2px;
    padding-right: 2px;
}

/*
 * change underlining of HREFS
 */
#idpSelectIdPSelector a:link 
{
    text-decoration: underline;
    color:#fff;
}

#idpSelectIdPSelector a:visited 
{
    text-decoration: none;
}

#idpSelectIdPSelector a:hover 
{
    text-decoration: underline;
}
#idpSelect {
    margin-bottom: 20px;
    position: relative;
}


/* 
 * Arrange to have the dropdown/list aref on the left and the 
 * help button on the right 
 */

a.IdPSelectDropDownToggle
{
    display: inline-block;
    color: #DEDEDE;
}

a.IdPSelectHelpButton
{
    display: inline-block;
    text-align: right;
    width: 23%;
    color: #DEDEDE;
}

/**
 * Drop down (incremental search) stuff - see the associated javascript for reference
 */

div.IdPSelectDropDown {
    -moz-box-sizing: border-box;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;*/
    box-sizing: border-box;
    border: 1px solid black;
    /*z-index: 6;*/
    position: absolute;  
    color: #006579;
    background: #FFFFFF;
    z-index:1000 !important; 
}

div.IdPSelectDropDown div {
    background-color: white;
    cursor: default;
    padding: 0px 3px;
}
/*

div.IdPSelectDropDown, ul.IdPSelectDropDown {
    -moz-box-sizing: border-box;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    box-sizing: border-box;
    border: 1px solid black;
    z-index: 6;
    position: absolute;   
}*/

div.IdPSelectDropDown div, ul.IdPSelectDropDown li {
    background-color: white;
    cursor: default;
    padding: 0px 3px;
}

 div.IdPSelectDropDown div.IdPSelectCurrent {
    background-color: #3366cc;
    color: white;
}
/* new */
#idpSelectIdPListTile, #idpCreateSiteID {
clear:both;
padding-top:20px;
}
#idpSelectSiteID {
clear: both;
padding-top: 0px;
}

#idpSelectIdPListTile form {
padding-top:5px;
padding-bottom: 4px;
min-height: 30px;
}

#idpSelectIdPEntryTile {
clear:both;
padding-top:20px;
}

#idpSelectIdPEntryTile form {
padding-top:5px;
padding-bottom: 4px;
min-height: 30px;
}

#idpSelectSelectButton:hover, #idpSelectListButton:hover, .idpSelectSelectButton:hover {
border:1px solid #EE3B33;
background:#fff;
color:#EE3B33;
}

@media screen and (max-width: 640px) {

#idpSelectIdPSelector {color:#363636;}
#idpSelect a div.IdPSelectTextDiv, #idpSelectIdPSelector a:link, a.IdPSelectDropDownToggle {color:#006579;}
#idpCreateSiteID {margin-bottom:30px;}
.accountSignIn .btnSignInOut {padding:7px;}

}

/* END */
