/* TOC: Default, Color Specific, Elements, Position Specific, Page Specific, Tablet, Mobile */

/* ============================================= Default Theme Styles */

html.noscroll #header, html.noscroll #main-content, html.noscroll #home-banner, html.noscroll #inner-banner, html.noscroll #footer {
	overflow-y: scroll;
}
body {
	color: #071040;
	font-size: 16px;
	line-height: 30px;
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	padding-top: 112px;
}
body.modal-open #header {
	padding-right: 15px;
}
h1, .h1 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 20px;
}
h2, .h2 {
	text-transform: none;
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 22px 0;
	color: #00225d;
	font-weight: 600;
}
h3, .h3 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 500;
	text-transform: none;
}
h4, .h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	color: #00225d;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.subtitle {
	font-size: 19px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	color: #739f32;
}
a {
	color: #739f32;
}
a:hover, a:active {
	color: #10439b;
	text-decoration: none;
}
a:focus {
	outline: 0;
	color: #739f32;
	text-decoration: none;
}
a[href*="tel:"] {
	pointer-events: none;
}
.button {
	font-size: 16px;
	letter-spacing: .7px;
	font-family: 'Heebo', sans-serif;
	border-radius: 7px;
	overflow: hidden;
	font-weight: bold;
	background-color: #071040;
	color: white;
	text-transform: uppercase;
	padding: 12px 50px 10px 50px;
	position: relative;
	-webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button span {
	position: relative;
	z-index: 2;
}
.button:before {
	content: '';
	background-color: #0d2675;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	overflow: hidden;
	border-radius: 7px;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.button:hover, .button:active {
	background-color: #0d2675;
	text-decoration: none;
	color: white;
}
.button:hover:before, .button:active:before {
	top: 0;
}
.button:focus {
	color: white;
}
.button.hollow {
	border: 2px solid #00225d;
	border-radius: 7px;
	padding: 8px 40px 6px 40px;
}
.button.hollow:hover, .button.hollow:active {
	background-color: #d5dbe3;
	border-color: #00225d !important;
	color: #00225d;
}
.button.hollow:before {
	display: none;
}
.button.white {
	background-color: white;
	color: #00225d;
}
.button.white span {
	color: #00225d;
}
.button.white:before {
	border-radius: 0;
	background-color: #d5dbe3;
}
.button.white:hover, .button.white:active {
	background-color: white;
}
.button.green {
	background-color: #739f32;
}
.button.green:hover, .button.green:active {
	background-color: #739f32;
}
.button.green:before {
	background-color: #4f8600;
}
.link {
	text-transform: uppercase;
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .7px;
	position: relative;
}
.link.arrow-right {
	padding-right: 20px;
}
.link.arrow-right:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f061';
	position: absolute;
	right: 0;
	font-size: 14px;
}
.link.arrow-left {
	padding-left: 20px;
}
.link.arrow-left:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f060';
	position: absolute;
	left: 0;
	font-size: 14px;
}
blockquote {
	border: 0;
	margin-left: 5px;
}
.hr {
	margin: 40px 0;
}
.forms label {
	font-size: 16px;
	color: #00225d;
	margin-bottom: 0;
	opacity: 0;
	height: 25px;
}
.forms input[type="text"], .forms input[type="email"], .forms input[type="number"], .forms input[type="tel"], .forms textarea, .forms select, .forms #file-uploader-image, .forms .bootstrap-select, .forms .bootstrap-select button {
	height: 48px;
	line-height: 48px;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px solid #00225d;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}
.forms input[type=text][style="border:1px solid red;"], .forms input[type=email][style="border:1px solid red;"], .forms input[type=number][style="border:1px solid red;"], .forms input[type=tel][style="border:1px solid red;"], .forms textarea[style="border:1px solid red;"], .forms select[style="border:1px solid red;"], .forms #file-uploader-image[style="border:1px solid red;"], .forms .bootstrap-select[style="border:1px solid red;"], .forms .bootstrap-select button[style="border:1px solid red;"] {
	border-color: #c60000 !important;
}
.forms .w33 {
	width: 33.33%;
}
.forms .error {
	color: #a00000;
	line-height: 15px;
	margin: 0;
}
.forms textarea {
	height: 100px !important;
	padding: 0 !important;
}
.forms .input-group {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
.forms .input-group .input-group {
	margin-bottom: 0;
}
.forms > .text-right, .forms > .text-center {
	margin-top: 25px;
}
.forms input[type="submit"] {
	margin-top: 30px;
}
.forms input[type="submit"]:hover, .forms input[type="submit"]:active {
	background-color: #10439b;
}
.forms button[type="submit"] {
	margin-top: 30px;
}
.forms span.errorMessage {
	position: absolute;
	width: auto;
	padding: 0px 10px;
	background-color: #739f32;
	bottom: -35px;
	border-radius: 2px;
}
.forms #file-uploader-image {
	position: relative;
	padding-left: 105px;
}
.forms #file-uploader-image:before {
	content: 'attachments';
	position: absolute;
	color: #848282;
	left: 0;
	margin-top: 5px;
}
.forms .file-uploader-items {
	margin-top: 5px;
}
.forms input::placeholder {
	font-size: 16px;
	line-height: 24px;
}
.forms input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}
.forms input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}
.forms textarea::placeholder {
	font-size: 16px;
	line-height: 24px;
}
.forms textarea:-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}
.forms textarea::-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}
ul.columnize-2, .richtext.columnize-2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.columnize-2 li, .richtext.columnize-2 ul li {
	width: 47%;
}
ul.columnize-3, .richtext.columnize-3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.columnize-3 li, .richtext.columnize-3 ul li {
	width: 31%;
	margin-right: 2%;
}
ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul ul, ul li ul {
	padding-left: 20px;
}
ol {
	margin: 0 0 0 15px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}
ol ol {
	padding-left: 20px;
}
.richtext ul {
	padding-left: 20px;
	margin-left: 20px;
}
.richtext ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
.richtext ul li:last-child {
	margin-bottom: 0;
}
.center ul li, .text-center ul li {
	text-align: left;
}
.img-bottom {
	position: static;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
}
.img-bottom img {
	margin-bottom: -40px;
}

/* ============================================= Color Specific Styles */

.has-bg.bg-white:after, .has-bg.bg-newgray:after, .has-bg.bg-lightgray:after, .has-bg.bg-blue:after, .has-bg.bg-darkblue:after, .has-bg.bg-bluegradient:after, .has-bg.bg-green:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	opacity: .5;
}
.has-bg.bg-white > *, .has-bg.bg-newgray > *, .has-bg.bg-lightgray > *, .has-bg.bg-blue > *, .has-bg.bg-darkblue > *, .has-bg.bg-bluegradient > *, .has-bg.bg-green > * {
	position: relative;
	z-index: 2;
}
.bg-white, .has-bg.bg-white:after {
	background-color: white;
}
.bg-newgray, .has-bg.bg-newgray:after {
	background-color: #d3d3d3;
}
.roundedcorners {
border-radius: 8px;
background-color: #e5e5e5;
padding: 30px;
margin-top: 20px;
width: 80%;
display: block;
margin-left: auto;
  margin-right: auto;
 
}
.roundedcorners-qrayquote {
	border-radius:8px;
	background-color: #e5e5e5;
	padding:20px;
	margin-bottom:40px;
	width:50%;
}


.bg-lightgray, .has-bg.bg-lightgray:after {
	background-color: #e5e5e5;
}
.bg-blue, .has-bg.bg-blue:after {
	background-color: #465189;
}
.bg-darkblue, .has-bg.bg-darkblue:after, .has-bg.bg-bluegradient:after {
	background-color: #071040;
}
.bg-darkblue.block.full {
	position: relative;
}
.bg-darkblue.block.full:after {
	content: '';
	background: url('/assets/images/banners/banner-texture-dark.png') center center no-repeat transparent;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.bg-bluegradient {
	background: #112574 !important;
	background: -moz-linear-gradient(top,#112574 0%,#071040 100%) !important;
	background: -webkit-linear-gradient(top,#112574 0%,#071040 100%) !important;
	background: linear-gradient(to bottom,#112574 0%,#071040 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112574',endColorstr='#071040',GradientType=0) !important;
}
.bg-green, .has-bg.bg-green:after {
	background-color: #60874a;
}
.bg-image *, .bg-blue *, .bg-darkblue *, .bg-bluegradient *, .bg-green * {
	color: white;
}
.bg-image * .button.hollow, .bg-blue * .button.hollow, .bg-darkblue * .button.hollow, .bg-bluegradient * .button.hollow, .bg-green * .button.hollow {
	border-color: white;
	color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bg-image * .button.hollow:hover, .bg-image * .button.hollow:active, .bg-blue * .button.hollow:hover, .bg-blue * .button.hollow:active, .bg-darkblue * .button.hollow:hover, .bg-darkblue * .button.hollow:active, .bg-bluegradient * .button.hollow:hover, .bg-bluegradient * .button.hollow:active, .bg-green * .button.hollow:hover, .bg-green * .button.hollow:active {
	background-color: rgba(255,255,255,0.2);
}
.bg-image * .files a, .bg-blue * .files a, .bg-darkblue * .files a, .bg-bluegradient * .files a, .bg-green * .files a {
	background-color: white;
	color: #071040;
}
.bg-image * .files a .title, .bg-image * .files a .icon-download:before, .bg-image * .files a .extension, .bg-image * .files a .extension:before, .bg-blue * .files a .title, .bg-blue * .files a .icon-download:before, .bg-blue * .files a .extension, .bg-blue * .files a .extension:before, .bg-darkblue * .files a .title, .bg-darkblue * .files a .icon-download:before, .bg-darkblue * .files a .extension, .bg-darkblue * .files a .extension:before, .bg-bluegradient * .files a .title, .bg-bluegradient * .files a .icon-download:before, .bg-bluegradient * .files a .extension, .bg-bluegradient * .files a .extension:before, .bg-green * .files a .title, .bg-green * .files a .icon-download:before, .bg-green * .files a .extension, .bg-green * .files a .extension:before {
	color: #071040;
}
.bg-image * .files a:hover, .bg-image * .files a:active, .bg-blue * .files a:hover, .bg-blue * .files a:active, .bg-darkblue * .files a:hover, .bg-darkblue * .files a:active, .bg-bluegradient * .files a:hover, .bg-bluegradient * .files a:active, .bg-green * .files a:hover, .bg-green * .files a:active {
	background-color: #f5f2f2;
	border-color: white;
}
.bg-image * .files a:hover .title, .bg-image * .files a:active .title, .bg-blue * .files a:hover .title, .bg-blue * .files a:active .title, .bg-darkblue * .files a:hover .title, .bg-darkblue * .files a:active .title, .bg-bluegradient * .files a:hover .title, .bg-bluegradient * .files a:active .title, .bg-green * .files a:hover .title, .bg-green * .files a:active .title {
	color: #10439b;
}
.bg-image * a:hover, .bg-image * a:active, .bg-blue * a:hover, .bg-blue * a:active, .bg-darkblue * a:hover, .bg-darkblue * a:active, .bg-bluegradient * a:hover, .bg-bluegradient * a:active, .bg-green * a:hover, .bg-green * a:active {
	color: #ccc;
}
.bg-image * .panel-group .panel-heading a, .bg-image * .panel-group .panel-body *, .bg-blue * .panel-group .panel-heading a, .bg-blue * .panel-group .panel-body *, .bg-darkblue * .panel-group .panel-heading a, .bg-darkblue * .panel-group .panel-body *, .bg-bluegradient * .panel-group .panel-heading a, .bg-bluegradient * .panel-group .panel-body *, .bg-green * .panel-group .panel-heading a, .bg-green * .panel-group .panel-body * {
	color: #00225d;
}
.bg-image * .panel-group .panel-default, .bg-blue * .panel-group .panel-default, .bg-darkblue * .panel-group .panel-default, .bg-bluegradient * .panel-group .panel-default, .bg-green * .panel-group .panel-default {
	border: 0 !important;
}
.bg-image * .panel-group .panel-body, .bg-blue * .panel-group .panel-body, .bg-darkblue * .panel-group .panel-body, .bg-bluegradient * .panel-group .panel-body, .bg-green * .panel-group .panel-body {
	border-color: transparent !important;
}
.bg-image * .panel-group .panel-heading a[aria-expanded="true"], .bg-blue * .panel-group .panel-heading a[aria-expanded="true"], .bg-darkblue * .panel-group .panel-heading a[aria-expanded="true"], .bg-bluegradient * .panel-group .panel-heading a[aria-expanded="true"], .bg-green * .panel-group .panel-heading a[aria-expanded="true"] {
	color: white;
}

/* ============================================= Elements */

#header {
	height: 112px;
	z-index: 11;
	background-color: white;
	-webkit-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
}
#header + .search-container {
	position: fixed;
	top: -100px;
	background-color: white;
	height: 100px;
	width: 100%;
	z-index: 9;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#header + .search-container .search-form {
	max-width: 90%;
	margin: 30px auto 0 auto;
}
#header + .search-container input[type="text"] {
	border-radius: 8px;
	border-color: #071040;
	color: #071040;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
	position: relative;
	z-index: 9;
}
#header + .search-container input[type="text"]:focus {
	color: #071040;
	border-color: #071040;
	z-index: 1;
}
#header + .search-container button {
	color: #071040;
}
#header + .search-container button i {
	color: #071040;
	-webkit-font-smoothing: subpixel-antialiased;
}
#header + .search-container.active {
	top: 120px;
	pointer-events: all;
}
#header-top .constrain {
	display: flex;
	justify-content: flex-end;
}
#header-top * {
	color: #00225d;
	font-size: 16px;
	line-height: 24px;
}
#header-top a {
	font-family: 'Heebo', sans-serif;
}
#header-top a:hover, #header-top a:active {
	color: #739f32;
}
#header-top .search-container {
	display: block;
	margin-top: 10px;
}
#header-top .search-container button {
	left: 0;
	right: auto;
	padding: 0;
	text-align: left;
}
#header-top .search-container button i {
	font-weight: bold;
	margin-top: -3px;
}
#header-top .search-container button:after {
	display: none;
}
#header-top .search-container input[type="text"] {
	border: 0;
	padding: 0;
	padding-left: 25px;
	width: 80px;
	border-bottom: 1px solid white;
	position: relative;
	z-index: 9;
}
#header-top .search-container input[type="text"]:focus {
	width: 200px;
	border-color: #00225d;
	z-index: 1;
}
#header-top .tel {
	font-weight: bolder;
	margin-left: 25px;
	margin-top: 15px;
}
#header-top .tel i {
	font-weight: bolder;
}
#header-top ul {
	margin-left: 15px;
}
#header-top ul li {
	float: left;
}
#header-top ul li a {
	display: block;
	padding: 15px 13px;
}
#header-top ul li:last-child a {
	padding-right: 0;
}
#header-bottom {
	padding: 0;
}
#header-bottom .constrain {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
#header-bottom .logo {
	position: absolute;
	top: -35px;
	left: 0;
}
#header-bottom .button {
	height: 38px;
	line-height: 40px;
	padding: 0 20px;
	width: auto;
	margin: 0;
}
#header-bottom .menu-trigger {
	display: none;
}
#header-bottom .search-trigger {
	display: none;
	font-weight: bolder;
	color: #00225d;
	padding: 0 10px;
	margin-top: 29px;
	margin-right: 15px;
}
#header-bottom .search-trigger i {
	font-weight: bolder;
	margin-right: 3px;
}
#header-bottom .search-trigger.active i:before {
	content: '\f00d' !important;
}
#header-bottom nav > ul {
	margin-right: 95px;
}
#header-bottom nav > ul > li {
	position: relative;
}
#header-bottom nav > ul > li > i {
	display: none;
}
#header-bottom nav > ul > li > a {
	font-weight: bold;
	color: #00225d;
	font-family: 'Heebo', sans-serif;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 24px;
}
#header-bottom nav > ul > li > a:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f0d8';
	color: #7fc31b;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	left: 50%;
	bottom: -21px;
	z-index: 2;
	margin-left: -5px;
	opacity: 0;
}
#header-bottom nav > ul > li.parent:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f107';
	font-weight: 300;
	font-size: 25px;
	top: -8px;
	right: 3px;
	position: absolute;
}
#header-bottom nav > ul > li:hover > a:after {
	opacity: 1;
}
#header-bottom nav > ul > li > ul {
	background-color: white;
	background: url('/assets/images/template/dropdown-logo.png') bottom right no-repeat white;
	border-top: 12px solid #7fc31b;
	top: 58px;
	width: 400px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header-bottom nav > ul > li > ul li {
	max-width: 350px;
}
#header-bottom nav > ul > li > ul li a {
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: 300;
}
#header-bottom nav > ul > li > ul li a:hover, #header-bottom nav > ul > li > ul li a:active {
	color: #739f32;
}
#header-bottom nav > ul > li > ul li > ul {
	display: block;
	padding: 0 0 0 15px;
}
#header-bottom nav > ul > li > ul i {
	display: none;
}
#header-bottom nav > ul > li#link_13 > ul {
	width: 730px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: -210px;
}
#header-bottom nav > ul > li#link_13 > ul li {
	max-width: 100%;
}
#header-bottom nav > ul > li#link_24 > ul {
	width: 400px;
}
#header-bottom nav > ul > li#link_24 > ul > li {
	width: 100%;
	float: left;
}

#header-bottom nav > ul > li#link_24 > ul > li:first-child {
	width: 100%;
	float: left;
}
#header-bottom nav > ul > li#link_314 > ul {
	width: 300px;
}
#header-bottom nav > ul > li#link_314 > ul > li {
	width: 100%;
	float: left;
}
#header-bottom nav > ul > li#link_314 > ul > li:first-child {
	width: 100%;
	float: left;
}

#header-bottom nav > ul > li#link_43 > ul {
	width: 300px;
}
/*#header #link_25 > a, #header #link_61 > a, #header #link_32 > a, #header #link_315 > a {
	pointer-events: none;
}*/
#header .search-container input::placeholder {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #00225d;
}
#header .search-container input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #00225d;
}
#header .search-container input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #00225d;
}
#header + .search-container input::placeholder {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
	color: #071040;
}
#header + .search-container input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
	color: #071040;
}
#header + .search-container input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
	color: #071040;
}
#mobile-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9998;
	top: -2000px;
	overflow: auto;
}
#mobile-menu .mobile-menu-inner {
	background-color: white;
	padding: 85px 0 0 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 9px -4px rgba(0,0,0,0.4);
}
#mobile-menu .menu-trigger {
	position: absolute;
	top: 30px;
	left: 50px;
}
#mobile-menu .menu-trigger i {
	font-size: 30px;
}
#mobile-menu .logo {
	position: absolute;
	top: 20px;
	width: 174px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#mobile-menu .tel {
	position: absolute;
	right: 25px;
	top: 30px;
	color: #00225d;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
}
#mobile-menu .tel i {
	font-weight: bold;
}
#mobile-menu ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#mobile-menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
#mobile-menu ul li a {
	padding: 20px 40px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #00225d;
	text-transform: none;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
}
#mobile-menu ul li a:hover, #mobile-menu ul li a:active {
	text-decoration: none;
}
#mobile-menu .mobile-menu-inner > ul {
	margin: 0 auto 40px auto;
	padding-left: 35px;
	max-width: 700px;
	width: 100%;
}
#mobile-menu .mobile-menu-inner > ul > li > a {
	padding-left: 0;
}
#mobile-menu .mobile-menu-inner > ul > li > ul {
	margin-top: 10px;
	display: none;
}
#mobile-menu .mobile-menu-inner > ul > li > ul > li:last-child {
	margin-bottom: 10px;
}
#mobile-menu .mobile-menu-inner > ul > li > ul > li > a {
	text-transform: none;
}
#mobile-menu .mobile-menu-inner > ul > li > ul > li.parent > a {
	font-weight: bold;
}
#mobile-menu .mobile-menu-inner > ul > li > ul li {
	padding-left: 30px;
}
#mobile-menu .mobile-menu-inner > ul > li > ul li a {
	padding: 5px 40px;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}
#mobile-menu .mobile-menu-inner > ul > li > ul li a:after{
    font-family: "Font Awesome 5 Pro";
    content:'\f105';
    position: absolute;
    margin-left: 5px;
}


#mobile-menu .mobile-menu-inner > ul > li > ul i {
	display: none;
}
#mobile-menu .mobile-menu-inner > ul > li i {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	right: 15px;
	top: 0;
	text-align: center;
}
#mobile-menu .mobile-menu-inner > ul > li i:after {
	position: absolute;
	top: 0;
	right: 5px;
	font-weight: bold;
	pointer-events: none;
}
#mobile-menu .mobile-menu-inner > ul > li.open > i:before {
	content: '\f106';
}
#mobile-menu .mobile-menu-inner > ul > li.open > ul {
	display: block;
}
#mobile-menu .mobile-menu-inner > ul > li.open li.parent > a{
    pointer-events: auto !important;
}
#mobile-menu .mobile-menu-inner > ul > li.open li.parent > a:after{
    display: none;
}
#mobile-menu .mobile-menu-inner > ul > li.open > ul ul:before {
	content: '';
	width: 2px;
	position: absolute;
	left: 15px;
	height: 84%;
	top: 15px;
}
#mobile-menu hr {
	width: 100%;
}
#mobile-menu .button {
	display: inline-block;
	margin: 30px auto;
	width: auto;
}
#mobile-menu.active {
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#scroll-tab{
    width: 48px;
    height: 190px;
    position: fixed;
    right: 0;
    z-index: 999;
    border-left: 0;
    border-right: 0;
    transition: all 0.5s ease;
    top: 150px;
    background-color: #739f32;
    -webkit-box-shadow: -1px 0px 10px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 10px -2px rgba(0,0,0,0.2);
    box-shadow: -1px 0px 10px -2px rgba(0,0,0,0.2);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#scroll-tab span{
    transform: rotate(270deg);
    z-index: 50;
    transform-origin: left top 0;
    position: relative;
    display: block;
    top: 90%;
    width: 180px;
    margin-right: -10px;
    height: 48px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
}
#scroll-tab i{
    color: white;
    position: absolute;
    bottom: 14px;
    left: 18px;
    font-size: 18px;
    animation: arrowbob 0.8s infinite alternate;
}
@keyframes arrowbob {
	0% {
		transform: translateY(-2px);
	}
	100% {
		transform: translateY(2px);
	}
}
/* #home-banner {
    display: flex;
    flex-wrap: wrap;
    height: 385px;
}
#home-banner .banner-block {
    width: 33.33%;
    background-size: cover !important;
    position: relative;
}
#home-banner .banner-block.banner-block-1 {
    padding-left: calc(50vw - 608px);
}
#home-banner .banner-block.banner-block-1 * {
    color: white;
}
#home-banner .banner-block.banner-block-1 .link:hover, #home-banner .banner-block.banner-block-1 .link:active {
    color: #7fc31b;
}
#home-banner .banner-block.banner-block-1:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}
#home-banner .banner-block.banner-block-2 .content {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
#home-banner .banner-block.banner-block-2 * {
    color: white;
}
#home-banner .banner-block.banner-block-2 .link:hover, #home-banner .banner-block.banner-block-2 .link:active {
    color: #7fc31b;
}
#home-banner .banner-block.banner-block-2:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}
#home-banner .banner-block.banner-block-3 {
    padding-right: calc(50vw - 608px);
    padding-left: 30px;
}
#home-banner .banner-block.banner-block-3 * {
    color: white;
}
#home-banner .banner-block.banner-block-3 + .banner-block {
    display: none;
}
#home-banner .banner-block.banner-block-3 .link:hover, #home-banner .banner-block.banner-block-3 .link:active {
    color: #00225d;
}
#home-banner .banner-block > * {
    position: relative;
    z-index: 4;
}
#home-banner .content {
    max-width: 330px;
    margin-top: 45px;
}
#home-banner .subtitle {
    font-size: 16px;
    line-height: 24px;
}
#home-banner .link {
    margin-top: 23px;
    display: inline-block;
}
#home-banner:before {
    content: '';
    background: #00225d;
    background: -moz-linear-gradient(left,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
    background: -webkit-linear-gradient(left,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
    background: linear-gradient(to right,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00225d',endColorstr='#739f32',GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .9;
    z-index: 2;
}
#home-banner:after {
    content: '';
    background: url('/assets/images/banners/banner-texture-light.png') center center no-repeat transparent;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
} */
#home-banner {
	/*display: flex;*/
	flex-wrap: wrap;
	height: 385px;
}
#home-banner .banner-block {
	width: 100%;
	background-size: cover !important;
	position: relative;
}
#home-banner .banner-block.banner-block-1 {
	padding-left: calc(50vw - 608px);
}
#home-banner .banner-block.banner-block-1 * {
	color: white;
}
#home-banner .banner-block.banner-block-1 .link:hover, #home-banner .banner-block.banner-block-1 .link:active {
	color: #7fc31b;
}
#home-banner .banner-block.banner-block-1:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
#home-banner .banner-block.banner-block-2 .content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
#home-banner .banner-block.banner-block-2 * {
	color: white;
}
#home-banner .banner-block.banner-block-2 .link:hover, #home-banner .banner-block.banner-block-2 .link:active {
	color: #7fc31b;
}
#home-banner .banner-block.banner-block-2:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
#home-banner .banner-block.banner-block-3 {
	padding-right: calc(50vw - 608px);
	padding-left: 30px;
}
#home-banner .banner-block.banner-block-3 * {
	color: white;
}
#home-banner .banner-block.banner-block-3 + .banner-block {
	display: none;
}
#home-banner .banner-block.banner-block-3 .link:hover, #home-banner .banner-block.banner-block-3 .link:active {
	color: #00225d;
}
#home-banner .banner-block > * {
	position: relative;
	z-index: 4;
}
#home-banner .content {
	max-width: 330px;
	margin-top: 45px;
}
#home-banner .subtitle {
	font-size: 16px;
	line-height: 24px;
}
#home-banner .link {
	margin-top: 23px;
	display: inline-block;
}
#home-banner .caption .h1{

    line-height:60px;
}
#home-banner .caption p{

    line-height:30px;
}
/*#home-banner:before {
	content: '';
	background: #00225d;
	background: -moz-linear-gradient(left,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
	background: -webkit-linear-gradient(left,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
	background: linear-gradient(to right,#00225d 0%,#00225d 37%,#739f32 65%,#739f32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00225d',endColorstr='#739f32',GradientType=1);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .9;
	z-index: 2;
}
#home-banner:after {
	content: '';
	background: url('/assets/images/banners/banner-texture-light.png') center center no-repeat transparent;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}*/

.buckets-default {
	text-align: center;
	width: 80%;
	margin: 0 auto -30px auto;
}
.buckets-default .bucket {
	margin-bottom: 30px;
	height: 216px;
}
.buckets-default a {
	color: #00225d;
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	padding: 20px 16px 30px 16px;
	position: relative;
	height: 216px;
	bottom: 0;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
.buckets-default a:after {
	content: '';
	width: 100%;
	height: 0;
	background-color: #739f32;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.buckets-default a:hover, .buckets-default a:active {
	height: 231px;
	bottom: 15px;
}
.buckets-default a:hover:after, .buckets-default a:active:after {
	height: 46px;
}
.buckets-default a:hover .link, .buckets-default a:active .link {
	bottom: 8px;
	opacity: 1;
}
.buckets-default a:hover h3, .buckets-default a:hover .h3, .buckets-default a:active h3, .buckets-default a:active .h3 {
	color: #739f32;
}
.buckets-default .content {
	z-index: 2;
}
.buckets-default h3, .buckets-default .h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.buckets-default h3:after, .buckets-default .h3:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f061';
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
	position: absolute;
}
.buckets-default p {
	margin-bottom: 0;
}
.buckets-default .link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 4;
	margin: 0 auto;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.buckets-default .carousel {
	width: 100%;
	margin: 0 auto 0 auto;
}
.buckets-default .carousel .slick-track {
	padding: 30px 0 30px 0;
}
.buckets-default .carousel .slick-prev, .buckets-default .carousel .slick-next {
	background-color: #739f32;
	width: 80px;
	height: 50px;
	border-radius: 8px;
}
.buckets-default .carousel .slick-prev:before, .buckets-default .carousel .slick-next:before {
	color: white;
	font-size: 40px;
	font-weight: 300;
	opacity: 1;
}
.buckets-default .carousel .slick-prev:hover, .buckets-default .carousel .slick-prev:active, .buckets-default .carousel .slick-next:hover, .buckets-default .carousel .slick-next:active {
	background-color: #10439b;
}
.buckets-default .carousel .slick-prev {
	left: -100px;
}
.buckets-default .carousel .slick-next {
	right: -100px;
}
.buckets-default .carousel .slick-prev:before {
	content: '\f177';
}
.buckets-default .carousel .slick-next:before {
	content: '\f178';
}
.buckets-default .carousel .slick-disabled {
	opacity: .5;
	cursor: default;
}
.buckets-default .carousel .slick-disabled:hover, .buckets-default .carousel .slick-disabled:active {
	background-color: #739f32;
}
.buckets-default.two-columns p {
	font-size: 16px;
	line-height: 24px;
}
.buckets-detail {
	text-align: center;
	margin-bottom: -30px;
}
.buckets-detail .bucket {
	margin-bottom: 30px;
}
.buckets-detail a {
	color: #071040;
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	padding: 30px 16px 30px 16px;
	height: 100%;
	position: relative;
	display: block;
}
.buckets-detail a:after {
	content: '';
	width: 100%;
	height: 0;
	background-color: #739f32;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.buckets-detail a:hover:after, .buckets-detail a:active:after {
	height: 74px;
}
.buckets-detail a:hover .link, .buckets-detail a:active .link {
	color: white;
	bottom: 23px;
}
.buckets-detail .image {
	display: block;
	height: 60px;
	width: 60px;
	margin: 0 auto 15px auto;
}
.buckets-detail .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.buckets-detail .content {
	z-index: 2;
	padding-bottom: 50px;
}
.buckets-detail h3, .buckets-detail .h3 {
	margin-bottom: 23px;
}
.buckets-detail p {
	margin-bottom: 20px;
}
.buckets-detail .link {
	display: block;
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	z-index: 4;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.featured-card .featured {
	background-color: #fafbff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.4);
}
.featured-card .image {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	height: 250px;
	position: relative;
	display: none;
	margin: 0 0 20px 0;
	
	
}
.featured-card .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 450;
    height:250;
	max-width: 450;}
	
.featured-card .content .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 450;
	height: 250;

	max-width: 450;
	
}
.featured-card.show-image .image {
	display: block;
}
.featured-card .subtitle {
	color: #739f32;
	font-size: 24px;
	line-height: 32px;
	margin-top: 15px;
}
.featured-card .subtitle i {
	font-size: 20px;
	margin-right: 5px;
}
.featured-card .content {
	padding: 30px 30px 20px 30px;
}
.featured-card .link {
	color: #00225d;
}
.featured-card .link:hover, .featured-card .link:active, .featured-card .link:focus {
	color: #10439b;
}
.featured-card + .featured-card {
	margin-top: 30px;
}
.featured-card h2, .featured-card .h2 {
	min-height: 80px;
}
.nested .block:first-child {
	padding-top: 0;
}
.nested .block:last-child {
	padding-bottom: 0;
}
.nested .block.column-has-bg .column {
	padding-top: 40px;
	padding-bottom: 40px;
}
.nested.has-border .block {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.4);
	padding: 40px;
}
.nested.has-border:first-child:last-child {
	height: 100%;
}
.nested.has-border:first-child:last-child .block {
	height: 100%;
}
#contact-section {
	background: url("/assets/images/content/True Shirt and Servers-homefooter2.jpg") center center no-repeat;
    background-size: cover;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 60px;
	position: relative;
	padding-top: 85px;
	max-width: 100%;
	padding-left: calc(50vw - 608px);
	padding-right: calc(50vw - 608px);
}
#contact-section .columns {
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	-webkit-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
}
#contact-section .column {
	padding: 30px 30px 45px 30px;
	position: relative;
}
#contact-section .column:first-child {
	padding-right: 100px;
}
#contact-section .column:last-child > * {
	position: relative;
	z-index: 3;
}
#contact-section .column:last-child:after {
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	bottom: 0;
	background: url("/assets/images/template/logo-quick-contact.png") right bottom no-repeat transparent;
	background-size: 180px;
	opacity: .2;
}
#contact-section h2 {
	margin-bottom: 10px;
}
#contact-section p {
	font-family: 'Heebo', sans-serif;
	color: #00225d;
}
#contact-section .note {
	font-size: 14px;
	line-height: 24px;
	color: #00225d;
	-webkit-font-smoothing: subpixel-antialiased;
	display: block;
	margin-top: -8px;
}
#contact-section .location {
	padding-left: 0;
	margin: 70px 0 0 0;
	max-width: 500px;
}
#contact-section .location li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-left: 40px;
	margin-bottom: 30px;
}
#contact-section .location li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 28px;
	font-weight: bold;
}
#contact-section .location li:first-child i {
	margin-top: 3px;
}
#contact-section .location li:last-child i {
	margin-top: -6px;
}
#contact-section .social-media {
	margin-top: 45px;
}
#contact-section .social-media a:hover i, #contact-section .social-media a:active i {
	color: #739f32;
}
#contact-section-new {
	background: url("/assets/images/content/True Shirt and Servers-homefooter2.jpg") center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 60px;
	position: relative;
	padding-top: 85px;
	max-width: 100%;
	padding-left: calc(50vw - 608px);
	padding-right: calc(50vw - 608px);
}
#contact-section-new .columns {
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	-webkit-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.8);
}
#contact-section-new .column {
	padding: 30px 30px 45px 30px;
	position: relative;
}
#contact-section-new .column:first-child {
	padding-right: 100px;
}
#contact-section-new .column:last-child > * {
	position: relative;
	z-index: 3;
}
#contact-section-new .column:last-child:after {
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	bottom: 0;
	background: url("/assets/images/template/logo-quick-contact.png") right bottom no-repeat transparent;
	background-size: 180px;
	opacity: .2;
}
#contact-section-new h2 {
	margin-bottom: 10px;
}
#contact-section-new p {
	font-family: 'Heebo', sans-serif;
	color: #00225d;
}
#contact-section-new .note {
	font-size: 14px;
	line-height: 24px;
	color: #00225d;
	-webkit-font-smoothing: subpixel-antialiased;
	display: block;
	margin-top: -8px;
}
#contact-section-new .location {
	padding-left: 0;
	margin: 70px 0 0 0;
	max-width: 500px;
}
#contact-section-new .location li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-left: 40px;
	margin-bottom: 30px;
}
#contact-section-new .location li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 28px;
	font-weight: bold;
}
#contact-section-new .location li:first-child i {
	margin-top: 3px;
}
#contact-section-new .location li:last-child i {
	margin-top: -6px;
}
#contact-section-new .social-media {
	margin-top: 45px;
}
#contact-section-new .social-media a:hover i, #contact-section .social-media a:active i {
	color: #739f32;
}
.social-media a {
	padding: 0 15px;
}
.social-media a:first-child {
	padding-left: 8;
}
.social-media a:hover i, .social-media a:active i {
	color: #8894d4;
}
.social-media i {
	font-size: 35px;
	line-height: 60px;
	color: #465189;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
#inner-banner {
	height: auto;
}
#inner-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: -moz-linear-gradient(left,#739f32 0%,rgba(0,34,93,0.54) 100%);
	background: -webkit-linear-gradient(left,#739f32 0%,rgba(0,34,93,0.54) 100%);
	background: linear-gradient(to right,#739f32 0%,rgba(0,34,93,0.54) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#739f32',endColorstr='#8a00225d',GradientType=1);
	opacity: 1;
}
#inner-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/assets/images/banners/banner-texture-dark.png') center center no-repeat transparent;
	background-size: cover;
	z-index: 3;
	opacity: .7;
}
#inner-banner .constrain {
	margin: 45px auto;
	left: 0;
	right: 0;
	z-index: 4;
	position: relative;
}
#inner-banner .subtitle {
	color: white;
	margin-bottom: 0;
}
#inner-banner h1, #inner-banner .h1 {
	color: white;
	margin-top: 7px;
}
#inner-banner p {
	color: white;
}
#inner-banner .button {
	margin-top: 15px;
}
#inner-banner.text-center * {
	margin-left: auto;
	margin-right: auto;
}
#inner-banner.overlay-bluegreen:before {
	background: -moz-linear-gradient(left,#739f32 0%,rgba(0,34,93,0.54) 100%);
	background: -webkit-linear-gradient(left,#739f32 0%,rgba(0,34,93,0.54) 100%);
	background: linear-gradient(to right,#739f32 0%,rgba(0,34,93,0.54) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#739f32',endColorstr='#8a00225d',GradientType=1);
	opacity: 1;
}
#inner-banner.overlay-green:before {
	background: -moz-linear-gradient(left,#739f32 0%,rgba(115,159,50,0.5) 100%);
	background: -webkit-linear-gradient(left,#739f32 0%,rgba(115,159,50,0.5) 100%);
	background: linear-gradient(to right,#739f32 0%,rgba(115,159,50,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#739f32',endColorstr='#66739f32',GradientType=1);
	opacity: 1;
}
#inner-banner.overlay-green:after {
	background-image: url('/assets/images/banners/banner-texture-light.png');
}
#inner-banner.overlay-blue:before {
	background: -moz-linear-gradient(left,#071040 30%,rgba(230,241,253,0) 100%);
	background: -webkit-linear-gradient(left,#071040 30%,rgba(230,241,253,0) 100%);
	background: linear-gradient(to right,#071040 30%,rgba(230,241,253,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#071040',endColorstr='#00e6f1fd',GradientType=1);
	opacity: 1;
}
#breadcrumbs {
	margin: 15px auto 0px auto;
	max-width: 1200px;
}
#breadcrumbs i {
	color: #8c8d8e;
	font-size: 18px;
}
#breadcrumbs i:before {
	margin-top: -5px;
}
#breadcrumbs i:hover, #breadcrumbs i:active {
	color: #739f32;
}
#breadcrumbs .crumb {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #739f32;
	padding: 0 15px;
	position: relative;
}
#breadcrumbs .crumb:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f101';
	color: #8c8d8e;
	font-weight: 400;
	position: absolute;
	right: -3px;
	top: -1px;
}
#breadcrumbs .crumb:first-child {
	padding-left: 0;
}
#breadcrumbs .crumb.current:after {
	display: none;
}
#breadcrumbs .crumb a:hover, #breadcrumbs .crumb a:active {
	color: #10439b;
}
.icon-block {
	display: flex;
	justify-content: center;
}
.icon-block .icon {
	width: 24%;
	text-align: center;
	padding: 0 15px;
}
.icon-block img {
	height: 60px;
	margin: 0 auto;
}
.icon-block .subtitle {
	font-size: 15px;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 0;
}
.icon-block .subtitle + img {
	margin: 20px auto -5px auto;
}
.icon-block h4, .icon-block .h4 {
	max-width: 215px;
	margin: 25px auto 0 auto;
}
.posts {
	padding-bottom: 60px;
}
.posts .post-item {
	width: 100%;
	margin-bottom: 60px;
}
.posts .post-item .img-wrapper {
	height: auto;
}
.posts .post-item img {
	width: 100%;
	height: auto;
}
.posts .subtitle {
	display: block;
	margin: 25px 0 15px 0;
}
.posts .tags {
	margin-bottom: 25px;
	color: white;
}
.posts .tags > * {
	opacity: 0;
}
.posts .tags > a {
	opacity: 1;
	display: inline-block;
	white-space: nowrap;
	background-color: #f5f2f2;
	border: 0;
	text-transform: uppercase;
	color: #00225d;
	font-weight: bold;
	font-size: 14px;
	padding: 1px 20px;
	border-radius: 6px;
	margin: 0 15px 15px 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.8);
}
.posts .tags > a:hover, .posts .tags > a:active {
	color: #10439b;
}
.posts h2 a {
	color: #00225d;
}
.posts h2 a:hover, .posts h2 a:active {
	color: #10439b;
}
.posts .link {
	color: #00225d;
}
.posts .paging {
	background-color: #f5f2f2;
	padding: 25px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.posts .paging ul {
	position: relative;
	z-index: 2;
}
.posts .paging ul li a {
	font-size: 17px;
	line-height: 45px;
	color: #00225d;
	font-weight: bold;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 100%;
}
.posts .paging ul li a.active {
	color: white;
	background-color: #739f32;
}
.posts .paging ul li a:hover, .posts .paging ul li a:active {
	text-shadow: none;
	color: #739f32;
}
.posts .paging:before {
	content: '';
	width: 1000%;
	position: absolute;
	height: 100%;
	background-color: #f5f2f2;
	left: -50%;
	bottom: 0;
}
.post-filter {
	border-left: 2px solid #739f32;
	padding-left: 30px;
}
.post-filter h3 {
	margin-top: -4px;
}
.post-filter a {
	color: #00225d;
}
.post-filter a:hover, .post-filter a:active {
	color: #10439b;
}
.post-entry .post-info {
	margin-top: -20px;
}
.post-entry .post-info .subtitle {
	margin-bottom: 0;
	color: #00225d;
}
.event-info {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
	margin-top: -25px;
	color: #00225d;
}
.event-info .date {
	display: block;
}
.event-info .location {
	display: block;
}
.event-list {
	margin-bottom: -25px;
}
.event-list .event-item {
	margin-bottom: 25px;
	position: relative;
}
.event-list .event-item > a {
	background-color: #fafbff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	min-height: 130px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	overflow: hidden;
}
.event-list .event-item > a:hover .title, .event-list .event-item > a:active .title {
	color: #10439b;
}
.event-list .event-item > a:hover .date, .event-list .event-item > a:active .date {
	background-color: #6d9730;
}
.event-list .event-item .date {
	background-color: #739f32;
	color: white;
	width: 20%;
	overflow: hidden;
	min-height: 130px;
	position: relative;
	text-align: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.event-list .event-item .day {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.event-list .event-item .day span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.event-list .event-item .day span:first-child {
	margin-bottom: -10px;
}
.event-list .event-item .day span:last-child {
	font-size: 34px;
	line-height: 40px;
}
.event-list .event-item.category2 .date {
	background-color: #071040;
}
.event-list .event-item.category2 a:hover .date, .event-list .event-item.category2 a:active .date {
	background-color: #00225d;
}
.event-list .event-item .content {
	padding: 15px 15px 15px 10px;
	background-color: #f5f2f2;
	width: 80%;
}
.event-list .event-item .content * {
	color: #00225d;
}
.event-list .event-item .title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}
.event-list .event-item img {
	display: none;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.event-list .event-item .link {
	text-align: right;
	margin: 15px 0 30px 0;
}
.event-list .event-item .link .button {
	font-size: 13px;
	padding: 8px 30px 6px 30px;
}
.event-list.show-image img {
	display: block;
}
.event-list.show-image .date {
	width: 40%;
}
.event-list.show-image .day {
	display: none;
}
.event-list.show-image .location {
	display: none;
}
.event-list.show-image .content {
	width: 60%;
}
.event-list.show-arrow .event-item {
	padding-right: 40px;
}
.event-list.show-arrow a {
	overflow: visible;
}
.event-list.show-arrow a:hover:after {
	width: 80px;
	right: -50px;
}
.event-list.show-arrow .content {
	padding-right: 30px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.event-list.show-arrow a:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f178';
	color: white;
	background-color: #00225d;
	font-size: 30px;
	border-radius: 6px;
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 300;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
}
.webinars, .resource-library {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}
.webinars .item, .resource-library .item {
	-webkit-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.6);
	border-radius: 8px;
	width: 33.33%;
	margin: 0 15px 30px 15px;
	overflow: hidden;
	max-width: 380px;
}
.webinars .item .img-wrapper, .resource-library .item .img-wrapper {
	height: 170px;
	overflow: hidden;
}
.webinars .item .img-wrapper img, .resource-library .item .img-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
.webinars .item .content, .resource-library .item .content {
	padding: 20px 20px 20px 20px;
	text-align: left;
}
.webinars .item .link, .resource-library .item .link {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	color: #00225d;
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
.webinars .item .link:after, .resource-library .item .link:after {
	right: auto;
	margin-left: 13px;
}
.webinars .item .date, .resource-library .item .date {
	color: #739f32;
	display: block;
	margin: -15px 0 10px 0;
}
.webinars .item p, .resource-library .item p {
	font-size: 16px;
	line-height: 24px;
	color: #00225d;
}
.webinars .item:hover .link, .webinars .item:hover h3, .webinars .item.active .link, .webinars .item.active h3, .resource-library .item:hover .link, .resource-library .item:hover h3, .resource-library .item.active .link, .resource-library .item.active h3 {
	color: #10439b;
}
.webinars.upcoming .item, .resource-library.upcoming .item {
	width: 100%;
	max-width: none;
}
.webinars.upcoming a, .resource-library.upcoming a {
	display: flex;
	flex-wrap: wrap;
}
.webinars.upcoming h3, .resource-library.upcoming h3 {
	color: #00225d;
}
.webinars.upcoming .img-wrapper, .resource-library.upcoming .img-wrapper {
	width: 40%;
	height: auto;
	overflow: visible;
	position: relative;
}
.webinars.upcoming .content, .resource-library.upcoming .content {
	width: 100%;
	padding: 40px;
}
.webinars.upcoming .button, .resource-library.upcoming .button {
	margin-top: 10px;
}
.webinars.upcoming .date, .resource-library.upcoming .date {
	color: #739f32;
	display: block;
	margin: -5px 0 10px 0;
}
.resource-library .item .link {
	margin-bottom: 0;
}
.resource-library .item .type {
	color: #00225d;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
}
.mixit-controls {
	text-align: center;
	margin-bottom: 110px;
	position: relative;
	z-index: 5;
}
.mixit-controls .control-group {
	width: 400px;
	display: inline-block;
}
.mixit-controls .controls {
	border: 1px solid #071040;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	max-height: 55px;
	overflow: hidden;
	position: absolute;
	width: 400px;
}
.mixit-controls .controls.open {
	max-height: 1000px;
}
.mixit-controls .controls.open .mixitup-control-active {
	border-bottom: 1px solid #00225d;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.mixit-controls .control {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	order: 2;
	width: 100%;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	position: relative;
	background-color: white;
}
.mixit-controls .control.mixitup-control-active {
	order: 1;
}
.mixit-controls .control.mixitup-control-active:after {
	display: block;
}
.mixit-controls .control:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	position: absolute;
	right: 15px;
	top: 15px;
	content: '\f107';
	display: none;
}
.mixit-controls .control:hover {
	background-color: #f5f2f2;
}
.mixit-controls .h4 {
	text-align: left;
	margin-bottom: 2px;
}
.mixitup-page-list {
	margin: 40px 0 0 0;
	text-align: center;
}
.mixitup-page-list button {
	background-color: transparent;
	border: 0;
	font-weight: 500;
}
.mixitup-page-list button.mixitup-control-active, .mixitup-page-list button:hover {
	color: #739f32;
}
.mixitup-page-list .mixitup-control-prev, .mixitup-page-list .mixitup-control-next {
	font-size: 0;
	color: white;
	margin-top: 15px;
	width: 40px;
	padding: 0;
	position: relative;
}
.mixitup-page-list .mixitup-control-prev:hover:before, .mixitup-page-list .mixitup-control-prev:active:before, .mixitup-page-list .mixitup-control-next:hover:before, .mixitup-page-list .mixitup-control-next:active:before {
	color: #739f32;
}
.mixitup-page-list .mixitup-control-prev.mixitup-control-disabled, .mixitup-page-list .mixitup-control-next.mixitup-control-disabled {
	color: gray;
}
.mixitup-page-list .mixitup-control-prev:before {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f104';
	font-size: 30px;
	color: #00225d;
	font-weight: 300;
	margin-top: -4px;
	position: absolute;
	left: 0;
	right: 0;
}
.mixitup-page-list .mixitup-control-next:before {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f105';
	font-size: 30px;
	color: #00225d;
	font-weight: 300;
	margin-top: -4px;
	position: absolute;
	left: 0;
	right: 0;
}
#map-picker {
	display: flex;
	flex-wrap: wrap;
}
#map-picker .left {
	width: 33%;
	padding-top: 50px;
	margin-bottom: 50px;
}
#map-picker .right {
	width: 66%;
}
#map-picker h3 {
	font-weight: 600;
	margin-bottom: 25px;
}
#map-picker .nav-tabs {
	margin-bottom: 30px;
	border: 0;
}
#map-picker .nav-tabs li {
	width: 100%;
	margin-bottom: 20px;
}
#map-picker .nav-tabs li a {
	border: 0;
	font-size: 22px;
	line-height: 32px;
	color: #00225d;
	font-weight: bold;
	border-radius: 8px;
	max-width: 260px;
	padding: 4px 15px 4px 40px;
	position: relative;
}
#map-picker .nav-tabs li a:before {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f067';
	color: #739f32;
	position: absolute;
	background-color: #d3e9b7;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	padding-left: 1px;
	left: 3px;
	top: 8px;
	font-weight: bold;
}
#map-picker .nav-tabs li a:hover {
	background-color: #d3e9b7;
}
#map-picker .nav-tabs li.active a {
	background-color: #d3e9b7;
	color: #739f32;
}
#map-picker .tab-content {
	padding: 0;
	border: 0;
}
#map-picker .tab-content .map {
	/*position: absolute;
	width: 65%;
	height: 65%;*/
	overflow: hidden;
	margin-top:100px;
}
#map-picker .tab-content iframe {
	width: 200%;
	margin-left: -50%;
	height: 650px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.tabbed-categories {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 15px;
	text-align: left;
}
.tabbed-categories .nav-tabs {
	margin-bottom: 30px;
	border: 0;
	width: 33.33%;
}
.tabbed-categories .nav-tabs li {
	width: 100%;
	margin-bottom: 10px;
}
.tabbed-categories .nav-tabs li a {
	border: 0 !important;
	font-size: 22px;
	line-height: 32px;
	color: #00225d;
	font-weight: bold;
	border-radius: 8px;
	padding: 4px 15px 4px 40px;
	position: relative;
	display: inline-block;
	font-weight: 600;
}
.tabbed-categories .nav-tabs li a:before {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f067';
	color: #739f32;
	position: absolute;
	background-color: #d3e9b7;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	padding-left: 1px;
	left: 3px;
	top: 8px;
	font-weight: bold;
}
.tabbed-categories .nav-tabs li a:hover {
	background-color: #d3e9b7;
}
.tabbed-categories .nav-tabs li.active a {
	background-color: #d3e9b7;
	color: #739f32;
	border: 0;
	border-radius: 8px;
}
.tabbed-categories .nav-tabs li.last a {
	padding-left: 0;
}
.tabbed-categories .nav-tabs li.last a:before {
	display: none;
}
.tabbed-categories .nav-tabs li.last a:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f105';
	font-weight: 400;
	margin-left: 10px;
}
.tabbed-categories .nav-tabs li.last a:hover, .tabbed-categories .nav-tabs li.last a:active {
	background-color: transparent;
	color: #10439b;
}
.tabbed-categories .tab-content {
	width: 66.66%;
	border: 0;
	border-radius: 8px;
	padding: 60px 80px 100px 80px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.tabbed-categories .tab-content h2 + p {
	margin-top: 38px;
}
.tabbed-categories .tab-content .button {
	font-size: 12px;
	letter-spacing: .53px;
	padding: 9px 60px 7px 60px;
	margin-top: 35px;
	z-index: 2;
}
.tabbed-categories .tab-content:after {
	content: '';
	background: url('/assets/images/banners/banner-texture-dark.png') center center no-repeat transparent;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
}
.tabbed-categories.active {
	display: flex;
}
.tabbed-toggle {
	display: none;
}
.tabbed-toggle-buttons {
	margin: 45px 0 45px 0;
	text-align: center;
}
.tabbed-toggle-buttons .tabbed-toggle {
	display: inline-block;
	width: 30%;
	height:100px;
	padding: 40px 10px;
	border-radius: 0;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #8c8d8e;
	font-size: 18px;
	line-height: 20px;
	color: #8c8d8e;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
}

.tabbed-toggle-buttons .tabbed-toggle:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.tabbed-toggle-buttons .tabbed-toggle:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
    padding: 40px 0px;
}
.tabbed-toggle-buttons .tabbed-toggle:before {
	display: none;
}
.tabbed-toggle-buttons .tabbed-toggle:hover, .tabbed-toggle-buttons .tabbed-toggle:active {
	color: #739f32;
}
.tabbed-toggle-buttons .tabbed-toggle.active {
	background: #8cc63f;
	background: -moz-linear-gradient(left,#8cc63f 0%,#72a22a 100%);
	background: -webkit-linear-gradient(left,#8cc63f 0%,#72a22a 100%);
	background: linear-gradient(to right,#8cc63f 0%,#72a22a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f',endColorstr='#72a22a',GradientType=1);
	color: white;
	border-color: transparent;
	cursor: default;
}
.tabbed-toggle-buttons .tabbed-toggle.active + .tabbed-toggle {
	border-left: transparent;
}
.tabbed-toggle-buttons .tabbed-toggle.active:hover, .tabbed-toggle-buttons .tabbed-toggle.active:active {
	color: white !important;
}
.tabbed-toggle-buttons .tabbed-toggle:first-child:hover, .tabbed-toggle-buttons .tabbed-toggle:first-child:active, .tabbed-toggle-buttons .tabbed-toggle:nth-child(3):hover, .tabbed-toggle-buttons .tabbed-toggle:nth-child(3):active{
	color: #10439b;
}
.tabbed-toggle-buttons .tabbed-toggle:first-child.active {
	background: #10439b;
	background: -moz-linear-gradient(left,#10439b 0%,#00225d 100%);
	background: -webkit-linear-gradient(left,#10439b 0%,#00225d 100%);
	background: linear-gradient(to right,#10439b 0%,#00225d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10439b',endColorstr='#00225d',GradientType=1);
}
.tabbed-toggle-buttons .tabbed-toggle:nth-child(3).active {
	background: #10439b;
	background: -moz-linear-gradient(left,#10439b 0%,#00225d 100%);
	background: -webkit-linear-gradient(left,#10439b 0%,#00225d 100%);
	background: linear-gradient(to right,#10439b 0%,#00225d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10439b',endColorstr='#00225d',GradientType=1);
}
#event-calendar {
	border-radius: 20px;
	max-width: 100%;
	margin: -5px auto 60px auto;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
#event-calendar .fc-toolbar {
	padding: 15px 0;
	margin-bottom: 0;
	position: relative;
}
#event-calendar .fc-toolbar h2 {
	font-weight: 400;
	font-size: 26px;
	position: absolute;
	left: 0;
	right: 0;
	text-transform: uppercase;
}
#event-calendar .fc-toolbar .fc-right {
	float: left;
	margin-left: -13px;
}
#event-calendar .fc-toolbar .fc-button-group>:first-child {
	margin-right: 15px;
}
#event-calendar .fc-toolbar button {
	color: white;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	background: none;
	background-color: #d7d8d8;
	border-radius: 8px;
}
#event-calendar .fc-view-container {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
#event-calendar .fc-day-grid-container {
	overflow: visible !important;
	height: auto !important;
}
#event-calendar .fc-today {
	background-color: white;
}
#event-calendar .fc-today-button {
	display: none;
}
#event-calendar .fc-head {
	background-color: #739f32;
}
#event-calendar .fc-head span {
	font-weight: 300;
	font-size: 12px;
	color: white;
}
#event-calendar td.fc-widget-header:first-child, #event-calendar td.fc-widget-content:first-child {
	border-left: 0;
}
#event-calendar td.fc-widget-header:last-child, #event-calendar td.fc-widget-content:last-child {
	border-right: 0;
}
#event-calendar .fc-content-skeleton {
	padding-top: 20px;
}
#event-calendar .fc-widget-content .fc-sun, #event-calendar .fc-widget-content .fc-sat {
	background-color: #f5f2f2;
}
#event-calendar .fc-day-top {
	padding: 0px 4px 0 0;
	position: relative;
}
#event-calendar .fc-day-number {
	font-size: 15px;
	z-index: 2;
	position: absolute;
	right: -5px;
	top: -18px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	color: #8c8d8e;
}
#event-calendar .fc-event-container {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	cursor: pointer;
}
#event-calendar .fc-event {
	background-color: #739f32;
	border: 0;
	padding: 0 0 0 5px;
	pointer-events: none;
}
#event-calendar .fc-time {
	display: none;
}
#event-calendar .fc-title {
	font-size: 11px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#event-calendar .selected-day .fc-day-number {
	color: #44be8d;
}
#calendar-tooltip {
	display: none;
}
.tooltipster-sidetip {
	margin-left: 15px;
}
.tooltipster-sidetip .tooltipster-box {
	border: 0;
	margin: 0;
	max-height: 220px;
	padding: 25px 32px 30px 20px;
	background: #112574 !important;
	background: -moz-linear-gradient(top,#112574 0%,#071040 100%) !important;
	background: -webkit-linear-gradient(top,#112574 0%,#071040 100%) !important;
	background: linear-gradient(to bottom,#112574 0%,#071040 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112574',endColorstr='#071040',GradientType=0) !important;
	overflow-y: scroll;
	color: white;
}
.tooltipster-base {
	max-width: 430px;
	position: absolute;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
	overflow: hidden;
}
.tooltipster-base .tooltipster-arrow {
	display: none;
}
.tooltipster-base .event-item {
	padding-bottom: 30px;
}
.tooltipster-base .event-item:last-of-type {
	padding-bottom: 0;
}
.tooltipster-base .event-name {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: .5px;
	display: block;
}
.tooltipster-base .event-date, .tooltipster-base .event-location {
	padding-right: 30px;
}
.tooltipster-base .event-date, .tooltipster-base .event-time, .tooltipster-base .event-location {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-font-smoothing: subpixel-antialiased !important;
	-o-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
}
.tooltipster-base p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-font-smoothing: subpixel-antialiased !important;
	-o-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
}
.tooltipster-box::-webkit-scrollbar {
	width: 3px;
}
.tooltipster-box::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 5px;
	background-color: #d5dbe3;
}
.tooltipster-box::-webkit-scrollbar-thumb {
	background: #10439b;
	border-radius: 5px;
}
.simplesearch-paging {
	margin-bottom: 15px;
}
#apply {
	max-width: 1200px;
	margin: 40px auto 30px auto;
	text-align: left;
	font-weight: bold;
}
#job-listings {
	padding-right: 40px;
	width: 100%;
}
#job-listings .job-listing {
	border: 1px solid #8c8d8e;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
#job-listings .job-listing a {
	padding: 15px;
	display: block;
}
#job-listings .job-listing a:after {
	font-family: 'Font Awesome 5 Pro', sans-serif;
	content: '\f178';
	color: white;
	background-color: #00225d;
	font-size: 30px;
	border-radius: 6px;
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 300;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
}
#job-listings .job-listing:hover a:after, #job-listings .job-listing:active a:after {
	width: 80px;
	right: -50px;
}
#job-listings h3, #job-listings .h3 {
	margin: 0;
}
#job-listings h4, #job-listings .h4 {
	margin: 0;
	font-size: 14px;
}
.gallery.slider .flex-prev:before, .gallery.slider .flex-next:before {
	color: #000000;
}
.gallery.slider .flex-prev:hover:before, .gallery.slider .flex-prev:active:before, .gallery.slider .flex-next:hover:before, .gallery.slider .flex-next:active:before {
	color: #10439b;
}
#cookie-policy {
	display: none;
	background-color: rgba(7,16,64,0.88);
	padding: 15px 15px 16px 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	-webkit-box-shadow: 1px -3px 34px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px -3px 34px -6px rgba(0,0,0,0.75);
	box-shadow: 1px -3px 34px -6px rgba(0,0,0,0.75);
}
#cookie-policy p {
	width: 100%;
	padding-right: 200px;
	float: left;
	margin: 0px;
	color: white;
	line-height: 24px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
#cookie-policy p i {
	float: right;
	color: white;
	padding: 2px 0 0 15px;
}
#cookie-policy p a {
	color: #739f32;
}
#cookie-policy p a:hover, #cookie-policy p a:active {
	color: #8cc63f;
}
#cookie-policy .button {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gated-modal p {
	text-align: left;
}
#footer {
	background-color: white;
	position: relative;
}
#footer #back-top {
	background-color: #00225d;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	display: block;
	position: absolute;
	line-height: 65px;
	text-align: center;
	right: 15px;
	top: -29px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
#footer #back-top i {
	color: white;
	font-size: 24px;
}
#footer #back-top:hover, #footer #back-top:active {
	background-color: #10439b;
}
#footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('/assets/images/banners/banner-texture-light.png') center center no-repeat white;
	background-size: cover;
	opacity: .6;
}
#footer-top {
	padding: 40px 0 40px 0;
	position: relative;
	z-index: 2;
}
#footer-top .constrain {
	display: flex;
	flex-wrap: wrap;
}
#footer-top .w100 {
	margin-bottom: 0px;
}
#footer-top .w60 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#footer-top .w60 .column {
	margin-right: 90px;
}
#footer-top .w60 .column:last-child {
	margin-right: 0;
}
#footer-top .w40 {
	text-align: right;
}
#footer-top .contact {
	float: right;
	display: block;
	margin-top: 0px;
}
#footer-top .contact .tel {
	font-family: 'Heebo', sans-serif;
	color: #071040;
	font-size: 26px;
    margin-left:5px;
	margin-right: 20px;
}
#footer-top .social-media a i {
	color: #739f32;
}
#footer-top .social-media a:hover i, #footer-top .social-media a:active i {
	color: #8cc63f;
}
#footer-top h3, #footer-top .h3 {
	margin-bottom: 10px;
}
#footer-top ul li a {
	color: #00225d;
	padding: 4px 0;
	display: block;
	-webkit-font-smoothing: subpixel-antialiased;
}
#footer-top ul li a:hover, #footer-top ul li a:active {
	text-shadow: 0 0 0.01px #00225d;
	-webkit-font-smoothing: subpixel-antialiased;
}
#footer-top .button {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 260px;
	margin-bottom: 40px;
}
#footer-top .forms {
	width: 260px;
	margin: 0 0 0 auto;
}
#footer-top .forms label {
	opacity: 1;
	font-weight: 500;
	text-align: left;
}
#footer-top .forms .fieldset {
	margin: 0;
}
#footer-top .forms .input-group {
	position: relative;
	width: 100%;
	padding: 0;
}
#footer-top .forms input {
	background-color: transparent;
}
#footer-top .forms button {
	position: absolute;
	border: 0;
	background-color: transparent;
	right: 0;
	bottom: 3px;
}
#footer-top .forms button:hover, #footer-top .forms button:active {
	color: #739f32;
}
#footer-bottom {
	padding: 0 0 50px 0;
	position: relative;
}
#footer-bottom .constrain {
	display: flex;
	flex-wrap: wrap;
}
#footer-bottom .logos {
	margin-left: auto;
	margin-top: -5px;
}
#footer-bottom img {
	height: 60px;
	width: auto;
	margin: 0 20px;
}
#footer-bottom #copyright {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
}
#footer-bottom a {
	color: #00225d;
}
#footer-bottom a:hover, #footer-bottom a:active {
	color: #739f32;
}

/* ============================================= Position Specific Styles */

.block .w50 .featured-card:first-child:last-child .featured {
	margin-bottom: -120px;
	position: relative;
	z-index: 3;
}
.panel-group .hr {
	margin: 20px 0;
}
p:last-child, .heading:last-child {
	margin-bottom: 0;
}
.heading + .subtitle {
	margin-top: -25px;
	text-transform: none;
	margin-bottom: 25px;
	font-weight: bold;
}
.heading + .subtitle:last-child {
	margin-bottom: -15px;
}
.richtext img[style*="float: right"] {
	margin: 15px 0 15px 15px;
}
.richtext img[style*="float: left"] {
	margin: 15px 15px 15px 0;
}
.column > .button + .button {
	margin-top: 15px;
}
.subtitle + h1, .subtitle + .h1, #main-content #contact-section:first-child, .button + .richtext, .richtext ul + p, .richtext ul + blockquote, .richtext ol + p, .richtext ol + blockquote, .richtext + .gallery {
	margin-top: 20px;
}
P + h4 {
	margin-top: 25px;
}
.richtext + .button, .richtext + .event-list, .richtext + .heading, .richtext + .buckets-default, .richtext + .panel-group, .richtext + .icon-block, .panel-group .richtext + .nested {
	margin-top: 30px;
}
.block.full[style*="banner-blue.jpg"]:before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url("/assets/images/template/logo-content.png") left bottom no-repeat transparent;
	background-size: 270px;
	opacity: 1;
}
.block.full[style*="banner-blue.jpg"] .column {
	position: relative;
	z-index: 2;
}
#main-content > .block-1 > .column.narrow > .richtext p, #main-content > .block-1 > .column.narrow > .heading {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

/* ============================================= Page Specific Styles */

#id-1 #main-content > .block-1 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
#id-1 #main-content > .block-1 .column {
	z-index: 2;
}
#id-1 #main-content > .block-2 {
	position: relative;
	z-index: 2;
	padding-top: 0;
}
#id-1 #main-content > .block-2 + .block {
	padding-top: 290px;
	margin-top: -250px;
}
#id-1 #main-content > .block-2 + .block .column {
	z-index: 2;
	position: relative;
}
#id-1 #main-content > .block-6 p {
	min-height: 70px;
}
/*#id-1 .featured-card .featured {
	background-color: white;
	max-width: 430px;
	margin: 0 auto;
}
#id-1 .featured-card .subtitle {
	display: none;
}
#id-1 .featured-card h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}
#id-1 .featured-card .link {
	border: 2px solid #00225d;
	border-radius: 7px;
	padding: 8px 40px 6px 40px;
}
#id-1 .featured-card .link:after {
	display: none;
}
#id-1 .featured-card .link:hover, #id-1 .featured-card .link:active {
	background-color: #d5dbe3;
	color: #00225d;
}*/

#id-1 #scroll-tab{
    background-color: #10439b;
}
#id-56 #inner-banner {
	display: none;
}
#id-56 #contact-section {
	margin-top: 0 !important;
}
#id-56 #main-content > .block-1 {
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 0;
}
@media (min-width: 1500px) {
	#home-banner .banner-block-1 {
		width: 34%;
	}
	#home-banner .banner-block-2 {
		width: 32%;
	}
	#home-banner .banner-block-3 {
		width: 34%;
	}
}
@media (min-width: 1800px) {
	#home-banner .banner-block-1 {
		width: 38%;
	}
	#home-banner .banner-block-2 {
		width: 24%;
	}
	#home-banner .banner-block-3 {
		width: 38%;
	}
}

/* ============================================= Tablet */

@media (max-width: 1199px) {
	.t100 > .column {
		width: 100% !important;
	}
	.t60 .column:first-child {
		width: 60%;
	}
	.t60 .column:last-child {
		width: 40%;
	}
	body {
		padding-top: 120px;
	}
	h1, .h1 {
		font-size: 34px;
		line-height: 40px;
	}
	p {
		font-size: 15px;
		line-height: 24px;
	}
	a[href*="tel:"] {
		pointer-events: all;
	}
	.button:before {
		display: none;
	}
	.link {
		font-size: 12px;
		letter-spacing: .53px;
	}
	.w50 .event-list p {
		font-size: 12px;
		line-height: 20px;
	}
	.nested .block.t60 .column:first-child, .nested .block.t50 .column:first-child, .nested .block.t40 .column:first-child {
		padding-left: 0 !important;
	}
	.
	.nested .block.t60 .column:last-child, .nested .block.t50 .column:last-child, .nested .block.t40 .column:last-child {
		padding-right: 0 !important;
	}
	.nested .block.t100 .column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nested .block.t60.column-has-bg .column:first-child, .nested .block.t50.column-has-bg .column:first-child, .nested .block.t40.column-has-bg .column:first-child{
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.nested .block.t60.column-has-bg .column:last-child, .nested .block.t50.column-has-bg .column:last-child, .nested .block.t40.column-has-bg .column:last-child{
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.swap-tablet > .column:last-child {
		margin-top: 0 !important;
	}
	.img-bottom {
		position: absolute;
	}
	.img-bottom img {
		margin-bottom: 0;
	}
	#header {
		height: 120px;
	}
	#header-top {
		background-color: #00225d;
	}
	#header-top .tel, #header-top .tel i {
		color: white;
	}
	#header-top .tel {
		padding: 5px 0;
		margin: 0 auto;
	}
	#header-top .search-container, #header-top ul {
		display: none;
	}
	#header-bottom .button {
		display: none;
	}
	#header-bottom .logo {
		width: 150px;
		top: 20px;
		left: 15px;
	}
	#header-bottom .menu-trigger {
		display: block;
		margin-top: 30px;
		margin-right: 25px;
	}
	#header-bottom .menu-trigger i {
		font-size: 20px;
		font-weight: normal;
	}
	#header-bottom .search-trigger {
		display: block;
	}
	#scroll-tab{
    	display: none;
	}
	#home-banner p {
		/* display: none; */
	}
	#home-banner .link {
		margin-top: 0;
	}
	#home-banner h1, #home-banner .h1 {
		margin: -2px 0 18px 0;
	}
	#home-banner .banner-block {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#home-banner .banner-block.banner-block-2 .content {
		padding-left: 15px;
	}
	#home-banner .content {
		padding-right: 15px;
	}
	.buckets-detail .image {
		max-width: 40px;
	}
	.buckets-detail .content {
		padding-bottom: 40px;
	}
	.buckets-detail p {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}
	.buckets-detail .link {
		font-size: 12px;
		bottom: 20px;
	}
	.buckets-detail h3, .buckets-detail .h3 {
		margin-bottom: 15px;
		font-size: 19px;
		line-height: 24px;
	}
	.buckets-detail a {
		padding: 15px 8px 30px 8px;
	}
	.buckets-detail a:hover:after, .buckets-detail a:active:after {
		display: none;
	}
	.buckets-detail a:hover .link, .buckets-detail a:active .link {
		color: #00225d;
		bottom: 20px;
	}
	.buckets-detail.four-columns {
		padding: 0 8px;
	}
	.buckets-detail.four-columns .bucket {
		padding: 0 8px;
	}
	.buckets-default .carousel .slick-next, .buckets-default .carousel .slick-prev {
		width: 60px;
		height: 45px;
	}
	.buckets-default .carousel .slick-next {
		right: -70px;
	}
	.buckets-default .carousel .slick-prev {
		left: -70px;
	}
	.buckets-default h3, .buckets-default .h3 {
		font-size: 14px;
		line-height: 20px;
		padding-right: 15px;
		margin-bottom: 9px;
	}
	.buckets-default p, .buckets-default .bucket {
		width: 100%;
	}
	.buckets-default.two-columns p {
		font-size: 12px;
		line-height: 20px;
	}
	#contact-section {
		padding: 90px 15px;
	}
	#contact-section h2, #contact-section .h2 {
		font-size: 24px;
		line-height: 32px;
	}
	#contact-section .location {
		margin-top: 28px;
	}
	#contact-section .location li {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
		padding-left: 30px;
	}
	#contact-section .location li i {
		font-size: 20px;
	}
	#breadcrumbs {
		position: absolute;
		top: 115px;
		left: 15px;
		z-index: 2;
	}
	#breadcrumbs a {
		color: white;
		font-size: 12px;
		padding-left: 15px;
	}
	#breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
		color: white !important;
	}
	#breadcrumbs a:hover *, #breadcrumbs a:active *, #breadcrumbs a:focus * {
		color: white;
	}
	#breadcrumbs i {
		color: white;
		font-weight: normal;
		margin-top: 6px;
		position: absolute;
		left: 0;
	}
	#breadcrumbs .crumb:after {
		display: none;
	}
	#breadcrumbs .crumb.first ~ .crumb {
		display: none;
	}
	#inner-banner.text-center * {
		text-align: left;
		margin-left: 0;
	}
	#inner-banner .h1, #inner-banner h1 {
		margin-top: 0;
	}
	#inner-banner .subtitle {
		line-height: 20px;
		display: block;
		margin-bottom: 5px;
	}
	#inner-banner .scroll {
		right: 15px;
	}
	.featured-card .content {
		padding: 15px 15px 25px 15px;
	}
	.featured-card .subtitle {
		font-size: 19px;
		line-height: 28px;
		margin: 0 0 25px 0;
	}
	.featured-card h2, .featured-card .h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.icon-block {
		margin-bottom: -30px;
		flex-wrap: wrap;
		justify-content: normal;
	}
	.icon-block .icon {
		width: 50%;
		margin-bottom: 30px;
	}
	.tabbed-toggle-buttons {
		margin: 30px 0 30px 0;
	}
	.tabbed-toggle-buttons .tabbed-toggle {
		width: 30%;
		height: 100px;
		vertical-align: top;
		padding: 40px 0px;
		position: relative;
		text-align: center;
	}
	.tabbed-categories {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.tabbed-categories .nav-tabs {
		max-height: 50px;
		overflow: hidden;
		position: absolute;
		background-color: white;
		width: 100%;
		z-index: 9;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #8c8d8e;
		border-radius: 8px;
	}
	.tabbed-categories .nav-tabs li {
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-bottom: 0;
	}
	.tabbed-categories .nav-tabs li.active {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		border-bottom: 1px solid #8c8d8e;
	}
	.tabbed-categories .nav-tabs li.active a {
		background-color: white;
		color: #00225d;
		height: 50px;
		padding-bottom: 0;
	}
	.tabbed-categories .nav-tabs li.last {
		display: none;
	}
	.tabbed-categories .nav-tabs li a {
		padding: 9px 15px;
		display: block;
		font-weight: 500;
		font-size: 16px;
	}
	.tabbed-categories .nav-tabs li a:before {
		display: none;
	}
	.tabbed-categories .nav-tabs li a:hover, .tabbed-categories .nav-tabs li a:active, .tabbed-categories .nav-tabs li a:focus {
		background-color: white !important;
	}
	.tabbed-categories .nav-tabs:after {
		font-family: 'Font Awesome 5 Pro', sans-serif;
		content: '\f107';
		color: #00225d;
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 2;
		font-size: 20px;
		pointer-events: none;
	}
	.tabbed-categories .nav-tabs.open {
		max-height: 1000px;
	}
	.tabbed-categories .tab-content {
		padding: 40px 40px 50px 40px;
		width: 100%;
		margin-top: 85px;
	}
	.tabbed-categories .tab-content h2 + p {
		margin-top: 30px;
	}
	.tabbed-categories .tab-content .button {
		margin-top: 23px;
	}
	#map-picker {
		padding-left: 15px;
	}
	#map-picker .tab-content iframe {
		margin-left: -70%;
	}
	.post-filter {
		position: relative;
		height: 100px;
		border-left: 0;
		padding-left: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	.post-filter h3 {
		font-size: 13px;
		line-height: 23px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.post-filter ul {
		max-height: 50px;
		overflow: hidden;
		position: absolute;
		background-color: white;
		width: 100%;
		z-index: 9;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #8c8d8e;
		border-radius: 8px;
		max-width: 350px;
	}
	.post-filter ul li {
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-bottom: 0;
		display: block;
		width: 100%;
	}
	.post-filter ul li.first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		border-bottom: 1px solid #8c8d8e;
	}
	.post-filter ul li.first a {
		background-color: white;
		color: #00225d;
		height: 50px;
		padding-bottom: 0;
	}
	.post-filter ul li.last {
		display: none;
	}
	.post-filter ul li a {
		padding: 9px 15px;
		display: block;
		font-weight: 500;
		font-size: 16px;
	}
	.post-filter ul li a:before {
		display: none;
	}
	.post-filter ul li a:hover, .post-filter ul li a:active, .post-filter ul li a:focus {
		background-color: white !important;
	}
	.post-filter ul:after {
		font-family: 'Font Awesome 5 Pro', sans-serif;
		content: '\f107';
		color: #00225d;
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 2;
		font-size: 20px;
		pointer-events: none;
	}
	.post-filter ul.open {
		max-height: 1000px;
	}
	.post-filter .tab-content {
		margin-top: 85px;
		width: 100%;
	}
	.posts {
		max-width: 600px;
		margin: 0 auto;
	}
	.posts .post-item {
		padding: 0;
	}
	.event-list .event-item .date {
		width: 10%;
	}
	.event-list .event-item .content {
		width: 90%;
	}
	.event-list.show-image .event-item .date {
		width: 30%;
	}
	.event-list.show-image .event-item .content {
		width: 70%;
	}
	.t100 #event-calendar {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.mixit-controls .control-group {
		max-width: 300px;
	}
	.mixit-controls .controls {
		max-width: 290px;
	}
	.webinars .item, .resource-library .item {
		width: 30.33%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.files li a {
		padding-right: 15px;
		padding-left: 35px;
		text-align: left;
		position: relative;
	}
	.files .title {
		float: none;
	}
	.files .title:before {
		left: 10px;
		position: absolute;
	}
	.files .extension {
		display: none;
	}
	#footer-top {
		padding-bottom: 10px;
	}
	#footer-top .constrain {
		position: relative;
	}
	#footer-top .w60 {
		
		margin-top:20px;
	}
	#footer-top .w60 .column {
		padding-bottom: 30px;
	}
	#footer-top .w40 {
		left: auto;
		position: absolute;
		bottom: auto;
		text-align: left;
		margin-top: 0;
		top: 110px;
		right: 0;
	}
	#footer-top .w40 .forms {
		margin-left: 0;
	}
	#footer-top .contact {
		margin-top: 20px;
	}
	#footer-bottom .logos {
		margin-left: 0;
		margin-top: 0;
	}
	#id-1 #main-content > .block-1 {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	#id-1 #main-content > .block-2 {
		padding-top: 0;
	}
	#id-1 .featured-card h2 {
		font-size: 19px;
		line-height: 28px;
	}
	#id-56 .block-1 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#id-56 .block-2 {
		padding-bottom: 0 !important;
	}
	#id-56 .column.w100 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#id-56 #contact-section {
		padding-top: 70px;
	}
}

/* ============================================= Mobile */

@media (max-width: 767px) {
	#mobile-contact-us-button {
	    display: inline-block !important;
	}
	.m100 > .column {
		width: 100% !important;
	}
	h2, .h2 {
		font-size: 24px;
		line-height: 32px;
	}
	p, .richtext ul li, .richtext ol li {
		font-size: 12px;
		line-height: 24px;
		font-weight: 500;
	}
	.forms .input-group {
		width: 100%;
	}
	.block, .block:first-child {
		padding-bottom: 40px;
	}
	.block.has-bg, .block.has-bg + .block, .block.column-has-bg + .block, .block:first-child {
		padding-top: 40px;
	}
	.block.full[style*="banner-blue.jpg"]:before {
		display: none;
	}
	.nested .block.m100 .column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.block .w50 .featured {
		margin-bottom: 0 !important;
	}
	.richtext.visible-lg + .button {
		margin-top: 0;
	}
	.richtext img[style*="float"] {
		margin: 10px auto;
		float: none !important;
		clear: both;
		display: block;
		width: auto !important;
		height: auto !important;
		max-width: 100%;
		max-height: 400px;
	}
	.subtitle + h1, .subtitle + .h1 {
		margin-top: 10px;
	}
	.img-bottom {
		position: static;
	}
	.img-bottom img {
		margin-bottom: -40px;
	}
	#header-bottom .logo {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#header-bottom .menu-trigger {
		position: absolute;
		left: 35px;
	}
	#mobile-menu .logo {
		display: none;
	}
	#mobile-menu .menu-trigger {
		left: 35px;
	}
	#mobile-menu .mobile-menu-inner > ul > li > ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
/*     #home-banner {
    display: block;
    height: auto;
}
#home-banner .banner-block {
    width: 100%;
    padding: 40px 0 30px 0;
}
#home-banner .banner-block.banner-block-1:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
}
#home-banner .banner-block.banner-block-2 .content {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    padding-left: 0;
}
#home-banner .banner-block.banner-block-2:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
}
#home-banner h1, #home-banner .h1 {
    margin-bottom: 10px;
}
#home-banner .content {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0 !important;
    margin-top: 0;
}
#home-banner:before {
    background: #00225d;
    background: -moz-linear-gradient(top,#00225d 0%,#00225d 47%,#739f32 69%,#739f32 100%);
    background: -webkit-linear-gradient(top,#00225d 0%,#00225d 47%,#739f32 69%,#739f32 100%);
    background: linear-gradient(to bottom,#00225d 0%,#00225d 47%,#739f32 69%,#739f32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00225d',endColorstr='#739f32',GradientType=0);
}
#home-banner:after {
    top: 0;
} */
	#inner-banner .h1, #inner-banner h1 {
		margin-top: 0;
	}
	#inner-banner .scroll {
		bottom: -40px;
		font-size: 14px;
	}
	.buckets-detail {
		margin-bottom: -15px;
	}
	.buckets-detail .bucket {
		width: 100%;
		margin-bottom: 15px;
	}
	.buckets-detail a {
		display: flex;
		padding: 15px 15px 15px 0;
	}
	.buckets-detail .image {
		width: 15%;
		max-width: none;
		position: relative;
		margin: 0;
		height: 100%;
	}
	.buckets-detail .image img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		max-width: 30px;
	}
	.buckets-detail .content {
		width: 85%;
		text-align: left;
		position: relative;
		padding-bottom: 0;
	}
	.buckets-detail .link {
		display: none;
	}
	.buckets-default {
		width: 100%;
		margin-bottom: -20px;
	}
	.buckets-default .bucket {
		height: 165px;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.buckets-default .bucket a {
		height: 150px;
		padding-top: 12px;
		text-align: center;
	}
	.buckets-default .bucket a:hover, .buckets-default .bucket a:active {
		bottom: 0;
	}
	.buckets-default .bucket a:hover:after, .buckets-default .bucket a:hover .link, .buckets-default .bucket a:active:after, .buckets-default .bucket a:active .link {
		display: none;
	}
	.buckets-default .bucket h3, .buckets-default .bucket .h3 {
		margin-bottom: 5px;
	}
	.buckets-default .bucket .link {
		display: none;
	}
	.buckets-default .carousel .bucket {
		margin-bottom: 0;
	}
	.buckets-default .carousel .slick-prev {
		margin-top: -120px;
		left: 20px;
		z-index: 9;
	}
	.buckets-default .carousel .slick-next {
		margin-top: -120px;
		right: 20px;
		z-index: 9;
	}
	.event-list .event-item .date {
		width: 15%;
	}
	.event-list .event-item .content {
		width: 85%;
	}
	.event-list .event-item .title {
		margin-bottom: 3px;
	}
	#contact-section {
		padding: 0;
	}
	#contact-section .columns {
		margin: 0;
		border-radius: 0;
	}
	#contact-section .column:first-child {
		width: 90% !important;
		margin: 40px 0 40px 5%;
		border-radius: 8px;
		padding-right: 30px;
	}
	#contact-section .column:last-child:after {
		display: none;
	}
	#contact-section .location li {
		font-size: 16px;
		line-height: 24px;
	}
	#contact-section .social-media {
		margin: 20px 0 -15px 0;
	}
	#inner-banner p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
	.tabbed-toggle-buttons {
		margin-bottom: 35px;
	}
	.tabbed-toggle-buttons .tabbed-toggle {
		width: 30%;
		height: 100px;
		vertical-align: top;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.tabbed-toggle-buttons .tabbed-toggle span {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		display: block;
		font-size: 14px;
		letter-spacing: 0;
	}
	.tabbed-categories {
		max-width: 100%;
	}
	.icon-block .h4, .icon-block h4 {
		font-size: 12px;
		line-height: 20px;
		text-transform: none;
		margin-top: 10px;
	}
	.featured-card .subtitle {
		margin-bottom: 8px;
	}
	.post-filter {
		max-width: 100%;
	}
	.posts {
		max-width: 100%;
	}
	.posts .tags {
		clear: both;
		float: left;
		width: 100%;
		margin-bottom: 5px;
		margin-top: -5px;
	}
	.posts .tags > * {
		color: white;
	}
	.posts .tags > a {
		float: left;
		font-size: 11px;
		line-height: 20px;
		color: #00225d;
	}
	.post-filter {
		margin-bottom: 15px;
	}
	.webinars.upcoming .img-wrapper, .resource-library.upcoming .img-wrapper {
		width: 100%;
		height: 140px;
		overflow: hidden;
	}
	.webinars.upcoming .img-wrapper img, .resource-library.upcoming .img-wrapper img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.webinars.upcoming .content, .resource-library.upcoming .content {
		width: 100%;
		padding: 15px 15px 25px 15px;
		text-align: center;
	}
	.webinars.upcoming .content h3, .resource-library.upcoming .content h3 {
		margin-bottom: 5px;
	}
	.webinars.upcoming .content p, .resource-library.upcoming .content p {
		display: none;
	}
	.webinars .item, .resource-library .item {
		width: 100%;
		max-width: none;
		margin-left: 15px;
		margin-right: 15px;
	}
	.webinars .item p, .resource-library .item p {
		font-size: 12px;
		line-height: 20px;
	}
	.webinars .item .link, .resource-library .item .link {
		margin-bottom: 12px;
	}
	#map-picker {
		padding: 0;
	}
	#map-picker .left {
		width: 100%;
		float: none;
		padding-left: 15px;
		margin-bottom: 0;
	}
	#map-picker .right {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	#map-picker .nav-tabs {
		margin-bottom: 10px;
	}
	#map-picker p {
		font-size: 16px;
		line-height: 24px;
	}
	#map-picker .map {
		position: relative !important;
		height: 350px !important;
		overflow: hidden;
	}
	#map-picker .map iframe {
		height: 600px;
		margin-top: -80px;
	}
	.mixit-controls .control-group {
		width: 45%;
		position: relative;
	}
	.mixit-controls .control-group .controls {
		max-width: 100%;
	}
	#cookie-policy p {
		padding: 0;
	}
	#cookie-policy .button {
		position: relative;
		margin: 15px auto 0 auto;
		left: 0;
		top: auto;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#event-calendar .fc-event-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#event-calendar .fc-toolbar h2 {
		left: auto;
	}
	.tooltipster-base {
		max-width: 300px;
	}
	#footer-top .w100 {
		text-align: center;
	}
	#footer-top .contact {
		display: block;
		float: none;
		margin-top: 40px;
	}
	#footer-top .social-media {
		margin-top: 10px;
	}
	#footer-top .w40 {
		width: 100%;
		position: static;
		text-align: center;
	}
	#footer-top .w40 .forms {
		margin: 0 auto;
	}
	#footer-bottom .constrain {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#footer-bottom .logos {
		text-align: center;
		margin-bottom: 40px;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer-bottom .logos img {
		margin: 0 20px 20px 20px;
		max-width: 50%;
		height: auto;
		max-height: 40px;
		display: inline-block;
	}
	#footer-bottom #copyright {
		text-align: center;
		font-weight: 500;
	}
	#id-1 #main-content > .block-2 + .block {
		padding-top: 250px;
	}
	#id-1 .featured-card .featured {
		margin: 0 auto;
		display: flex;
		position: relative;
		overflow: hidden;
	}
	#id-1 .featured-card .featured .image {
		/*width: 25%;
		height: 100%;
		position: absolute;*/
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#id-1 .featured-card .featured .content {
		width: 100%;
		/*padding-left: 30%;*/
	}
	#id-1 .featured-card .featured h2, #id-1 .featured-card .featured .h2 {
		margin-bottom: 15px;
	}
	#id-56 #contact-section {
		padding-top: 0;
	}
	#id-56 #contact-section .w40 {
		padding-top: 80px;
	}
	.home-banner-background .h1 {
	    font-size: 40px !important;
	    line-height: 46px !important;
	}
	.home-banner-background p {
	    font-size: 21px !important;
	    position: relative !important;
        top: 15px !important;
    }
    .home-banner-background .link {
	   /*  font-size: 21px !important; */
	    position: relative !important;
        top: 25px !important;
    }
    .image-shield-wrapper {
        width: 83% !important;
    }
}
/* Home banner style */
#home-banner .video {
    height: 0;
    width: auto;
}
#home-banner .caption {
    color: #fff;
}
.home-banner-background {
    background-size: cover !important;
}
.home-banner-overlay{
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background-color: #071040;
    position: absolute;
    top: 0;}

.tpl-8 .img-wrapper {
    float: right;
    max-width: 400px;
    padding: 10px;
}
.tpl-8 #inner-banner .button {
    display: none;
}
#primary-nav #link_13:hover ul {
    display: block !important; 
}
#primary-nav #link_13 ul { 
    background: #fff;   
    position: absolute;
    top: -204px;
    left: 220px;
    display: none !important; 
}
#mobile-contact-us-button {
    display: none;
    color: white;
    background-color: #739f32;
    padding: 5px 13px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
}

.image-shield-wrapper {
    margin: -300px auto -200px auto; 
    position: relative; 
    width: 500px;
}

.image-shield-wrapper a.top-phrase {
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 25%;
    position: absolute;
    display: block;
}

.image-shield-wrapper a.top-phrase:hover ~ svg #top-phrase path {
    fill: #739f32 !important; 
}

.image-shield-wrapper a.left-phrase {
    top: 28%; 
    left: 0; 
    width: 50%; 
    height: 71%;
    position: absolute;
    display: block;
}

.image-shield-wrapper a.right-phrase {
    top: 28%; 
    right: 0; 
    width: 50%; 
    height: 71%;
    position: absolute;
    display: block;
}

.image-shield-wrapper a.left-phrase:hover ~ svg #left-phrase path {
    fill: #739f32 !important; 
}

.image-shield-wrapper a.right-phrase:hover ~ svg #right-phrase path {
    fill: #739f32 !important; 
}









