/*
Theme Name: Amazing Workplaces
Theme URI: https://yourwebsite.com
Author: Tamlyn
Author URI: https://yourwebsite.com
Description: A minimal custom WordPress theme optimized for Elementor.
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amazing-workplaces
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin: 0 0 0.9rem;
}
/* Links */

a {
	background-color: transparent;
	text-decoration: none;
	color: #CC3366;
}
a:hover, a:active {
	color: #333366;
}
/* Images */

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}
/* Subscript & Superscript */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
strong, b {
	font-weight: 600;
}
/* Buttons */

button, [type=submit], [type=button] {
	display: inline-block;
	font-weight: 400;
	color: #CC3366;
	text-align: center;
	background-color: transparent;
	border: 1px solid #CC3366;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all 0.3s;
	cursor: pointer;
}
button:hover, button:focus, [type=submit]:hover, [type=submit]:focus {
	color: #ffffff;
	background-color: #CC3366;
}
/* Forms */

input, select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
}
input:focus, select:focus, textarea:focus {
	border-color: #333;
}
/* Tables */

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}
table th, table td {
	padding: 15px;
	border: 1px solid rgba(128, 128, 128, 0.5);
}
table tbody tr:nth-child(odd) {
	background-color: rgba(128, 128, 128, 0.07);
}
table tbody tr:hover {
	background-color: rgba(128, 128, 128, 0.1);
}
/* Utility Classes */

.hidden {
	display: none;
}
@media (max-width: 767px) {
	table {
		font-size: 0.8em;
	}
	table th, table td {
		padding: 7px;
	}
}
/* Custom Elementor Edits */

body {
	margin: 0 !important;
}
p {
	margin-block-start: 0;
	margin-block-end: 1em;
}
p:last-of-type {
	margin-bottom: 0 !important;
}
@media (min-width: 1366px) {
	.disableDesktopCarousel .swiper-wrapper {
		pointer-events: none;
	}
}
#cookie-notice .cn-text-container {
	margin: 0.375rem 0 !important;
}
#cookie-notice a {
	color: #fff !important;
}
#cookie-notice .cn-notice-text {
	color: #fff !important
}
#cookie-notice .cn-button {
	margin: 0 0 0 0.75rem !important;
	display: inline-block !important;
	border: 0;
	background: #002957 !important;
	padding: 0.3125rem 0.625rem !important;
	border-radius: 0.25rem !important;
	color: #fff !important;
}
#cookie-notice .cn-button:hover {
	background: #021F3F !important;
}
#cookie-notice .cn-close-icon:after, #cookie-notice .cn-close-icon:before {
	background-color: #fff !important;
}
.sr-only {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	padding: 0;
	margin: -0.0625rem;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.emailFormOne {
	display: flex;
	flex-direction: column;
	align-items: self-start;
}
@media (max-width: 767px) {
	.emailFormOne {
		align-items: stretch;
	}
}
.emailFormTwo {
	display: flex;
	flex-direction: row;
	align-items: self-start;
}
@media (max-width: 767px) {
	.emailFormTwo {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
}
.source-email, input[type=email] {
	border: 0;
	border-radius: 0.3125rem;
	font-weight: 500;
	font-size: 1rem;
	padding: 0.42875rem 0.78125rem;
}
.emailFormTwo input[type=email] {
	border-radius: 0.3125rem 0 0 0.3125rem;
	border: 0.0625rem solid #D9D9D9;
	border-right: 0;
	height: 3.125rem;
}
.emailFormTwo button {
	border-radius: 0 6.25rem 6.25rem 0;
	height: 3.125rem;
}
@media (max-width: 767px) {
	.emailFormTwo input[type=email] {
		border-radius: 0.3125rem;
		border-right: 0.0625rem solid #D9D9D9;
	}
	.emailFormTwo button {
		border-radius: 6.25rem;
		margin-top: 0.75rem;
	}
}
input::placeholder {
	color: #5C6674;
	font-weight: 500;
}
input::-webkit-input-placeholder {
	color: #5C6674;
	font-weight: 500;
}
input::-moz-placeholder {
	color: #5C6674;
	font-weight: 500;
}
input:-ms-input-placeholder {
	color: #5C6674;
	font-weight: 500;
}
.skip-link {
	display: block;
	position: absolute;
	left: -62.5rem;
	top: -62.5rem;
}
.skip-link:focus {
	left: 0;
	top: 0;
	padding: 0.1875rem;
	background: #ffc;
	border: 0.0625rem solid #990000;
}
h1 sup, h2 sup, h3 sup {
	font-size: 40%;
	position: relative;
	left: 0.125em;
	vertical-align: top;
	line-height: 1em;
	top: 0.125em;
}
p sup {
	font-size: 60%;
	position: relative;
	left: 0.125em;
	vertical-align: top;
	line-height: 1em;
	top: 0.125em;
}
/* GRAVITY FORMS */

.gform-theme--foundation .gform_fields {
	grid-row-gap: 0.875rem !important;
}
.awpFormHeader {
	text-align: center;
	margin-bottom: .5rem;
}
.awpFormHeader h1 {
	margin-bottom: 0.25rem;
	font-size:2.75rem;
}
.awpFormHeader h2 {
    min-height: 4rem;
    font-size: 1.25rem;
    font-weight: 500;
    max-width: 20rem;
    margin: 0 auto 1rem;
}
/* Set font size for Gravity Forms */

body .gform_wrapper {
	font-size: 1.125rem;
}
/* Set padding for input fields */

body .gform_wrapper input[type="text"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="url"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="search"], body .gform_wrapper textarea, body .gform_wrapper select {
	padding: 0 1rem;
	height: 3rem;
	font-size: 1rem;
	line-height: 3rem;
	box-shadow: none;
}
body .gform_wrapper input[type="text"]:focus, body .gform_wrapper input[type="email"]:focus, body .gform_wrapper input[type="url"]:focus, body .gform_wrapper input[type="password"]:focus, body .gform_wrapper input[type="tel"]:focus, body .gform_wrapper input[type="number"]:focus, body .gform_wrapper input[type="search"]:focus, body .gform_wrapper textarea:focus, body .gform_wrapper select:focus {
	border-color: rgba(0, 143, 207, 1);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 143, 207, 0.4);
}
body .gform_wrapper .gfield_error label {
	color: #c02b0a !important;
}
body .gform_wrapper .gfield_error input, body .gform_wrapper .gfield_error textarea, body .gform_wrapper .gfield_error select {
	background-color: rgba(192, 43, 10, 0.05) !important;
}
body .gform_wrapper .gfield_error input:hover, body .gform_wrapper .gfield_error textarea:hover, body .gform_wrapper .gfield_error select:hover {
	border-color: #c02b0a !important;
}
body .gform_wrapper .gfield_error input:focus, body .gform_wrapper .gfield_error textarea:focus, body .gform_wrapper .gfield_error select:focus {
	border-color: #c02b0a !important;
	box-shadow: 0 0 0 3px rgba(192, 43, 10, 0.3);
}
body .gform_wrapper .gform_button, body .gform_wrapper .gform_next_button, body .gform_wrapper .gform_previous_button, body .gform_wrapper button, body .gform_wrapper input[type="submit"], body .gform_wrapper button[type="submit"] {
	border-radius: 100px !important;
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
	background: #008fcf !important;
	color: #fff !important;
	border: none !important;
	font-size: 1rem !important;
	cursor: pointer !important;
	transition: all 0.3s ease-in-out !important;
	width: 100% !important;
	padding: 0 1rem !important;
	height: 2.5rem !important;
	margin-top: .5rem !important;
}
body .gform_wrapper .gform_next_button:hover, body .gform_wrapper .gform_previous_button:hover, body .gform_wrapper .gform_button:hover, body .gform_wrapper button:hover, body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper button[type="submit"]:hover {
	background: #0077b3 !important;
}
body .gform_wrapper .gform_next_button:focus, body .gform_wrapper .gform_previous_button:focus, body .gform_wrapper .gform_button:focus, body .gform_wrapper button:focus, body .gform_wrapper input[type="submit"]:focus, body .gform_wrapper button[type="submit"]:focus {
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(0, 143, 207, 0.4);
}
#gform_wrapper_1 .gform_heading {
	display: none;
}
.gform-theme--foundation .gf_page_steps {
	justify-content: center !important;
	gap: 16px !important;
	max-width: 24rem !important;
	margin: 0 auto 2rem !important;
}
.gform-theme--framework .gf_step {
	gap: 0 !important;
	flex: 1 !important;
	width: 100% !important;
}
.gform-theme--framework .gf_step_number {
	width: 100% !important;
	font-size: 0 !important;
	height: 6px !important;
	border-radius: 6px !important;
	background: rgba(17, 35, 55, 0.1) !important;
	border: 0 !important;
}
.gform-theme--framework .gf_step_active .gf_step_number {
	background: #008FCF !important;
}
.gform-theme--framework .gf_step_completed .gf_step_number {
	background: #021F3F !important
}
.gform-theme--framework .gf_step_completed .gf_step_number::after {
	display:none !important;
}