/* HTML5 Reset
---------------------------------------------------------------------------- */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


/* Box Sizing
--------------------------------------------- */

html,
html.wp-toolbar {
	font-size: 16px !important;
}

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* CSS transitions
---------------------------------------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: background 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}



/* Typographical Elements
---------------------------------------------------------------------------- */

/* General Elements
--------------------------------------------- */

body {
	background: #fff url('images/background-to-white.webp') 50% top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	margin: 0;
	overflow-x: hidden;
	animation: fadein 1s;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
	color: #3D4260;
}

p {
	margin: 0 0 1.5rem 0;
	padding: 0;
}

a,
a:visited {
	color: #0076FF;
	text-decoration: underline;
	outline: none !important;
}

a:focus,
a:hover {
	color: #015AC1;
	text-decoration: underline;
	outline: none !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol {
	margin-bottom: 1.875rem;
	margin-left: 1.25rem;
}
	
.entry-content ol > li {
	list-style-type: decimal;
}
	
.entry-content ol ol > li {
	list-style-type: decimal;
}
	
.entry-content ol ol {
	margin-bottom: 0;
}
 
.entry-content ul {
	margin-bottom: 1.875rem;
	margin-left: 0;
}

.entry-content ul > li {
	list-style-type: none;
	position: relative;
	margin-left: 1.25rem;
}
	
.entry-content ul > li::before {
	position: absolute;
	display: block;
	font: 300 1rem/1 "Font Awesome 6 Pro";
	margin-right: 0.5rem;
	margin-top: 0.3125rem;
	vertical-align: middle;
	content: "\f054";
	-webkit-font-smoothing: antialiased;
	left: -1.25rem;
	color: #0076FF;
}

.entry-content ul ul > li {
	list-style-type: none;
	position: relative;
}
	
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul ul > li::before {
	position: absolute;
	display: block;
	font: 300 1rem/1 "Font Awesome 6 Pro";
	margin-right: 0.5rem;
	margin-top: 0.3125rem;
	vertical-align: middle;
	content: "\f054";
	-webkit-font-smoothing: antialiased;
	color: #0076FF;
}

b,
strong {
	font-weight: $fontWeightBold;
}

em,
i {
	font-style: italic;
}

i.fa-solid {
	font-weight: 900;
}

i.fa-light {
	font-weight: 300;
}


/* Headings & Titles
--------------------------------------------- */

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 4.125rem;
	line-height: 1.2;
	margin: 0 0 1.5rem 0;
	color: #182567;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #182567;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #182567;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #182567;
}

h5 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #015AC1;
}

h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
	color: #015AC1;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
	color: #3D4260;
	text-decoration: none !important;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #3D4260;
	text-decoration: none !important;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

hr {
	border: none;
	border-top: 2px solid #E8EAF0;
	margin: 2.5rem 0;
}


/* Entry Meta
--------------------------------------------- */

.entry-meta {
	font-size: 0.75rem;
	text-transform: uppercase;
}

p.entry-meta {
	margin-bottom: 0;
}

.entry-meta a,
.entry-meta a:visited {
	text-decoration: none !important;
}

.entry-meta a:hover,
.entry-meta a:focus {
	text-decoration: none !important;
}

.entry-header .entry-meta {
	margin-bottom: 1.25rem;
}

.entry-footer .entry-meta {
	margin-top: 1.25rem;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 300 1rem/1 "Font Awesome 6 Pro";
	margin-right: 0.5rem;
	margin-top: -0.3125rem;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f07b";
}

.entry-tags::before {
	content: "\f02b";
}

.entry-categories,
.entry-tags {
	display: block;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	line-height: 1;	
	padding: 1.75rem 0 1.5rem 0;
}

.archive-pagination a,
.archive-pagination a:visited {
	padding: 0.625rem 1rem;
	text-decoration: none !important;
	background: #0076FF;
	color: #ffffff;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	text-decoration: none !important;
	background: #015AC1;
	color: #ffffff;
}
	
.archive-pagination li {
	display: inline-block;
	margin-bottom: 0.625rem;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2.5rem;
	width: 100%;
	overflow-wrap: break-word;
	word-break: normal;
	line-height: 1.2;
}

table thead th {
	border: 1px solid #ccc;
	padding: 1rem 0.5rem;
	font-weight: 700;
}
	
table tbody {
	border-bottom: 1px solid #ccc;
}

table td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 1rem 0.5rem;
}

table td ol {
	margin-left: 2rem;
}

table tfoot td {
	border: 1px solid #ccc;
	font-weight: 700;
	padding: 1rem 0.5rem;
}




/* General Forms & Inputs
--------------------------------------------- */

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	margin-top: 0 !important;
	padding: 0.625rem 1.25rem;
	width: 100%;
	line-height: 1.2;
	background-color: #ffffff;
	background-image: none;
	/*
		This causes issues in the report for the multi select drop down lists.
		border: solid 2px #D2D6E5;
	*/
	border-radius: 5px;
	box-shadow: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #3D4260;
}

::-ms-input-placeholder {
	color: #3D4260;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #3D4260;
	opacity: 1;
}

::placeholder {
	color: #3D4260;
	opacity: 1;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: solidFocus 2pxFocus $inputBorderColorFocus;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

button, 
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer !important;
	padding: 0.625rem 1.25rem !important;
	white-space: normal;
	width: auto;
	text-transform: none;
	text-decoration: none !important;
	background-color: #ffffff;
	border: solid 2px #D2D6E5;
	border-radius: 26px;
	color: #0076FF;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.0375rem;
	outline: none !important;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
a.button:hover,
a.button:focus {
	text-decoration: none !important;
	background-color: #0076FF;
	border: solid 2px #D2D6E5;
	border-radius: 26px;
	color: #fff;
	outline: none !important;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	box-shadow: none;
	color: #3D4260;
	cursor: not-allowed;
}

/* Gravity Forms Select Field
--------------------------------------------- */

div.gfield .ginput_container_select,
div.gfield div.gfield_date_dropdown_month,
div.gfield div.gfield_date_dropdown_day,
div.gfield div.gfield_date_dropdown_year,
div.gfield .address_state,
div.gfield .address_country,
div.gfield div.gfield_time_ampm {
	position: relative;
}

div.gfield .ginput_container_select::after,
div.gfield div.gfield_date_dropdown_month::after,
div.gfield div.gfield_date_dropdown_day::after,
div.gfield div.gfield_date_dropdown_year::after,
div.gfield .address_state::after,
div.gfield .address_country::after
div.gfield div.gfield_time_ampm::after {
	font: 900 1.25rem/1 "Font Awesome 6 Pro";
	color: #3D4260;
	content: "\f107";
	display: block;
	overflow: hidden;
	width: 1.25rem;
	height: 1.25rem;
	background: transparent;
	position: absolute;
	right: 1.25rem;
	top: 0.875rem;
	pointer-events: none;
}

/* Gravity Forms Checkboxes
--------------------------------------------- */

div.gfield_checkbox div.gchoice {
	position: relative;
}

div.gfield_checkbox div.gchoice label {
	padding-left: 2.5rem;
	font-size: 1rem !important;
	line-height: 1.2 !important;
	margin: 0.1875rem 0 1.25rem 0 !important;
	cursor: pointer;
	white-space: normal !important;
}

div.gfield_checkbox div.gchoice label::after {
	/* Adds the box for the check */
	content: "";
	background: #ffffff;
	width: 1.6875rem;
	height: 1.6875rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #D2D6E5;
	border-radius: 0;
	z-index: 0;
}

div.gfield_checkbox div.gchoice label::before {
	/* Adds the check mark */
	content: "";
	display: block;
	position: absolute;
	width: 0.625rem;
	height: 1.125rem;
	border: solid #0076FF;
	border-width: 0 0.3125rem 0.3125rem 0;
	left: 0.5625rem;
	top: 0.125rem;
	transform: rotate(45deg);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}
	
div.gfield_checkbox div.gchoice input[type="checkbox"] {
	/* Hides the default checkbox */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 1.6875rem;
	height: 1.6875rem;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gfield_checkbox div.gchoice input[type="checkbox"]:checked+label::before  {
	/* Shows the check */
	opacity: 1;
	top: 0.125rem;
}


/* Gravity Forms Radios
--------------------------------------------- */

div.gfield_radio div.gchoice {
	position: relative;
}

div.gfield_radio div.gchoice .gfield-choice-input+label {
	padding-left: 2.5rem;
	font-size: 1rem !important;
	line-height: 1.2 !important;
	margin: 0.1875rem 0 1.25rem 0 !important;
	cursor: pointer;
	white-space: normal !important;
}
	
div.gfield_radio div.gchoice label::after {
	/* Adds the circle for the radio */
	content: "";
	background: #ffffff;
	width: 1.625rem;
	height: 1.625rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #D2D6E5;
	border-radius: 50%;
	z-index: 0;
}
	
div.gfield_radio div.gchoice label::before {
	/* Adds the radio */
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: #0076FF;
	border-radius: 0.5rem;
	left: 0.3125rem;
	top: 0.3125rem;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}
	
div.gfield_radio div.gchoice input[type="radio"] {
	/* Hides the default radio */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 1.625rem;
	height: 1.625rem;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gfield_radio div.gchoice:checked+label::before  {
	/* Shows the selected radio */
	opacity: 1;
}

div.gfield_radio div.gchoice :checked+label::after {
	border: solid 2px #0076FF;
}


/* Gravity Forms Validation Errors
--------------------------------------------- */

.gform_validation_errors {
	border: none;
	padding: 0 0 1.25rem 0;
	box-shadow: none;
	background: transparent;
	font-size: 18px;
	color: #EA0000;
}

.gfield_error .gfield_repeater_cell label, 
.gfield_error legend, 
.gfield_validation_message, 
.validation_message, 
[aria-invalid=true]+label, 
label+[aria-invalid=true] {
	color: #EA0000;
}

.gform_validation_errors > h2 {
	font-size: 18px;
	color: #EA0000;
	line-height: 1.2;
}

.gform_validation_errors > h2 .gform-icon {
	display: none;
}

.validation_message {
	color: #EA0000;
	padding: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
}

div.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gfield_error textarea {
	border: solid 2px #EA0000 !important;
}	





