body {
	background: #fff;
}

#site-body form,
.modal-wrapper .dialog form {
	margin: 0;
	padding: 28px 0 0;
}

#site-body form:first-child,
.modal-wrapper .dialog form:first-child {
	padding: 0;
}

#site-body form fieldset,
.modal-wrapper .dialog form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#site-body form fieldset > label:first-of-type,
.modal-wrapper .dialog form fieldset > label:first-of-type,
#site-body form fieldset > .columns:first-of-type > div > label:first-of-type,
.modal-wrapper .dialog form fieldset > .columns:first-of-type > div > label:first-of-type {
	padding-top: 0;
}

#site-body form input:-webkit-autofill,
#site-body form input:-webkit-autofill:hover, 
#site-body form input:-webkit-autofill:focus,
.modal-wrapper .dialog form input:-webkit-autofill,
.modal-wrapper .dialog form input:-webkit-autofill:hover,
.modal-wrapper .dialog form input:-webkit-autofill:focus,
#site-body form textarea:-webkit-autofill,
#site-body form textarea:-webkit-autofill:hover,
#site-body form textarea:-webkit-autofill:focus,
.modal-wrapper .dialog form textarea:-webkit-autofill,
.modal-wrapper .dialog form textarea:-webkit-autofill:hover,
.modal-wrapper .dialog form textarea:-webkit-autofill:focus,
#site-body form select:-webkit-autofill,
#site-body form select:-webkit-autofill:hover,
#site-body form select:-webkit-autofill:focus,
.modal-wrapper .dialog form select:-webkit-autofill,
.modal-wrapper .dialog form select:-webkit-autofill:hover,
.modal-wrapper .dialog form select:-webkit-autofill:focus {
	-webkit-box-shadow:0 0 0 50px #ffe0d1 inset;
	-webkit-text-fill-color: #000;
}

#site-body form input.file,
.modal-wrapper .dialog form input.file {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
}

#site-body form input.text,
.modal-wrapper .dialog form input.text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #efefef;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
}

#site-body form label,
.modal-wrapper .dialog form label {
	display: block;
}

#site-body form textarea,
.modal-wrapper .dialog form textarea {
	background: #efefef;
	border: none;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	min-height: 254px;
	padding: 10px 20px;
	resize: vertical;
	width: 100%;
}

#site-body .accordian:last-of-type {
	border-bottom: 1px solid;
}

#site-body .accordian > h3 {
	border-top: 1px solid;
	cursor: pointer;
	padding: 14px 0;
}

#site-body .accordian > h3 i {
	float: right;
	transition: transform .5s;
}

#site-body .accordian > h3.unfolded i {
	transform: rotate(180deg);
}

#site-body .accordian > div {
	border-top: 1px solid;
	padding: 28px 0;
}

.modal-wrapper .dialog form textarea {
	min-height: 60px;
}

#site-body form label.checkbox,
.modal-wrapper .dialog form label.checkbox {
	margin-top: 30px;
	padding-left: 20px;
	padding-top: 0;
	position: relative;
}

#site-body form label.checkbox input,
.modal-wrapper .dialog form label.checkbox input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

#site-body form label.checkbox .checkmark,
.modal-wrapper .dialog form label.checkbox .checkmark {
	background: #efefef;
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 30px;
}

#site-body form label.checkbox input:checked ~ .checkmark:before,
.modal-wrapper .dialog form label.checkbox input:checked ~ .checkmark:before {
	color: #333;
	content: "\f00c";
	left: 3px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	top: 3px;
}

#site-body form label.select,
.modal-wrapper .dialog form label.select {
	position: relative;
}

#site-body form label.select:after,
.modal-wrapper .dialog form label.select:after {
	color: #333;
	content: "\f0d7";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	right: 8px;
	top: calc(100% + 18px);
	z-index: 1;
}

#site-body form select,
.modal-wrapper .dialog form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #efefef;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
}

#site-body form .buttons,
.modal-wrapper .dialog form .buttons {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 28px 0 0;
	text-align: right;
}

#site-body form .fa-asterisk,
.modal-wrapper .dialog form .fa-asterisk {
	color: #f00;
	font-size: 14px;
	position: absolute;
	right: -6px;
	z-index: 2;
}

#site-body form .field-group {
	/* Otherwise asterisks in 2-column forms don't sit in the right place */
	position: relative;
}

#site-body p.global-error,
#site-body p.global-success {
	margin: 0;
	text-align: center;
}

#site-body ul.social-icons {
	font-size: 0;
	margin: 0;
	padding: 0;
}

#site-body ul.social-icons li.social {
	display: inline-block;
	font-weight: 400;
	line-height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#site-body ul.social-icons li.social a {
	color: inherit;
	display: block;
	font-size: 30px;
	padding: 0;
	transition: background-color .5s, color .5s;
	text-decoration: none;
}

#site-body ul.social-icons li.social a.clicked[aria-label][data-balloon-pos]:before {
	border-top-color: #45b449;
}

#site-body ul.social-icons li.social a.clicked[aria-label][data-balloon-pos]:after {
	background-color: #45b449;
}

#site-body ul.social-icons li a:hover,
#site-body ul.social-icons li:hover > a {
	color: #000;
}

#site-body ul.social-icons li.social.facebook a:hover,
#site-body ul.social-icons li.social.facebook:hover > a {
	color: #1877f2;
}

#site-body ul.social-icons li.social.instagram a:hover,
#site-body ul.social-icons li.social.instagram:hover > a {
	color: #c32aa3;
}

#site-body ul.social-icons li.social.linkedin a:hover,
#site-body ul.social-icons li.social.linkedin:hover > a {
	color: #007bb5;
}

#site-body ul.social-icons li.social.twitter a:hover,
#site-body ul.social-icons li.social.twitter:hover > a {
	color: #1da1f2;
}

#site-body .banner span.left {
	background: url('https://017adc7a6c47e3984781-d1a62bb1a80065d04a5751ca88ba916f.ssl.cf3.rackcdn.com/assets/left.png') 0 0 no-repeat;
	background-size: 36px 60px;
	height: 60px;
	left: 0;
	top: calc(50% - 30px);
	width: 36px;
}

#site-body .banner span.right {
	background: url('https://017adc7a6c47e3984781-d1a62bb1a80065d04a5751ca88ba916f.ssl.cf3.rackcdn.com/assets/right.png') 0 0 no-repeat;
	background-size: 36px 60px;
	height: 60px;
	right: 0;
	top: calc(50% - 30px);
	width: 36px;
}

#site-body .banner ul.images li,
#site-body .blog-card .column {
	vertical-align: top;
}

#site-body .banner ul.images li > div {
	margin: 0 60px;
}

#site-body .banner ul.images li > div > div > img,
#site-body .blog-card .column img {
	border-radius: 18px;
}

#site-body .pagination {
	font-size: 0;
	text-align: center;
}

#site-body .pagination a {
	vertical-align: middle;
}

#site-body .pagination a.numeric {
	background: #002f6e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'HelveticaNeueBd', sans-serif;
	font-size: 16px;
	line-height: 44px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	width: 44px;
}

#site-body .pagination a.numeric.active {
	background: #fff;
	color: #002f6e;
}

#site-body .pagination i {
	font-size: 44px;
	margin: 5px 10px;
}

#site-body .stats {
	background: url('https://017adc7a6c47e3984781-d1a62bb1a80065d04a5751ca88ba916f.ssl.cf3.rackcdn.com/assets/stats-bg.jpg') 50% 0 no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}

#site-body .stats h1 {
	font-size: 74px;
	padding: 50px 0 100px;
}

#site-body .stats .container {
	position: relative;
}

#site-body .stats .stat {
	align-items: center;
	border: #fff 2px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 320px;
	justify-content: center;
	margin: 0 auto;
	padding: 20px;
	transition: opacity .25s;
	width: 320px;
}

#site-body .stats .stat:nth-child(3),
#site-body .stats .stat:nth-child(4),
#site-body .stats .stat:nth-child(5) {
	bottom: 0;
	left: calc(50% - 160px);
	opacity: 0;
	position: absolute;
}

#site-body .stats .stat img {
	height: 100px;
	width: auto;
}

#site-body .stats .stat p {
	padding: 0;
	width: 70%;
}

#site-body .stats .stat p strong {
	display: block;
	font-size: 56px;
	line-height: calc(1em + 4px);
	padding: 20px 0;
}

#site-logo {
	display: inline-block;
	margin: 26px 0;
	text-align: left;
}

#site-logo svg {
	height: 88px;
	max-width: 100%;
	width: auto;
}

#site-menu {
	margin: 50px 0 0;
	padding: 0;
	text-align: right;
}

#site-menu li {
	display: inline-block;
	font-family: 'HelveticaNeueBd', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#site-menu li a {
	border-radius: 8px;
	color: #002f6d;
	display: block;
	font-size: 16px;
	padding: 10px 28px;
	transition: background-color .5s, color .5s;
	text-decoration: none;
}

#site-menu li.active a,
#site-menu li a:hover,
#site-menu li:hover > a {
	background-color: #333;
	color: #fff;
}

#site-menu > li:last-child a {
	background-color: #002f6e;
	color: #fff;
	margin-left: 28px;
}

#site-menu li ul {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15); 
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15);
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 200px;
}

#site-menu li ul li {
	text-align: left;
	text-transform: none;
	width: 100%;
}

#site-menu li > a i {
	transition: transform .5s;
}

#site-menu li:hover ul {
	display: block;
}

#site-menu li:hover > a i.fa-angle-down {
	transform: rotate(180deg);
}

.band {
	overflow: hidden;
}

.band[data-class="tight"] > .container > .column-wrapper {
	padding: 0 20px;
}

.band[data-class="tight"] > .container > .column-wrapper .column {
	padding: 0;
}

.cms-footer a {
	text-decoration: none;
}

.cms-footer a:hover {
	text-decoration: underline;
}

.column-wrapper,
.columns {
	margin: 0 -20px;
	position: relative;
	width: calc(100% + 40px);
}

.column-wrapper .column {
	vertical-align: middle;
}

.column-wrapper .column,
.columns > div {
	padding: 0 20px;
}

.column-wrapper > .column.col-origin-0 {
	padding: 0;
}

.container {
	max-width: 1366px;
	padding: 0 40px;
}

.home #site-body .page-wrapper .band:first-child .column {
	vertical-align: middle;
}

.home #site-body .page-wrapper .band .column.col-origin-16 img,
.clients #site-body .page-wrapper .band .column.col-origin-16 img {
	filter: saturate(0);
	transition: filter .5s;
}

.home #site-body .page-wrapper .band .column.col-origin-16 img:hover,
.clients #site-body .page-wrapper .band .column.col-origin-16 img:hover {
	filter: saturate(1);
}

.modal-wrapper {
	background: rgba(211, 206, 197, .4);
	bottom: 0;
	display: flex;
	left: 0;
	opacity: 0; /* So that we can fade in on creation */
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.modal-wrapper .dialog {
	background: #f8f9fa;
	outline: rgba(84, 100, 102, .5) 10px solid;
	box-sizing: border-box;
	display: block;
	margin: auto;
	max-width: 800px;
	padding: 24px;
	position: relative;
	top: 60px; /* So that we can bounce in on creation */
	width: calc(100% - 40px);
}

.modal-wrapper .close-modal {
	color: #000;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-wrapper .close-modal:hover {
	color: #000;
}

.responsive-table tr {
	align-items: center;
	display: flex;
	flex-flow: wrap;
}

.responsive-table table td,
.responsive-table table th {
	min-width: 100px;
}
