/*!
Theme Name: finc
Theme URI: http://underscores.me/
Author: Better Agency
Author URI: https://betteragency.co.uk
Description: Custom theme for Finc Architects
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

finc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: 'segoe_scriptregular';
	src: url("/wp-content/themes/finc/fonts/segoesc-webfont.woff2") format("woff2"), url("/wp-content/themes/finc/fonts/segoesc-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #03253F;
	font-family: "sofia-pro", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Source Serif 4", serif;
	font-weight: 700;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

p {
	margin-bottom: 1.5em;
	font-family: 400;
}

a:link {
	font-family: "Source Serif 4", serif;
	font-weight: 800;
	color: #E82689;
	text-decoration: none;
}

a:link:hover, a:link:visited {
	color: #E82689;
	text-decoration: underline;
	text-underline-offset: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Source Serif 4", serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "segoe_scriptregular";
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin-bottom: 0 !important;
	overflow-x: hidden;
	max-width: 100%;
	padding-top: 50px;
}

.remove-section-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

footer {
	background: #03253F;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer hr {
	background-color: #31A8DF;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	margin-left: 15px;
	margin-right: 15px;
}

footer a {
	color: white !important;
	font-family: "sofia-pro", sans-serif !important;
	font-weight: normal !important;
}

footer a:hover {
	color: #31A8DF !important;
}

footer a:hover h3 {
	color: white;
}

footer ul {
	margin-left: 0;
	padding-left: 0;
}

footer ul li {
	list-style: none;
}

footer .list-inline {
	margin: 0 !important;
}

@media (min-width: 992px) {
	.footer-contact-us {
		text-align: right;
	}
}

.footer-contact-us h1, .footer-contact-us h2, .footer-contact-us h3, .footer-contact-us h4 {
	color: #31A8DF;
}

@media (max-width: 768px) {
	.footer-contact-us h1, .footer-contact-us h2, .footer-contact-us h3, .footer-contact-us h4 {
		margin-top: 15px;
	}
}

.footer-contact-us a {
	margin: 0 0.5rem;
}

.footer-contact-us a:last-child {
	margin-right: 0;
}

@media (min-width: 992px) {
	.footer-socials {
		text-align: right;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #E82689;
}

a:hover, a:focus, a:active {
	color: #191970;
	text-decoration: none !important;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.badge {
	padding: 15px 30px;
	font-size: 16px;
	margin-top: 30px;
}

.bg-primary {
	background-color: #31A8DF !important;
}

.bg-secondary {
	background-color: #E82689 !important;
}

.bg-tertiary {
	background-color: #FBAC4C !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

label {
	margin-bottom: 15px;
}

.form-control {
	padding: .375rem .75rem !important;
}

.wpcf7-submit {
	border: none !important;
	background: transparent !important;
	font-family: "Source Serif 4", serif;
	padding: 0 !important;
	font-weight: 800;
	font-size: 20px;
}

.wpcf7-submit:hover {
	text-decoration: underline;
	text-underline-offset: 10px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
	background-color: white !important;
}

.nav-link {
	color: #03253F !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-transform: lowercase;
	font-family: "sofia-pro", sans-serif !important;
	font-weight: 400 !important;
}

.nav-link:hover {
	text-decoration: none !important;
	color: #E82689 !important;
}

.nav-link.show {
	color: #E82689 !important;
}

.dropdown-menu[data-bs-popper] {
	top: 140%;
}

.dropdown-menu {
	border-top: 10px solid #E82689;
	border-radius: 0 0 50px 0;
}

.dropdown-item {
	color: #03253F !important;
	padding-left: 20px !important;
	padding-right: 40px !important;
	text-transform: lowercase;
	font-family: "sofia-pro", sans-serif !important;
	font-weight: 400 !important;
	text-align: left;
}

.dropdown-item:hover {
	background: transparent;
	text-decoration: none !important;
	color: #E82689 !important;
}

.dropdown-toggle::after {
	color: #E82689;
}

.navbar-nav li:last-child .nav-link {
	font-family: "Source Serif 4", serif !important;
	color: #E82689 !important;
	font-weight: 800 !important;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	padding: 50px;
}

.post-navigation .nav-links .nav-previous a:hover {
	text-decoration: none !important;
}

.post-navigation .nav-links .nav-previous a:hover .nav-title {
	color: #E82689 !important;
}

.post-navigation .nav-links .nav-next {
	text-align: right;
}

.post-navigation .nav-links .nav-next a:hover {
	text-decoration: none !important;
}

.post-navigation .nav-links .nav-next a:hover .nav-title {
	color: #E82689 !important;
}

.post-navigation .nav-links .nav-subtitle {
	display: block;
	color: #E82689;
}

.post-navigation .nav-links .nav-title {
	color: #03253F;
	font-size: 20px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */
.content-and-media {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.content-and-media p {
		padding-right: 100px;
	}
}

@media (max-width: 767px) {
	.content-and-media img {
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.content-and-media .order-first img {
		padding-right: 50px;
	}
}

.copy {
	padding-top: 100px;
	padding-bottom: 100px;
}

.current-roles {
	padding-top: 100px;
	padding-bottom: 100px;
}

.current-roles__listing__desc {
	padding-top: 30px;
	padding-bottom: 30px;
}

.featured-news__post {
	background-color: #FBAC4C;
	border-top-right-radius: 150px;
	color: white;
	overflow: hidden;
}

.featured-news__post__content {
	padding: 50px;
}

.featured-news__post__content__date {
	color: #03253F;
}

.featured-news__post__content h3,
.featured-news__post__content h4 {
	margin-bottom: 1.5rem;
}

.featured-news__post__content a {
	color: white;
}

.featured-news__post__content a:hover {
	color: #03253F;
}

.featured-news__post img {
	object-fit: cover;
	width: 100%;
}

.full-bleed-image-and-copy {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	min-height: 80vh;
}

.full-bleed-image-and-copy--fixed-bg {
	background-attachment: fixed;
}

@media (min-width: 992px) {
	.full-bleed-image-and-copy p {
		max-width: 70%;
	}
}

.full-bleed-image-and-copy a {
	color: white;
	font-size: 20px;
}

.full-bleed-image-and-copy a:hover {
	color: #31A8DF !important;
}

.full-bleed-image-and-copy a:visited {
	color: white;
}

.full-bleed-strapline {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "segoe_scriptregular";
	font-size: 26px;
	color: white;
	background-color: #2DB677;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 100vh;
}

@media (min-width: 992px) {
	.full-bleed-strapline {
		font-size: 50px;
	}
}

.gallery-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.gallery-section .gallery__carousel {
	margin-top: 2rem;
}

.gallery-section .gallery__carousel .slick-slide {
	border: 5px solid white;
}

.gallery-section .gallery__carousel .slick-prev {
	margin-left: -30px;
	margin-top: -15px;
}

.gallery-section .gallery__carousel .slick-next {
	margin-top: -15px;
}

.get-in-touch {
	background-color: #31A8DF;
	color: white;
	padding: 0;
}

.get-in-touch h2, .get-in-touch h3 {
	color: #03253F;
	margin-bottom: 30px;
}

.get-in-touch h3 {
	font-size: 40px;
}

.get-in-touch h4 {
	color: #03253F;
	font-family: "segoe_scriptregular";
	font-size: 36px;
	margin-bottom: 30px;
}

.get-in-touch a {
	color: white;
	font-size: 20px;
}

.get-in-touch a:hover {
	color: #03253F;
}

.get-in-touch .row {
	padding: 0;
	margin: 0;
}

.get-in-touch__copy {
	padding-left: 5%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 20%;
}

.get-in-touch__image {
	padding: 0;
}

.hero {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	color: white;
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
}

.hero h1 {
	color: white;
	font-family: "segoe_scriptregular";
}

.hero h1 strong {
	font-family: "Source Serif 4", serif;
}

@media (min-width: 768px) {
	.hero p {
		padding-right: 200px;
	}
}

.hero a {
	color: white;
	font-size: 20px;
	margin-top: 2rem;
	display: block;
}

.hero a:hover {
	color: #31A8DF;
}

.hero__rotating-headings .slick-slide:nth-child(1) h1 {
	color: white;
	font-family: "sofia-pro", sans-serif;
	margin-top: 30px;
	font-size: 70px;
}

.hero__rotating-headings .slick-slide:nth-child(2) h1 {
	color: #31A8DF;
}

.hero__rotating-headings .slick-slide:nth-child(3) h1 {
	color: #2DB677;
}

.hero__rotating-headings .slick-slide:nth-child(4) h1 {
	color: #E82689;
}

.hero__rotating-headings .slick-slide:nth-child(5) h1 {
	color: #FBAC4C;
}

.hero--bottom-right-radius {
	border-bottom-right-radius: 150px;
}

.hero--bottom-left-radius {
	border-bottom-left-radius: 150px;
}

.hero--with-centered-copy p {
	padding-right: 0;
}

.hero--with-form {
	padding-top: 0;
}

.hero--with-form .fa-chevron-down {
	color: white;
}

.hero--with-form__form-wrap {
	border-bottom-right-radius: 150px;
	background-color: rgba(3, 37, 63, 0.8);
	padding: 50px 100px;
	margin-top: 100px;
}

.hero--with-form__form-wrap p {
	padding: 0;
}

.hero--with-form__form-wrap .wpcf7-submit {
	color: #31A8DF;
}

.hero__video {
	display: none;
}

@media (min-width: 768px) {
	.hero__video {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}

.hero .stationary h1 {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.hero .slider-container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 100%;
		overflow: hidden;
	}
	.hero .stationary {
		flex-shrink: 0;
		flex-grow: 1;
		flex-basis: auto;
		margin-right: 20px;
	}
	.hero .stationary h1 {
		margin-bottom: 50px;
	}
	.hero__rotating-headings {
		flex-shrink: 1 !important;
		flex-grow: 0 !important;
		flex-basis: 100% !important;
		text-align: left !important;
		width: 200px !important;
	}
}

.hero--project-pill-container .pill {
	background-color: #31A8DF;
	color: white;
}

.hero--project-pill-container .pill h1, .hero--project-pill-container .pill h2, .hero--project-pill-container .pill h3, .hero--project-pill-container .pill h4, .hero--project-pill-container .pill h5 {
	color: #03253F;
}

.hero--project-pill-container .pill h4 {
	margin-bottom: 0;
}

.hero--project-pill-container .pill p {
	margin-bottom: 1rem;
}

.hero--project-pill-container .pill a {
	color: #03253F !important;
	font-size: 18px;
}

.hero--project-pill-container .pill .location {
	font-size: 18px;
}

.history {
	background-color: #31A8DF;
	color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}

.history .timeline-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	user-select: none;
	/* prevent text/image selection */
}

.history .timeline-wrapper::-webkit-scrollbar {
	display: none;
}

.history .timeline-wrapper.active {
	cursor: grabbing;
}

.latest-news {
	padding-top: 100px;
	padding-bottom: 100px;
}

.latest-news a {
	color: #E82689;
}

.latest-news a:hover {
	color: #03253F;
}

.latest-news__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.latest-news__content p {
	margin-bottom: 0.6rem;
	margin-top: 0.6rem;
}

.latest-news__row .latest-news__post {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.latest-news__row .col-lg-3:nth-child(1) .latest-news__image {
	border-top-right-radius: 100px;
}

.latest-news__row .col-lg-3:nth-child(2n) .latest-news__image {
	border-top-left-radius: 100px;
}

.latest-news__row .col-lg-3:nth-child(3n) .latest-news__image {
	border-bottom-right-radius: 100px;
}

.latest-news__row .col-lg-3:nth-child(4n) .latest-news__image {
	border-top-left-radius: 100px;
}

.latest-news__image-wrapper {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 15px;
}

.latest-news__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.latest-news__text {
	flex-grow: 1;
}

.latest-news__content a {
	margin-top: auto;
}

.news-project-layout {
	padding-top: 100px;
	padding-bottom: 100px;
}

.news-project-layout h1 {
	margin-bottom: 1rem;
}

.news-project-layout .badge {
	margin-top: 0;
	margin-bottom: 3rem;
	color: #03253F;
}

.news-project-layout__image img {
	border-top-left-radius: 150px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 991px) {
	.news-project-layout__image img {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.news-project-layout__copy p {
		padding-right: 100px;
	}
}

.news-project-layout__sidebar {
	background-color: #FBAC4C;
	color: #03253F;
	padding: 50px;
	border-bottom-right-radius: 150px;
}

.news-project-layout__sidebar a {
	color: #03253F !important;
}

.news-project-layout .gallery__carousel {
	margin-top: 2rem;
}

.news-project-layout .gallery__carousel .slick-slide {
	border: 5px solid white;
}

.news-staff-layout {
	padding-top: 100px;
	padding-bottom: 100px;
}

.news-staff-layout h1 {
	margin-bottom: 1rem;
}

.news-staff-layout .badge {
	margin-top: 0;
	margin-bottom: 3rem;
	color: #03253F;
}

.news-staff-layout img {
	border-top-left-radius: 150px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 991px) {
	.news-staff-layout img {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.news-staff-layout p {
		padding-right: 100px;
	}
}

.offices {
	padding-top: 100px;
}

.offices__office {
	margin-top: 3rem;
}

@media (min-width: 992px) {
	.offices__office {
		margin-bottom: 3rem;
	}
}

.offices__office h2 span {
	margin-right: 15px;
}

.offices__office a {
	color: #03253F;
	font-weight: 500;
}

.offices__office p {
	margin-bottom: 0;
}

.offices__office .office-directions {
	color: #E82689;
}

.offices__office .office-directions:hover {
	color: #03253F !important;
}

.offices__office .office-directions:visited {
	color: #E82689;
}

.our-benefits {
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-benefits__block-wrap {
	margin-bottom: 1.5rem;
}

.our-benefits__block-wrap__block {
	padding: 50px;
	text-align: center;
	height: 100%;
	border: 2px solid #03253F;
}

.our-benefits__block-wrap__block h3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 38px;
}

.our-benefits .slick-dots {
	bottom: -45px;
}

.our-benefits .slick-dots li button:before {
	font-size: 14px;
}

.our-benefits .slick-slide {
	margin: 10px;
	border-top: 2px solid #03253F;
	border-bottom: 2px solid #03253F;
}

.our-benefits__carousel .slick-track {
	display: flex !important;
}

.our-benefits__carousel .slick-slide {
	display: flex !important;
	height: auto !important;
}

.our-benefits__carousel__slide {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	text-align: center;
	padding: 2rem;
}

.our-clients {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.our-clients .slick-track {
	display: flex;
}

.our-clients .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.our-clients .slick-slide img {
	padding: 30px;
}

.our-projects {
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-projects-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	gap: 4px;
	width: 100%;
	box-sizing: border-box;
}

/* Tiles */
.our-projects__project {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

/* Sizes */
.our-projects__project.small {
	grid-column: span 1;
	aspect-ratio: 1;
}

.our-projects__project.big {
	grid-column: span 2;
	aspect-ratio: 2 / 1;
}

/* Corners */
.corner-top-right {
	border-radius: 0 80px 0 0;
}

.corner-top-left {
	border-radius: 80px 0 0 0;
}

.corner-bottom-left {
	border-radius: 0 0 0 80px;
}

.corner-bottom-right {
	border-radius: 0 0 80px 0;
}

/* Overlay */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #03253F;
	text-align: center;
	padding: 65px 15px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.overlay h5 {
	color: white;
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	.overlay h5 {
		font-size: 100%;
	}
}

.overlay h6 {
	color: #31A8DF;
}

.our-projects__project:hover .overlay {
	opacity: 0.85;
}

.our-projects-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	padding-top: 50px;
}

.our-projects-grid__project {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: all 0.3s ease;
	aspect-ratio: 1 / 1;
}

.our-projects-grid__project:nth-child(7n + 1),
.our-projects-grid__project:nth-child(7n + 2) {
	grid-column: span 1;
	aspect-ratio: 1 / 1;
}

.our-projects-grid__project:nth-child(7n + 3) {
	grid-column: span 2;
	aspect-ratio: 2 / 1;
}

.our-projects-grid__project:nth-child(7n + 4),
.our-projects-grid__project:nth-child(7n + 5),
.our-projects-grid__project:nth-child(7n + 6),
.our-projects-grid__project:nth-child(7n + 7) {
	grid-column: span 1;
	aspect-ratio: 1 / 1;
}

.our-projects-grid__project:nth-child(7n + 1) {
	border-radius: 0 0 80px 0;
}

.our-projects-grid__project:nth-child(7n + 2) {
	border-radius: 0 0 0 80px;
}

.our-projects-grid__project:nth-child(7n + 3) {
	border-radius: 80px 0 0 0;
}

.our-projects-grid__project:nth-child(7n + 4) {
	border-radius: 80px 0 0 0;
}

.our-projects-grid__project:nth-child(7n + 5) {
	border-radius: 0 80px 0 0;
}

.our-projects-grid__project:nth-child(7n + 6) {
	border-radius: 0 0 0 80px;
}

.our-projects-grid__project:nth-child(7n + 7) {
	border-radius: 0 0 80px 0;
}

.overlay-grid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #03253F;
	text-align: center;
	padding: 65px 15px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.overlay-grid h5 {
	color: white;
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	.overlay-grid h5 {
		font-size: 100%;
	}
}

.overlay-grid h6 {
	color: #31A8DF;
}

.overlay-grid h5 {
	color: #fff;
	/* ensure title is white */
	font-size: 1.25rem;
	margin: 0;
}

.our-projects-grid__project:hover .overlay-grid {
	opacity: 0.85;
}

.our-services {
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-services__horizontal-accordion {
	display: flex;
	width: 100%;
	padding: 0;
}

.our-services__horizontal-accordion .card {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	color: white;
	position: relative;
}

.our-services__horizontal-accordion .card:hover {
	cursor: pointer;
}

.our-services__horizontal-accordion .card a {
	color: white;
	font-size: 18px;
	margin-top: 30px;
	display: block;
}

.our-services__horizontal-accordion .card a:hover {
	color: #03253F;
}

.our-services__horizontal-accordion .card__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.our-services__horizontal-accordion .card__body {
	z-index: 1;
	padding: 40px;
	display: flex;
	flex: auto;
	justify-content: center;
	align-items: center;
}

.our-services__horizontal-accordion .card__body__title {
	position: relative;
}

.our-services__horizontal-accordion .card__body__title:after {
	content: '';
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
	background-size: cover;
	width: 40px;
	height: 40px;
	right: -10px;
	position: absolute;
	bottom: -50px;
	transform: rotate(-90deg);
}

.our-services__horizontal-accordion .card__body__text {
	padding-left: 50px;
}

.our-services__horizontal-accordion .choice {
	height: 300px;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	float: left;
	transition: width 0.2s;
	border-radius: 3px;
}

.our-services__horizontal-accordion .expand {
	width: 70%;
}

.our-services__horizontal-accordion .expand .card__body__title:after {
	transform: rotate(90deg);
	display: none;
}

.our-services__horizontal-accordion .unset {
	width: 25%;
}

.our-services__horizontal-accordion .small {
	width: 10%;
}

.our-services__horizontal-accordion .small:after {
	content: '';
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	/** Center horizontally */
	left: 50%;
	transform: translateX(-50%) rotate(-90deg);
}

.our-services__horizontal-accordion .small > div {
	opacity: 1;
}

.our-services__horizontal-accordion .small > div > .card__body__title {
	display: none;
}

.our-services__horizontal-accordion .small > div > .card__body__text {
	display: none;
}

.our-services__horizontal-accordion .unset > div > .card__body__text {
	display: none;
}

.our-services__horizontal-accordion .expand > div {
	transition-delay: 200ms;
	opacity: 1;
}

.our-services .card:first-of-type {
	border-top-left-radius: 70px;
}

.our-services .card:last-of-type {
	border-bottom-right-radius: 70px;
}

.our-services .accordion-button {
	background: transparent;
	color: white;
	font-family: "Source Serif 4", serif;
	font-size: 30px;
	font-weight: 800;
}

.our-services .accordion-button:focus {
	outline: none;
	box-shadow: none;
}

.our-services .accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.our-services .accordion-item {
	position: relative;
	overflow: hidden;
	background-position: center;
}

.our-services .accordion-item__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.our-services .accordion-item:first-of-type {
	border-top-left-radius: 70px;
}

.our-services .accordion-item:last-of-type {
	border-bottom-right-radius: 70px;
}

.our-services .accordion-collapse {
	position: relative;
	z-index: 1;
	color: white;
}

.our-services .accordion-collapse a {
	color: white;
	margin-top: 1.5rem;
	display: block;
}

@media (min-width: 1200px) {
	.pill-container {
		margin-top: -70px;
		z-index: 1;
		position: relative;
	}
}

.pill-container #counter {
	text-align: center;
	font-size: 18px;
}

@media (max-width: 767px) {
	.pill-container #counter {
		margin-bottom: 30px;
	}
}

.pill-container #counter .count {
	font-size: 60px;
	font-weight: 700;
	font-family: "Source Serif 4", serif;
}

.pill {
	padding: 3rem;
}

@media (min-width: 1200px) {
	.pill--left {
		padding: 3rem 10rem 3rem 5rem;
		border-radius: 0 120px 120px 0;
	}
}

@media (min-width: 1200px) {
	.pill--right {
		padding: 3rem 5rem 3rem 10rem;
		border-radius: 120px 0 0 120px;
	}
}

@media (min-width: 1200px) {
	.pill__copy {
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.pill h2 {
		margin-right: 50px;
	}
}

.pill a {
	font-size: 22px;
}

.pill a:hover {
	color: #03253F !important;
}

.project-listing-with-tabs {
	padding-top: 100px;
	padding-bottom: 100px;
}

.project-listing-with-tabs .nav-tabs {
	border: none;
}

.project-listing-with-tabs .nav-link {
	border: none;
	font-family: "Source Serif 4", serif !important;
	font-weight: 800 !important;
	font-size: 20px;
	color: #03253F !important;
}

.project-listing-with-tabs .nav-link.active {
	color: #E82689 !important;
}

.project-listing-with-tabs .nav-link:hover {
	color: #E82689 !important;
}

.project-listing-with-tabs .tab-content {
	padding-top: 50px;
	padding-top: 20px;
}

.project-listing-with-tabs__projects {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	width: 100%;
	box-sizing: border-box;
}

.project-listing-with-tabs__project {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}

.project-listing-with-tabs__project.small {
	grid-column: span 1;
	aspect-ratio: 1 / 1;
}

.project-listing-with-tabs__project.big {
	grid-column: span 2;
	aspect-ratio: 2 / 1;
}

.project-listing-with-tabs__project .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #03253F;
	text-align: center;
	padding: 80px 15px 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.project-listing-with-tabs__project .overlay h5 {
	color: white;
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	.project-listing-with-tabs__project .overlay h5 {
		font-size: 100%;
	}
}

.project-listing-with-tabs__project .overlay h6 {
	color: #31A8DF;
}

.project-listing-with-tabs__project .overlay h5, .project-listing-with-tabs__project .overlay h6 {
	margin: 0;
}

.project-listing-with-tabs__project:hover .overlay {
	opacity: 0.85;
}

.project-listing-with-tabs .corner-top-right {
	border-radius: 0 80px 0 0;
}

.project-listing-with-tabs .corner-top-left {
	border-radius: 80px 0 0 0;
}

.project-listing-with-tabs .corner-bottom-left {
	border-radius: 0 0 0 80px;
}

.project-listing-with-tabs .corner-bottom-right {
	border-radius: 0 0 80px 0;
}

.team-listing {
	padding-top: 100px;
	padding-bottom: 100px;
}

.team-listing .nav-tabs {
	border: none;
}

.team-listing .nav-link {
	border: none;
	font-family: "Source Serif 4", serif !important;
	font-weight: 800 !important;
	font-size: 20px;
	color: #03253F !important;
}

.team-listing .nav-link.active {
	color: #E82689 !important;
}

.team-listing .nav-link:hover {
	color: #E82689 !important;
}

.team-listing .tab-content {
	padding-top: 50px;
	padding-top: 20px;
}

.team-listing__card {
	aspect-ratio: 1 / 1;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
	box-shadow: inset -40px -140px 90px -83px rgba(0, 0, 0, 0.76);
	position: relative;
}

@media (max-width: 768px) {
	.team-listing__card {
		overflow: hidden;
	}
}

.team-listing__card__headshot {
	position: absolute;
	left: 0;
}

@media (max-width: 768px) {
	.team-listing__card__headshot {
		top: 0;
	}
}

@media (min-width: 769px) {
	.team-listing__card__headshot {
		bottom: 0;
	}
}

.team-listing__card__details {
	color: white;
	z-index: 1;
}

.team-listing__card__details h5 {
	margin-bottom: 0;
}

.team-listing__card__details h3 {
	padding: 1rem;
}

.team-listing__card__details p {
	margin-bottom: 0.5rem;
}

.team-listing__card__details a:hover {
	color: white;
}

.team-listing__card__details a:visited {
	color: #E82689;
}

.team-listing #team-listing-role-card .team-listing__card {
	background-color: #03253F !important;
	text-align: center;
	justify-content: center !important;
}

.team-listing #team-listing-role-card .team-listing__card__details {
	display: block;
}

.team-listing__card:hover .team-listing__card__details {
	display: block;
}

.team-member-overview {
	padding-top: 50px;
}

.team-member-overview h1 {
	margin-bottom: 1rem;
}

.team-member-overview a:visited {
	color: #E82689 !important;
}

.team-member-overview .badge {
	color: #03253F;
	margin-top: 0;
	margin-bottom: 3rem;
}

.team-member-overview__image {
	border-top-left-radius: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: inset -40px -140px 90px -83px rgba(0, 0, 0, 0.76);
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

.testimonials .slick-dots {
	bottom: -45px;
}

.testimonials .slick-dots li button:before {
	font-size: 14px;
}

.testimonials .slick-slide {
	margin: 10px;
	border-top: 2px solid #03253F;
	border-bottom: 2px solid #03253F;
}

.testimonials__carousel .slick-track {
	display: flex !important;
}

.testimonials__carousel .slick-slide {
	display: flex !important;
	height: auto !important;
}

.testimonials__carousel__slide {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	text-align: center;
	padding: 2rem;
}

.testimonial-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	/* adjust based on your design */
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.testimonial-logo img {
	max-height: 100%;
	/* makes sure the logo fits inside the fixed height */
	max-width: 100%;
	object-fit: contain;
	/* preserves aspect ratio */
}

.what-we-do {
	padding-top: 100px;
	text-align: center;
}

.what-we-do__service-row__service {
	background-size: cover;
	background-position: center;
	color: white;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	aspect-ratio: 1 / 1;
	width: 100%;
	padding: 0;
}

.what-we-do__service-row__service h5 {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
}

.what-we-do__service-row__service:hover {
	cursor: pointer;
}

@media (max-width: 991px) {
	.what-we-do__service-row .col-lg-3 {
		margin-top: 1rem;
	}
}

.what-we-do__service-row .col-lg-3:nth-child(1) .what-we-do__service-row__service {
	border-radius: 0 110px 110px 0;
}

.what-we-do__service-row .col-lg-3:nth-child(2) .what-we-do__service-row__service {
	border-radius: 110px 0 0 0;
}

.what-we-do__service-row .col-lg-3:nth-child(3) .what-we-do__service-row__service {
	border-radius: 0 0 0 110px;
}

.what-we-do__service-row .col-lg-3:nth-child(4) .what-we-do__service-row__service {
	border-radius: 0 110px 0 0;
}

.what-we-do__service-row__service:hover .overlay {
	opacity: 0.85;
}

@media (min-width: 768px) {
	.modal--services .modal-dialog {
		max-width: 60%;
	}
}

.modal--services .modal-content {
	background-color: #31A8DF;
	color: white;
}

.modal--services .modal-content a {
	color: white;
	margin-top: 1.5rem;
	display: block;
}

.modal--services .modal-content h3 {
	margin-bottom: 1.5rem;
}

.modal--services .modal-content .col-lg-6 {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 1199px) {
	.modal--services .modal-content {
		background-image: none !important;
	}
}

@media (min-width: 1200px) {
	.modal--services .modal-content {
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: center right;
	}
}

.modal--services .modal-body {
	padding: 50px;
	background-color: #31A8DF;
}

@media (min-width: 1200px) {
	.modal--services .modal-body {
		width: 50%;
	}
}

#servicesModal1 .modal-content {
	border-radius: 0 110px 110px 0;
}

#servicesModal2 .modal-content {
	border-radius: 110px 0 0 0;
}

#servicesModal3 .modal-content {
	border-radius: 0 0 0 110px;
}

#servicesModal4 .modal-content {
	border-radius: 0 110px 0 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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