/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Roboto:300,400,600,700,800');




/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */

{
	% include 'JMMB 2022 Theme/Coded Files/JMMB_April2019-modules.css'%
}


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 960px;
	margin: 0 auto;
}

.sectiontitle {
	font-size: 35px;
	font-weight: 700;
	color: #005BBB;
	text-transform: uppercase;
	line-height: 40px;
	background-color: #ffffff;
	padding: 0px 30px;
	display: inline-block;
}

.meet-row1 .meet-row1-Image.span6,
.meet-row1 .meet-row1-heading.span6 {
	width: 50%;
	margin-left: 0;
}

.meet-row1 .meet-row1-heading .hs_cos_wrapper_type_text {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	background-color: #ffffff;
	color: #00aae7;
	padding-top: 20px;
	display: block;
}

.meet-row1 .meet-row1-Image .hs_cos_wrapper_type_linked_image {
	display: block;
	padding-right: 40px;
}

.meet-row1 .meet-row1-Image .hs_cos_wrapper_type_linked_image img {
	max-width: 350px;
	width: 100% !important;
	vertical-align: unset;
}

.meet-row2-content {
	border: 1px solid #00aae7;
	background-color: #f6f6f7;
	color: #242424;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
}

.meet-row2-content>div {
	padding-right: 40px;
}

.meet-row2-Image img {
	width: 100% !important;
	vertical-align: unset;
}

.twp-meet-jane .body-container-wrapper {
	padding-bottom: 20px;
}

.twp-full-width-container .main-content {
	border: 1px solid #00aae7;
	background-color: #f6f6f7;
	color: #242424;
	padding: 20px;
}

.twp-full-width-container {
	padding-top: 60px;
	padding-bottom: 20px;
}

.media-blog.hs-blog-listing .pnewscontainer {
	background-color: #005a99;
	color: #fff;
}

.media-blog.hs-blog-listing .pnewscontainer .homenewstitlen.psubcolor,
.media-blog.hs-blog-listing .pborder .btext,
.media-blog.hs-blog-listing .bluelinknews {
	color: #fff;
}

.media-blog .pborder {
	border: 0;
}

.media-blog .pborder .btext p {
	margin: 0;
}

.media-blog .post-listing {
	padding-bottom: 30px;
}

.blog-pagination {
	padding-bottom: 36px;
	line-height: 26px;
	padding-top: 17px
}

.media-blog .post-listing .homenewsboxborder:last-child {
	margin-bottom: 4px;
}

.media-blog.hs-blog-listing .pborder .btext {
	padding-right: 15px;
}

.home-banner-area {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.home-banner-area-inner {
	max-height: 400px;
}

.home-banner-area button.slick-arrow {
	outline: 0;
}

.home-banner-area .soliloquy-caption {
	/*   position: absolute; */
	width: 100%;
	/*   bottom: 0; */
	/*   left: 0; */
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px;
	/*   zoom: 1; */
	/*   top: 30%; */
	box-sizing: content-box;
}

.home-banner-area-inner {
	position: relative;
}

.home-banner-area-inner .hs-banner-item .video-text-wrap {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 70px 20px 70px;
	display: flex;
	flex-flow: row nowrap;
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.video,
.home-banner-area-inner .hs-banner-item .video-text-wrap>.content {
	text-align: left;
	width: 50%;
	max-width: 500px;
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.content {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
	display: flex;
	padding: 10px;
	justify-content: center;
}


.home-banner-area-inner .hs-banner-item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 465px;
	background-position: center center;
	display: flex !important;
	align-items: center;
}

.home-banner-area.new .home-banner-area-inner .hs-banner-item {
	min-height: 400px;
}

.home-banner-area button.slick-arrow {
	background: transparent;
	border: 0;
	padding: 0px;
	top: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 0px;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}

.home-banner-area button.slick-prev:before {
	content: "<";
	font-size: 42px;
	color: #fff;
	display: block;
}

.home-banner-area button.slick-next:before {
	content: ">";
	font-size: 42px;
	color: #fff;
	display: block;
}

.home-banner-area button.slick-arrow.slick-prev {
	left: 10px;
}

.home-banner-area button.slick-arrow.slick-next {
	right: 10px;
}



.bannertitle {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}

.soliloquy-caption-inside {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px;
	text-align: left !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	zoom: 1;
	background: none !important;
}

.soliloquy-caption-inside .bannerbox {
	max-width: 620px;
	height: auto;
	width: 100%;
	margin-left: -20px;
}

.soliloquy-caption-inside .bannerbox .bannerboxpd {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.soliloquy-caption-inside .bannerbox .bannertext,
.video-text-wrap .bannertext {
	font-size: 28px;
	color: #ffffff;
	line-height: 35px;
}

.video-text-wrap .bannertext {
	padding: 0 10px 10px 0;
}

@media (max-width: 768px) {
	.video-text-wrap .bannertext {
		font-size: 18px !important;
	}
}

.soliloquy-caption-inside .bannerbox a.cta_button {
	display: block;
	position: relative;
	z-index: 20;
	max-width: 150px;
	padding: 10px 20px;
	cursor: pointer;
	background-color: transparent;
	font-family: inherit;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #ffffff;
}

.soliloquy-caption-inside .bannerbox a.cta_button:hover {
	background-color: #d3df4c;
	border: 2px solid #d3df4c;
}

.recent-post .newsimg img {
	text-align: center;
	width: 100%;
	vertical-align: unset;
}

.recent-post p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 16px;
}

.recent-post .homenewsboxborder .btext {
	padding-right: 15px;
}

.recent-post .homenewsboxborder .clear {
	padding-top: 10px;
}

.recent-post .homenewsboxborder .clear:last-child {
	padding: 0;
}

.recent-post .homenewsboxborder {
	margin-bottom: 0;
}

.recent-post .slider {
	padding-bottom: 30px;
}

.recent-post .slider>.slick-list {
	margin-right: 60px;
	float: left;
	width: calc(100% - 60px);
	margin-bottom: 20px;
}

.recent-post .slider>ul.slick-dots {
	width: 40px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 30px;
	list-style: none;
}

.recent-post .slider:after {
	clear: both;
	content: "";
	display: block;
}

.recent-post .slider>ul.slick-dots>li {}

.recent-post .slider>ul.slick-dots>li>button {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid rgb(0, 90, 153);
	display: block;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	box-sizing: content-box;
	color: transparent;
	margin-bottom: 5px;
	outline: 0;
}

.recent-post .slider>ul.slick-dots>li.slick-active>button {
	background: rgb(0, 90, 153);
}

.recent-post .slider .slide {
	background: rgb(0, 90, 153);
}

.recent-post .slider .slide .slide-inner {
	padding: 20px;
}

.recent-post .slider .slide .slide-inner .btext {
	color: #fff;
}

.recent-post .slider>.slick-list {
	margin-bottom: 0;
}

.slider .bluelinknews {
	color: #ffffff;
	text-decoration: underline;
}

.newscontainer {
	padding: 17px 0 0;
}

.newscontainer .bluelinknews {
	position: relative;
	display: inline-block;
	font-weight: 700;
	color: #005bbb;
	width: fit-content;
	line-height: 1.8;
}

.page-center.pcmcenter>.clear:last-child {
	padding-top: 30px;
}

.page-center.pcmcenter>.clear:nth-last-child(3) {
	padding-top: 30px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 780px) {

	.meet-row1 .meet-row1-Image,
	.meet-row1 .meet-row1-heading {
		width: 100% !important;
		text-align: center;
		padding-bottom: 20px;
	}

	.home-banner-area .bannerbox {
		padding: 0 !important;
		margin: 0;
	}

	.home-banner-area-inner .hs-banner-item .video {
		padding: 0 40px 0 40px;
	}

	.home-banner-area .soliloquy-caption {
		color: #fff;
		display: block;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		position: absolute !important;
		width: 100%;
		z-index: 100 !important;
	}

	.home-banner-area .soliloquy-caption>.twp-page-center {
		width: 70%;
	}

	.home-banner-area .bannerboxpd {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.soliloquy-caption .soliloquy-caption-inside {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		text-align: center !important;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
		overflow: auto;
		padding: 0;
		display: inline-block;
		box-sizing: content-box;
	}

	.bannertitle {
		font-size: 30px;
		line-height: 35px;
	}

	.soliloquy-caption-inside .bannerbox .bannertext {
		font-size: 20px;
		line-height: 25px;
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap {
		flex-flow: column;
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap>.video,
	.home-banner-area-inner .hs-banner-item .video-text-wrap>.content {
		text-align: center;
		width: 100%;
		padding: 0;
	}

	.home-banner-area .samllshow {
		/*     display: block !important; */
		background-color: #005a99;
		position: absolute;
		left: 50%;
		width: 50%;
		z-index: 22;
		top: auto;
		height: auto;
		text-align: center;
		bottom: 0px;
		padding-right: 50px;
	}

	.home-banner-area .samllshow .bannerbottombg {
		display: inline-block;
		width: 85% !important;
	}

	.home-banner-area .samllshow .bannerbottombg .bannerbottombox {
		background-color: #005a99;
		color: #ffffff;
		Padding: 5px 10px 10px 10px;
	}

	.home-banner-area .samllshow .bannerbottombg .bannerbottombox:hover {
		background-color: #00aae7;
	}

	.home-banner-area .samllshow .bannerbottombg .bannerbottombox a:hover {
		opacity: 1 !important;
	}

	.home-banner-area .samllshow img {
		max-width: 100%;
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
		width: 60% !important;
		margin: 0 auto;
	}
}

@media (max-width: 710px) {
	.home-banner-area .samllshow {
		padding-right: 0px;
	}

	.home-banner-area button.slick-arrow.slick-next {
		right: 0px;
	}

	.home-banner-area button.slick-arrow.slick-prev {
		left: 0px;
	}
}

@media (max-width: 550px) {
	.soliloquy-caption .soliloquy-caption-inside {
		width: 100%;
		zoom: 1;
	}

	.soliloquy-caption-inside .bannerbox {
		width: 100%;
		padding-right: 10px;
	}

	.soliloquy-caption-inside .bannerbox .bannerboxpd {
		padding-left: 5px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
}


@media (max-width: 400px) {
	.home-banner-area button.slick-arrow.slick-prev {
		left: 0px;
	}

	.home-banner-area button.slick-arrow.slick-next {
		right: 0px;
	}

}



@import url("//fonts.googleapis.com/css?family=Roboto:300,400,600,700,800");

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom
}

img.alignRight,
img.alignright {
	margin: 0 0 5px 15px
}

img.alignLeft,
img.alignleft {
	margin: 0 15px 5px 0
}

.row-fluid [class*=span] {
	min-height: 1px
}

.hs-blog-social-share .hs-blog-social-share-list {
	margin: 0;
	list-style: none !important
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
	height: 30px;
	list-style: none !important
}

@media (max-width: 479px) {
	.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
		float: none !important
	}
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
	vertical-align: top !important
}

#recaptcha_response_field {
	width: auto !important;
	display: inline-block !important
}

#recaptcha_table td {
	line-height: 0
}

.recaptchatable #recaptcha_response_field {
	min-height: 0;
	line-height: 12px
}

@media (max-width: 400px) {

	#captcha_wrapper,
	#recaptcha_area,
	#recaptcha_area table#recaptcha_table,
	#recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
		width: auto !important;
		overflow: hidden
	}

	#recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
		width: 67px !important
	}

	#recaptcha_area table#recaptcha_table #recaptcha_image {
		width: 280px !important
	}
}

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

#calroot {
	width: 202px !important;
	line-height: normal
}

#calroot,
#calroot *,
#calroot :after,
#calroot :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

#calroot select {
	min-height: 0 !important;
	padding: 1px 2px !important;
	font-family: Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet MS, Verdana, sans-serif !important;
	font-size: 10px !important;
	line-height: 18px !important;
	font-weight: 400 !important
}

#caldays {
	margin-bottom: 4px
}

@media only screen and (max-width: 767px) {

	.hs-responsive-embed,
	.hs-responsive-embed.hs-responsive-embed-vimeo,
	.hs-responsive-embed.hs-responsive-embed-wistia,
	.hs-responsive-embed.hs-responsive-embed-youtube {
		position: relative;
		height: 0;
		overflow: hidden;
		padding: 30px 0 56.25%
	}

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

.hs-responsive-embed.hs-responsive-embed-instagram {
	padding-top: 0;
	padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
	height: auto;
	overflow: visible;
	padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
	position: static;
	width: auto;
	height: auto
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
	width: 100%;
	max-width: 100%
}

@media (max-width: 568px) {
	iframe {
		max-width: 100%
	}
}

input[type=color] select,
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hs-form fieldset[class*=form-columns] input[type=checkbox].hs-input,
.hs-form fieldset[class*=form-columns] input[type=radio].hs-input {
	width: auto
}

#email-prefs-form .email-edit {
	width: 100% !important;
	max-width: 507px !important
}

#hs-pwd-widget-password {
	height: auto !important
}

.hs-menu-wrapper ul {
	padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	display: block;
	white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 100%;
	top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
	position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
	display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-vertical {
	width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
	display: block
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
	width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	left: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	display: block;
	white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 100%;
	top: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible
}

@media (max-width: 767px) {

	.hs-menu-wrapper,
	.hs-menu-wrapper * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
		list-style: none;
		margin: 0;
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
		float: none
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a,
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
		padding: 0
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		white-space: normal
	}

	.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		position: static;
		opacity: 1;
		visibility: visible
	}
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
	visibility: visible;
	opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1
}

.widget-type-space {
	visibility: hidden
}

.hs-author-social-links {
	display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
	width: 24px;
	height: 24px;
	border: 0;
	line-height: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -99999px
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
	background-image: url(//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png)
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
	background-image: url(//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png)
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
	background-image: url(//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png)
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
	background-image: url(//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png)
}

.hs-cta-wrapper a {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.hs_cos_wrapper_type_image_slider {
	display: block;
	overflow: hidden
}

.hs_cos_flex-container a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:active,
.hs_cos_flex-slider a:focus {
	outline: none
}

.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav,
.hs_cos_flex-slides {
	margin: 0;
	padding: 0;
	list-style: none
}

.hs_cos_flex-slider {
	margin: 0 0 60px;
	padding: 0;
	background: #fff;
	border: 0;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1
}

.hs_cos_flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
	max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
	width: 100%;
	display: block;
	border-radius: 0
}

.hs_cos_flex-pauseplay span {
	text-transform: capitalize
}

.hs_cos_flex-slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .hs_cos_flex-slides {
	display: block
}

* html .hs_cos_flex-slides {
	height: 1%
}

.hs_cos_flex-direction-nav {
	*height: 0
}

.hs_cos_flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
	background-position: 100% 0;
	right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
	left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
	opacity: .8;
	right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
	opacity: .8;
	left: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
	opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default
}

.hs_cos_flex_thumbnavs-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	*height: 0
}

.hs_cos_flex_thumbnavs-direction-nav a {
	width: 30px;
	height: 140px;
	margin: -60px 0 0;
	display: block;
	background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
	background-position: 100% 40%;
	right: 0
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
	left: 0
}

.hs-cos-flex-slider-control-panel img {
	cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
	opacity: .8
}

.hs-cos-flex-slider-control-panel {
	margin-top: -30px
}

.hs_cos_flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}

.hs_cos_flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.hs_cos_flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.hs_cos_flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, .7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default
}

.hs_cos_flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.hs_cos_flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.hs_cos_flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}

.hs_cos_flex-control-thumbs img:hover {
	opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width: 860px) {
	.hs_cos_flex-direction-nav .hs_cos_flex-prev {
		opacity: 1;
		left: 0
	}

	.hs_cos_flex-direction-nav .hs_cos_flex-next {
		opacity: 1;
		right: 0
	}
}

.hs_cos_flex-slider .caption {
	background-color: #000;
	position: static;
	font-size: 2em;
	line-height: 1.1em;
	color: #fff;
	padding: 0 5%;
	width: 100%;
	top: 40%;
	text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
	color: #fff;
	font-size: 3em;
	line-height: 1.1em;
	position: absolute;
	padding: 0 5%;
	width: 90%;
	top: 40%;
	text-align: center;
	background-color: transparent
}

@media (max-width: 400px) {
	.hs_cos_flex-slider .superimpose .caption {
		background-color: #000;
		position: static;
		font-size: 2em;
		line-height: 1.1em;
		color: #fff;
		width: 90%;
		padding: 0 5%;
		top: 40%;
		text-align: center
	}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
	color: #fff
}

.hs-gallery-thumbnails li {
	display: inline-block;
	padding: 0;
	margin: 0 -4px 0 0
}

.hs-gallery-thumbnails.fixed-height li img {
	max-height: 150px;
	margin: 0;
	padding: 0;
	border-width: 0
}

pre {
	overflow-x: auto
}

table pre {
	white-space: pre-wrap
}

table tr td img {
	max-width: none
}

.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_page_footer,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_text {
	word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

.wp-float-left {
	float: left;
	margin: 0 20px 20px 0
}

.wp-float-right {
	float: right;
	margin: 0 0 20px 20px
}

#map_canvas img,
.google-maps img {
	max-width: none
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	min-height: 100%
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	color: #333;
	font-size: 16px;
	background: #fff;
	overflow-x: hidden;
	line-height: 18px;
	font-family: Roboto, sans-serif
}

.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 960px;
	margin: 0 auto
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

h1 {
	font-size: 2em;
	margin-top: .67em;
	margin-bottom: .67em
}

h2 {
	font-size: 1.5em;
	margin-top: .83em;
	margin-bottom: .83em
}

h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em
}

h4 {
	font-size: 16px;
	margin-top: 1.33em;
	margin-bottom: 1.33em
}

h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em
}

h6 {
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em
}

body:not(.blog) h1,
body:not(.blog) h2,
body:not(.blog) h3,
body:not(.blog) h4,
body:not(.blog) h5,
body:not(.blog) h6 {
	line-height: 1.2
}

body:not(.blog) h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 10px 0
}

a {
	color: inherit;
	text-decoration: none
}

a:focus,
a:hover {
	opacity: .8 !important
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none
}

.header-container-wrapper {
	height: auto;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 9999999;
	border-bottom: 2px solid #fff;
	transition: .2s
}

.header-container-wrapper.sticky {
	border-bottom: 2px solid #d6d6d6
}

.body-container-wrapper {
	padding-top: 0px;
}

@media (min-width: 768px) {
	.body-container-wrapper {
		padding-top: 0px;
	}
}

.custom-menu-primary {
	position: relative
}

.header-container-wrapper .container-fluid .row-fluid .page-center {
	background: url(//5555996.fs1.hubspotusercontent-na1.net/hubfs/5555996/JMMB_April2019%20Theme/Image/2724623Logo.png);
	background-repeat: no-repeat;
	background-position: 120px 15px;
	background-size: auto 90px;
	height: 130px;
	position: relative
}

.body-container .twp-page-center,
.header-container,
.twp-footer>div {
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

.mobile-trigger span {
	background-color: #424242;
	height: 10px;
	width: 70px;
	display: block;
	position: absolute;
	top: 4px
}

.mobile-trigger span:before {
	top: 13px
}

.mobile-trigger span:after {
	top: 26px
}

.mobile-trigger span:after,
.mobile-trigger span:before {
	content: "";
	width: 70px;
	height: 10px;
	display: block;
	position: absolute;
	background-color: #424242
}

.twp-header .twp-logo {
	position: absolute;
	width: 300px;
	height: 100px;
	cursor: pointer;
	left: 100px;
	top: 0;
	z-index: 12
}

.twp-header .twp-logo a {
	color: transparent !important;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute
}

.twp-header-right-content {
	float: right !important;
	width: auto !important;
	max-width: 150px;
	bottom: 0;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	z-index: 99;
	margin-top: -53px;
	position: relative
}

.buttonreda {
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	cursor: pointer;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: content-box
}

.twp-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 120px;
	width: 100%;
	background-color: #f2f2f4;
	z-index: 999
}

.twp-header>div {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto
}

.nu .body-container-wrapper {
	padding-top: 103px;
	padding-bottom: 40px
}

.twp-footer {
	color: #fff
}

.footer-container-wrapper .container-fluid .row-fluid .page-center>div {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto
}

.twp-footer .twp-footer-bottom,
.twp-footer .twp-footer-top {
	padding-top: 30px;
	padding-bottom: 30px
}

.twp-footer .twp-footer-top {
	font-size: 14px;
	line-height: 18px
}

.twp-copyright p {
	margin: 0
}

.twp-footer-bottom>div>div>div {
	margin-left: 0 !important;
	width: 50% !important
}

.twp-footer-bottom>div>div>div:last-child {
	text-align: right
}

.twp-footer-left img {
	max-width: unset;
	float: left;
	display: block;
	position: relative;
	margin-bottom: 5px
}

.twp-footer-left p {
	float: left;
	width: 203px;
	margin: 0 0 0 44px
}

.twp-footer .twp-footer-top>div>div>div {
	display: flex;
	align-items: center;
	margin-left: 0 !important
}

.twp-footer .twp-footer-top>div>div>div:last-child {
	flex: 1;
	justify-content: flex-end;
	margin-right: -5px
}

.twp-footer .twp-footer-top>div>div>div.twp-footer-left {
	width: 40%
}

.footer-social-share {
	text-align: right
}

.footer-social-share .heaeding {
	font-size: 25px;
	line-height: 36px
}

.clear {
	padding-top: 20px;
	clear: both
}

.socialpad {
	padding-left: 30px;
	clear: both;
	text-align: center
}

.socialpad img {
	border: 0;
	padding-right: 5px
}

.socialpad img:hover {
	opacity: .8
}

.twp-footer-left>div>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.subscribe-options label {
	display: inline-block
}

.mobile-trigger {
	display: inline-block !important;
	cursor: pointer;
	width: 70px;
	margin-top: 20px;
	position: relative;
	padding-top: 44px;
	text-align: center;
	font-size: 17px;
	color: #424242
}

.child-trigger {
	display: block !important;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 55px !important;
	min-width: 55px !important;
	height: 40px !important;
	padding: 0 !important;
	border-left: 1px dotted hsla(0, 0%, 100%, .2)
}

.child-trigger:hover {
	text-decoration: none
}

.child-trigger i {
	position: relative;
	top: 50%;
	margin: 0 auto !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.child-trigger i:after {
	position: absolute;
	content: ""
}

.child-trigger i,
.child-trigger i:after {
	width: 10px;
	height: 1px;
	background-color: #fff;
	display: block
}

.child-trigger i:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.child-trigger.child-open i:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.custom-menu-primary ul.hs-menu-children-wrapper {
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	display: none
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
	padding-left: 20px;
	border-bottom: 1px solid #fff
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child>a {
	border-bottom: 0
}

#hubspot-author_data:after {
	content: "";
	display: block;
	clear: both
}

#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px
}

.hs-blog-social-share {
	margin-top: 20px;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: auto
}

#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px
}

.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0
}

.comment-date {
	font-size: 13px;
	text-align: right
}

.comment-from {
	font-weight: 700
}

.comment-body {
	padding: 10px 0
}

.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px
}

.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin: 20px 0
}

.hs-author-profile .hs-author-profile:after {
	content: "";
	display: block;
	clear: both
}

.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px
}

.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%
}

.hs-author-profile .hs-author-bio {
	overflow: hidden
}

.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px
}

.hs-search-field__bar,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_password_prompt,
.widget-type-google_search {
	background-color: #f6f6f7;
	color: #242424;
	display: block;
	padding: 20px
}

h3.form-title {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 10px 0
}

.twp-connect .twp-connect-container {
	padding-top: 60px
}

.twp-connect .body-container,
.twp-meet-jane .body-container {
	width: 100%
}

.top-pane .hs_cos_wrapper_type_text {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.top-pane {
	margin-bottom: 30px
}

.hs-form-field>label {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.hs-form-field {
	padding-top: 10px;
	clear: both
}

.hs-form-field>label>span.hs-form-required {
	margin-left: 5px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 28px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.128571429;
	color: #555;
	font-family: inherit;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	width: 90%;
	padding: 3px 10px;
	box-sizing: content-box
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, .8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

form.hs-form .hs-form-field ul.inputs-list {
	color: red
}

form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

::-webkit-input-placeholder {
	color: #999
}

form.hs-form fieldset {
	max-width: none
}

form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0
}

form.hs-form fieldset[class*=form-columns] .input {
	margin-right: 0
}

form.hs-form fieldset[class*=form-columns] .hs-input {
	width: 100%
}

form.hs-form fieldset[class*=form-columns] .hs-input[type=checkbox] {
	width: auto
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field {
		padding: 0
	}

	form.hs-form .form-columns-2 .hs-form-field .hs-input,
	form.hs-form .form-columns-3 .hs-form-field .hs-input,
	form.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 100%
	}

	form.hs-form .form-columns-3 .hs-form-field .hs-input[type=checkbox] {
		width: auto
	}
}

#hs_form_target_blog_subscription input[type=checkbox],
#hs_form_target_blog_subscription input[type=radio] {
	width: auto;
	margin-right: 10px
}

.hs-button.primary,
input[type=button],
input[type=submit] {
	text-decoration: none !important;
	display: inline-block;
	min-width: 100px;
	padding: 10px 20px;
	background-color: #29378f;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border: 0;
	min-width: 200px;
	transform: 0.4s;
}

.blog .body-container {
	width: 100%
}

.body-container-wrapper .page {
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

.bannerbottombox {
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
	vertical-align: middle;
	width: 33%;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	transition: 0.3s;
}

.bannerbottomimg {
	height: 52px;
	display: block
}

.bannerbottombg img {
	max-height: 50px
}

.banner-area {
	position: relative;
	padding-top: 30px
}

.homenewssectionline {
	height: 2px;
	width: 100%;
	margin-top: 30px;
}

.body-container-wrapper .page.homenewsheadposition {
	position: absolute;
	top: 40px;
	left: 60px;
	background-color: transparent
}

.sectiontitle {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	background-color: #fff;
	padding: 0 30px;
	display: inline-block
}

.banner-area.blog {
	padding-bottom: 60px
}

.recordpagecolor {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 2px
}

.homenewsboxborder .pub-date {
	font-size: 13px
}

.pborder {
	background-color: #f6f6f7;
	color: #242424
}

.pnewsimg {
	float: left;
	width: 30%
}

.pnewsimg img {
	width: 100%
}

.pnewscontainer {
	float: left;
	width: 60%;
	padding: 20px;
	box-sizing: content-box
}

.homenewstitlen {
	color: #29378f;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.pnewscontainer .clear {
	padding-top: 10px
}

.btext {
	font-size: 16px;
	line-height: 20px
}

.btext,
.homenewsboxborder .btext,
.pborder .btext {
	color: #242424
}

.bluelinknews {
	font-family: inherit;
	font-weight: 700
}

.rflt {
	float: right
}

.homenewsboxborder>.clear {
	padding: 0
}

.homenewsboxborder {
	margin-bottom: 20px;
	width: 100%
}

.pnewsimg img {
	display: inline-block;
	vertical-align: unset
}

.post-listing {
	color: #242424;
	font-size: 16px;
	line-height: 20px
}

.pnewscontainer>.clear:last-child {
	padding-top: 0
}

.homenewsboxborder-inner {
	padding: 20px
}

.homenewsboxborder-inner img {
	vertical-align: unset
}

div#comments-listing.new-comments {
	border: 0;
	margin: 0
}

.blog-content .widget-span {
	min-height: 0 !important
}

.pnewscontainer.full-width {
	width: 90%;
	padding: 0
}

.pnewscontainer.only-child {
	width: 90%
}

form .hs-richtext h3 {
	margin-top: 35px
}

textarea {
	height: unset;
	min-height: 200px;
	padding: 2px;
	width: 92%
}

.twp-connect-form {
	position: relative;
	padding-bottom: 82px
}

.twp-connect-form form {
	padding-bottom: 18px
}

.titilec {
	font-size: 25px;
	line-height: 30px
}

.twp-hidden p {
	margin-bottom: 10px
}

.officesection {
	color: #fff
}

.top-pane.empty {
	display: none
}

.officesection .titilec h3 {
	color: #fff;
	margin: 0
}

select {
	display: inline-block;
	margin-right: 8px;
	clear: none;
	font-family: inherit;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 20px;
	box-shadow: none;
	height: auto
}

.hs-form-field>label>span>span {
	font-size: .85em
}

input[name=date] {
	display: inline-block;
	margin-right: 8px;
	clear: none;
	font-family: inherit;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 20px;
	box-shadow: none;
	height: auto
}

.twp-meet-jane-container {
	position: relative;
	padding-top: 30px
}

.meet-row1 .meet-row1-heading.span6,
.meet-row1 .meet-row1-Image.span6 {
	width: 50%;
	margin-left: 0
}

.meet-row1 .meet-row1-heading .hs_cos_wrapper_type_text {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	background-color: #fff;
	padding-top: 20px;
	display: block
}

.meet-row1 .meet-row1-Image .hs_cos_wrapper_type_linked_image {
	display: block;
	padding-right: 40px
}

.meet-row1 .meet-row1-Image .hs_cos_wrapper_type_linked_image img {
	max-width: 350px;
	width: 100% !important;
	vertical-align: unset
}

.meet-row2-content {
	background-color: #f6f6f7;
	color: #242424;
	padding: 20px;
	font-size: 16px;
	line-height: 20px
}

.meet-row2-content>div {
	padding-right: 40px
}

.meet-row2-Image img {
	width: 100% !important;
	vertical-align: unset
}

.twp-meet-jane .body-container-wrapper {
	padding-bottom: 20px
}

.twp-full-width-container .main-content {
	background-color: #f6f6f7;
	color: #242424;
	padding: 20px
}

.twp-full-width-container {
	padding-top: 60px;
	padding-bottom: 20px
}

.media-blog.hs-blog-listing .pnewscontainer {
	color: #fff
}

.media-blog.hs-blog-listing .bluelinknews,
.media-blog.hs-blog-listing .pborder .btext,
.media-blog.hs-blog-listing .pnewscontainer .homenewstitlen.psubcolor {
	color: #fff
}

.media-blog .pborder {
	border: 0
}

.media-blog .pborder .btext p {
	margin: 0
}

.media-blog .post-listing {
	padding-bottom: 30px
}

.blog-pagination {
	padding-bottom: 36px;
	line-height: 26px;
	padding-top: 17px
}

.media-blog .post-listing .homenewsboxborder:last-child {
	margin-bottom: 4px
}

.media-blog.hs-blog-listing .pborder .btext {
	padding-right: 15px
}

.home-banner-area {
	max-height: 465px;
	height: 100%;
	overflow: hidden;
	position: relative
}

.home-banner-area.new {
	max-height: 400px;
}

.home-banner-area button.slick-arrow {
	outline: 0
}

.home-banner-area .soliloquy-caption {
	width: 100%;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px;
	box-sizing: content-box
}

.home-banner-area-inner {
	position: relative
}

.home-banner-area-inner .hs-banner-item .video-text-wrap {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 70px;
	display: flex;
	flex-flow: row nowrap
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.content,
.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
	text-align: left;
	width: 50%;
	max-width: 500px
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.content {
	display: flex;
	flex-flow: column;
	justify-content: center
}

.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
	display: flex;
	padding: 10px;
	justify-content: center
}

.home-banner-area-inner .hs-banner-item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 465px;
	background-position: 50%;
	display: flex !important;
	align-items: center
}

.home-banner-area.new .home-banner-area-inner .hs-banner-item {
	min-height: 400px
}

.home-banner-area button.slick-arrow {
	background: transparent;
	border: 0;
	padding: 0;
	top: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 0;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer
}

.home-banner-area button.slick-prev:before {
	content: "<";
	font-size: 42px;
	color: #fff;
	display: block
}

.home-banner-area button.slick-next:before {
	content: ">";
	font-size: 42px;
	color: #fff;
	display: block
}

.home-banner-area button.slick-arrow.slick-prev {
	left: 10px
}

.home-banner-area button.slick-arrow.slick-next {
	right: 10px
}

.bannertitle {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 40px
}

.soliloquy-caption-inside {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px;
	text-align: left !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	zoom: 1;
	background: none !important
}

.soliloquy-caption-inside .bannerbox {
	max-width: 620px;
	height: auto;
	width: 100%;
	margin-left: -20px
}

.soliloquy-caption-inside .bannerbox .bannerboxpd {
	padding: 20px 40px 20px 30px
}

.soliloquy-caption-inside .bannerbox .bannertext,
.video-text-wrap .bannertext {
	font-size: 28px;
	color: #fff;
	line-height: 35px
}

.video-text-wrap .bannertext {
	padding: 0 10px 10px 0
}

@media (max-width: 768px) {
	.video-text-wrap .bannertext {
		font-size: 18px !important
	}
}

.soliloquy-caption-inside .bannerbox a.cta_button {
	display: block;
	position: relative;
	z-index: 20;
	max-width: 150px;
	padding: 10px 20px;
	cursor: pointer;
	background-color: transparent;
	font-family: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #fff
}

.hnw30 {
	width: 30%
}

.hnw5 {
	width: 5%;
	max-width: 30px
}

.lflt {
	float: left
}

.recent-post .newsimg img {
	text-align: center;
	width: 100%;
	vertical-align: unset
}

.recent-post .homenewsboxborder .btext {
	padding-right: 15px
}

.recent-post .homenewsboxborder .clear {
	padding-top: 10px
}

.recent-post .homenewsboxborder .clear:last-child {
	padding: 0
}

.btnseeall {
	display: inline-block;
	min-width: 100px;
	padding: 10px 20px;
	cursor: pointer;
	font-family: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	vertical-align: middle
}

.recent-post .homenewsboxborder {
	margin-bottom: 0;
	height: 585px
}

.home-form-group {
	padding: 30px 0;
	color: #fff
}

.home-form-group .hs_cos_wrapper_type_form {
	background: transparent;
	color: #fff;
	border: 0;
	padding: 0
}

.home-form-group .hs_cos_wrapper_type_form h3 {
	color: #fff;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	margin: 0;
	text-transform: none;
	padding-bottom: 20px
}

.home-form-group form {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.home-form-group form .hs-form-field>label>span:first-child:empty+span {
	display: none
}

.home-form-group form .hs-form-field {
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	flex: 1;
}

.home-form-group.covid form .hs-form-field {
	width: auto !important
}

.home-form-group form .hs_submit.hs-submit {
	position: static;
	width: 15%;
	display: inline-block;
	align-self: end;
}

.home-form-group form .hs-form-field input {
	width: calc(100% - 30px)
}

.home-form-group form .hs_submit.hs-submit input.hs-button.primary.large {
	width: auto !important;
	display: inline-block;
	min-width: 80px;
	padding: 10px 20px;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 0;
	color: #fff;
	line-height: 1;
	box-sizing: content-box
}

.recent-post .slider {
	padding-bottom: 30px
}

.recent-post .slider>.slick-list {
	margin-right: 60px;
	float: left;
	width: calc(100% - 60px);
	margin-bottom: 20px
}

.recent-post .slider>ul.slick-dots {
	width: 40px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 30px;
	list-style: none
}

.recent-post .slider:after {
	clear: both;
	content: "";
	display: block
}

.recent-post .slider>ul.slick-dots>li>button {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #005a99;
	display: block;
	background-color: transparent;
	padding: 0;
	box-sizing: content-box;
	color: transparent;
	margin-bottom: 5px;
	outline: 0
}

.recent-post .slider .slide,
.recent-post .slider>ul.slick-dots>li.slick-active>button {
	background: #005a99
}

.recent-post .slider .slide .slide-inner {
	padding: 20px
}

.recent-post .slider .slide .slide-inner .btext {
	color: #fff
}

.recordpagecolor:after {
	clear: both;
	content: "";
	display: block
}

.pnewscontainer .btext {
	padding-right: 15px
}

table,
td {
	box-sizing: content-box
}

table.stacktable {
	display: none
}

.blog .hs_submit.hs-submit {
	position: static;
	margin-top: 20px;
	margin-bottom: 20px
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow-x: auto;
	overflow-y: hidden
}

.media-blog .pnewscontainer.only-child {
	width: 100%;
	box-sizing: border-box
}

.post-filter {
	float: right;
	vertical-align: top !important;
	width: 40%
}

.post-filter h3 {
	margin: 0
}

.post-filter .block {
	display: inline-block;
	vertical-align: middle
}

.post-filter h3:empty {
	display: none
}

.post-filter .block .widget-module ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none
}

.post-filter>b {
	vertical-align: middle;
	display: inline-block
}

.post-filter select {
	display: inline-block;
	max-width: 150px;
	height: 28px;
	margin-right: 8px;
	clear: none;
	font-family: inherit;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
	width: 100px
}

.home-form-group form ul.no-list.hs-error-msgs.inputs-list {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	color: inherit
}

.home-form-group form .hs_error_rollup {
	position: absolute;
	width: 100%;
	padding-top: 8px
}

.home-form-group form .hs-form-field.error {
	padding-bottom: 18px;
	position: relative
}

.hs-form-field select {
	width: 100px;
	border-color: #a9a9a9;
	height: 28px;
	padding: 0;
	line-height: 17px;
	font-size: 14px;
	margin-bottom: 4px;
	margin-right: 0
}

.blog-pagination {
	display: block !important
}

.blog-pagination.hide {
	display: none !important
}

.blog-pagination .no-post {
	display: none
}

.blog-pagination1 {
	text-align: center;
	display: block !important
}

.blog-pagination1 a.load-more {
	display: inline-block;
	min-width: 100px;
	padding: 10px 20px;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #fff;
	line-height: 20px;
	box-sizing: content-box
}

.blog-pagination1 a.load-more:hover {
	color: #fff;
}

.recent-post .slider>.slick-list {
	margin-bottom: 0
}

.slider .homenewstitlen {
	color: #fff
}

.slider .bluelinknews {
	color: #fff;
	text-decoration: underline
}

.recent-post .slider .slide .clear {
	padding-top: 10px
}

.recent-post .slider .slide .clear:last-child {
	padding-top: 0
}

.clear.padding-top60 {
	padding-top: 60px
}

.newscontainer {
	padding: 17px 0 0;
}

.page-center.pcmcenter>.clear:last-child,
.page-center.pcmcenter>.clear:nth-last-child(3) {
	padding-top: 30px
}

body #hs-pwd-widget-password {
	height: 28px !important;
	margin-top: 0 !important;
	margin-bottom: 20px
}

#email-prefs-form .email-edit {
	width: 90% !important;
	max-width: 100% !important
}

.error-404 .bannerbottombox {
	line-height: 29px
}

.error-404 .custom_error_message h1 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	padding-right: 20px;
	line-height: 110%;
	margin-top: 0
}

.error-404 .main-content {
	max-width: 940px;
	padding-right: 20px;
	float: none;
	margin-left: auto !important;
	margin-right: auto
}

.error-404 .custom_error_message .hs_cos_wrapper_type_rich_text>div {
	line-height: 20px;
	color: #242424;
	font-size: 16px
}

.clear.padding-top40,
.error-404 .custom_error_message {
	padding-top: 40px
}

.clear.padding-top30 {
	padding-top: 30px
}

.clear.padding-top10 {
	padding-top: 10px
}

.padding10 {
	padding: 10px
}

ul {
	list-style: inherit
}

.nu .banner-area {
	margin-bottom: 60px
}

ul.no-list.hs-error-msgs.inputs-list {
	list-style: none !important;
	padding: 0;
	color: red
}

span.buttonreda:hover {
	opacity: .8
}

.bannerbottombg a {
	opacity: 1 !important
}

.nu form .hs_submit.hs-submit {
	position: static;
	text-align: right;
	margin-top: 20px;
	padding-right: calc(10% - 21px)
}

@media (max-width: 900px) {
	.bannerbottombox {
		width: 31%
	}
}

@media (max-width: 780px) {
	.bannerbottombox {
		width: 95%;
		display: block;
		max-width: 300px;
		padding: 5px 10px;
		text-align: left;
		box-sizing: content-box
	}

	.bannerbottomimg {
		height: 50px;
		display: inline-block;
		margin-top: 0 !important;
		margin-right: 10px !important;
		vertical-align: middle;
		width: 50px
	}

	.bannerbottombg img {
		max-height: 30px;
		max-width: 40px;
		margin-top: 8px
	}

	.buttonreda {
		font-size: 21px;
		padding-top: 10px;
		min-width: 60px;
		padding-bottom: 10px
	}

	.twp-header .twp-logo {
		width: 200px
	}

	.header-container-wrapper .container-fluid .row-fluid .page-center {
		background-repeat: no-repeat;
		background-position: 100px 15px;
		background-size: auto 70px;
		text-align: left;
		height: 100px
	}

	.twp-header {
		height: 100px
	}

	.twp-footer .twp-footer-bottom>div>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center
	}

	.twp-footer-bottom>div>div>div {
		width: 100% !important;
		text-align: center
	}

	.twp-footer-bottom>div>div>div:last-child {
		text-align: center;
		margin-bottom: 20px
	}

	.twp-footer .twp-footer-top>div>div>div {
		width: 100% !important;
		margin-bottom: 20px !important;
		text-align: center;
		min-height: 18px
	}

	.twp-footer-left img {
		display: block
	}

	.twp-footer-left img,
	.twp-footer-left p {
		float: none !important;
		margin: 0 auto !important
	}

	.twp-footer-left p {
		padding-top: 15px
	}

	.twp-footer-left>div>span {
		display: block !important
	}

	.footer-social-share .heaeding {
		text-align: center
	}

	.socialpad {
		padding-left: 0
	}

	.twp-footer .twp-footer-top>div>div>div:last-child {
		margin-bottom: 5px !important
	}

	.twp-footer .twp-copyright {
		padding-top: 20px
	}

	.bannerbottombg {
		width: 100%
	}

	.bannerbottombg,
	.bannerbottombg .page-center {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center
	}

	.meet-row1 .meet-row1-heading,
	.meet-row1 .meet-row1-Image {
		width: 100% !important;
		text-align: center;
		padding-bottom: 20px
	}

	.home-banner-area .bannerbox {
		padding: 0 !important;
		margin: 0
	}

	.home-banner-area-inner .hs-banner-item .video {
		padding: 0 40px
	}

	.bannerbottombg .cta_button {
		display: flex;
		flex-flow: column;
		align-items: center;
		text-align: center
	}

	.home-banner-area .soliloquy-caption {
		color: #fff;
		display: block;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		position: absolute !important;
		width: 100%;
		z-index: 100 !important
	}

	.home-banner-area .soliloquy-caption>.twp-page-center {
		width: 70%
	}

	.home-banner-area .bannerboxpd {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		padding: 0
	}

	.soliloquy-caption .soliloquy-caption-inside {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		text-align: center !important;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
		overflow: auto;
		padding: 0;
		display: inline-block;
		box-sizing: content-box
	}

	.bannertitle {
		font-size: 30px;
		line-height: 35px
	}

	.soliloquy-caption-inside .bannerbox .bannertext {
		font-size: 20px;
		line-height: 25px
	}

	.hs-home .bannerbottombg.fsamllshow.mobile {
		display: none !important
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap {
		flex-flow: column
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap>.content,
	.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
		text-align: center;
		width: 100%;
		padding: 0
	}

	.home-banner-area .samllshow {
		position: absolute;
		left: 50%;
		width: 50%;
		z-index: 22;
		top: auto;
		height: auto;
		text-align: center;
		bottom: 0;
		padding-right: 50px
	}

	.home-banner-area .samllshow .bannerbottombg {
		display: inline-block;
		width: 85% !important
	}

	.home-banner-area .samllshow .bannerbottombg .bannerbottombox {
		color: #fff;
		padding: 5px 10px 10px
	}

	.home-banner-area .samllshow .bannerbottombg .bannerbottombox a:hover {
		opacity: 1 !important
	}

	.home-banner-area .samllshow img {
		max-width: 100%
	}

	.hs-home .twp-header {
		z-index: 1515
	}

	.hs-home .body-container-wrapper .widget-span {
		min-height: 0
	}

	.hnw5,
	.hnw30 {
		width: 100%;
		float: none
	}

	.hnw5 {
		max-width: 30px
	}

	.recent-post .homenewsboxborder {
		height: auto
	}

	.recent-post .homenewsboxborder .btext:nth-child(3) {
		padding-right: 0
	}

	.recent-post .page.homenewsheadposition.twp-page-center {
		text-align: left
	}

	.home-form-group {
		text-align: center
	}

	.home-form-group .page-center {
		width: 80%
	}

	.home-form-group form .hs-form-field input {
		margin-left: auto;
		margin-right: auto
	}

	.home-form-group form {
		text-align: center
	}

	.home-form-group form .hs_submit.hs-submit {
		width: 100%
	}

	.recent-post.twp-slider {
		text-align: left
	}

	table.stacktable {
		display: none;
		display: block;
		box-sizing: border-box
	}

	table.stacktable+table {
		display: none !important
	}

	table.stacktable tr:first-child {
		display: none
	}

	table.stacktable tr>td {
		width: 50%;
		text-align: left;
		box-sizing: border-box
	}

	.blog textarea {
		width: 98%;
		margin-right: 0;
		box-sizing: content-box
	}

	.home-form-group form .hs_error_rollup {
		padding-top: 41px;
		left: 0
	}

	.home-form-group form ul.no-list.hs-error-msgs.inputs-list {
		position: static
	}

	.home-form-group form .hs-form-field.error {
		padding-bottom: 6px
	}

	.home-banner-area-inner .hs-banner-item .video-text-wrap>.video {
		width: 60% !important;
		margin: 0 auto
	}
}

@media (max-width: 710px) {
	.home-banner-area .samllshow {
		padding-right: 0
	}

	.home-banner-area button.slick-arrow.slick-next {
		right: 0
	}

	.home-banner-area button.slick-arrow.slick-prev {
		left: 0
	}
}

@media (max-width: 550px) {
	.soliloquy-caption .soliloquy-caption-inside {
		width: 100%;
		zoom: 1
	}

	.soliloquy-caption-inside .bannerbox {
		width: 100%;
		padding-right: 10px
	}

	.soliloquy-caption-inside .bannerbox .bannerboxpd {
		padding: 10px 5px
	}

	.home-banner-area .samllshow,
	.hs-home .bannerbottombg.fsamllshow.mobile {
		display: none !important
	}

	.hs-home .bannerbottombg.fsamllshow.mobile .bannerbottombox {
		padding: 5px 10px 10px
	}

	table.stacktable tr>td.st-head-row {
		word-break: break-word
	}
}

@media (max-width: 500px) and (min-width:481px) {
	.twp-header-right-content {
		right: -20px
	}
}

@media (max-width: 480px) {
	.header-container-wrapper .container-fluid .row-fluid .page-center {
		background-repeat: no-repeat;
		background-position: 80px 20px;
		background-size: auto 50px;
		text-align: left;
		height: 100px;
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px)
	}

	.body-container .twp-page-center,
	.header-container,
	.twp-footer>div {
		width: 100%
	}

	.twp-header>div {
		max-width: 100%
	}

	.twp-header-right-content {
		width: 100px !important
	}

	.container-fluid .row-fluid .page-center {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px)
	}

	.body-container-wrapper .page,
	.twp-blog-body-content {
		width: 100% !important
	}

	.sectiontitle {
		font-size: 28px;
		line-height: 35px;
		padding: 0 20px
	}

	.body-container-wrapper .page.homenewsheadposition {
		position: absolute;
		top: 40px;
		left: 0;
		background-color: transparent
	}

	.pnewsimg {
		float: none;
		width: 100%
	}

	.pnewscontainer {
		float: none;
		width: 90%
	}

	.homenewstitlen,
	.top-pane .hs_cos_wrapper_type_text {
		font-size: 18px;
		line-height: 26px
	}

	body:not(.blog) h3,
	h3.form-title {
		font-size: 25px;
		line-height: 30px
	}

	.hs-form-field>label {
		font-size: 18px;
		line-height: 26px
	}

	.titilec {
		font-size: 20px;
		line-height: 25px
	}

	.newsimg {
		float: none;
		width: 100%
	}

	.newscontainer {
		float: none;
		width: 90%
	}

	.home-form-group .page-center {
		width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important
	}

	.recent-post .slider>.slick-list {
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		width: 100% !important
	}

	.recent-post .slider>ul.slick-dots {
		position: static;
		float: left;
		width: 100%;
		text-align: center
	}

	.recent-post .slider>.slick-list:after {
		clear: both;
		content: "";
		display: block
	}

	.recent-post .slider>ul.slick-dots li {
		display: inline-block;
		margin-right: 10px
	}

	.post-filter {
		width: 100%
	}

	.recordpagecolor>div {
		width: 100%;
		margin-bottom: 10px
	}

	input[type=color],
	input[type=date],
	input[type=datetime-local],
	input[type=datetime],
	input[type=email],
	input[type=file],
	input[type=month],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=time],
	input[type=url],
	input[type=week],
	select,
	textarea {
		width: 100%;
		box-sizing: border-box;
		padding: 9.5px 10px;
		height: auto
	}
}

@media (max-width: 400px) {
	.buttonreda {
		font-size: 18px;
		padding-top: 10px;
		min-width: 60px;
		padding-bottom: 10px
	}

	.twp-header-right-content {
		display: none !important
	}

	.home-banner-area button.slick-arrow.slick-prev {
		left: 0
	}

	.home-banner-area button.slick-arrow.slick-next {
		right: 0
	}
}

.twp-header-new {
	width: 100%;
	padding: 15px 0 10px
}

.container-fluid .row-fluid .page-center-new {
	float: none;
	max-width: 960px;
	margin: 0 auto
}



.twp-header-right-content-new {
	width: auto !important;
	bottom: 0;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	margin-top: 5px;
	z-index: 9999;
	position: relative
}

.twp-right-content-wrap {
	display: flex !important;
	flex-flow: row nowrap;
	align-items: center;
	float: right !important;
	width: auto !important
}

.home-remake .header-container-wrapper {
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999
}

.home-remake .twp-header-new {
	width: 100%;
	padding: 5px 0 10px
}

.home-remake .twp-header-right-content-new {
	max-width: 130px
}

.home-remake .mobile-trigger {
	display: inline-block !important;
	cursor: pointer;
	width: 50px;
	position: relative;
	padding-top: 30px;
	margin-top: 20px;
	text-align: center;
	font-size: 0;
	color: #424242
}

.home-remake .mobile-trigger span {
	font-size: 14px
}

.home-remake .buttonreda {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: content-box
}

.home-remake .mobile-trigger span {
	background-color: #424242;
	border-radius: 2px;
	height: 5px;
	width: 40px;
	display: block;
	position: absolute;
	top: 4px
}

.home-remake .mobile-trigger span:before {
	top: 10px
}

.home-remake .mobile-trigger span:after {
	top: 20px
}

.home-remake .mobile-trigger span:after,
.home-remake .mobile-trigger span:before {
	content: "";
	width: 40px;
	border-radius: 2px;
	height: 5px;
	display: block;
	position: absolute;
	background-color: #424242
}

.home-remake .mobile-trigger span:after {
	transition: .3s
}

.home-remake .mobile-trigger span:before {
	transition: .4s
}

.home-remake .mobile-trigger span {
	transition: .3s
}

.mobile-open.home-remake .mobile-trigger span {
	transform: rotate(45deg);
	top: 14px
}

.mobile-open.home-remake .mobile-trigger span:before {
	transform: rotate(-90deg);
	top: 0
}

.mobile-open.home-remake .mobile-trigger span:after {
	opacity: 0;
	visibility: hidden
}

@media (max-width: 450px) {
	.twp-header-right-content-new {
		display: none !important
	}
}

@media (max-width: 780px) {
	.twp-header-right-content-new {
		margin-right: 20px
	}

	.home-remake .twp-header-new {
		padding: 5px 35px 5px 15px
	}

	.home-remake .twp-header-right-content-new {
		padding-left: 10px;
		padding-right: 10px
	}
}

.widget-type-global_group>div[data-global-widget-path="generated_global_groups/75085894181.html"]>div>.row-fluid {
	max-width: 960px !important;
	min-height: 80px;
	margin: 0 auto
}

.nav-wrap {
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
	min-height: 80px !important;
	position: relative
}

.nav-wrap .logo {
	width: 200px
}

.newbanner .banner-area {
	margin-bottom: 40px;
	padding: 30px 0;
}

.newbanner.internal .banner-area,
.newbanner.meetjane .banner-area {
	margin-bottom: 0
}

.newbanner .banner-area .homenewssectionline {
	display: none
}

.newbanner .banner-area .homenewsheadposition {
	position: static
}

.newbanner .banner-area .sectiontitle {
	color: #fff;
	background-color: unset;
	text-transform: capitalize
}

@media print {
	.banner-area {
		padding-bottom: 0
	}

	.ttc .tab-bg,
	.ttc .toc-wrap .left-column {
		display: none
	}

	.ttc .toc-wrap .right-column {
		width: 100%
	}

	.ttc .topic-content,
	.ttc .topic-copy {
		display: block !important
	}

	.ttc .print-option {
		display: none
	}

	.home-form-group {
		display: none !important
	}

	#google_translate_element,
	.category-menu,
	.footer-social-share {
		display: none
	}
}

#ftop>div>div {
	display: flex;
	align-items: center
}

@media (max-width: 960px) {
	#ftop>div>div {
		flex-direction: column
	}
}

.pnewscontainer .btext.datetext {
	font-size: 14px
}

.blog .homenewsboxborder.pborder.post-item {
	border: 0 solid transparent
}

@media (max-width: 960px) {
	.footer-container-wrapper .socialpad {
		padding-left: 0 !important
	}

	.footer-container-wrapper .widget-span,
	.footer-container-wrapper .widget-span>div,
	.footer-container-wrapper .widget-type-rich_text {
		margin: 0 auto !important
	}
}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/5555996/hub_generated/template_assets/9082286879/1656021017909/JMMB_April2019_Theme/Coded_Files/JMMB_April2019-style.css */


@media (max-width: 768px) {
	.home-form-group form {
		flex-direction: column;
		text-align: left;
	}

	.home-form-group form .hs-form-field {
		width: 100%;
		margin-bottom: 15px;
	}

	.home-form-group form .hs-form-field input {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}