/* ------------Business Portal Homepage Styles ----------------------------*/
/*  Business Outer Homepage Stylesheet
    This stylesheet contains styles for myGovID logo.
    Fonts and all text are handled in fonts-v2.2
 * ------------------------------------------------------------------------*/

body p {
    padding: 0;
    color: #ffffff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hidden {
    display: none;
}

.preButton
{
    margin-bottom: 30px;
}

/*=== Page Headers ====*/
.page-header, .page-sub-header {
    position: relative;
}

.page-header {
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 5px 0px;
    width: 90%;
    line-height: 1.25em;
}

    .page-header h1 {
        margin: 0;
        padding: 0 15px 0 0;
        float: left;
        display: table-cell;
        font-size: 32px;
    }

.page-sub-header {
    margin: 35px 0 10px 0;
    overflow: hidden;
    color: #ffffff;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 5px 0;
    width: 90%;
}

    .page-sub-header h2, h2.page-sub-header {
        margin: 0;
        font-size: 24px;
        color: #ffffff !important;
    }

/*Buttons*/
.btnPrimaryContainer {
    padding-top: 30px;
    padding-bottom: 15px;
}

/*Login button*/
#btn-auskey {
    /*Dimension*/
    border: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 100;
    border-radius: 2px;
    padding: 15px 108px 15px 108px;
    /*Content*/
    color: #FFFFFF;
    background-color: #000000;
    border-color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    #btn-auskey:hover, #btn-auskey > a:hover {
        text-decoration: none;
        background-color: #000000;
        color: #FFFFFF;
    }

.auskeyLinks > p {
    display: inline;
}

.auskeyLinks > span {
    display: inline;
}

#amDescription {
    width: 80%;
    font-size: 15px;
}

@media only screen and (min-width: 992px) {
    #amDescription {
        font-size: 17px;
    }
}

#amDescription > li {
    margin: 5px auto;
}

/*digitalIdentityButton BEGIN*/
.digitalidentitycontainer {
	font-family: sans-serif;
	max-width: 430px;
	border: 2px solid #ffffff;
	background-color: #373737;
}

.digitalidentitybutton {
	text-align: center;
}

.digitalidentitybutton a {
	display: inline-block;
	border: none;
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
	margin: 25px;
	padding: 12.5px 50px;
}

.digitalidentitybutton a:hover,
.digitalidentitybutton a:focus {
	background-color: #EEEEEE;
}

.digitalidentitybutton object {
	content:url("../CSS/images/coat-of-arms-hicon.svg");
	width: 85px;
	vertical-align: middle;
	padding-right: 7.5px;
	height: auto;
}

.digitalidentitycontent {
	text-align: center;
	background-color: #373737;
	border-radius: 0 0 5px 5px;
	border-top: 2px solid #000000;
}

.digitalidentitycontent p {
	margin: 0;
	padding: 25px;
	color: #ffffff;
}

.digitalidentitycontent a {
	color: #0099CF;
}
/*digitalIdentityButton END*/

.myGovIDlinks > ul {
    border-spacing: 0px 10px;
    margin: 0px;
}

.myGovIDlinks > p {
    margin: 0px;
    padding-top: 5px;
}

.contentBody {
    padding: 20px 0px 60px 0px;
    margin: 0px 0px auto;
}

@media only screen and (max-width: 320px) {
    #btn-myGovID {
        overflow: hidden;
    }
}
