/**
 * F800SIPTheme
 * https://project-website.tld
 *
 */

/* Resets - installed via NPM */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Global - global pieces like media queries, mixins and placholders */

/*
 * Colors
 */

:root {
	--c-black: #222;
	--c-white: #fff;
	--black: #333;
	--primary-color: #00c3af;
	--dark-primary-color: #327467;
	--dark-contrast-color: #fe6c17;
	--light-highlight-color: #c8eee8;
	--alt-light-highlight-color: #fffdbf;
	--light-contrast-color: #ffbb94;
	--light-grey: #f5f7f8;
	--lightish-grey: #aaa;
	--medium-grey: #484848;
	--orange: #fe6c17;
	--green: #00c3af;
	--green-alt: #367e70;
	--almost-black: #122b46;
}

/*
 * Media Queries
 */

/* 400px */

/* 480px */

/* 768px */

/* 1024px */

/* 1280px */

/* 1440px */

/* WP Core Breakpoints (used for the admin bar for example) */

/*
 * Fonts and other text stylings.
 */

:root {
	--entry-content--font-family: "Source Sans Pro", sans-serif;
	--entry-content--font-size: 18px;
	--entry-content--line-height: 28px;
	--entry-content--max-width: 960px;
	--a--margin-left: 0.25em;
	--font-smaller: 0.9em;
}

/* Base - base styles such as fonts, typography, and wordpress overrides */

/*
 * Resources on prefers-reduced-motion:
 * https://webkit.org/blog-files/prefers-reduced-motion/prm.htm
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
 */

@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.001s !important;
		        animation-duration: 0.001s !important;
		transition-duration: 0.001s !important;
	}
}

/* WordPress generated classes */

.alignleft {
	float: left;
	margin-right: 1rem;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 1rem;
	text-align: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.alignfull img {
	width: 100vw;
}

.wp-caption {
	max-width: 100%
}

.wp-caption.aligncenter {
		text-align: center;
	}

.wp-caption.alignright {
		text-align: right;
	}

.wp-caption-text {
	margin: 0;
}

body.f800sip {
	background: #f5f7f8;
	background: var(--light-grey);
	color: #333;
	color: var(--black);
	font-family: "Source Sans Pro", sans-serif;
	font-family: var(--entry-content--font-family);
	font-size: 18px;
	font-size: var(--entry-content--font-size);
	line-height: 28px;
	line-height: var(--entry-content--line-height);
	min-height: 100vh;
}

.f800sip h1 {
	line-height: 1.2;
	margin: 0;
}

.f800sip a {
	color: #00c3af;
	color: var(--green);
	display: inline-block;
	font-weight: 600;
}

.f800sip a:focus,
.f800sip a:hover {
	color: #222;
	color: var(--c-black);
}

.f800sip a.blank,
.f800sip a.blank:hover,
.f800sip a.blank:active {
	background-color: transparent;
	border: none;
}

.f800sip .button.primary,
.f800sip .wp-block-button__link,
.f800sip .checklist-finished .button,
.f800sip .gform_button {
	background-color: #fe6c17;
	background-color: var(--orange);
	border: none;
	border-radius: 15px !important;
	color: #fff;
	color: var(--c-white);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.f800sip .button.primary:focus,
.f800sip .button.primary:hover,
.f800sip .wp-block-button__link:focus,
.f800sip .wp-block-button__link:hover,
.f800sip .checklist-finished .button:focus,
.f800sip .checklist-finished .button:hover,
.f800sip .gform_button:focus,
.f800sip .gform_button:hover {
	background-color: #00c3af;
	background-color: var(--green);
	color: #fff;
	color: var(--c-white);
}

.f800sip .check-gf-submission .dashbox {
	color: #fe6c17;
	color: var(--orange);
	font-weight: 600;
	min-width: 1.5em;
}

.f800sip .check-gf-submission.completed .dashbox {
	color: #00c3af;
	color: var(--green);
}

.f800sip .checklist-finished .button.disabled {
	display: none;
}

/* Layout - styles specific to layout */

/* Layout */

:root {
	--border-radius-large: 25px;
}

* {
	box-sizing: border-box;
}

.center-contents {
	align-items: center;
	display: flex;
}

/* Images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}

img.size-full {
	margin: 0 auto;
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

.col-30 {
	min-width: 250px;
	width: 30%;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

/* Templates */

/* @import url("templates/index.css"); */

/* Components */

/* Components */

.alt-light-highlight-background {
	background-color: #fffdbf;
	background-color: var(--alt-light-highlight-color);
	padding: 1em 0;
}

.full-background {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.full-background div {
	margin: 0 auto;
	max-width: 960px;
	max-width: var(--entry-content--max-width);
}

.light-highlight-background {
	background-color: #c8eee8;
	background-color: var(--light-highlight-color);
	padding: 1em 0;
}

.border-top {
	border-radius: 25px;
	border-top: 4px solid #00c3af;
	border-top: 4px solid var(--primary-color);
}

.border-bottom {
	border-bottom: 4px solid #00c3af;
	border-bottom: 4px solid var(--primary-color);
	border-radius: 25px;
}

.border-left {
	border-left: 4px solid #00c3af;
	border-left: 4px solid var(--primary-color);
	border-radius: 25px;
	padding-left: 1em;
}

header.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
	max-width: var(--entry-content--max-width);
	width: 95%;
}

@media ( min-width: 650px ) {

	header.site-header {
		margin: 2rem auto;
		width: 90%;
	}

}

.entry-content {
	background: #fff;
	background: var(--c-white);
	border-radius: 25px;
	border-radius: var(--border-radius-large);
	margin: 0 auto 3rem auto;
	max-width: 960px;
	max-width: var(--entry-content--max-width);
	padding: 1rem;
	width: 95%;
}

@media ( min-width: 650px ) {

	.entry-content {
		padding: 3rem;
		width: 90%;
	}
}

.entry-content.no-border {
	border: 0;
}

.entry-content--header {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.entry-content--footer {
	background-color: transparent;
}

.entry-content--h2 {
	font-size: 1.75em;
	font-weight: 600;
	margin-bottom: 0;
}

.entry-content--footer--h2 {
	font-weight: 600;
	margin-top: 1em;
}

.archive--entry-content--h2 {
	font-size: 1.2em;
	margin-top: 0.25em;
}

.f800sip .site-footer {
	background-color: #00c3af;
	background-color: var(--primary-color);
	color: #fff;
	color: var(--c-white);
	font-size: 0.875rem;
	padding: 1rem 0;
}

@media ( min-width: 650px ) {

	.f800sip .site-footer {
		padding: 3rem 0;
	}

}

.f800sip .footer-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1rem;
	gap: 1rem;
	justify-content: space-between;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 960px;
	max-width: var(--entry-content--max-width);
	width: 95%;
}

@media ( min-width: 650px ) {

	.f800sip .footer-inner {
		grid-gap: 3rem;
		gap: 3rem;
		width: 90%;
	}

}

.f800sip .footer-inner > div:first-child {
	max-width: 24ch;
}

.f800sip .footer-inner > div:last-child {
	max-width: 48ch;
}

.f800sip .footer-inner img {
	margin-bottom: 1rem;
	max-width: 150px;
}

.f800sip .footer-inner ul {
	font-weight: 600;
	list-style: none;
	margin: 0;
	padding: 0;
}

.horizontal-list li {
	display: inline;
	padding: 0 0.5em;
}

.no-bullets,
.no-bullets ul {
	list-style: none;
	padding-left: 0;
}

li a {
	background: transparent;
	border: none;
	text-decoration: none;
}

li a:hover {
	border: none;
	color: #00c3af;
	color: var(--primary-color);
}

.light-border-bottom-li li {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	width: 100%;
}

.light-border-top {
	border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.pt-small-li li {
	padding-top: 0.5em;
}

.pb-small-li li {
	padding-bottom: 0.5em;
}

.margin-left {
	margin-left: 1em;
}

.margin-right {
	margin-right: 1em;
}

.a--margin-left {
	margin-left: 0.25em;
	margin-left: var(--a--margin-left);
}

/* Gutenberg blocks */

/**
 * F800SIPTheme: Block styles
 * https://project-website.tld
 *
 */

.post-columns {
	display: flex;
	justify-content: center;
}

.post-columns .wp-block-column {
	border: 4px dotted #00c3af;
	border: 4px dotted var(--primary-color);
	border-radius: 10px;
	margin: 0.5em;
	padding: 1em;
}

/* Forms */

.f800sip .gform_body {
	margin-top: 1.75em;
}

.f800sip .gform_title {
	display: none;
}

.f800sip .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 0;
	padding: 1rem;
}

.f800sip .gform_wrapper.gravity-theme .gfield:nth-child(odd) {
	background: #f5f7f8;
	background: var(--light-grey);
}

.f800sip .gform_wrapper.gravity-theme .gfield legend {
	float: left;
	line-height: 1.3;
	margin-bottom: 1rem;
	width: 100%;
}

.f800sip .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0;
}

.f800sip .gform_wrapper .gfield_required,
.f800sip .gform_required_legend {
	display: none;
}

.f800sip .gfield_radio {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	width: 100%;
}

.f800sip .oxfab-questionnaire_wrapper .gfield_radio {
	max-width: 800px;
}

.f800sip .gform_wrapper.gravity-theme .gfield_radio label {
	text-align: left;
}

@media (max-width: 800px) {

	.f800sip .gfield_radio {
		display: block;
		text-align: left;
	}

	.f800sip .gfield_radio .gchoice:not(:last-child) {
		margin-bottom: 0.5rem;
	}

}

.f800sip .gchoice {
	line-height: 1;
	width: 100%;
}

/* Shared styles */

.has-fast-800-green-color {
	color: #367e70;
	color: var(--green-alt);
}

.has-fast-800-green-background-color {
	background-color: #367e70;
	background-color: var(--green-alt);
}

.has-fast-800-dark-green-color {
	color: #327467;
	color: var(--dark-primary-color);
}

.has-fast-800-dark-green-background-color {
	background-color: #327467;
	background-color: var(--dark-primary-color);
}

.has-fast-800-light-green-color {
	color: #c8eee8;
	color: var(--light-highlight-color);
}

.has-fast-800-light-green-background-color {
	background-color: #c8eee8;
	background-color: var(--light-highlight-color);
}

.has-fast-800-dark-grey-color {
	color: #222;
	color: var(--c-black);
}

.has-fast-800-dark-grey-background-color {
	background-color: #222;
	background-color: var(--c-black);
}

.has-fast-800-grey-color {
	color: #484848;
	color: var(--medium-grey);
}

.has-fast-800-grey-background-color {
	background-color: #484848;
	background-color: var(--medium-grey);
}

.has-fast-800-light-grey-color {
	color: #aaa;
	color: var(--lightish-grey);
}

.has-fast-800-light-grey-background-color {
	background-color: #aaa;
	background-color: var(--lightish-grey);
}

.has-fast-800-almost-black-color {
	color: #122b46;
	color: var(--almost-black);
}

.has-fast-800-almost-black-background-color {
	background-color: #122b46;
	background-color: var(--almost-black);
}

.has-fast-800-white-color {
	color: #fff;
	color: var(--c-white);
}

.has-fast-800-white-background-color {
	background-color: #fff;
	background-color: var(--c-white);
}

/**
 * F800SIPTheme: Shared Styles.
 * These styles are shared between the front end and admin
 * https://project-website.tld
 *
 */

.emphasis-heading {
	color: #00c3af;
	color: var(--primary-color);
	font-family: var(--emphasise--font-family);
	text-shadow: 1px 1px #c8eee8;
	text-shadow: 1px 1px var(--light-highlight-color);
}

.smaller-font {
	font-size: 0.85em;
}

.narrow {
	margin: 0 auto;
	max-width: 650px;
}



/*# sourceMappingURL=style.css.map*/