/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;700&display=swap');

/* general */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html,
body {
	height: 100%;
	font-size: 16px;
	font-family: 'Lexend', sans-serif;
	font-weight: 400;
	line-height: 1.75em;
	background: #F8F8F6;
	color: #262937;
}

p {
	margin-bottom: 32px;
}

a {
	cursor: pointer;
    text-decoration: underline;
	font-weight: 500;
	color: #262937;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover, 
a:focus {
	color: #20232f;
}

table {
	width: 100%;
}

button.primary {
	display: inline-block;
	font-size: 16px;
	padding: 8px 24px;
	border-radius: 28px;
	border: none;
	line-height: 1.8;
    font-family: 'Lexend', sans-serif;
	cursor: pointer;
    background-color: #262937;
	color: #FFFFFF;
	font-weight: 500;
}

.btn-primary {
	font-family: 'Lexend', sans-serif;
	cursor: pointer;
    background-color: #262937;
	color: #FFFFFF;
	font-weight: 500;
	margin: 0.5rem;
}

button.primary:hover {
	color: #FFFFFF;
	background-color: #20232f;
}

button.link {
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	color: #262937;
	padding: 0;
	font-size: 16px;
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
}

button.link:hover {
	color: #20232f;
}

button:disabled,
button[disabled] {
	cursor: auto;
	opacity: .4;
}

button:disabled:hover,
button[disabled]:hover {
	background-color: #262937;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	color: #262937;
}

h1, .h1 {
	font-size: 2em;
	margin-bottom: 16px;
}

h2, .h2 {
	font-size: 1.75em;
}

h3, .h3 {
	font-size: 1.5em;
}

h4, .h4 {
	font-size: 1.25em;
}

hr {
    margin-top: 32px;
	margin-bottom: 32px;
	border: 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

strong {
	font-weight: 700;
}

img {
	width: 100%;
	margin-bottom: 32px;
}

ul {
	padding-left: 18px;
}

ul li {
	list-style: disc;
}

label {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
}

.error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 72px;
	border-radius: 4px;
	overflow: hidden;
	line-height: 1.4;
	padding: 24px 32px;
	color: #721c24;
	background-color: #f8d7da;
}

.pill {
	padding: 0 12px;
	font-size: .8rem;
	font-weight: 500;
	border-radius: 28px;
	white-space: nowrap;
	display: inline-flex;
	flex-wrap: nowrap;
	height: 26px;
	justify-content: center;
	align-content: center;
	vertical-align: top;
	background-color: #F4B43A;
	color: black;
	font-family: 'Lexend', sans-serif;
}	

h3 .pill {
	margin-left: 4px;
}

/* layout */

.list-modules li:first-child {
	margin-top: 16px;
}

.add-additional-resource-section {
	margin-top: 8px;
}

.submit-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.submit-section img {
	height: 42px; 
	width: 34px;
	opacity: .2;
	margin-bottom: 0; 
}

.logo {
    height: 42px;
    width: 34px;
    opacity: .3;
    margin-bottom: 0;
}

/* nav */
.header .navbar {
	min-height: 80px;
	background-color: #262937;
}

.header .navbar-right a {
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	color: rgba(255,255,255,.55);
}

header .navbar-right:hover,
header .navbar-right:focus {
	color: rgba(255,255,255,.75);
}

.header a {
    text-decoration: none;
	color: #fff;
}

.header img {
    height: 44px;
    margin-bottom: 0;
    width: auto;
}

.header ul li {
	list-style: none;
}

.header ul li a {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 16px; 
}

.header a:hover,
.header a:focus {
	color: rgba(255,255,255,.75);
}

.header .btn-outline-light:hover,
.header .btn-outline-light:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

/* footer */
.footer {
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.footer .logo {
	max-height: 1rem;
	max-width: 1rem;
}

/* forms */
form > div,
form .form-group > div {
	margin-top: 32px;
}

form .form-group > div:first-child {
	margin-top: 0;
}

.form-group {
	padding: 32px 32px 38px 32px;
	background-color: #EDF3F9;
	border-radius: 5px;
	margin-top: 16px;
}

.form-control {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hide {
	display: none !important;
}

.note {
    display: block;
	font-size: 13px;
    color: #000000;
    color: rgba(0, 0, 0, 0.54);
	cursor: pointer;
}

button.remove {
	float: right;
	width: 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 28px;
	font-size: 22px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* logout */

.logout-icon {
	color: #262937;
	max-width: 200px;
}

.signout {
    visibility: hidden;
    display: none;
}

.brand-name {
	color: #262937;
}

.thank-you {
	color: #262937;
}

/* error */
.error-icon {
    padding: 1rem;
    margin: 1rem;
}

.error-message {
    padding: 0.5rem 0;
}

.error-description {
    padding: 0.5rem 0;
}

.request-id {
    padding: 0.5rem 0;
}

/* validation */
.valid.modified:not([type=checkbox]) {
	outline: 1px solid #155724;
}

.invalid {
	outline: 1px solid #721c24;
}

.validation-message {
	color: #721c24;
}

.blazor-error {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px #000000;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.blazor-error .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* animation */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
  	-webkit-animation-duration: 1s;
  	        animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	        animation-fill-mode: both;
}

/* centered content block */

.center-content {
	min-height: calc(100vh - 80px - 61px); /* header = 80px | footer = 61px */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.center-content > div {
	max-width: 550px;
}

.center-content > div img {
	display: block;
	height: auto;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}


/* bootstrap overrides */

/* cards */

.card {
	border: none;
	-webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 4%), 0 2px 3px rgb(0 0 0 / 6%);
	box-shadow: 0 2px 4px rgb(0 0 0 / 4%), 0 2px 3px rgb(0 0 0 / 6%);
}

.card-header,
.card-footer {
	background-color: transparent;
	border-top: none;
	border-bottom: none;
}

.card-img,
.card-img-top {
	margin-bottom: 0;
}

.card-bg-img {
	height: 280px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-color: #e5eff8;
}

.card-badges {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* buttons */

.btn {
    text-decoration: none;
	border-radius: 0.5rem;
	padding: .375rem 1rem;
    font-weight: 500;
}

.btn-group-lg > .btn,
.btn-lg {
	border-radius: 0.5rem;
	padding: .5rem 1.25rem;
}

.btn-group-sm > .btn,
.btn-sm {
	border-radius: 0.5rem;
	padding: .25rem .75rem;
}

.btn-primary {
	color: #fff;
	background-color: #262937;
	border-color: #262937;
}

.btn-primary:hover {
	color: #fff;
	background-color: #20232f ;
	border-color: #20232f ;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #20232f;
	border-color: #20232f;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(71,73,85,.5);
	box-shadow: 0 0 0 0.25rem rgba(71,73,85,.5); 
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #262937;
	border-color: #262937;
}

.btn-secondary {
	color: black;
	background-color: #F4B43A;
	border-color: #F4B43A;
}

.btn-secondary:hover {
    color: black;
    background-color: #f6bf58;
    border-color: #f6bf58;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: black;
    background-color: #f6bf58;
    border-color: #f6bf58;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(207,153,49,.5);
    box-shadow: 0 0 0 0.25rem rgba(207,153,49,.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: black;
    background-color: #F4B43A;
    border-color: #F4B43A;
}