@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
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 */
	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;
}

@font-face {
	font-family: "Brownhill Script";
	src: url("https://fonts.ocozzio.com/Brownhill-Script/BrownhillScript.woff2")
			format("woff2"),
		url("https://fonts.ocozzio.com/Brownhill-Script/BrownhillScript.woff")
			format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ffffff;
	scroll-behavior: smooth;
}

#body-wrapper {
	margin: 0 auto;
}

.container-responsive {
	width: 100%;
	max-width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

#page-header {
	padding: 60px;
	padding-bottom: 0 !important;
}
@media (max-width: 992px) {
	#page-header {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	#page-header {
		padding: 20px;
	}
}
#page-header h1 {
	margin: 0;
	padding: 0;
}

#page-content section,
#page-footer {
	padding: 60px;
}
#page-content section .container-responsive,
#page-footer .container-responsive {
	max-width: 1010px;
}
#page-content section .row,
#page-footer .row {
	padding: 0 20px;
}
@media (max-width: 992px) {
	#page-content section,
	#page-footer {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	#page-content section,
	#page-footer {
		padding: 20px;
	}
}

a {
	color: inherit;
	transition: color 0.2s;
}
a:hover {
	text-decoration: none;
	color: #97a83a;
}

p {
	font-size: inherit;
}
p a {
	font-weight: bolder;
	color: #97a83a;
}
p a:hover {
	text-decoration: underline;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
	font-family: "Cardo", serif;
}

.sans,
.sansserif,
.sans-serif {
	font-family: "Open Sans", sans-serif;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 40%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fill-right,
.fill-left {
	position: relative;
}

.fill-right:after,
.fill-left:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	background: inherit;
}

.fill-right:after {
	left: 100%;
}

.fill-left:before {
	right: 100%;
}

#body-wrapper .btn,
#body-wrapper .hs-button {
	font-size: 1rem;
	border-radius: 3.3rem;
	padding: 0.625em 1.663em;
	font-weight: 800;
	line-height: 1.3em;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	border: 2px solid transparent;
	background-clip: border-box;
	text-transform: uppercase;
	will-change: transform;
	white-space: wrap;
	background-color: #97a83a;
}
#body-wrapper .btn,
#body-wrapper .btn span,
#body-wrapper .btn .fl-button-text,
#body-wrapper .btn *,
#body-wrapper .hs-button,
#body-wrapper .hs-button span,
#body-wrapper .hs-button .fl-button-text,
#body-wrapper .hs-button * {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#body-wrapper .btn:hover,
#body-wrapper .hs-button:hover {
	transform: translatey(-0.125rem);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#body-wrapper .btn,
#body-wrapper .btn span,
#body-wrapper .btn .fl-button-text,
#body-wrapper .btn *,
#body-wrapper .hs-button,
#body-wrapper .hs-button span,
#body-wrapper .hs-button .fl-button-text,
#body-wrapper .hs-button * {
	color: #ffffff;
}
#body-wrapper .btn:hover,
#body-wrapper .hs-button:hover {
	background-color: #869533;
}
#body-wrapper .btn:hover,
#body-wrapper .btn:hover span,
#body-wrapper .btn:hover .fl-button-text,
#body-wrapper .btn:hover *,
#body-wrapper .hs-button:hover,
#body-wrapper .hs-button:hover span,
#body-wrapper .hs-button:hover .fl-button-text,
#body-wrapper .hs-button:hover * {
	color: #ffffff;
}
#body-wrapper .btn.btn-hollow,
#body-wrapper .hs-button.btn-hollow {
	background-color: transparent;
	border-color: inherit;
}
#body-wrapper .btn.btn-hollow,
#body-wrapper .btn.btn-hollow span,
#body-wrapper .btn.btn-hollow .fl-button-text,
#body-wrapper .btn.btn-hollow *,
#body-wrapper .hs-button.btn-hollow,
#body-wrapper .hs-button.btn-hollow span,
#body-wrapper .hs-button.btn-hollow .fl-button-text,
#body-wrapper .hs-button.btn-hollow * {
	color: inherit;
}
#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .hs-button.btn-hollow:hover {
	background-color: white;
	border-color: white;
}
#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .btn.btn-hollow:hover span,
#body-wrapper .btn.btn-hollow:hover .fl-button-text,
#body-wrapper .btn.btn-hollow:hover *,
#body-wrapper .hs-button.btn-hollow:hover,
#body-wrapper .hs-button.btn-hollow:hover span,
#body-wrapper .hs-button.btn-hollow:hover .fl-button-text,
#body-wrapper .hs-button.btn-hollow:hover * {
	color: #97a83a;
}
#body-wrapper .btn.btn-large,
#body-wrapper .hs-button.btn-large {
	font-size: 20px;
}

.navbar-toggler {
	padding: 0.75rem 0.531rem !important;
	transition: background 0.2s;
	background: transparent !important;
	border-radius: 0;
	border: 0 !important;
}

.burger-icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.burger-icon,
.burger-icon::before,
.burger-icon::after {
	display: block;
	width: 23px;
	height: 2px;
	background-color: #212121;
	outline: 1px solid transparent;
	border-radius: 10px;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.burger-icon::before,
.burger-icon::after {
	position: absolute;
	content: "";
}
.burger-icon::before {
	top: -7px;
}
.burger-icon::after {
	top: 7px;
}

.navbar-toggler:not(.collapsed) .burger-icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navbar-toggler:not(.collapsed) .burger-icon,
.navbar-toggler:not(.collapsed) .burger-icon::before,
.navbar-toggler:not(.collapsed) .burger-icon::after {
	display: block;
	width: 23px;
	height: 2px;
	background-color: #212121;
	outline: 1px solid transparent;
	border-radius: 10px;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.navbar-toggler:not(.collapsed) .burger-icon::before,
.navbar-toggler:not(.collapsed) .burger-icon::after {
	position: absolute;
	content: "";
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
	top: -7px;
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
	top: 7px;
}
.navbar-toggler:not(.collapsed) .burger-icon {
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

nav.navbar {
	padding: 0;
}
nav.navbar > .container-responsive {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
nav.navbar .navbar-nav {
	margin-left: auto;
}
@media (min-width: 767px) {
	nav.navbar {
		padding: 0 20px;
	}
}

#body-wrapper h1 {
	color: #ffffff;
	font-size: 2.375rem;
}

#body-wrapper h2 {
	color: #97a83a;
	font-size: 1.5rem;
	font-weight: 800;
}

#body-wrapper h3 {
	font-size: 1.875rem;
	color: #ffffff;
}

#body-wrapper h4 {
	color: #385888;
}

#body-wrapper .h2-blue {
	color: #385888;
}

#body-wrapper .blue-italic {
	font-style: italic;
	color: #4f82c3;
	font-weight: bold;
}

#body-wrapper .carousel-control {
	display: none;
	background-color: #97a83a;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	margin-top: 200px;
	border-radius: 50px;
}
#body-wrapper .carousel-control-prev {
	margin-left: 10px;
	display: none;
}
#body-wrapper .carousel-control-next {
	margin-right: 10px;
	display: none;
}

#body-wrapper .carousel-control-next-icon,
#body-wrapper .carousel-control-prev-icon {
	background-color: #97a83a;
	border-radius: 50px;
}

#body-wrapper #top-header {
	background: linear-gradient(to bottom, #385888 0%, #6b913d 100%);
	overflow: hidden;
	/* h1 and subhead sizing (smaller than original design) */
	/* Right column (megaphone image) aligned bottom */
}
#body-wrapper #top-header section {
	padding-bottom: 0;
}
#body-wrapper #top-header .navbar {
	color: #fff;
	background: none;
	padding-block: 6px;
}
#body-wrapper #top-header .navbar-nav {
	gap: 1em 2em;
}
#body-wrapper #top-header .nav-link {
	text-transform: uppercase;
	padding: 0;
}
#body-wrapper #top-header .navbar-toggler:not(.collapsed) .burger-icon {
	background-color: transparent;
}
#body-wrapper #top-header .heading-container {
	padding-bottom: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#body-wrapper #top-header b {
	font-size: 1.3em;
	filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
}
#body-wrapper #top-header .row {
	width: 100%;
	align-items: stretch;
}
#body-wrapper #top-header .logo {
	max-width: 200px;
	display: block;
}
#body-wrapper #top-header .container-responsive {
	max-width: 1200px;
}
#body-wrapper #top-header h1 {
	white-space: nowrap;
	text-wrap: normal;
	font-size: clamp(2rem, 6.5vw, 8.25rem);
	line-height: 1.05;
	margin: 0 0 0.15em;
	color: #fff;
	font-family: "Brownhill Script", "Open Sans", sans-serif;
	padding-left: 0;
	text-indent: 0;
	word-spacing: -0.15em;
	letter-spacing: -0.02em;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#body-wrapper #top-header .hero-subhead {
	white-space: nowrap;
	text-wrap: normal;
	font-size: clamp(1.5rem, 4.5vw, 4.5rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 0.25em;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#body-wrapper #top-header .btn {
	margin-top: 0;
	display: inline-block;
	padding: 0.6em 1.4em;
	font-weight: 700;
	font-size: 1rem;
	max-width: fit-content;
	white-space: nowrap;
}
#body-wrapper #top-header .tight {
	color: #fff;
	width: 100%;
	font-weight: 400;
	font-size: 1.125rem;
	max-width: 26.75rem;
}
@media (max-width: 991px) {
	#body-wrapper #top-header .responsive-br {
		display: none;
	}
}
#body-wrapper #top-header .burger-icon,
#body-wrapper #top-header .burger-icon::before,
#body-wrapper #top-header .burger-icon::after {
	background-color: #fff;
}
#body-wrapper #top-header .col-lg-6:last-child {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
@media (max-width: 992px) {
	#body-wrapper #top-header {
		text-align: center;
	}
	#body-wrapper #top-header .megaphone {
		width: 100%;
		max-width: 560px;
		height: auto;
	}
}
@media (max-width: 767px) {
	#body-wrapper #top-header .navbar-nav {
		margin-top: 0;
		flex-direction: row;
		justify-content: space-between;
		padding-block: 1em;
		gap: 1em;
		padding-inline: 1em;
		margin-inline: -20px;
	}
}

#body-wrapper #experience {
	text-align: center;
	padding-bottom: 0;
}
#body-wrapper #experience .adjusted-wrap {
	max-width: 56rem;
	margin: 0 auto;
}
#body-wrapper #experience .col-lg-4 {
	margin-block: 36px;
}
#body-wrapper #experience .row {
	align-items: flex-start;
}
#body-wrapper #experience .more-padding {
	padding-inline: 2px;
}
#body-wrapper #experience .icon-container {
	margin-bottom: 0;
}
#body-wrapper #experience .icon-container img {
	width: 100%;
	max-width: 30px;
	height: auto;
	margin-bottom: 1.5em;
}
#body-wrapper #experience p {
	text-wrap: balance;
	font-weight: 600;
	line-height: 1.375em;
	margin-bottom: 0;
}
#body-wrapper #experience .blurb {
	font-weight: 400;
	text-wrap: initial;
	max-width: 50em;
	margin: 0 auto;
	line-height: 1.625em;
}
#body-wrapper #experience .btn {
	padding: 0.625em 1.663em;
	font-weight: 800;
}

#body-wrapper #discover {
	color: #ffffff;
}
#body-wrapper #discover h3 {
	text-wrap: balance;
	font-weight: 800;
	line-height: 1.1;
}
#body-wrapper #discover .cursive {
	font-size: 2em;
	font-family: "Brownhill Script", "Open Sans", sans-serif;
	font-weight: 400;
}
#body-wrapper #discover .container-responsive {
	background: #9db41e;
	background: linear-gradient(90deg, #9db41e 0%, #65942c 100%);
	display: flex;
	justify-content: center;
	border-radius: 10px;
	padding: 50px 70px;
}
#body-wrapper #discover .row {
	width: 100%;
}
#body-wrapper #discover a.btn {
	background-color: #ffffff;
	color: #4f82c3;
}
#body-wrapper #discover .btn-icon-star::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
	padding-left: 1em;
	color: #97a83a;
}
@media (max-width: 767px) {
	#body-wrapper #discover {
		text-align: center;
	}
	#body-wrapper #discover h3 {
		margin-top: 1em;
	}
}

#body-wrapper #poster-top h2 {
	margin-bottom: 1em;
}

#body-wrapper #poster-top .row {
	align-items: center;
}

#body-wrapper #poster-top b {
	font-weight: 600;
}

@media (max-width: 767px) {
	#body-wrapper #poster-top {
		text-align: center;
	}
	#body-wrapper #poster-top h3 {
		margin-top: 1em;
	}
}

#body-wrapper #what-clients-say {
	background-color: #f5f5f5;
}
#body-wrapper #what-clients-say h2 {
	font-size: 1.875rem;
	color: #97a83a;
	text-align: center;
}
#body-wrapper #what-clients-say .testimonial-flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	background-color: white;
	padding: 0 30px 40px;
	margin-top: 65px;
	border-radius: 10px;
}
#body-wrapper #what-clients-say p {
	margin-bottom: 0;
}
#body-wrapper #what-clients-say .quoter {
	text-align: center;
	margin-top: 36px;
}
#body-wrapper #what-clients-say .carousel-inner {
	filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
	min-height: 500px;
}
#body-wrapper #what-clients-say .testimonial-slider .carousel-indicators li {
	background-color: #ffffff;
	border: 1px solid #97a83a;
	padding-top: 5px;
	border-radius: 33px;
	width: 13px;
	height: 13px;
}
#body-wrapper
	#what-clients-say
	.testimonial-slider
	.carousel-indicators
	.active {
	background-color: #97a83a;
}
#body-wrapper #what-clients-say img {
	width: 54px;
	margin-bottom: 30px;
	margin-top: -20px;
}
#body-wrapper #what-clients-say .testimonial-text {
	padding: 0 34px;
}
@media only screen and (max-width: 600px) {
	#body-wrapper #what-clients-say .carousel-item.active {
		min-height: 90vh !important;
	}
}

#body-wrapper #contact-form {
	background-color: #385888;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
	text-align: center;
}
#body-wrapper #contact-form .boldened {
	font-size: 1.5rem;
	margin: 1em 0 2em;
}
#body-wrapper #contact-form p {
	margin-bottom: 0;
}
#body-wrapper #contact-form h2 {
	font-size: 1.875rem;
	color: #ffffff;
}
#body-wrapper #contact-form .form-container {
	max-width: 620px;
	margin: 20px auto 0;
}
#body-wrapper #contact-form #message {
	height: 150px;
}
#body-wrapper #contact-form button.btn.btn-primary {
	margin-top: 30px;
}
#body-wrapper #contact-form .hs-input {
	background-color: #fff;
	border-radius: 13px;
	padding: 1.25em 1em;
	border: 1px transparent;
}
#body-wrapper #contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 20vh;
}
#body-wrapper #contact-form input {
	width: 100%;
	padding: 10px;
}
#body-wrapper #contact-form .hs-button {
	border-radius: 50px;
	max-width: 372px;
}

#body-wrapper #page-footer {
	background-color: #264a74;
	text-align: center;
	padding: 26px;
}
#body-wrapper #page-footer * {
	color: #ffffff;
}
#body-wrapper #page-footer img {
	width: 24px;
	margin-top: 0.75em;
}
#body-wrapper #page-footer a {
	font-weight: inherit;
}
#body-wrapper #page-footer p {
	margin-bottom: 0;
}