html {
    background: none;
}

body {
    text-align: left;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
    font-weight: 400;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;	
	background-image: url("https://ttceunb2cstor.blob.core.windows.net/adb2c/assets/continuum-powered-by-ttc.svg");
	background-position: 24px 12px;
	background-size: 318px 62px;
	background-repeat: no-repeat;
	background-color: #31296C;
}

@media (max-width: 600px) {
    .header {
        background-size: 193px 62px;
		background-image: url("https://ttceunb2cstor.blob.core.windows.net/adb2c/assets/continuum.svg");
	}
}

.header nav {
    position: absolute;
    top: 14px;
    right: 23px;
    font-size: 1rem;
    height: 48px;
}

.header-item:link, .header-item:visited, .header-item:hover, .header-item:active {
    color: white;
    margin: auto 0;
    text-decoration: none;
    font-weight: 400;
}

.header-item:link:not(:last-child):after {
    content: "";
    margin: 0 16px;
    border-right: solid 2px #ffffff;
}

.hidden {
    display: none;
}

@media only screen and (min-width: 992px) {
	.header nav {
        top: 18px;
    }
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

.global-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.2em;
	color: #ffffff;
	z-index: 1;
	background-color: #31296C;
    height: 40px;
}

.global-footer a {
    color: #ffffff;
    font-weight: 400;
}

.global-footer a:hover {
    color: #ffffff;
}

.copyright {
    display: inline-block;
    margin: 5px 0 3px;
	text-align: left;
}

.privacy-policy {
    float: right;
    margin: 5px;
}

.main-content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 80px;
	bottom: 24px;
	overflow: auto;
	background: transparent;
	margin: 0px;
	display: flex;
}

.centered {
	max-width: 600px;
	margin: auto;
	display: inline-block;
	padding-bottom: 20px;
}

@media (max-width: 500px) {
    .main-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
	.main-content {
		padding-right: 0;
		padding-left: 0;
	}
}

.logo {
	fill: #fff;
}

.sign-in-instruction {
	padding: 16px;
}

@media(max-width:480px) {
    body {
        background-image: none;
    }
    .divider h2 {
        margin: 10px 0 !important;
    }
    .login-logo {
        height: 80px !important;
        margin-top: -65px !important;
    }
}

@media only screen and (max-width: 767px) {
    .ui.menu>.ui.container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

label {
    display: none;
}

#api ul {
    list-style-type: none;
    padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
    text-align: center;
}

#createAccount {
    cursor: pointer;
    padding-left: 2px;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#email_ver_input {
    margin-bottom: 10px 0;
}

#forgotPassword {
    clear: right;
    cursor: pointer;
    float: right;
    margin-top: 0;
	padding-bottom: 2px;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#logo img {
    float: left;
    height: 50px;
    width: 50px;
}

.accountButton {
	cursor:pointer;
	width: 240px;
    height: 41px;
    padding: 11px 21px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3333333;
    color: #1f1b24;
    background-color: #31296C;
    border-radius: 0%;
    transition-duration: 0.3s;
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	display: none;
}

.accountButton:hover {
    color: #1f1b24;
    background-color: #1d1941;
	border: none;
}

.attrEntry {
    margin-bottom: 15px;
    padding-top: 0;
}

input[type=password], input[type=text], select {
	background-image: none !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100% !important;
	margin: 10px 0;
}

.attrEntry input:invalid,
#codeVerification input:invalid {
    outline: #696969 solid 1px !important;
}

.attrEntry #email_intro {
    display: none !important;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText {
    display: none;
}

.attrEntry .error.itemLevel.show,
.attrEntry .helpText.show,
#codeVerification .error.itemLevel.show,
#codeVerification .helpText.show {
    display: block;
    color: #ff6347;
}

.attrEntry .tiny,
.phoneEntry .tiny,
#codeVerification .tiny {
    display: none;
}

.attrEntry input:focus,
.attrEntry input[autofocus] .buttons button {
    border: #0094b1 px solid transparent;
}

.buttons button {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    line-height: 1.42857143;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.buttons {
    margin: 20px 0;
}

.create p {
    text-align: center;
}

.divider {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.divider h2 {
    color: #ccc;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
    text-transform: lowercase;
}

.divider h2:after,
.divider h2:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 40%;
}

.divider h2:after {
    background: rgb(126, 126, 126);
    background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    right: 0;
}

.divider h2:before {
    background: rgb(126, 126, 126);
    background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    left: 0;
}

.entry {
    padding: 16px;
	max-width: 600px;
}

.entry .buttons {
    margin-bottom: 0;
}

.buttons button {
    width: 240px;
    height: 41px;
    padding: 11px 21px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3333333;
    color: #ffffff;
    background-color: #31296C;
    border-radius: 100px;
    transition-duration: 0.3s;
}

.buttons button:hover {
    color: #ffffff;
    background-color: #1d1941;
}

.error.pageLevel {
    padding-left: 1em;
    color: #ff6347;
}

.error.itemLevel p {
    color: #ff6347;
}

.error.itemLevel p:before {
    content: "\e101";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
}

.highlightError {
    border-color:  #ff6347 !important;
    outline: 0;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.intro>h2 {
    font-size: 16px;
	font-weight: normal;
	border-top: 1px solid rgb(153, 153, 153);
	padding: 20px 16px;
	display: none;
}

.localAccount .divider {
    display: none;
}

.login-logo {
    height: 140px;
    margin-top: -90px;
}

.options {
    display: block;
    margin-left: 16px;
    padding-bottom: 10px;
    text-align: left;
}

.panel-body {
    padding: 15px 30px !important;
}

.panel-default {
    border: 1px solid #ccc !important;
}

.phonefactor_container,
.self_asserted_container,
.unified_container {
    padding-top: 80px;
}

.phoneNumber .type {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

.phoneNumbers {
    margin-top: 20px;
}

.social {
    margin-top: 30px;
}

.verify {
    margin-top: 5px;
    padding-top: 0 !important;
}

.working {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: show;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999;
}

.working:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.working:not(:required) {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.working:not(:required):after {
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    content: '';
    display: block;
    height: 1em;
    font-size: 10px;
    margin-top: -0.5em;
    width: 1em;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    -webkit-animation: spinner 1500ms infinite linear;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/* To move the social below the local signin */

#api {
		display: table;
		margin: 0;
		width: 100%
	}
	
.divider {
	display: none;
}
	

.social {
	display: table-footer-group;
	position: relative;
	top: 1px;
	width: auto
}

input, select {
	border: 1px solid #999;
    border-radius: 100px;
}

a {
	color: #31296C;
	text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
}

a:hover {
	color: #1d1941;
	text-decoration: underline;
}

hr {
    border-style: solid;
    border-color: #B6B6B6;
    border-top: none;
    margin-bottom: 30px;
    opacity: 0.5;
    z-index: -1;
    position: relative;
}

h2 {
    font-family: "Comfortaa", Lato, "Noto Sans", sans-serif;
    margin-bottom: 5px;
}

#localAccountForm>.intro {
	display: none;
}

#api>.intro {
	display: none;
}

@media only screen and (max-width: 850px) {
	#wide {
		display: none;
	}
	#narrow {
		display: inline-block;
	}
}

@media only screen and (min-width: 850px) {
	#wide {
		display: inline-block;
	}
	#narrow {
		display: none;
	}
}

.menu-button-line {
	background-color: white;
	height: 2px;
	width: 30px;
	margin: 5px 0;
	transition: all 0.3s ease-in-out;
}

/* Not used in main pages */
#continuumMenuButton {
	position: fixed;
	top: 20px;
	right: 10px;
	cursor: pointer;
	width: 40px;
	height: 25px;
}

/* Not used in main pages */
#continuumMenuButton.open .menu-button-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

/* Not used in main pages */
#continuumMenuButton.open .menu-button-line:nth-child(2) {
	opacity: 0;
}

/* Not used in main pages */
#continuumMenuButton.open .menu-button-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

#continuumPopupMenu {
	display: none;
	position: absolute;
	top: -1px;
	right: 0px;
	background-color: white;
	filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 2px 8px);
	border-radius: 20px;
	z-index: 1000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#continuumPopupMenu hr {
	margin-bottom: 8px;	
}

#continuumPopupMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#continuumPopupMenu li {
	padding: 10px 16px;
	white-space: nowrap;
	cursor: pointer;
}

#continuumPopupMenu ul svg {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#continuumPopupMenu a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

#continuumPopupMenu li:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

#verifying_blurb {
	color: transparent;
	display: none;
}

#simplemodal-overlay {
	background-color: #fff !important;
}

.userIcon, .userIconInMenu {
	display: inline-block;
	margin: 8px;
	background-color: rgb(182, 179, 182);
	border-radius: 50%;
	width:40px;
	height:40px;
	padding:5px;
	vertical-align: middle;
}

.userIconInMenu {
	margin-top: 0px;
	float: right;
}

.contact-us-link {
	display: none;
}

#orgTheme {
	display: none;
}

#logoHolder {
	margin-right: 16px;	
	display: inline-block;
	vertical-align: bottom;
}

@media only screen and (max-width: 1200px) { 
	#logoHolder {
		display: none;
	}
}

#companyLogo {
	display: none;
	margin-right: 16px;	
	height: 48px;
	overflow-clip-margin: content-box;
	overflow-x: clip;
	overflow-y: clip;
	-webkit-font-smoothing: antialiased;
}
