.tablet,
.tablet-ib,
.mobile-ib,
.mobile,
.tablet-inline {
	display: none;
}

#primary-nav-wrapper-mobile {
	display: none;
}

.vhalign {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.valign {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.halign {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-8px);
	}

	60% {
		transform: translateY(-8px);
	}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.hidden,
.hidetext,
.special,
.smallsite {
	display: none !important;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.warning,
.error {
	color: #a00;
	font-size: 10px;
	text-align: left;
	display: block;
}

.errorMessage {
	color: #a00;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 2px auto 0;
	display: block;
}

#token,
.special {
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	position: absolute;
	left: -9999px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

address {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 15px 15px 0;
}

img.right {
	margin: 0 0 15px 15px;
}

img {
	max-width: 100%;
}

.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sep {
	margin: 0 6px;
	display: inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

input,
textarea,
a,
.btn,
button {
	outline: none;
}

input[type="file"]:focus {
	cursor: pointer;
}

.constrain {
	max-width: 1200px;
	margin: 0 auto;
}

a,
input,
textarea,
button,
.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

body {
	color: #4b4b4b;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin: 0 !important;
	padding-top: 142px;
}

html.noscroll,
html.noscroll body {
	overflow: hidden !important;
	position: relative;
	height: 100%;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	text-transform: uppercase;
	color: #10433c;
}

h3.heading,
h4.heading,
.h3.heading,
.h4.heading {
	margin-top: 20px;
}

#content-wrap h1 {
	color: #10433c;
}

.h1,
.h2,
.h3,
.h4 {
	display: block;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
	margin-top: 0;
}

h1,
.h1 {
	font-size: 28px;
	margin: 0;
}

h2,
.h2 {
	color: #10433c;
	font-size: 28px;
	margin: 20px 0;
}

h3,
.h3 {
	font-size: 20px;
	font-weight: 500;
	color: #10433c;
	margin: 0 0 16px;
}

h4,
.h4 {
	color: #10433c;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
	color: #fff;
}

.heading {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.heading-border::after {
	width: 129px;
	height: 4px;
	background-color: #b2d940;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-title.h1.heading.heading-border::after {
	background-color: #fff;
}

ul.fancy b {
	color: #666;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 20px 0 10px;
	display: block;
}

ul.fancy li:first-child b {
	margin-top: 0;
}

h5,
.h5 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

p {
	font-size: 1em;
}

a {
	color: #10433c;
}

a:hover {
	color: #10433c;
	text-decoration: none;
}

.bold:before {
	font-weight: bold;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.33%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w66 {
	width: 66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.block {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 40px;
	padding-top: 40px;
	background-size: cover;
	position: relative;
}

.block:first-child {
	padding-top: 40px;
}

.block.full {
	max-width: 100%;
}

.block.full {
	padding-left: calc(50vw - 608px);
	padding-right: calc(50vw - 608px);
}

.block.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.block.middle-align {
	align-items: center;
}

.block.bottom-align {
	align-items: flex-end;
}

.block.has-bg .column:first-child {
	padding-left: 8px;
}

.block.has-bg .column:last-child {
	padding-right: 16px;
}

.block.full.column-has-bg {
	padding-left: 0;
	padding-right: 0;
}

.block.full.column-has-bg .column:first-child {
	padding-left: calc(50vw - 608px);
}

.block.full.column-has-bg .column:last-child {
	padding-right: calc(50vw - 608px);
}

.block.has-bg+.block,
.block.column-has-bg+.block {
	padding-top: 40px;
}

.block.has-bg+.block.column-has-bg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.block.column-has-bg {
	padding-top: 0;
	padding-bottom: 0;
}

.block.column-has-bg .column {
	padding-top: 40px;
	padding-bottom: 40px;
}

.block .column {
	background-size: cover;
	display: block;
	flex-direction: column;
}

.block .column:not(:first-child) {
	padding-left: 16px;
}

.block .column:not(:last-child) {
	padding-right: 16px;
}

.block .column:last-child {
	margin-right: auto;
}

.block.top_bg {
	background-position: center top;
	border-top: 13px solid #f6f6f6;
	padding-top: 80px;
	padding-bottom: 80px;
}

.block.bottom_bg {
	background-position: center bottom;
	border-bottom: 13px solid #f6f6f6;
}

.block.bleed_bg {
	background: url(../assets/images/template/background-waves.png) no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: -11%;
	padding-top: 140px;
}

.block.contain_bg {
	background-size: contain;
	background-repeat: no-repeat;
}

.richtext p:last-child {
	margin-bottom: 0;
}

.richtext+.button {
	margin-top: 22px;
	display: inline-block;
}

.content-block>.richtext+.button {
	margin-top: 30px;
}

.img-wrapper+.richtext h1:first-child,
.img-wrapper+.richtext h2:first-child,
.img-wrapper+.richtext p:first-child {
	margin-top: 30px;
}

.img-wrapper.rounded-left,
.gallery .img-wrapper .rounded-left {
	-webkit-border-radius: 0 0 0 50px;
	-moz-border-radius: 0 0 0 50px;
	border-radius: 0 0 0 50px;
	overflow: hidden;
}

.img-wrapper.rounded-right,
.gallery .img-wrapper .rounded-right {
	-webkit-border-radius: 0 0 50px 0;
	-moz-border-radius: 0 0 50px 0;
	border-radius: 0 0 50px 0;
	overflow: hidden;
}

.button+.buckets {
	margin-top: 30px;
}

.white-bg {
	background-color: #fff;
	color: #4b4b4b;
}

.primary-bg {
	background-color: #10433c;
	color: #fff;
}

.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg .h1,
.primary-bg .h2,
.primary-bg .h3,
.primary-bg .h4 {
	color: #fff;
}

.secondary-bg {
	background-color: #10433c;
	color: #fff;
}

.tertiary-bg {
	background-color: #eee;
	color: #89c2dc;
}

.primary-bg a {
	color: #10433c;
}

.secondary-bg a {
	color: #fff;
}

.tertiary-bg a {
	color: #89c2dc;
}

.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
	color: #fff;
}

.table {
	min-width: 500px;
	font-size: 14px;
	text-align: center;
}

.table tbody:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
	font-weight: bold;
	background: #eee;
	color: #89c2dc;
	text-align: left;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #888;
}

.table tbody:first-child tr td:first-child {
	font-weight: bold;
	text-align: left;
}

.table-responsive {
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border: 0;
}

.table-responsive::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #eee;
	height: 10px;
}

.table-responsive::-webkit-scrollbar {
	width: 12px;
	background-color: #eee;
	height: 5px;
	border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #89c2dc;
}

.table thead {
	background-color: #f6f6f6;
	color: #10433c;
	font-weight: 600;
	text-transform: uppercase;
}

.fancybox-image,
.fancybox-spaceball {
	height: 90%;
}

.button {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	padding: 8px 24px;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #10433c;
    background-color: #10433c;
	color: #fff;
}

.button:hover {
	border-color: #fff;
    background-color: #17564c;
	color: #fff;
}

.button.hollow {
	color: #10433c;
	border-color: #10433c;
	background-color: #fff;
}

.button.hollow:hover {
	background-color: #0f3731;
	color: #fff;
}

.button.secondary {
	background-color: #0f3731;
	border-color: #0f3731;
	color: #fff;
}

.button.secondary:hover {
	color: #fff;
	border-color: #0f3731;
	background-color: #0f3731;
}

.button.secondary.hollow {
	color: #0f3731;
	border-color: #e4e4e4;
	background-color: #e4e4e4;
}

.button.secondary.hollow:hover {
	background-color: #a9a9a9;
	color: #0f3731;
	border-color: #10433c;
}

.button.tertiary {
	background-color: #10433c;
	border-color: #10433c;
	color: #fff;
}

.button.tertiary:hover {
	border-color: #0f3731;
	background-color: #0f3731;
}

.button.tertiary.hollow {
	color: #145fbc;
	border-color: #145fbc;
	background-color: transparent;
}

.button.tertiary.hollow:hover {
	background-color: #145fbc;
	color: #10433c;
}

.button.arrow-left:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f323';
	margin-right: 10px;
	font-weight: normal;
	font-size: 13px;
}

.button.arrow-right:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f324';
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
}

.small-btn {
	font-size: 0.7em;
	letter-spacing: 0.05em;
	line-height: 28px;
	height: 28px;
	padding: 0 16px;
}

hr {
	margin: 0;
	border-top: 1px solid #ddd;
}

.hr {
	background: url("../assets/images/template/hr.png") center center no-repeat;
	height: 22px;
	width: 100%;
	margin: 60px auto;
	display: block;
}

.hr:first-child,
.text-blocks-wrapper.small+.hr {
	margin-top: 0;
}

.hr:last-child {
	margin-bottom: 0;
}

.divider {
	text-align: center;
	margin: 40px auto;
	position: relative;
}

.divider:before,
.divider:after {
	content: "";
	background: #ddd;
	width: 40%;
	height: 1px;
	display: block;
	position: absolute;
	top: 49%;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.spacer {
	height: 40px;
	display: block;
	clear: both;
}

.round,
.round:before {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.fancy {
	list-style: none;
	text-align: left;
	margin-top: 10px;
}

ul.fancy.columns_two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

ul.fancy.columns_three {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

ul.fancy.columns_four {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

ul.fancy li {
	margin: 0 0 8px;
	position: relative;
}

ul.fancy li:last-child {
	margin-bottom: 0;
}

ul.fancy li:before {
	content: "\f111";
	color: #10433c;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	top: 2px;
	left: -24px;
	font-size: 12px;
}

.quote {
	border-left: none;
	padding: 10px 0 0 50px;
	position: relative;
}

.quote:before {
	content: "\201C";
	color: #fd8587;
	font-family: sans-serif;
	font-size: 100px;
	line-height: 0.8;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.quote .content {
	font-size: 1.4em;
	display: block;
}

.quote .source {
	font-style: italic;
	margin: 10px 0 0;
	display: block;
}

.quote .source:before {
	content: "\2013";
	margin-right: 5px;
	display: inline-block;
}

#global-nav {
	float: left;
}

#global-nav {
	margin-left: 10px;
}

#global-nav>li {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin: 0 16px;
	display: inline-block;
	position: relative;
}

#global-nav>li a {
	color: #fff;
}

#global-nav>li:hover a {
	color: #fff;
    text-decoration: underline;
}

.search-container {
	float: left;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.15);
	padding: 0 32px;
}

.search-form {
	position: relative;
	width: 213px;
	max-width: 300px;
}

.search-form input,
.search-form button {
	color: #292b2c;
	vertical-align: middle;
	background: none;
	border: none;
	box-shadow: none;
	line-height: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 0;
}

.search-form input {
	font-size: 12px;
	width: 100%;
	padding: 0 46px 0 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.search-form input::-webkit-input-placeholder {
	color: white;
}

.search-form input::-moz-placeholder {
	color: white;
}

.search-form input:-ms-input-placeholder {
	color: white;
}

.search-form input:-moz-placeholder {
	color: white;
}

.search-form button {
	width: 36px;
	position: absolute;
	right: 0;
	top: 28px;
	display: block;
	margin: 0;
	font-size: 0;
}

.search-form button:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	width: 30px;
	height: 37px;
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 0;
	font-size: 15px;
	font-weight: 200;
	color: #fff;
}

.search-form button:hover:after {
	color: #89c2dc;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 142px;
	z-index: 999;
	background-color: white;
}

#header .logo {
	width: 312px;
	float: left;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.15);
	padding-right: 24px;
}

#header-top {
	background-color: #10433c;
	height: 90px;
	line-height: 90px;
}

#header-bottom {
	background: none;
	height: 52px;
	line-height: 52px;
	clear: both;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.header-phone-wrapper {
	color: #fff;
	float: left;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.15);
	padding: 0 32px;
	height: 90px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-phone-wrapper span {
	font-size: 12px;
	margin-bottom: 8px;
}

.header-phone-wrapper a {
	color: #fff;
	font-weight: 600;
}

.header-phone-wrapper a:hover {
	color: #fff;
    text-decoration: underline;
}

.header-phone-wrapper a i {
	color: #fff;
}

.rfq-btn {
    background-color: #b23823;
    color: #fff;
	display: block;
	float: right;
	line-height: 1.2;
	height: 90px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 16px;
	display: flex;
	align-items: center;
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
}

.rfq-btn:hover {
	background-color: #9e2d1b;
    color: #fff;
}

#primary-nav a {
	text-decoration: none;
	display: block;
	position: relative;
}

@media only screen and (min-width: 1200px) {

	#nav-id-60,
	#nav-id-61,
	#nav-id-62,
	#nav-id-63 {
		display: none !important;
	}

	#primary-nav>li {
		font-size: 12.5px;
		font-weight: 600;
		line-height: 52px;
		height: 52px;
		margin: 0;
		padding: 0;
		float: left;
		display: block;
		padding: 0 20px;
	}

	#primary-nav>li.first {
		padding-left: 0;
	}

	#primary-nav>li::last-child {
		padding-right: 0;
	}

	#primary-nav>li>a {
		color: #10433c;
		text-transform: uppercase;
		position: relative;
	}

	#primary-nav>li>a::after {
		content: '';
		display: block;
		width: 0;
		height: 4px;
		background: #10433c;
		-moz-transition: width 0.3s ease;
		-webkit-transition: width 0.3s ease;
		-o-transition: width 0.3s ease;
		transition: width 0.3s ease;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#primary-nav>li>a:hover:after,
	#primary-nav>li:hover>a:after,
	#primary-nav>li.active>a:after {
		width: 100%;
	}

	#primary-nav a {
		color: #10433c;
	}

	#primary-nav #nav-id-56 {
		padding-right: 0;
	}

	#primary-nav .dropdown.level-1 {
		background: #fff;
		width: 100%;
		position: absolute;
		top: 142px;
		left: 0;
		z-index: 10;
		display: none;
		-webkit-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	}

	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown>ul>li {
		float: left;
		width: 30%;
	}

	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown>ul>li>a {
		color: #10433c;
		font-size: 20px;
		font-weight: 500;
	}

	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown>ul>li>a:hover {
		color: #10433c;
	}

	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown>ul>li>a::after {
		content: '';
		display: block;
		width: 129px;
		height: 4px;
		background: #b2d940;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#primary-nav .dropdown.level-1 .nav-image {
		width: 40%;
		float: right;
	}

	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown {
		width: 60%;
		float: left;
		padding: 30px 0;
	}

	li#nav-id-48 .dropdown .primary-parent-dropdown li,
	li#nav-id-56 .dropdown .primary-parent-dropdown li {
		width: 49% !important;
	}

	#primary-nav .dropdown.level-2 a:hover {
		text-decoration: underline;
	}

	#primary-nav .dropdown.level-1.active {
		display: block;
	}

	#primary-nav ul li {
		line-height: normal;
		margin: 0 2px;
		position: relative;
	}

	#primary-nav ul li a {
		font-size: 14px;
		padding: 10px 10px 10px 0;
	}

	#primary-nav ul li>i {
		position: absolute;
		z-index: 200;
		right: 15px;
		font-style: normal;
		top: 4px;
	}

	#primary-nav ul li>i:before {
		font-family: "Font Awesome 5 Pro";
		content: '\f105';
	}

	#primary-nav ul.active li>i:before {
		content: '\f107';
	}

	#primary-nav ul ul {
		background-color: transparent;
		position: relative;
		top: 0;
	}
}

#home-banner,
#home-banner .slides li,
#home-banner .constrain {
	height: 600px;
}

#home-banner {
	background: #10433c;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#home-banner .slides li {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
	margin: 0;
	display: none;
}

#home-banner picture img {
	display: block;
	width: 100%;
	/* height: auto; */
}

#home-banner .caption {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-overlay:after,
.image-bg:before {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3,
#home-banner p {
	margin: 0;
}

#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3 {
	color: #fff;
	text-transform: uppercase;
}

#home-banner h2,
#home-banner .h2 {
	font-size: 3em;
	letter-spacing: normal;
}

#home-banner h3,
#home-banner .h3 {
	font-size: 2em;
	margin-bottom: 20px;
}

#home-banner .flex-control-paging {
	bottom: 0;
	z-index: 3;
}

#home-banner .flex-control-paging li a:hover,
#home-banner .flex-control-paging li a.flex-active {
	background-color: #fff;
}

#home-banner .flex-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f104';
	color: white;
}

#home-banner .flex-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	color: white;
}

#home-banner video {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%;
	top: 40%;
}

.video-overlay {
	background: -moz-linear-gradient(left, #10433c 0%, rgba(2, 75, 160, 0) 67%, rgba(2, 75, 160, 0) 99%, rgba(2, 75, 160, 0) 100%);
	background: -webkit-linear-gradient(left, #10433c 0%, rgba(2, 75, 160, 0) 67%, rgba(2, 75, 160, 0) 99%, rgba(2, 75, 160, 0) 100%);
	background: linear-gradient(to right, #10433c 0%, #10433cf0 30%, rgba(255, 255, 255, 0) 60%, rgba(2, 75, 160, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10433c', endColorstr='#0010433c', GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-banner-caption {
	position: absolute;
	top: 0px;
	width: 467px;
	padding: 55px 0 64px 0;
	color: #fff;
}

.home-banner-caption .banner-title {
	font-size: 34px;
	color: #fff;
	line-height: 1.2;
	margin: 16px 0 24px;
}

.home-banner-caption .explore {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-top: 16px;
	cursor: pointer;
}

.home-banner-caption .explore span {
	font-size: 24px;
	display: block;
	text-align: center;
}

.home-banner-caption .explore:hover span {
	animation: bounce 2s infinite;
}

#inner-banner {
	background: center center #ccc;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	width: 100%;
	height: 155px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#inner-banner .constrain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 15px;
}

#inner-banner h1,
#inner-banner .h1 {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}

#inner-banner picture img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

ul.B_crumbBox {
	list-style: none;
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.B_crumbBox li {
	color: #fff;
	display: inline-block;
}

.breadcrumb-block {
	padding: 10px 0 0;
}

.B_crumbBox a {
	color: #fff;
}

.B_crumbBox>li:hover>a,
.B_crumbBox>li:hover {
	text-decoration: none !important;
	color: #10433c;
}

.B_crumbBox>li {
	position: relative;
	padding: 8px 12px 21px 20px;
	font-size: 14px;
	color: #292b2c;
}

.B_crumbBox>li+li:after,
.B_crumbBox>li+li:after {
	content: "\002F";
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 4px;
}

.B_crumbBox>li:first-child {
	padding-left: 0;
}

.B_crumbBox ul {
	display: none;
	position: absolute;
	z-index: 2;
	left: 3px;
	top: 40px;
	padding: 16px;
	width: 284px;
	background-color: #145fbc;
	list-style: none;
	text-align: left;
}

.B_crumbBox ul a,
.B_crumbBox ul li {
	display: block;
	font-size: 14px;
	line-height: 1.8;
}

.B_crumbBox ul a:hover,
.B_crumbBox ul li:hover {
	color: #10433c;
	text-decoration: none !important;
}

li.B_currentCrumb {
	color: #293e9b;
}

.B_crumb:hover ul {
	display: block;
}

.B_crumb i {
	margin-left: 10px;
}

.text-tabs.dark-bg .tab-content,
.image-bg .text-blocks {
	color: #ccc;
	color: rgba(255, 255, 255, 0.8);
}

.text-tabs.dark-bg .tab-title {
	color: #fff;
}

.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color: #2bc271 !important;
	cursor: pointer;
}

.bullet-tabs .tab-title span {
	line-height: 1.2;
	vertical-align: middle;
}

.bullet-tabs .tab-title .title {
	display: inline-block;
}

.bullet-tabs .tab-title .bullet {
	background: #888;
	border: 6px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -31px;
}

.bullet-tabs .tab-title:before {
	content: "";
	height: 100%;
	width: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
}

.bullet-tabs .tab-title.current .bullet {
	background: #fff;
	border: 2px solid #0065aa !important;
	height: 18px;
	width: 18px;
	top: 9px;
	left: -30px;
}

.text-tabs .tabs-menu-wrapper {
	margin: 0 0 20px -5px;
}

.text-tabs .tab-title,
.text-tabs .tab-content {
	color: #888;
}

.text-tabs .tab-title {
	margin-right: 10px;
	padding: 5px;
	display: inline-block;
}

.text-tabs .tab-title.current {
	color: #f56c6e !important;
	font-weight: bold;
}

.tabs .tab-content {
	display: none;
}

.tabs .tab-content.current {
	display: block;
}

.tabbed-content .tab-content {
	border: 0;
}

.tabbed-content .content-block {
	padding: 0;
}

.tabbed-content .nav-tabs {
	border: 0;
}

.tabbed-content .nav-tabs li {
	margin-right: 32px;
}

.tabbed-content .nav-tabs a {
	border: solid 1px #e3e3e3;
	width: 268px;
	text-align: center;
}

.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a {
	border-radius: 0;
	color: #10433c;
	font-size: 19px;
	font-weight: 500;
}

.tabbed-content .nav-tabs li.active a {
	background-color: #10433c;
	border: 1px solid transparent;
	color: #fff;
}

.tabbed-content .nav-tabs a:hover {
	border-color: transparent;
	border-bottom-color: transparent;
	background-color: #145fbc;
	color: #fff;
}

.panel-group {
	margin-bottom: 0;
}

.panel-body {
	padding: 0;
}

.panel-body .block {
	padding: 30px 0;
}

.panel-group .panel {
	border: 0;
}

.panel-group .panel-title {
	color: #10433c;
	font-size: 20px;
	font-weight: 500;
}

.panel-group .panel-heading {
	background-color: #f6f6f6;
	padding: 0;
	border-radius: 0;
	border: 0;
}

.panel-group .panel-heading a {
	padding: 10px 40px 10px 15px;
	display: block;
	position: relative;
}

.panel-group .panel-heading a:hover {
	background-color: #10433c;
	color: #fff;
}

.panel-group .panel-heading a:hover::before {
	color: #fff;
}

.panel-group .panel-heading a:focus {
	text-decoration: none;
}

.panel-group .panel-heading a:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 15px;
	color: #145fbc;
}

.panel-group .panel-heading a[aria-expanded="true"] {
	background-color: #10433c;
	color: #fff;
}

.panel-group .panel-heading a[aria-expanded="true"]:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 15px;
	color: #fff;
}

.panel-arrows .panel-heading a:before {
	content: '\f107';
}

.panel-arrows .panel-heading a[aria-expanded="true"]:before {
	content: '\f106';
}

.panel-plusminus .panel-heading a:before {
	content: '\f067';
}

.panel-plusminus .panel-heading a[aria-expanded="true"]:before {
	content: '\f068';
}

.panel-group .panel-body {
	border: 0;
	border-radius: 0;
}

.panel-group .content-block {
	padding: 0;
}

.text-blocks-wrapper.small {
	font-size: 0.9em;
	text-align: center;
	padding: 20px 0;
}

.text-blocks-wrapper.small .text-block {
	text-align: left;
	vertical-align: top;
	width: 32%;
	padding: 20px 20px 20px 70px;
	display: inline-block;
	position: relative;
}

.text-blocks-wrapper.small .icon {
	width: 50px;
	position: absolute;
	top: 20px;
	left: 0;
}

.text-blocks-wrapper.small h5 {
	margin: 0 0 12px;
}

.image-bg .text-blocks-wrapper.small h5 {
	color: #fff;
}

.text-blocks-wrapper.small p {
	color: #888;
}

.text-blocks-wrapper.small a {
	font-size: 0.9em;
	font-weight: bold;
}

.text-blocks-wrapper.large {
	padding: 40px 0 0;
}

.text-blocks-wrapper.large .text-block {
	margin: 60px 0;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.text-blocks-wrapper.large .text-block:first-child {
	margin-top: 0;
}

.text-blocks-wrapper.large .text-block:last-child {
	margin-bottom: 0;
}

.text-blocks-wrapper.large .text-block .content {
	width: 50%;
}

.text-blocks-wrapper.large .text-block:nth-child(odd) .content {
	padding-right: 40px;
	float: left;
}

.text-blocks-wrapper.large .text-block:nth-child(even) .content {
	padding-left: 40px;
	float: right;
}

.text-blocks-wrapper.large .text-block .image {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
}

.text-blocks-wrapper.large .text-block:nth-child(odd) .image {
	right: 0;
}

.text-blocks-wrapper.large .text-block:nth-child(even) .image {
	left: 0;
}

.video-block {
	text-align: center;
	margin-bottom: 25px;
}

.video-block+.video-block {
	margin-top: 10px;
}

.video {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 450px;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 40px;
	display: block;
	position: relative;
}

.video.rounded-right {
	-webkit-border-radius: 0 0 50px 0;
	-moz-border-radius: 0 0 50px 0;
	border-radius: 0 0 50px 0;
	overflow: hidden;
}

.video.rounded-left {
	-webkit-border-radius: 0 0 0 50px;
	-moz-border-radius: 0 0 0 50px;
	border-radius: 0 0 0 50px;
	overflow: hidden;
}

.video .play {
	margin-top: -45px;
	margin-left: -30px;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: #10433c;
}

.video .play i {
	font-size: 40px;
	font-weight: 700;
	line-height: 98px;
	height: 98px;
	width: 98px;
	display: block;
	color: #10433c;
}

.video:hover .play {
	color: #10433c;
	background-color: #10433c;
}

.video:hover .play i {
	color: #10433c;
}

.video .play i:before {
	position: relative;
	left: 3px;
	top: -2px;
}

.video-block .title {
	color: #10433c;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
}

.video-block .subtitle {
	color: #4b4b4b;
	margin-bottom: 0;
	text-align: left;
}

.fancybox-arrow {
	opacity: 1 !important;
}

.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}

.fancybox-arrow:hover:after {
	opacity: .5;
}

.fancybox-arrow--left:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.fancybox-arrow--right:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.fancybox-button--close {
	top: -40px;
	right: -15px;
	left: auto;
	position: absolute;
	background-color: transparent;
	opacity: 0;
}

.fancybox-button--close:hover {
	background-color: transparent;
	opacity: .5;
}

.fancybox-infobar {
	position: absolute;
	bottom: -30px;
	top: auto;
	padding: 0;
	right: 0;
	left: auto;
}

.fancybox-infobar button {
	display: none;
}

.fancybox-infobar__body {
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity: 0;
}

.fancybox-caption {
	border-top: 0;
	position: absolute;
	bottom: -30px;
	padding: 0;
	left: 0;
	opacity: 0;
}

.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close {
	opacity: 1;
}

.chart-wrapper {
	text-align: center;
}

.chart-wrapper.with-caption {
	padding-bottom: 40px;
}

.percent .caption {
	font-size: 1.2em;
	line-height: 1.2;
}

.percent .caption.long {
	font-size: 1em;
	width: auto;
}

.percent .number:after {
	content: "%";
}

.statistic {
	position: relative;
}

.statistic .number {
	color: #fff !important;
	font-size: 140px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	line-height: 1;
	margin: 0;
	padding: 60px 0 40px;
}

.statistic .caption {
	color: #fff !important;
	text-transform: uppercase;
	line-height: 1;
	width: 200px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 15px;
}

.statistic .caption:before {
	font-size: 40px;
	display: block;
}

.piechart {
	vertical-align: middle;
	background: #e4e8eb;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	padding: 20px;
	height: 180px;
	width: 180px;
	display: inline-block;
	position: relative;
}

.piechart .dots {
	background: url("../assets/images/template/pie-dots-pink.html") center center/222px 212px no-repeat;
	height: 220px;
	width: 220px;
	display: block;
	position: absolute;
	top: -20px;
	left: -17px;
}

.image-bg .piechart .dots {
	background-image: url("../assets/images/template/pie-dots-white.html");
}

.piechart canvas {
	height: 100% !important;
	width: 200% !important;
	margin-left: -50%;
}

.piechart+.percent {
	text-align: left;
	vertical-align: middle;
	width: 50%;
	margin-left: 60px;
	display: inline-block;
}

.piechart+.percent .number {
	color: #666;
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.piechart .caption {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 40px 0 0;
}

.piechart+.percent .caption {
	color: #aaa;
	text-transform: uppercase;
	margin: 0;
}

.image-bg .piechart+.percent .caption {
	color: #ccc;
}

.forms .fieldset {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.forms .input-group {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

.forms input[type=text],
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel],
.forms textarea,
.forms select,
.forms .bootstrap-select {
	color: #292b2c;
	font-size: 13px;
	line-height: 36px !important;
	background: #fff;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 10px;
	display: block;
}

.forms input[type=text]:focus,
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus,
.forms textarea:focus,
.forms select:focus {
	border-color: #222;
}

.forms textarea {
	line-height: 1.4 !important;
	height: 180px !important;
	padding: 10px 12px !important;
}

.forms label {
	color: #10433c;
	font-weight: normal;
	font-size: 14px;
	font-weight: 500;
}

.forms label .required {
	color: #10433c;
}

.forms #file-uploader-image {
	float: left;
	position: relative;
	margin-right: 16px;
}

.forms #file-uploader-image:focus {
	border-color: #292b2c;
	outline: 0;
}

.forms .file-uploader-items .file-wrap {
	margin-bottom: 0;
}

.forms .file-uploader-items .title {
	display: block;
	margin-bottom: 0;
	height: 35px;
}

.forms .file-uploader-items img {
	display: none;
}

.forms .file-uploader-items .delete-button {
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
	right: -18px;
	cursor: pointer;
}

.forms .file-uploader-items .delete-button:before {
	content: '×';
	font-size: 15px;
	color: #c50000;
}

.forms .qq-upload-button,
.forms .qq-clear-button {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	height: auto;
	line-height: normal;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	padding: 8px 24px;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #10433c;
	border: 2px solid #10433c;
	border-color: #10433c;
	background-color: #fff;
	width: auto;
}

.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover {
	color: #fff;
	background-color: #10433c;
}

#apply .qq-upload-button {
	font-size: 0px;
	color: white;
	line-height: 0;
}

#apply .qq-upload-button:after {
	content: "Attach a Resume";
	font-size: 14px;
	color: #10433c;
	line-height: normal;
}

#apply .qq-upload-button:hover:after {
	font-size: 14px;
	color: white;
	line-height: normal;
}

.forms .errorMessage {
	background-color: #c50000;
	color: white;
	padding: 8px 8px 5px 8px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}

.forms.shifty label {
	display: none;
}

.forms.shifty .input-group label {
	position: absolute;
	display: block;
	top: 16px;
	left: 15px;
	line-height: 1em;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
}

.forms.shifty .input-group label.focus {
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}

.forms.shifty .input-group label.focus:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}

.forms.shifty .input-group label.hidden {
	opacity: 0.0;
}

.forms.shifty label.error {
	display: none !important;
}

.forms .bootstrap-select {
	padding: 0;
	border: 0;
}

.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus {
	outline: 0 !important;
}

.forms .bootstrap-select button {
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}

.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #292b2c;
}

.forms .bootstrap-select button span {
	font-weight: normal;
	text-transform: none;
}

.forms .bootstrap-select .dropdown-toggle .caret {
	border: 0;
	top: 4px;
	right: 20px;
}

.forms .bootstrap-select button .caret:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
}

.forms .bootstrap-select.open button .caret:before {
	content: '\f106';
}

.forms .bootstrap-select .dropdown-menu {
	margin: 0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding: 0;
	background-color: #eee;
}

.forms .bootstrap-select .dropdown-menu a {
	padding: 8px 10px;
}

.forms .bootstrap-select .dropdown-menu a:hover {
	background-color: #ddd;
}

.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus {
	outline: 0;
}

.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.forms .switch-container {
	padding-left: 60px;
}

.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 2;
}

.forms .checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #da3037;
	border-radius: 4px;
	line-height: 30px;
}

.forms .radio-container .radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #fff;
	border: 1px solid #da3037;
	border-radius: 23px;
	line-height: 30px;
	margin: 0;
}

.forms .switch-container .switch {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 50px;
	background-color: #d7d8d8;
	border: 1px solid #d7d8d8;
	border-radius: 23px;
	line-height: 30px;
	margin: 0;
}

.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	display: none;
}

.forms .checkbox-container:hover input~.checkmark:after {
	content: '\f0c8';
	display: block;
	font-weight: bold;
	top: -3px;
	left: 6%;
	font-size: 23px;
	color: #da3037;
}

.forms .radio-container:hover input~.radio:after {
	content: '\f111';
	display: block;
	font-weight: bold;
	top: -19%;
	left: 10%;
	font-size: 17px;
	color: #da3037;
}

.forms .switch-container input~.switch:after {
	content: '\f111';
	display: block;
	font-weight: bold;
	top: -4px;
	left: 1px;
	font-size: 20px;
	color: #fff;
}

.checkbox-container input:checked~.checkmark:after,
.forms .checkbox-container:hover input:checked~.checkmark:after {
	display: block;
	content: "\f14a";
	font-weight: bold;
	top: -3px;
	left: 6%;
	font-size: 23px;
	color: #da3037;
}

.radio-container input:checked~.radio:after,
.forms .radio-container:hover input:checked~.radio:after {
	display: block;
	content: '\f111';
	font-weight: bold;
	top: -19%;
	left: 10%;
	font-size: 17px;
	color: #da3037;
}

.switch-container input:checked~.switch {
	background-color: #da3037;
	border-color: #da3037;
}

.switch-container input:checked~.switch:after {
	display: block;
	content: '\f111';
	font-weight: bold;
	top: -4px;
	right: 0;
	left: auto;
	font-size: 20px;
	color: #fff;
	border: 0;
}

.forms .submit {
	float: left;
}

#quick-contact-wrapper {
	background: url(../assets/images/template/Background-waves-fade.jpg) center top no-repeat;
	background-size: contain;
	border-top: 13px solid #f6f6f6;
	padding: 60px 0 30px;
	position: relative;
}

#quick-contact-wrapper>img {
	position: absolute;
	bottom: 30px;
	left: 0;
}

#contact {
	margin-top: 20px;
}

.contact-map-wrapper {
	padding: 0 !important;
}

.contact-map {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.contact-map iframe {
	width: 150%;
	height: 150%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.qc-info {
	background-color: #fff;
	border: 2px solid #145fbc;
	font-size: 14px;
	padding: 32px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(97, 97, 97, 0.5);
	-moz-box-shadow: 0 6px 10px 0 rgba(97, 97, 97, 0.5);
	box-shadow: 0 6px 10px 0 rgba(97, 97, 97, 0.5);
}

.qc-info span {
	color: #10433c;
	float: left;
	font-size: 20px;
	width: 20px;
	margin-right: 16px;
}

.qc-address {
	margin-top: 32px;
}

.qc-info address,
.qc-phone-text {
	float: left;
}

.qc-info .qc-phone {
	margin-bottom: 24px;
	margin-top: 40px;
}

#accordion .panel .panel-collapse .panel-body .qc-jump {
	text-align: left;
}

.qc-jump {
	text-align: center;
	width: 100%;
}

.qc-jump .title {
	color: #10433c;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sisea-highlight {
	text-shadow: 1px 1px 1px #fff;
	background: #e9e9e9;
	padding: 3px;
}

.sisea-paging {
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
	margin: 15px 0;
}

.sisea-result-pages {
	margin-right: 2px;
}

.sisea-current-page {
	color: #000;
}

.sisea-result {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.sisea-result:first-child {
	border-top: 1px solid #ddd;
}

.sisea-result h3 {
	color: #888;
	font-size: 1.4em;
}

.sisea-result p {
	margin: 0;
}

.home-bucket-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	-moz-box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	-webkit-border-radius: 0 60px 0 0;
	-moz-border-radius: 0 60px 0 0;
	border-radius: 0 60px 0 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.home-bucket-inner .h2 {
	padding: 32px 34px 16px 34px;
}

.home-bucket-inner .h2::after {
	left: 32px;
}

.home-bucket-inner .home-bucket-image-wrapper {
	position: relative;
}

.home-bucket-inner img {
	width: 100%;
	height: auto;
}

.home-bucket-inner .home-bucket-content {
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
	overflow: hidden;
	padding: 12px 34px 34px 34px;
	-moz-transition: top 0.3s ease-in;
	-webkit-transition: top 0.3s ease-in;
	-o-transition: top 0.3s ease-in;
	transition: top 0.3s ease-in;
}

.home-bucket-inner .home-bucket-content ul {
	padding-left: 0;
}

.home-bucket-inner .view-all {
	width: 100%;
	margin-top: 30px;
}

@media only screen and (min-width: 1199px) {
	.home-bucket-inner:hover .home-bucket-content {
		height: 100%;
		top: 0;
	}

	.home-bucket-inner:hover .home-bucket-content .home-bucket-listing a {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.home-bucket-inner:hover .home-bucket-content .home-bucket-listing a:nth-child(2) {
		-moz-transition-delay: 0.0s;
		-webkit-transition-delay: 0.0s;
		-o-transition-delay: 0.0s;
		transition-delay: 0.0s;
	}

	.home-bucket-inner:hover .home-bucket-content .home-bucket-listing a:nth-child(3) {
		-moz-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
}

.home-bucket-listing {
	text-align: center;
	margin-top: 30px;
}

.home-bucket-listing a {
	width: 234px;
	margin-bottom: 24px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.800s;
	transition: opacity 0.35s, transform 0.800s;
	-webkit-transform: translate3d(-1000%, 0, 0);
	transform: translate3d(-1000%, 0, 0);
}

.fauxlink:hover {
	cursor: pointer;
}

@media only screen and (min-width: 1199px) {
	.buckets {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -16px;
	}

	.bucket {
		display: flex;
		flex-direction: column;
		padding: 0 16px;
		margin-bottom: 32px;
	}

	.bucket .content {
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 8px 16px;
	}

	.bucket .content p {
		flex-grow: 1;
	}
}

.bucket .content .button {
	margin-left: 0;
}

.one-column .bucket {
	width: 100%;
}

.two-columns .bucket {
	width: 50%;
}

.three-columns .bucket {
	width: 33.33%;
}

.four-columns .bucket {
	width: 25%;
}

.five-columns .bucket {
	width: 20%;
}

.bucket-inner {
	-webkit-box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	-moz-box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	-moz-transition: box-shadow 0.2s ease;
	-webkit-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	height: 343px;
	overflow: hidden;
	position: relative;
}

.bucket-inner img {
	width: 100%;
	height: auto;
}

.bucket-inner .bucket-title {
	color: #10433c;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}

.bucket-inner p {
	font-size: 14px;
}

.bucket-inner .content {
	height: auto;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 24px;
	background-color: #fff;
}

.bucket-inner a.learn-more {
	font-size: 14px;
	color: #10433c;
	align-items: center;
	display: none;
}

.bucket-inner a.learn-more .icon {
	width: 34px;
	height: 34px;
	background-color: #10433c;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.bucket-inner a.learn-more i {
	font-size: 16px;
    color: #fff;
}

@media only screen and (min-width: 1199px) {
	.bucket-inner:hover {
		-webkit-box-shadow: 0 17px 10px 0 rgba(144, 144, 144, 0.5);
		-moz-box-shadow: 0 17px 10px 0 rgba(144, 144, 144, 0.5);
		box-shadow: 0 17px 10px 0 rgba(144, 144, 144, 0.5);
	}

	.bucket-inner:hover a.learn-more {
		display: flex;
	}
}

.resource-bucket {
	display: block;
	text-align: center;
}

.resource-bucket .image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #145fbc;
	display: inline-block;
	width: 222px;
	height: 222px;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.resource-bucket svg {
	width: 100px;
	height: 100px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.resource-bucket svg path {
	fill: #10433c;
}

.resource-bucket a {
	font-size: 20px;
	font-weight: 500;
}

@media only screen and (min-width: 1199px) {
	.resource-bucket:hover .image {
		background-color: #10433c;
	}

	.resource-bucket:hover svg path {
		fill: #145fbc;
	}
}

.cta-info {
	display: flex;
}

.cta-wrapper {
	background-size: cover !important;
	color: #fff;
	font-weight: 500;
	padding: 40px 0 80px;
}

.cta-wrapper .icon {
	display: inline-block;
	margin-right: 50px;
}

.cta-wrapper .title {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.cta-wrapper .cta-info-right {
	display: inline-block;
	vertical-align: middle;
}

.cta-wrapper .cta-info-text {
	display: inline-block;
	margin-right: 24px;
}

.cta-wrapper .description {
	margin-bottom: 0;
}

@media only screen and (min-width: 1199px) {
	.cta-wrapper a {
		-webkit-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		transform: translateY(-70%);
	}
}

.gallery {
	clear: both;
	position: relative;
	max-width: 100%;
}

.gallery.img-full img {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
	margin: 10px 8px;
	float: left;
	position: relative;
}

.gallery.fullwidth .img-wrapper {
	width: 100%;
	margin: 10px auto;
	float: none;
}

.gallery.two-col .img-wrapper {
	width: 48%;
}

.gallery.three-col .img-wrapper {
	width: 31%;
}

.gallery.four-col .img-wrapper {
	width: 23%;
}

.gallery.five-col .img-wrapper {
	width: 18%;
}

.tabbed-content .tab-content .gallery {
	max-width: 100%;
}

.tabbed-content .tab-content .gallery .img-wrapper {
	margin: 1%;
	overflow: hidden;
	width: 23%;
}

.tabbed-content .tab-content .gallery .img-wrapper i {
	z-index: 2;
}

.tabbed-content .tab-content .gallery .img-wrapper img {
	transition: all .2s ease-in-out;
}

.tabbed-content .tab-content .gallery .img-wrapper:hover img {
	transition: all .2s ease-in-out;
	transform: scale(1.1);
}

.img-wrapper {
	position: relative;
	text-align: center;
}

.img-wrapper.img-left {
	float: left;
	padding: 0 22px 10px 0;
	margin-top: 7px;
}

.img-wrapper.img-right {
	float: right;
	padding: 0 0 10px 22px;
	margin-top: 7px;
}

.img-wrapper.img-full img {
	width: 100%;
}

.img-wrapper a {
	display: block;
}

a.img-wrapper:focus {
	outline: 0;
}

a.img-wrapper p {
	color: #292b2c;
}

.primary-bg a.img-wrapper p {
	color: #fff;
}

.img-wrapper p.img-caption-in {
	background-color: rgba(17, 17, 17, 0.5);
	color: white;
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding: 10px 15px;
	margin: 0;
	text-align: left;
	width: 100%;
}

.img-wrapper p.img-caption-out {
	padding: 10px 15px;
}

.img-wrapper:before {
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.img-wrapper i {
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
}

.gallery.caption-outer .img-wrapper:before {
	top: 44%;
}

.img-wrapper:hover:before {
	font-size: 44px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.gallery .caption {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.gallery .caption.ellipsis {
	text-overflow: ellipsis;
	height: 50px;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gallery.caption-inner .caption {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gallery.slider {
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper {
	margin: 0;
}

.gallery.slider img {
	margin: 0 auto;
	display: block;
}

.gallery.caption.caption-outer .slides a .caption {
	text-overflow: ellipsis;
	height: 100px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
}

.gallery .flex-direction-nav a {
	background-color: #10433c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 57px;
	height: 57px;
	font-size: 0;
}

.gallery.slider .flex-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f053';
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 57px;
}

.gallery.slider .flex-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f054';
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 57px;
}

.gallery button.slick-next,
.gallery button.slick-prev {
	width: 57px;
	height: 57px;
	background-color: #145fbc;
	-webkit-box-shadow: 0 6px 10px 0 #003576;
	-moz-box-shadow: 0 6px 10px 0 #003576;
	box-shadow: 0 6px 10px 0 #003576;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}

.gallery button.slick-next:hover,
.gallery button.slick-prev:hover {
	background-color: #10433c;
}

.gallery .slick-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f053';
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.gallery .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f054';
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.gallery.center-carousel .img-wrapper {
	transform: scale(0.6);
}

.gallery.center-carousel .img-wrapper p {
	display: none;
}

.gallery.center-carousel .img-wrapper.slick-center {
	transform: scale(1.4);
}

.gallery.center-carousel .img-wrapper.slick-center p {
	display: block;
}

.slick-slide img {
	width: 100%;
}

.slick-dots li button:before {
	font-size: 14px;
}

.modal {
	z-index: 99999;
	text-align: center;
}

.modal-dialog {
	width: auto;
	padding-bottom: 60px;
}

.modal-content {
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid gray;
}

.modal .close {
	border-radius: 0;
	position: absolute;
	right: 2px;
	top: 8px;
	font-size: 26px;
	width: 30px;
	font-weight: 200;
	height: 30px;
	color: black;
	opacity: 1;
}

.modal .close:hover {
	opacity: .6;
}

.modal form {
	text-align: left;
}

.modal img {
	height: auto;
}

.forms .modal-header {
	padding-right: 50px;
	padding-left: 50px;
}

.forms .modal-body {
	padding: 20px 50px 40px;
}

#main-content .search-form {
	margin-bottom: 30px;
}

.post-item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
	margin-bottom: 16px;
}

.post-filter {
	margin-bottom: 25px;
}

.post-filter li {
	list-style-type: none;
}

.post-filter.no-count .count {
	display: none;
}

.post-info h2 {
	font-size: 18px;
	margin: 16px 0 10px 0;
}

.post-info .tags {
	display: block;
}

.post-info .categories {
	display: block;
}

.post-entry .post-info {
	margin-bottom: 25px;
}

.post-entry .post-info span {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.post-entry .post-info span:after {
	content: '|';
	position: absolute;
	right: -2px;
	top: 0;
}

.post-entry .post-info span:last-child:after {
	display: none;
}

.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full {
	height: 300px;
	overflow: hidden;
}

.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quip {
	margin-top: 30px;
}

.quip h3,
.quip .h3 {
	margin-bottom: 0;
}

.quip-comment {
	padding: 0 !important;
}

.quip-comment .quip-fld {
	margin-bottom: 8px;
}

.quip-comment .quip-name,
.quip-comment .quip-email {
	width: 48%;
}

.quip-comment .quip-name {
	float: left;
}

.quip-comment .quip-email {
	float: right;
}

.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"] {
	width: 100%;
}

.quip-add-comment label {
	display: block;
	float: none !important;
	width: auto !important;
}

.quip-add-comment .quip-notify label {
	display: inline-block;
}

.pdf-ctas {
	margin: 16px 0;
}

.pdf-iframe {
	position: relative;
	padding-bottom: 129.4%;
	padding-top: 0px;
	height: 0;
}

.pdf-iframe iframe,
.pdf-iframe object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pdf-iframe .resp {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.pdf-iframe .default {
		display: none !important;
	}

	.pdf-iframe .resp {
		display: block !important;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pdf-iframe .default {
		display: none;
	}

	.pdf-iframe .resp {
		display: block !important;
	}
}

_:-ms-fullscreen .pdf-iframe .default,
:root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}

_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
:root .ie11up .pdf-iframe .resp {
	display: block !important;
}

.files {
	margin: 0;
	padding: 0;
}

.files li {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

.files li a {
	color: #10433c;
	border: 2px solid #145fbc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 40px;
	line-height: 38px;
	padding: 0 0 0 16px;
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.files.file_square li {
	margin: 0;
}

.files.file_square li a {
	border: 0;
	border-bottom: 1px solid #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 50px;
	height: 50px;
}

.files.file_square li a .download-now {
	display: none;
}

.files.file_square li a:hover {
	background-color: #10433c;
	color: #10433c;
}

.files.file_square li a:hover .download-now {
	display: inline-block;
	margin-right: 16px;
}

.files.file_square li a:hover span::before {
	color: #10433c;
}

.files li a:hover,
.files li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #10433c;
}

.files li a:hover .icon-download::before {
	color: #fff;
}

.files .title {
	float: left;
}

.files .icon-download:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f56d';
	color: #145fbc;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 400;
}

.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f15b';
	color: #292b2c;
	font-weight: 200;
	margin-right: 5px;
}

.files .icon-pdf:before {
	content: '\f1c1';
}

.files .icon-doc:before,
.files .icon-docx:before {
	content: '\f1c2';
}

.files .icon-txt:before {
	content: '\f15c';
}

.files .icon-xls:before,
.files .icon-xlsx:before {
	content: '\f1c3';
}

.files .icon-ppt:before,
.files .icon-pptx:before {
	content: '\f1c4';
}

.files .extension {
	text-transform: uppercase;
	padding: 0 14px;
}

.files .filesize {
	padding: 0 14px;
}

.files .filesize:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f3fd';
	margin-right: 5px;
}

.files .button {
	float: right;
	margin-left: 18px;
}

.files .button:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f019';
	margin-left: 10px;
	font-weight: 200;
}

.paging ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.paging ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.paging ul li a {
	color: #292b2c;
	font-size: 15px;
	padding: 5px;
	display: block;
}

.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active {
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}

#map {
	height: 400px;
}

#map .infowindow-bg {
	background-color: white;
	display: block;
	width: 100%;
	height: 100%;
}

#map .infowindow-bg:before {
	content: '';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

#map .infowindow-bg div {
	border: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

#map .infowindow {
	background-color: white;
}

#map ul {
	margin: 0;
	padding: 0;
}

#map ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #292b2c;
	line-height: 20px;
	position: relative;
}

#map ul li i {
	font-weight: 400;
	position: absolute;
	left: 1px;
	top: 4px;
}

#map .title {
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}

#map .address,
#map .phone,
#map .fax {
	padding-left: 30px;
}

.location {
	padding-left: 0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li {
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address {
	float: left;
	margin-right: 2%;
	width: 55%;
}

.location i {
	position: absolute;
	left: 0;
	top: 2px;
}

.sidebar h3 {
	text-transform: none;
	color: #292b2c;
	margin: 0;
}

.sidebar h3 i {
	display: none;
}

.sidebar ul {
	padding-left: 0;
}

.sidebar ul li {
	list-style-type: none;
	position: relative;
}

.sidebar ul li a {
	color: #292b2c;
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}

.sidebar ul li ul {
	padding-left: 15px;
	display: none;
}

.sidebar .parent {
	cursor: pointer;
}

.sidebar .parent>i:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f067';
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
}

.sidebar .parent.active>i:after {
	content: '\f068';
}

.sidebar .parent.active>ul {
	display: block;
}

.sidebar ul li ul li a {
	font-size: 14px;
}

#footer {
	clear: both;
	background-color: #10433c;
	color: #fff;
	-webkit-border-radius: 70px 0 0 0;
	-moz-border-radius: 70px 0 0 0;
	border-radius: 70px 0 0 0;
	border-top: 5px solid #8bc53f;
    border-left: 5px solid #8bc53f;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 14px;
}

#back-top {
	width: 101px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #b23823;
    color: #fff;
	line-height: 1.2;
	height: 90px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 16px;
	display: flex;
	align-items: center;
	text-align: center;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
}

#back-top:hover {
	cursor: pointer;
	background-color: #9e2d1b;
}

#footer-top {
	padding: 0 0 20px;
}

#footer-top .constrain {
	padding-top: 90px;
	position: relative;
}

#footer-bottom {
	color: #fff;
	font-size: 0.8em;
	background: #0f3731;
	padding: 20px 0;
}

.footer-logo {
	margin-bottom: 32px;
}

#footer .footer-section>a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.footer-section-02>a {
	margin-bottom: 8px;
}

.footer-section:not(.footer-section-01) {
	font-size: 14px;
}

.footer-section li {
	line-height: 2.5;
}

.footer-section a span {
	color: #fff;
}

.footer-section-03 ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-section address {
	margin-bottom: 16px;
}

#copyright span {
	display: inline-block;
	padding: 0 4px;
}

#edit-page {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #2bc271;
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	width: 40px;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#edit-page:hover {
	color: #2bc271;
	background: #fff;
}

#update-browser {
	display: none;
}

#home-banner .social-icons {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100px;
	padding: 95px 0 50px 0;
	color: #fff;
}

#home-banner .social-icons .social-icons-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#home-banner .social-icons .social-icons-wrapper a {
	width: 100%;
	margin: 0 30px 35px;
	color: #fff;
}

#home-banner .social-icons .social-icons-wrapper a i {
	margin: 0 auto 0px;
	font-size: 30px;
	text-shadow: 3px 3px 10px #292b2c;
}

#footer p {
	float: left;
}

#footer .social-icons {
	float: right;
}

#footer .social-icons .social-icons-wrapper a i {
	font-size: 20px;
	margin: 0 15px 0 0;
}

#main-content {
	background-color: #fff;
}

body {
	background-color: #f6f6f6;
}

body #newsletter-wrapper {
	background-size: contain;
	border-top: 13px solid #f6f6f6;
	padding: 60px 0 30px;
	position: relative;
	background-color: #f6f6f6;
}

body #newsletter-wrapper .submit-group {
	margin-top: 20px;
}

.tn-badge__link {
	display: inline-block !important;
}

.thomas-badge {
	float: none !important;
	width: fit-content;
}

.logo img {
	height: auto;
}

img.footer-logo {
	height: auto;
    width: 200px;
}

.page-110 .block.bottom-align,
.page-42 .block.bottom-align {
	align-items: center;
}

.img-wrapper img {
	width: auto !important;
}

.page-110 .block+.block,
.page-42 .block+.block {
	padding-top: 40px;
	align-items: center;
}

.page-110 .block.top_bg,
.page-42 .block.top_bg {
	padding-bottom: 40px;
}

h2,
.h2 {
	font-size: 20px !important;
}

.page-42 .panel {
	box-shadow: none;
}

a.button.secondary.hollow {
	margin-top: 53px;
}

@media only screen and (max-device-width: 1196px) {
	a.button.secondary.hollow {
		margin-top: 18px;
	}
}

.home-bucket-listing a {
	width: 250px;
}

.bucket-rich-content .home-bucket-listing a:nth-child(3) {
	margin-bottom: 0 !important;
}

@media only screen and (min-width : 992px) and (max-width : 1132px) {
	.home-bucket-inner .h2.heading.heading-border {
		font-size: 16px !important;
	}
}

.nav-image:has(img[src=""]) {
	display: none;
}

.img-wrapper img.bio-grip-img {
	width: 80% !important;
}

.bio-grip-sect ul.fancy {
	margin-top: 3em;
	margin-bottom: 3em;
}

.bio-grip-sect ul.fancy li {
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
	#primary-nav .dropdown.level-1>.constrain>.primary-parent-dropdown {
		width: 60%;
		float: left;
		padding: 20px 0;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 700px) {
	#primary-nav ul li a {
		font-size: 14px;
		padding: 5px 10px 5px 0;
	}
}

li#nav-id-91 .primary-parent-dropdown a {
	font-size: 16px !important;
}

@media only screen and (min-width: 1200px) and (max-height: 700px) {
	li#nav-id-91 .constrain {
		overflow: auto;
		height: 450px;
		min-height: 450px;
	}
}