/* SK SENIOR CONNECT INLINE STYLES */
:root {
    --light-brown:#F1EEEE;
    --brown: #653024;
	--tag-virtual: #60CDFF;
	--tag-in-person: #00dd8a;
}

p {
    font-size: 1.125rem;
    line-height: 1.75;
}

p.small {
    font-size: 93.75%;
}

p.disclaimer:before {
	content: "\f06a";
	display: inline-block;
    font-family: FontAwesome;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    margin-right: 5px;
    padding: 0;
    text-rendering: auto;
    vertical-align: middle;
}

.h2 {
    color: var(--secondary-blue);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.h3 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 1rem;
}

.h4 {
	font-size: 1.125rem;
}

h4.h4 {
	font-weight: 700;
}

@media(min-width: 375px) {
	.h2 {
    	font-size: 28px;
	}
	.h3 {
		font-size: 22px;
	}
	h4.h4 {
		font-size: 20px;
	}
}

@media(min-width: 768px) {
    .h2 {
        font-size: 32px;
    }
    .h3 {
        font-size: 1.625rem;
    }
	h4.h4 {
		font-size: 1.3125rem;
	}
}



ul,
ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

ul li,
ol li {
	font-size: 1.125rem;
	line-height: 1.5;
    padding-bottom: 8px;
}

p:has(+ul.check-list) {
    margin-bottom: .5rem;
}

ul.check-list {
    list-style-type: none;
    padding-left: 0;
}

ul.check-list li {
    margin-right: 4px
}

ul.check-list li:before {
    background-image: url("https://cdn.redcross.ca/prodmedia/crc/azure/icons/blue/checkmark_primary-blue.svg");
	background-position: 3px 5px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	content: "";
	display: inline-block;
	height: 18px;
    margin-right: 2px;
	width: 18px;
}

ul li:last-of-type {
	padding-bottom: 0;
}

a {
	color: var(--secondary-blue);
	font-weight: 700;
}

p a {
	font-weight: 700;
}

a:not(.btn):hover,
a:not(.btn):focus,
p a:hover,
p a:focus {
	color: var(--blackest-black);
}

a.download:after {
	content: "\f08e";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.125rem;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	margin-left: 5px;
	padding: 0;
	text-rendering: auto;
	vertical-align: middle;
}

/* BUTTON */
.btn-container {
	margin-bottom: 30px;
	margin-top: 30px;
}

.button.secondary-button,
.header-button-container a.btn.btn-primary {
	background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.button.secondary-button:hover,
.button.secondary-button:focus,
.header-button-container a.btn.btn-primary:hover,
.header-button-container a.btn.btn-primary:focus {
    background-color: var(--blackest-black);
    border-color: var(--blackest-black);
	color: var(--white);
}

/* SECTION */
.section {
	margin: 60px 0;
}

.section-inner {
	margin: 30px 0;
}

.section .section-inner:last-of-type {
	margin-bottom: 0;
}

/* Container */
@media(max-width: 767px) {
	#maincontent > .container {
		padding: 30px 20px;
	}
}

/* HEADER */
.header-html-wrapper {
	display: flex;
	justify-content: end;
	padding: 0 0 0 20px;
}

.header-inner .header-html-wrapper {
	padding: 0;
}

.header-inner .header-html-wrapper ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
}

/* Override "primary-red" styling on Desktop */
.header-inner .header-html-wrapper li:not(.button) {
	padding: 0;
}

.header-inner .header-html-wrapper li a:hover,
.header-inner .header-html-wrapper li a:focus {
	color: var(--primary-blue);
}

.header-inner .header-html-wrapper li.button {
    margin: 0;
    min-width: auto;
}

.header-inner .header-html-wrapper li.button a {
    margin: 0;
    padding: 0;
}

.header-inner .header-html-wrapper li a.button {
	padding: 14px 24px;
}

.header-inner .language-switch-container {
	display: none;
}

.logo-wrapper + div {
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
    .header.mobile-only-btn .header-button-container {
        display: block;
    }
    .logo-wrapper + div {
    	justify-content: end;
    	width: auto;
    }
}

@media screen and (min-width: 951px) {
    .header.mobile-only-btn .header-button-container {
        display: none;
    }
	.header .logo-wrapper .crc-logo {
		min-width: 128px;
	}
	.mobile-btn .header-button-container {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1024px) {
    .header .logo-wrapper .crc-logo {
		min-width: 142px;
	}
	.header-inner .header-html-wrapper ul {
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 950px) {
	.header-inner .logo-wrapper,
	.header .logo-wrapper .crc-logo {
		max-width: 125px;
	}
	.logo-wrapper + div {
		width: calc(100% - 125px);
	}
	.header-inner .header-html-wrapper {
		justify-content: flex-end;
	}
	.header-inner .header-html-wrapper ul {
		padding: 0 20px;
	}
	.header-inner .header-html-wrapper li a {
		font-size: 12px;
		margin: 0;
		padding: 5px;
	}
	.header-inner .header-button-container .btn {
		max-width: 145px;
		min-width: 145px;
	}
}

@media screen and (max-width: 767px) {
    .header-inner:has(.header-button-container) {
		height: inherit;
		flex-direction: column;
		position: relative;
	}
	.header-inner .header-html-wrapper {
		justify-content: center;
		padding: 0;
		flex-direction: column;
		left: 0;
	}
	.header-inner .header-html-wrapper ul {
		padding: 0;
	}
	.header-inner .header-html-wrapper li a {
		padding: 2px;
	}
	.logo-wrapper + div {
    	justify-content: space-evenly;
        height: inherit;
        padding-top: 10px;
		width: 100%;
    }
	.header-button-container {
		bottom: inherit;
		left: inherit;
		margin: 0;
		max-width: 165px;
    	max-height: 45px;
		position: absolute;
		right: 20px;
		top: 13px;
	}
	.mobile-btn {
		padding: 0
	}
    .logo-wrapper + div {
    	justify-content: space-evenly;
        height: inherit;
        padding-top: 10px;
		width: 100%;
    }
}

/* BANNER */
.banner-with-background .banner-content-container::before {
    display: none;
}
.banner-background::after {
	background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(255, 255, 255, 0))
}

.banner-with-icon .banner-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
	z-index: 0;
	/* ^ To allow banner to be fully clickable */
}

.banner-with-background .banner-title + .title-and-description a {
	background: none;
    border: none;
    bottom: 0;
    color: transparent;
    height: 100%;
    left: -30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 60px);
}

.banner-with-background .banner-title + .title-and-description a + .button {
	margin-bottom: 0;
	min-width: 210px;
}

.banner-with-background .banner-title + .title-and-description a:hover + .button,
.banner-with-background .banner-title + .title-and-description a:focus + .button {  
	background: var(--black);
	border-color: var(--black);
}

@media screen and (max-width: 950px) {
	.banner-with-background .banner-title + .title-and-description a + .button {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.banner {
        min-height: 300px;
    }
    .banner-background img {
        object-position: 20% 20%;
    }
}

.banner-with-icon .banner-title .banner-heading {
	display: block;
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 10px;
}

.banner {
	min-height: 400px;
}

#banner {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	#banner {
		margin: 0 auto;
		max-width: 1200px;
	}
	.banner {
		min-height: 300px;
		flex-direction: row-reverse;
	}
	.banner-with-icon .banner-title {
		font-size: 28px;
	}
	.banner-with-icon .banner-title .banner-heading {
		font-size: 44px;
	}
	.banner-background .image-credit {
        margin: -30px auto 0;
        padding: 0 30px;
	}
	.banner-background::after {
		background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
	}
	.banner-with-icon .banner-content-container {
		gap: 0;
	}
	.banner-with-background .banner-content-container {
        align-items: flex-end;
        display: flex;
        justify-content: flex-end;
        margin: 0;
        max-width: 100%;
        padding: 30px 0 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner {
        min-height: 350px;
    }
	.banner-with-icon .banner-title {
		font-size: 22px;
    	max-width: calc(100% - 210px);
        padding-right: 30px;
    }
	.banner-with-icon .banner-title .banner-heading {
        font-size: 36px;
    }
	.banner-with-background .banner-content-container {
    	justify-content: space-between;
    }
    .banner-background {
        overflow: hidden;
    }
    .banner-background img {
        object-position: 100% 0%;
        transform: scale(1.5);
        width: 80%;
    }
}

@media screen and (min-width: 1024px) {
	.banner {
		min-height: 400px;
	}
	.banner-with-icon .banner-title {
		font-size: 1.5rem;
		grid-row: none;
        max-width: 80%;
	}
	.banner-with-background .banner-title span.location {
    	display: block;
    	font-size: 48px;
    }
	.banner-with-icon .banner-title .banner-heading {
		font-size: 48px;
	}
	.banner-background img {
        object-position: 100% 17%;
    }
	.banner-with-icon .banner-content-container {
        gap: unset;
        grid-template-rows: none;
	}
    .banner-with-background .banner-content-container {
        justify-content: space-between;
	}
}

@media screen and (min-width: 1260px) {
	.banner-with-background .banner-title + .title-and-description a {   
	    left: -90px;
	    width: 1200px;
	}
}

@media screen and (min-width: 1500px) {
    .banner {
        min-height: 450px;
    }
    .banner-background img {
        object-position: 100% 10%;
    }
}

@media(max-width:767px) {
    .banner {
        margin-bottom: 20px;
    }
    .banner-background .image-credit {
        color: var(--black);
        display: block;
        padding: 10px 20px;
        position: relative;
        text-align: left;
    }
    .banner-background img {
        object-position: 20% 100%;
    }
    section .container {
        padding: 30px 20px;
    }
    .banner-with-icon .banner-content-container {
        gap: 0;
    }
    .banner-with-background .banner-content-container {
        align-items: end;
        justify-content:space-between;
        padding: 30px 20px;
    }
    .banner-with-background .banner-content-container .title-and-description:has(.button) {
		display: none;
	}
}

/* INTRO */
#intro .container {
	padding-top: 30px;
}

#intro .content-item-description {
	margin-top: 0;
}

#intro .content-item-description p:not(:last-of-type) {
	margin-bottom: 1rem;
}

.text-center .content-item-description,
section:not(#banner) .title-and-description.text-center {
	text-align: left;
}

.main {
	padding-top: 60px;
}

.blue-bg {
	padding: 20px;
}

@media screen and (max-width: 767px) {
    .blue-bg {
        margin: 20px 0;
    }
}

.blue-bg .h3 {
	color: var(--secondary-blue);
}

.blue-bg p {
	line-height: 1.75;
}

.blue-bg p:last-of-type {
	margin-bottom: 0;
}

/* "BUMP OUT" */
.blue-bg.bump-out {
	margin: 20px auto;
}

.blue-bg.bump-out p {
    color: var(--secondary-blue);
	font-style: italic;
}

.blue-bg.bump-out > * {
	margin: 0 auto;
	max-width: calc(100% - 30px);
}

.blue-bg.bump-out > .h3 {
	margin-bottom: 16px;
}

@media(min-width: 768px) {
	.blue-bg.bump-out > * {
		max-width: calc(80% - 60px);
	}
}

.flex-list-container {
	margin: 30px auto;
}

.flex-list-container .flex-question strong { 
	color: var(--secondary-blue);
	display: inline-block;
	font-style: italic;
	padding-bottom: 3px;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-underline-offset: 6px;
}

@media screen and (min-width:768px) {
	.flex-list-container {
		margin: 30px auto 70px;
	}
	.flex-list-container .flex-list {
		align-content: center;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
	}
	.flex-list-container .flex-list.reverse {
		flex-direction: row-reverse;
	}
	.flex-list-container .flex-list > div { 
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
		padding: 0;
		width: calc(50% - 20px);
	}
	.flex-list-container .flex-list > div.blue-bg {
		align-items: start;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px 30px;
	}
	.flex-list-container .flex-list ul,
	.flex-list-container .flex-list div p {
		margin-bottom: 0;
	}
}

@media(max-width: 767px) {
	.flex-list-container .flex-list > div:not(.blue-bg) { 
		padding: 20px 0;
	}
}

/* TAG (#Sessions and #About) */
div:has(> p.tag) {
    padding: 60px 20px 30px 30px;
    position: relative;
}

p.tag {
    background-color: var(--secondary-blue);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
    color: var(--white);
    display: inline-block;
    font-size: .9375rem;
    left: -1px;
    margin-bottom: 0;
    padding: 6px 14px;
    position: absolute;
    top: 0;
}

.sessions .tag {
	background: var(--tag-virtual);
	color: var(--black);
}

.sessions .tag:before {
    content: "\f03d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    margin-right: 5px;
    padding: 0;
    text-rendering: auto;
    vertical-align: middle;
}

.sessions .tag.in-person {
	background: var(--tag-in-person);
}

.sessions .tag.in-person::before {
    content: "\f041";
}

/* 2 col + 3 col */
.flex.flex-tri-col,
.flex.flex-two-col {
	display: flex;
	flex-direction: column;
}

.flex.flex-two-col div a {
	display: inline-block;
}

.flex.flex-two-col > div img {
	border: 1px solid var(--border-grey);
	box-shadow: -4px 8px 18px 0 rgba(0, 0, 0, 0.20);
	margin: 0 auto;
	max-width: 250px;
	transform: rotate(-5deg);
	transition: all 400ms ease-in-out 10ms;
	width: auto;
}

.flex.flex-two-col > div:not(.download) a:hover img,
.flex.flex-two-col > div:not(.download) a:focus img {
	box-shadow: -4px 8px 18px 0 rgba(0, 0, 0, 0.45);
}

.flex-tri-col .blue-bg {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.05);
	margin: 5px 5px 20px 5px;
	width: 100%;
}

@media(min-width: 768px) {
	.flex.flex-tri-col {
		flex-direction: row;
        flex-wrap: wrap;
		justify-content: space-between;
        margin-bottom: 20px;
	}
	.flex-tri-col .blue-bg {
		margin: 0 0 30px 0;
		width: calc(50% - 15px);
	}
	.flex.flex-two-col {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}
	.flex.flex-two-col > div:first-of-type {
		width: 60%;
		padding-right: 40px;
	}
	.flex.flex-two-col > div img {
		height: 200px;
		margin: 0;
		max-width: inherit;
		object-fit: cover;
	}
}

@media(min-width: 951px) {
	.flex-tri-col {
		justify-content: space-between;
	}
	.flex-tri-col .blue-bg {
		margin: 0;
		width: calc(33.33% - 20px);
	}
}

@media(min-width: 768px) and (max-width: 950px){
	.flex-tri-col .blue-bg:last-of-type {
		margin-bottom: 0;
		width: 100%;
	}
}

@media(max-width:767px) {
	.flex.flex-two-col > div a:not(.download) {
		margin: 20px auto;
    	max-width: 180px;

	}
}

/* SESSIONS */
@media screen and (min-width: 768px) {
	.sessions-intro + div {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
	}
}

.sessions .sessions-intro + div .content-item {
    background-color: var(--light-brown);
    box-shadow: 2px 4px 8px 2px rgba(0,0,0, 0.15);
    margin: 5px;
    position: relative;
}

.sessions .sessions-intro + div .content-item > .content-item-description {
    padding: 60px 20px 30px 20px;
}

.sessions .sessions-intro + div .content-item .h3 {
    color: var(--black);
    font-size: 1.5rem;
}

.sessions .sessions-intro + div .content-item a {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
	.sessions .sessions-intro + div .content-item {
		margin-bottom: 30px;
	}
	#maincontent.sessions .content-item-description {
        padding: 60px 20px 20px 20px;
    }
}

/* Session Details */
.sessions .details {
	padding-top: 10px;
}

.sessions .details small {
	font-size: .875rem;
}

.sessions .detail.flex-container {
	border-bottom: 1px solid var(--input-border);
	display: flex;
    flex-direction: row;
   	font-size: 1rem;
   	justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    width: 100%;
}

.sessions .details > .detail.flex-container:last-of-type {
	border: 0;
	padding-bottom: 0;
}

.sessions .detail.flex-container > div:first-of-type {
	padding-right: 30px;
	text-align: right;
	width: 30%;
}

.sessions .detail.flex-container > div:last-of-type {
	width: 70%;
}

.sessions .details + hr {
	margin-bottom: 1rem;
}

.sessions .details + hr + p.small {
	margin-bottom: 0;
}

/* Community Partners */
.partner-section .container {
	display: flex;
	flex-direction: column;
}

.partner-section .image-and-description {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	padding: 20px 0;
}

.partner-section figure {
	margin: 0 0 30px 0;
	max-width: 200px;
	min-width: 150px;
}

.partner-section .content-item-description p,
.partner-section .content-item-description ul {
    margin-bottom: 0;
}

.partner-section .content-item-description p:has(+p) {
    margin-bottom: 1rem;
}

.partner-section .content-item-description p:has(+ ul) {
    font-weight: 600;
    margin-bottom: 10px;
}

.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) .flex {
	flex-direction: row;
	flex-wrap: wrap;
}

.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) .flex > p {
	margin-bottom: 1rem;
	width: 100%;
}

.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) .content-item-description p + ul li { 
	font-size: 1rem;
}

.partner-section .content-item-description .h3 + p {
	margin-bottom: 1rem;
}

.partner-section .image-and-description figure:has(+ .content-item-description .portrait) img {
	border-radius: 50%;
}

.partner-section .image-and-description figure + .content-item-description {
	max-width: 768px;
}

.partner-section .image-and-description:has(figure + .content-item-description .h3 + .flex > .blue-bg) .content-item-description {
	max-width: 100%;
}

@media(min-width: 768px) {
	.partner-section .container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.partner-section .container > div {
		width: 100%;
	}
	.partner-section .image-and-description {
		flex-direction: row;
		justify-content: space-between;
	}
	.partner-section figure {
		margin: 0 30px 0 0;
	}
	.partner-section .image-and-description figure:has(+ .content-item-description .portrait) {
		width: 150px;
	}
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) .flex {
		flex-direction: row;
	}
	.partner-section .image-and-description .content-item-description .h3 + .flex {
		justify-content: space-between;
	}
	.partner-section .image-and-description .content-item-description .h3 + .flex > div {
		width: calc(50% - 16px);
	}
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) figure {
		/* LIBRARY */
		display: none;
	}
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) + div,
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) + div + div {
		background-color: var(--lightest-grey);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 0 30px 0;
		padding: 20px;
		width: calc(50% - 16px);
	}
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) + div figure,
	.partner-section .image-and-description:has(.content-item-description .flex .blue-bg) + div + div figure {
		height: 90px;
	}
}

@media screen and (max-width: 767px) {
	.partner-section figure {
		margin-bottom: 10px;
	}
}

/* RESOURCES */
@media screen and (min-width: 768px) {
	.container:has(#resources) {
		padding-bottom: 0;
	}
}

.resources ul li {
	font-size: 1.125rem;
	line-height: 1.75;
}

.resources ul li .flex strong {
	display: block;
	margin-bottom: 8px;
}

@media screen and (min-width: 951px) {
	.resources ul li .flex {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 8px;
	}
}

/* MEDIA */
#media .h2 {
	text-align: left;
}

@media screen and (max-width: 767px) {
	#media {
		padding: 0 20px;
	}
}

/* CUSTOM FORM */
form.form-builder .form-field,
form.form-builder .form-field.field-RadioButtonsComponent,
form.form-builder .form-field.field-MultipleChoiceComponent,
form.form-builder .form-field.field-TextAreaComponent {
	width: 100%;
}

form.form-builder,
.formwidget-submit-text .thank-you {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    margin: 30px 0;
    max-width: 768px;
    padding: 20px;
}

form.form-builder .form-field > label[for*="TextValue"],
.formwidget-submit-text .thank-you .thank-you-heading {
    color: var(--secondary-blue);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* form.form-builder .form-field > label[for*="TextValue"] + div,
.formwidget-submit-text .thank-you .thank-you-subheading {
	border-bottom: 1px solid var(--border-grey);
	color: var(--secondary-blue);
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
} */

.formwidget-submit-text .thank-you .thank-you-message {
	padding-top: 20px;
}

.formwidget-submit-text .thank-you .thank-you-message .h2 {
	color: var(--primary-blue);
	letter-spacing: normal;
	padding-left: 42px;
	position: relative;
}

.formwidget-submit-text .thank-you .thank-you-message .h2::before {
	background-image: url("https://cdn.redcross.ca/prodmedia/crc/azure/icons/blue/checkmark_primary-blue.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	content: "";
	display: inline-block;
	height: 40px;
	left: -7px;
	position: absolute;
	top: 0;
	width: 50px;
}

@media screen and (min-width: 951px) {
	form .ktc-default-section {
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	form .ktc-default-section .form-field:not(:first-of-type, :last-of-type) {
		width: calc(50% - 10px);
	}
	form .ktc-default-section .form-field.form-field.RadioButtonsComponent {
		width: calc(35% - 10px);
	}
	form .ktc-default-section .form-field.field-MultipleChoiceComponent {
		width: calc(65% - 10px);
	}
	form .ktc-default-section .form-field:first-of-type, 
	form .ktc-default-section .form-field:nth-of-type(6n),
	form .ktc-default-section .form-field.field-TextAreaComponent {
		width: 100%;
	}
}

/* FORM */
form.form-builder .form-field .explanation-text {
    font-size: .8125rem;
}

form.form-builder .form-field .explanation-text::before {
    color: var(--medium-grey-darker);
    content: "\f05a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}

/* Funded by */
.funded-by .container {
	padding-bottom: 30px;
	padding-top: 0;
}

.funded-by .container .title-and-description {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}
/* The image - linked to the website */
.funded-by .title-and-description a {
	display: inline-block;
	max-width: 600px;
}

.funded-by .title-and-description a:focus {
	outline: 1px solid var(--border-grey);
	outline-offset: 2px;
}

/* OVERRIDE for footer - will be ammended in footer.css */
footer.footer {
	padding: 30px;
}

footer .container.footer-container {
    padding: 0;
}

/* HIDE FOOTER - Donation Links */
footer .footer-contact,
footer .footer-links,
footer .footer-social {
	display: none !important;
}

footer.footer .footer-copyright {
 	margin: 0 auto;
	padding: 0;
}
