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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/





/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
	overflow: inherit;
}

.card_gallery .icon_box span.icon_img.icon_sp {
	height: auto;
}

.card_gallery .icon_box.bgAdded img, .card_gallery .icon_box.medium_sz.bgAdded img {
	width: auto;
	height: auto;
}

.child-theme body input[type="text"],
.child-theme body input[type="password"],
.child-theme body input[type="datetime"],
.child-theme body input[type="datetime-local"], 
.child-theme body input[type="date"],
.child-theme body input[type="month"],
.child-theme body input[type="time"],
.child-theme body input[type="week"],
.child-theme body input[type="number"],
.child-theme body input[type="email"],
.child-theme body input[type="url"], 
.child-theme body input[type="search"],
.child-theme body input[type="tel"],
.child-theme body input[type="color"],
.child-theme body input[type="file"],
.child-theme body textarea,
.child-theme body select{
	width: 100% !important;
	font-family: 'Rubik', Sans-Serif !important;
	font-size: 16px !important;
	padding: 10px 15px !important;
	display: block;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	height: 45px;
	font-weight: 400;
}

.child-theme body input[type="text"]:focus,
.child-theme body input[type="password"]:focus,
.child-theme body input[type="datetime"]:focus,
.child-theme body input[type="datetime-local"]:focus,
.child-theme body input[type="date"]:focus,
.child-theme body input[type="month"]:focus, 
.child-theme body input[type="time"]:focus,
.child-theme body input[type="week"]:focus, 
.child-theme body input[type="number"]:focus,
.child-theme body input[type="email"]:focus,
.child-theme body input[type="url"]:focus, 
.child-theme body input[type="search"]:focus,
.child-theme body input[type="tel"]:focus,
.child-theme body input[type="color"]:focus,
.child-theme body input[type="file"]:focus,
.child-theme body textarea:focus,
.child-theme body select:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

.child-theme form label {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}



.child-theme body textarea {
	min-height: 200px;
}

.body-container-wrapper ul, .body-container-wrapper ol{
	padding-left:40px;
	margin-top:16px;
	margin-bottom:16px;
	padding-top: 0;
}
.body-container-wrapper li{
	margin-bottom:0;

}

.hs-form {
    margin-bottom: 40px;
}

.cm-footer.footer .hs-form {
    margin-bottom: 0;
}


.child-theme .hs-button.primary:hover {
	transform: scale(1.05);
}

.header.cm-header .page-center {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.systems-page form {
    max-width: 767px;
    width: 100%;
}


.header.cm-header .container-wrapper {
	column-gap: 0;
}

.header.cm-header .btn-section a {
	margin-left: 20px;
	position: relative;
	top: -3px;
}

.header.cm-header .btn-section a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	-moz-box-sizing: content-box ;
	-webkit-box-sizing: content-box ;
	box-sizing: content-box ;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased ;
	cursor: pointer ;
	-moz-user-select: none ;
	-webkit-user-select: none ;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 1px rgb(237,37,55);
	-moz-box-shadow: inset 0px 1px rgb(237,37,55);
	border-radius: 6px;
	background-color: rgb(190,30,44);
	background-image: -webkit-linear-gradient(top, rgb(190,30,44), rgb(142,22,33));
	background-image: -moz-linear-gradient(top, rgb(190,30,44), rgb(142,22,33));
	border: 2px solid #5f0f16;
	box-shadow: inset 0px 1px rgb(237,37,55);
	color: #fff;
	font-family: sans-serif;
	height: auto;
	padding: 3px 6px;
	text-shadow: 0px -1px rgb(57,9,13);
	width: auto;
	line-height: 1.5em;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.header.cm-header .btn-section a:hover{
	background-color: rgb(209,33,48);
	background-image: -webkit-linear-gradient(top, rgb(209,33,48), rgb(142,22,33));
	background-image: -moz-linear-gradient(top, rgb(209,33,48), rgb(142,22,33));
	box-shadow: inset 0px 1px rgb(255,40,59), 0px 1px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px rgb(255,40,59), 0px 1px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px rgb(255,40,59), 0px 1px 8px rgba(0, 0, 0, 0.3);
	color: rgb(255,255,255);
	border: 2px solid rgb(114,18,26);
}

.header.cm-header.sticky_header_active_wrap .primary-section {
	padding: 5px 0;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
}


.cm-header .sticky_header_active > .primary-section {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
}

.header.cm-header .primary-section {
	padding-top: 9px;
	padding-bottom: 10px;
}

.lp.cm-footer.footer.footer_section__2 .footer-section-2 .al_.al_tab_.al_mob_.row1.type_richtext {
	padding-top: 21px;
}

.hs-landing-page .back_to_top svg {
	left: 11px;
	top:0;
	fill: #fff !important;
	color: #fff !important;
}

.hs-landing-page .back_to_top:hover {
	background-color: #444 !important;
}


@media(min-width:992px){
	.header.cm-header .header__menu--desktop > .header__menu-wrapper {
		column-gap: 0;
	}

	.header.cm-header .header__menu--desktop>ul>li {
		align-items: center;
		display: inline-flex;
		margin-left: 10px;
	}

	.header.cm-header .header__menu--desktop>ul>li>a{
		display: block;
		font-family: 'Rubik', Sans-Serif !important;
		font-size: 12px;
		font-weight: 700;
		padding: 10px 5px 10px 5px;
		position: relative;
		text-overflow: ellipsis;
		text-transform: uppercase;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.header.cm-header .nav > nav > ul .header__menu-item--depth-1 > a .child-trigger {
		display: inline-block;
		vertical-align: text-top;
		margin-left: 0;
	}

	.header.cm-header .header__menu--desktop>ul>li:last-of-type>a {
		padding-left: 5px;
	}


	.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu{
		background: #fff;
		border: 0;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
		left: 10px;
		padding: 10px 0;
		top: 100%;
		-webkit-transition: opacity .4s;
		width: max-content;
	}

	header.cm-header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
		text-transform: uppercase;
		font-weight: bold;
		padding: 6px 30px 6px 10px;
		color: #444444;
		font-size: 12px;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
		max-width: none;
		width: auto;
		text-decoration: none;
		padding-right: 30px;
		font-family: 'Rubik', Sans-Serif !important;
		text-indent: 0;
	}

	header.cm-header .nav > nav > ul .header__menu-item--depth-1 ul > li {
		line-height: 1.614em;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #444444;
		letter-spacing: 0px;
		text-rendering: optimizelegibility;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	header.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
		transform: none;
		transition: none;
	}

	.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu:before {
		content: "\f0d8";
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-style: normal;
		font-weight: bold;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		padding-left: 10px;
		color: #fff;
	}

	.header.cm-header .nav>nav>ul .header__menu-item--has-submenu >a:after
	{
		content: "\f0d7";
		display: inline-block;
		font-family: FontAwesome !important;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 5px;
		font-size: 11px;
	}

	.header.cm-header .nav>nav>ul .header__menu-item--depth-1>a .child-trigger {
		display: none !important;
	}

	.nav > nav > ul .header__menu-item--depth-1.header__menu-item--has-submenu:hover>a:after{
		position: unset;
		height: unset;
		width: unset;
		top: 100%;
		MIN-WIDTH: unset;
	}
	header.header.cm-header {
		z-index: 101;
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
	}

	.header.cm-header .logo-section{
		vertical-align: bottom;
		margin-top:7px;
	}

	.header.cm-header.sticky_header_active_wrap .header__menu--desktop>ul>li:nth-child(2){
		margin-left: 5px;
	}

	.header.cm-header .nav>nav>ul .header__menu-item--depth-1>ul li.active-branch>a:hover,
	.header.cm-header .nav>nav>ul .header__menu-item--depth-1>ul li.active>a:hover{
		color:#444444;
	}

}


@media(max-width:991px){
	.header.cm-header .nav>nav>ul .header__menu-item--depth-1>a .child-trigger{
		display:none;
	}

	.header.cm-header	.mobile-child-trigger {
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px;
		min-width: 55px;
		height: 45px;
		padding: 0;
		border-left: 1px solid rgba(255, 255, 255, .10);
	}

	header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger{
		font-size: 18px;
	}

	header.header.cm-header .nav {
		top: 95px;
		background: transparent;
		-webkit-box-shadow: 0 20px 40px 1px rgba(0,0,0,0.45);
		box-shadow: 0 20px 40px 1px rgba(0,0,0,0.45);
		height: auto;
		max-height: calc(100vh - 95px);
		overflow-y: auto;
	}



	header.header.cm-header.sticky_header_active_wrap .nav{
		top: 85px;
	}


	header.header.cm-header .nav .header__menu.header__menu--desktop ul >li {
		border-top: 1px solid rgba(0, 0, 0, .1) !important;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		float: left;
		position: relative;
		display:block;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop> ul {
		background-color: #FFFFFF !important;
		display: inline-block;
		float: right;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		background: #fff;
		margin-bottom: 0;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop ul >li>a {
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		overflow: visible;
		max-width: none;
		width: auto;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		height: auto;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		position: static;
		line-height: 45px;
		font-size: 12px;
		font-weight: bold;
		color: #33475b;
		padding: 0px 0px 0px 10px;
		width: 100%;
		text-transform: uppercase;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop{
		position: relative;
		max-width: none;
		width: 100%;
		overflow-y: auto;
		min-height: auto;
		height: auto;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a{
		padding-right: 0;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before {
		content: "+";

	}

	header.header.cm-header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger{
		color: #00a4bd;
	}

	header.header.cm-header .mobile-close-icon {
		display: none;
	}

	.header.cm-header .cst-humburger-icon .trigger {
		display: none;
	}
	.header.cm-header .cst-humburger-icon .cm-hmt {
		top: 2px;
		transition: background-color 0s .13s linear;
		width: 33px;
		height: 3px;
		border-radius: 4px;
		position: absolute;
		display: block;
		margin-top: -2px;
		text-rendering: optimizelegibility;
		background-color: #fff;
	}
	.header.cm-header  .cst-humburger-icon {
		width: 33px;
		height: 24px;
		display: inline-block;
		position: relative;
		right: -1px;
	}
	.header.cm-header .cst-humburger-icon .cm-hmt:before,
	.header.cm-header .cst-humburger-icon .cm-hmt:after {
		width: 33px;
		height: 3px;
		border-radius: 4px;
		position: absolute;
		content: "";
		display: block;
		background-color: #fff;
	}
	.header.cm-header.sticky_header_active_wrap .cst-humburger-icon .cm-hmt:before,
	.header.cm-header.sticky_header_active_wrap .cst-humburger-icon .cm-hmt:after,
	.header.cm-header.sticky_header_active_wrap .cst-humburger-icon .cm-hmt:before,
	.header.cm-header.sticky_header_active_wrap .cst-humburger-icon .cm-hmt{
		background-color: #0d0d0d;
	}
	.header.cm-header .cst-humburger-icon .cm-hmt:before {
		top: 9px;
		transition: top .1s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19);
		background-color: #fff;
		bottom: -9px;
	}
	.header.cm-header .cst-humburger-icon .cm-hmt:after {
		top: 18px;
		transition: top .2s .2s cubic-bezier(0.33333,0.66667,0.66667,1),transform .13s cubic-bezier(0.55,0.055,0.675,0.19);
	}
	.header.cm-header .mobile-open .cst-humburger-icon .cm-hmt {
		transition-delay: .22s;
		background-color: transparent;
	}
	.header.cm-header .mobile-open .cst-humburger-icon .cm-hmt:before {
		top: 0;
		transition: top .1s .15s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .22s cubic-bezier(0.215,0.61,0.355,1);
		transform: translate3d(0,10px,0) rotate(45deg);
	}
	.header.cm-header .mobile-open .cst-humburger-icon .cm-hmt:after {
		top: 0;
		transition: top .2s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s .22s cubic-bezier(0.215,0.61,0.355,1);
		transform: translate3d(0,10px,0) rotate(-45deg);
	}

	.header.cm-header  .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before{
		font-size: 26px;
		content: '-';
	}

	.cm-header .nav .header__menu.header__menu--desktop> ul >li> ul {
		-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
		box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop ul>li>ul li {
		border-top: 1px solid rgba(0, 0, 0, .1);
		line-height: 1;
		background-color: rgba(0, 0, 0, .05);
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop ul>li>ul li a:hover{
		color: #fff;
		background-color: #00123C;
	}

	header.header .button-section-container .btn-section {
		display: block;
		margin-right: 19px;
	}

	.header.cm-header .btn-section a{
		font-size: 14px;
	}

	.header.cm-header .button-section-container .btn-section{
		display: block;
		margin-right: 16px;
		position: relative;
		top: 10px;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop ul>li>ul>li>a {
		padding-left: 20px;
	}

	.header.cm-header .right-section{
		bottom: 13px;
		position: relative;
	}

	.header.cm-header .nav .header__menu.header__menu--desktop ul >li.active {
		background-color: rgba(0,0,0,0.3);
	}

	.header.cm-header .nav .header__menu.header__menu--desktop ul >li.active a:hover{
		color: #33475b;
	}

	header.header.cm-header .nav .header__menu.header__menu--desktop ul>li>ul li.active a {
		background-color: #EEEEEE;
		color: #444444;
	}

	.header.cm-header .nav .header__menu.header__menu--desktop ul >li.active>ul li a:hover{
		background-color: rgba(0,0,0,0.3) ;
		color: #ffffff;
	}


}


@media (max-width: 480px) {
	.header.cm-header .button-section-container {
		display: block;
	}
}

/* Footer */

.footer.cm-footer .col-section {
	padding: 0 15px;
}


.cm-footer.footer.footer_section__2 .footer-section-2 {
	font-size: 13px;
}

.cm-footer.footer.footer_section__2 .footer-section-2 .col-section.num1 .footer-row.row1 {
	padding-bottom: 10px;
}

.cm-footer .footer-form form .hs-button {
	font-family: 'Rubik', sans-serif;
	border-radius: 2px;
	display: inline-block;
	padding: 14px 28px 13px 28px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	line-height: 1;
	width: auto;
}

.cm-footer.footer .footer-form form .hs-form-field {
	margin-bottom: 15px;
}

.cm-footer.footer .footer-form form label {
	margin-bottom: 0;
	font-weight: 700;
	color: rgba(255,255,255,0.7);
	font-size: 13px;
}

.cm-footer form .hs-richtext h6 {
	margin-bottom: 30px;
	color: rgba(255, 255, 255,100);
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-size: 12px;
	font-weight: 600;
	text-rendering: optimizelegibility;
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	position: relative;
	top: -5px;
}

ul.no-list.hs-error-msgs.inputs-list {
	background-color: #f8cccc;
	border: 1px solid #da0101;
	margin-top: 15px;
}


ul.no-list.hs-error-msgs.inputs-list li {
	color: #da0101;
	margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
	color: #da0101 !important;
	display: block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
}

.footer.cm-footer .col-section.num3 p {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	margin-bottom: 10px;
}

.footer.cm-footer .col-section.num3 p i {
	margin-right: 10px;
	color: #F16636;
}

.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num2 ul {
	margin-bottom: 20px;
	margin-top: -0;
}

.footer.cm-footer .hs-menu-wrapper>ul >li {
	margin: 0;
}

.footer.cm-footer .hs-menu-wrapper>ul >li>a {
	padding: 0px 10px 2px;
	font-size: 13px;
	overflow: visible;
	font-weight: 500;
	color: rgba(255, 255, 255,100);
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	max-width: 140px;
	display: inline-block;
	line-height: 1.614em;
}

footer form input[type=email],
footer form input[type=file],
footer form input[type=number],
footer form input[type=password],
footer form input[type=search],
footer form input[type=tel],
footer form input[type=text],
footer form select,
{

	height: 45px;
}

.cm-footer input[type="email"] {
	font-weight: 400;
}

.footer.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num3 .footer-content {
	margin-top: 32px;
}

.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num1 img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	margin-bottom: 25px;
	margin-top:5px;
}

.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num1 .footer-row.row2 {
	padding-top: 6px;
}

.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num1 .footer-row.row2 a i {
	color: #F16636;
	text-align: center;
	font-size: 30px;
	padding: 10px;
}

.backtotop_show .back_to_top {
	bottom: 1rem;
}
.back_to_top{
	left: 1rem;
}

.back_to_top svg {
	width: 20px;
}

.back_to_top.colr_hvr_theme:hover svg{
	color:#fff;
	fill:#fff;
}


@media(max-width:1080px){
	.cm-footer.footer_section__2 .footer-section-1{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 70px !important;
	}

	.cm-footer.footer_section__2 .footer-section-2 {
		padding-top: 0px;
		padding-bottom: 70px;
		padding-left: 20px;
		padding-right: 20px;
	}

	header.header.cm-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

}

@media(max-width:979px){
	.cm-footer.footer_section__2 .footer-section-1 .flex_row{
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num1,
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num2,
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num3,
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num4{
		width: 100% !important;
	}


	.cm-footer.footer.footer_section__2 .footer-section-2{
		padding-bottom: 104px;
	}

	.cm-footer.footer.footer_section__2 .footer-section-2 .flex_row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num1 .footer-row.row2 {
		padding-bottom: 10px;
	}
	.footer.cm-footer .footer-form.form_add {
		max-width: 500px;
	}
}

@media(max-width:920px){
	.footer.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num3 .footer-content{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
}



@media(max-width:480px){
	.footer .page-center{
		width:100%;
	}
	.cm-footer.footer_section__2 .footer-section-1 .flex_row{
		padding-left: 0px;
		padding-right: 0;
	}

	.cm-footer.footer.footer_section__2 .footer-section-2 .flex_row {
		padding-left: 0;
		padding-right: 0;
	}

	.cm-footer.footer.footer_section__2 .footer-section-2 {
		padding-bottom: 85px;
	}

	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num1,
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num2,
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num3, 
	.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num4{
		text-align: center;
	}

	.footer.cm-footer.footer.footer_section__2 .footer-section-1 .col-section.num3 .footer-content{
		align-items: center;
	}

	.footer .page-center {
		padding-left: 0;
		padding-right: 0;
	}

	.footer.cm-footer .al_mob_left{
		text-align: center;
	}

	.footer.cm-footer.footer_section__2 .footer-section-1 .col-section.num2 ul {
		margin-top: 5px;
	}
}




/* pages */

.cm-meet.event-schedule-wrp .main-events .cm-events-item:last-child {
	border-bottom: 1px solid #ddd;
}



.back_to_top{
	border: 0;
	fill: none !important;
	color: transparent !important;
}


.cm-center-content.cnt-wit-tp-img-wrp .cnt-col {
	padding: 0;
}

.cm-center-content.cnt-wit-tp-img-wrp .col-btn-grp {
	display: none;
}

.cnt-wit-tp-img-wrp.cm-team-abt .inner_spacing {
	padding: 0;
}


.cnt-wit-tp-img-wrp.cm-team-abt .tp-img-cnt {
	padding: 20px;
}

.cnt-wit-tp-img-wrp.cm-team-abt  .tp-img img {
	height: auto;
	width: 100%;
}

.cnt-wit-tp-img-wrp.cm-team-abt .tp-img {
	margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.cm-team-abt  .col-btn-grp{
	margin: 0;
	display: block;
}

.cnt-wit-tp-img-wrp.cm-team-abt .btn_row{
	margin: 0;
}

.cnt-wit-tp-img-wrp.cm-team-abt  .col-title {
	margin-bottom: 10px;
	margin-top: 0;
	color: #333333;
}

.cnt-wit-tp-img-wrp.cm-team-abt .tp-img-cnt-inner h6 {
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	color: #333333;
	margin: 10px 0;
	font-style: italic;
}

.cnt-wit-tp-img-wrp.cm-team-abt .tp-img-cnt-inner p:last-child {
	margin-bottom: 10px;
}

.cnt-wit-tp-img-wrp.cm-team-abt .cnt-col{
	padding: 0;
	padding-left: 0;
	margin-left: 2.564102564%;
	width: 31.623931624%;
}




.child-theme .cnt-wit-tp-img-wrp.cm-team-abt hr {
	margin: 0 auto 50px;
}

.cnt-wit-tp-img-wrp.cm-abtv2 .cnt-col {
	padding-left: 15px;
	padding-right: 15px;
}


.cm-web-btn.cm_nv_wrp .btn_item a,
.cm-web-btnv2.cm_nv_wrp .btn_item a{
	margin: 20px auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none 
		-o-user-select: none;
	user-select: none;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	background: rgb(243,110,33);
	border-radius: 6px;
	border-width: 0px;
	color: rgb(255,255,255);
	font-family: sans-serif;
	height: auto;
	transition: all .4s ease;
	padding: 6px 18px !important;
	text-shadow: none;
	width: auto;
	font-size: 24px !important;
	line-height: 1.5em;
}

.cm-web-btn.cm_nv_wrp .btn_item a:hover{
	background: rgb(255,121,36);
	color: rgb(255,255,255);
}


.cm-web-btnv2.cm_nv_wrp .btn_item a{
	background: rgb(1,49,87);
}
.cm-web-btnv2.cm_nv_wrp .btn_item a:hover{
	background: rgb(1,53,95);
	color: rgb(255,255,255);
}



.cm-web-btn.cm_nv_wrp  .cm_nv_inner,
.cm-web-btnv2.cm_nv_wrp .cm_nv_inner,
.cm-web-btn.cm_nv_wrp  .page-center,
.cm-web-btnv2.cm_nv_wrp .page-center{
	padding-left: 0;
	padding-right: 0;
}

.simple-banner.cm-ban-grow{
	min-height: 500px;
	padding: 0;
	height: 40vw;
	padding-left:15px;
	padding-right:15px;
}

.simple-banner.cm-ban-grow .bg_el{
	background-position: center 0px !important; 
}

.simple-banner.cm-ban-grow h1 {
	margin-bottom: 10px;
	margin-top: 0;
}

.simple-banner.cm-ban-grow .top_sec h4 {
	margin-bottom: 10px;
}

.simple-banner.cm-ban-grow .banner-content-inner{
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 60%;
}

.cm_nv_wrp.cm-team-btn .btn_item a {
	line-height: 1.5em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-size: 24px !important;
	width: auto;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 1px rgb(255,138,41);
	-moz-box-shadow: inset 0px 1px rgb(255,138,41);
	border-radius: 6px;
	background-color: rgb(243,111,33);
	background-image: -webkit-linear-gradient(top, rgb(243,111,33), rgb(182,83,24));
	background-image: -moz-linear-gradient(top, rgb(243,111,33), rgb(182,83,24));
	border: 2px solid rgb(121,55,16);
	box-shadow: inset 0px 1px rgb(255,138,41);
	color: rgb(255,255,255);
	font-family: sans-serif;
	height: auto;
	padding: 6px 18px !important;;
	text-shadow: 0px -1px rgb(72,33,9);
	margin: 20px auto;
}

.cm_nv_wrp.cm-team-btn .btn_item a:hover{
	background-color: rgb(255,122,36);
	background-image: -webkit-linear-gradient(top, rgb(255,122,36), rgb(182,83,24));
	background-image: -moz-linear-gradient(top, rgb(255,122,36), rgb(182,83,24));
	box-shadow: inset 0px 1px rgb(255,149,44), 0px 1px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px rgb(255,149,44), 0px 1px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px rgb(255,149,44), 0px 1px 8px rgba(0, 0, 0, 0.3);
	color: rgb(255,255,255);
	border: 2px solid rgb(145,66,19);
}


.cnt-wit-tp-img-wrp.cm-team-abt .cnt-col:nth-child(3n + 1) {
	margin-left: 0;
}

.cnt-wit-tp-img-wrp.cm-team-abt .top_sec {
	margin-bottom: 63px;
}

.cnt-wit-tp-img-wrp.cm-team-abt .top_content h6 {
	text-transform: uppercase;
}

.cnt-wit-tp-img-wrp.cm-team-abt .tp-img-cnt-inner h4 {
	margin-top: 0;
}

.cm_nv_wrp.hrz.cm-team-btn .page-center {
	padding-left: 0;
	padding-right: 0;
}

.cnt-wit-tp-img-wrp.cm-abtv2 .col-btn-grp {
	margin-top: 0;
	display: block;
}

.cnt-wit-tp-img-wrp.cm-abtv2 .btn_row{
	margin-top: 0px;
}

.cnt-wit-tp-img-wrp.cm-abtv2  .flex-row {
	row-gap: 50px;
}

.card_gallery.cm-icon-cont .page-center.custom {
	padding: 0 15px;
}

.card_gallery.cm-icon-cont .card_item{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.card_gallery.cm-icon-cont .card_content svg {
	width: 38px;
	height: 38px;
	fill: #F36E21;
	margin-bottom: 13px;
	vertical-align: bottom;
}


.card_gallery.cm-icon-cont .card_content h4 {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin: 5px 0;
}

.card_gallery.cm-icon-cont .card_content p {
	font-size: 18px;
	font-weight: 300;
	color: #444444;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
}

.card_gallery.cm-icon-cont .card_inner{
	padding:0;
}

.card_gallery.cm-icon-cont .card_content+.btn_row {
	margin-top: 0;
}
.cm-benefits.cm-membership-pricing.pricing-table-gp .page-center.custom {
	padding: 0 15px;
}


.cm-benefits.cm-membership-pricing.pricing-table-gp .pricing-area {
	padding: 22px 25px 25px;
	padding-bottom: 50px;
	min-height: 345px;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .popular-ribon  {
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	font-size: 21px;
	font-weight: 400;
	padding: 15px 0;
	margin-bottom: 25px;
	top: -55px;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .popular-item  h4.plan-title {
	padding-top: 24px;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .plan-title {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .plan-subtitle{
	font-size: 18px;
	font-weight: 300;
	color: #444444 !important;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp  .pricing-area .plan-price  {
	font-size: 50px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin: 20px 0 2px;
}
.cm-benefits.cm-membership-pricing.pricing-table-gp .pricing-area.popular-item{
	-webkit-box-shadow: 0 0 30px 1px rgba(, 0.20);
	box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.20);
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .popular-ribon{
	box-shadow:none;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .content_box {
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.cm-benefits.cm-membership-pricing.pricing-table-gp .content_box p{
	color: #444444 !important;
}

iframe {
	max-width: 100%;
}

.two-col-content.cm-two-col .content-col .description hr {
	background-color: #00a4bd;
	margin: 0 0 50px 0;
	width: 50px;
	margin-left: auto;
	height: 2px;
}

.two-col-content.cm-two-col .content-col .description h3{
	font-size: 37px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em; 
	font-family: Abel,sans-serif;
	margin-top: 0px;
	text-align: right;
}

.two-col-content.cm-two-col .content-col .description p{
	font-size: 18px;
	font-weight: 300;
	color: #444444; 
	letter-spacing: 0px;
	margin-bottom: 10px; 
	line-height: 1.444em; 
	font-family: Roboto, sans-serif; 
	text-align: right;
}

.two-col-content.cm-two-col .content-col .description{
	margin-bottom:0;
}

.two-col-content.cm-two-col .content-col{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 100px;
	padding-left: 100px;
}

.cm-two-col.two-col-content.v2 .content-col {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.two-col-content.cm-two-col .content-col .description a {
	color: #00a4bd;
}

.cm-two-col.two-col-content.v2 .media_column {
	padding-right: 2px;
}

.cm_nv_wrp.cm-benefits-btn .cta_button {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	color: #ffffff !important;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 25px !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	background-color: #ff7a59;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0,0.10);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0,0.10);
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.cm_nv_wrp.cm-benefits-btn .cta_button:hover,
.cm_nv_wrp.hrz.cm-pop-ben-btn .btn_item a:hover{
	color: #ffffff;
	background-color: #f86a46;
	transform: scale(1.05);
}

.cm_nv_wrp.hrz.cm-pop-ben-btn .btn_item a {
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 25px !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	background-color: #00a4bd;
	background: -moz-linear-gradient(45deg, rgba(0, 164, 189,1) 0%, rgba(0, 189, 165,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 164, 189,1) 0%, rgba(0, 189, 165,1) 100%);
}

.cm-pop-ben-btn+.popup_modal {
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100000;
}

.cm-pop-ben-btn+.popup_modal .popup_modal_box {
	max-width: 800px;
	padding: 60px 0px 60px;
}

.cm-pop-ben-btn+.popup_modal .content_box {
	padding: 0;
	padding-left:15px;
	padding-right:15px;
}

.cm-pop-ben-btn+.popup_modal .popup_modal_inner {
	padding: 0;
}

.cm-pop-ben-btn+.popup_modal .content_box h3 {
	font-size: 37px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin: 10px 0;
}

.cm-pop-ben-btn+.popup_modal .content_box p {
	font-size: 18px;
	font-weight: 300;
	color: #444444;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
}

.cm-pop-ben-btn+.popup_modal .content_box a{
	color: #00a4bd;
}

.cm-pop-ben-btn+.popup_modal .closeIcon {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	font-size: 30px;
	background: #000;
}

.cm-pop-ben-btn+.popup_modal .closeIcon svg path {
	fill: #fff;
}

.back_to_top.colr_theme svg {
	color: #fff;
	fill: #fff;
}

.backtotop_show .back_to_top {
	border: 0;
}



.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
	color: #444444;
}
.cnt-wit-tp-img-wrp .tp-img-cnt-inner h4 {
	color: #333;
}

.cnt-wit-tp-img-wrp.cm-team-abt .tp-img-cnt-inner h4 {
	letter-spacing: -0.2px;
}

.two-col-content.cm-two-col.v5 .media_column{
	margin: 20px 0;
}

.cm-banner-all-st.simple-banner .banner-content-inner.col12{
	padding-top: 62px;
}

.backtotop_show .back_to_top {
	display: block;
}
.back_to_top {
	display: none;
}

.back_to_top svg {
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	left: 14px;
	position: relative;
	top: 4px;
}

/* Responsive */




@media(min-width:768px){
	.cm-center-content.cnt-wit-tp-img-wrp .cnt-col {
		width: 70%;
		margin: 0 auto;
	}
	.card_gallery.cm-icon-cont .card_item{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media(max-width:1080px){
	.page-center {
		padding-left: 20px;
		padding-right: 20px;
	}

	.two-col-content.cm-two-col .content-col {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 0;
		padding-left: 0;
	}

	.child-theme tbody tr td:first-child {
		padding-right: 5px !important;
	}
	.child-theme tbody tr td:last-child {
		padding-left: 5px !important;
	}

}

@media(max-width:767px){
	.cnt-wit-tp-img-wrp.cm-team-abt .cnt-col {
		width: 100%;
		margin: 0;
	}

	.simple-banner.cm-ban-grow .banner-content-inner {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	.body-container-wrapper ul, .body-container-wrapper ol{
		padding-left: 20px;
	}

	.card_gallery.cm-icon-cont .card_content h4{
		font-size: 24px;
	}
	.card_gallery.cm-icon-cont .card_content p{
		font-size: 16px;
	}
	.cm-benefits.cm-membership-pricing.pricing-table-gp .pricing-table-items:first-child{
		margin-bottom: 85px;
	}


	.two-col-content.cm-two-col .media_column{
		padding-right: 0;
		padding-left: 0;
	}

	.cm_nv_wrp.cm-benefits-btn .cta_button
	.cm_nv_wrp.hrz.cm-pop-ben-btn .btn_item{
		padding-right: 0;
		padding-left: 0;
	}

	.cm-two-col.two-col-content.v2 .content-col{
		padding-right: 0;
		padding-left: 0;
	}

	.cm-banner-all-st.simple-banner {
		min-height: 310px;
	}

	.cnt-wit-tp-img-wrp.cm-abtv2 .cnt-col {
		width: 50%;
	}

	.event-schedule-wrp.cm-meet .page-center {
		padding: 0;
	}

	.event-schedule-wrp.cm-meet h3 {
		font-size: 24px;
	}

}

@media(max-width:600px){
	.website_page .widget-type-rich_text p img {
		display: block;
		float: none !important;
		margin: 0 0 15px !important;
	}
}

@media(max-width:500px){
	.cnt-wit-tp-img-wrp.cm-abtv2 .cnt-col {
		width: 100%;
	}
	.footer.cm-footer .col-section {
		padding: 0;
	}
}

@media(max-width:480px){
	.cnt-wit-tp-img-wrp.cm-abtv2 .cnt-col {
		padding-left: 0;
		padding-right: 0;
	}
}


/* ////////////////////////////////////////////////// */




.child-theme h1,.child-theme .h1,
.child-theme h2,.child-theme .h2,
.child-theme h3,.child-theme .h3,
.child-theme h4,.child-theme .h4,
.child-theme h5,.child-theme .h5,
.child-theme h6,.child-theme .h6 {
	margin: 10px 0;
}

.child-theme p{
	margin: 0 0 10px 0;
}


.cm-banner-all-st .top_sec h1 {
	font-family: impact, chicago;
	font-size: 63.968px;
	font-weight: 700;
	line-height: 76.7616px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.cm-banner-all-st.simple-banner {
	min-height: 20vw;
}

.child-theme hr {
	background-color: #FF9902;
	height: 2.5px;
	margin: 20px 0 50px;
	max-width: 100px;
	padding: 0;
	position: relative;
	z-index: 10;
}

.cm-banner-all-st .bg_el.bg_img {
	background-position: center 0px !important;
}

.cm-banner-small.simple-banner {
	min-height: auto;
	padding: 25px 0;
}

.cm-icon-cont.cm-icon-clr .icon_box svg {
	height: 50px;
	fill: #F16636;
	width: 56.25px;
}

span.hs-horizontal-spacer {
	border-bottom: 1px solid #dddddd;
	display: block;
}

.cm-banner-small .flex_row {
	margin-top: 80px;
}

.cm-banner-small.simple-banner:after {
	width: 100%;
	position: absolute;
	content: "";
	height: 100%;
	background: -webkit-linear-gradient(45deg, #33475b66 0%, rgba(0, 0, 0, 0.60) 100%);
	z-index: 9;
}

.cm-banner-all-st .top_sec h3 {
	font-family: impact, chicago;
	font-size: 31.984px;
	line-height: 38.3808px;
}

.cnt-wit-tp-img-wrp.cm-membership .col-title {
	margin-bottom: 10px;
	margin-top: 0;
}

.card_gallery.cm-icon-cont.cm-icon-clr-v2 .card_content p {
	font-size: 16px;
	font-weight: 300;
	color: #444444;
	letter-spacing: normal;
	margin-bottom: 10px;
	line-height: 25.824px;
	font-family: 'Rubik', Sans-Serif;
}



/* /////////////////////////////////////////////////// */


div#df-card-container {
	width: 100%;
	max-width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
div#df-card-container .hs-main-font-element h3 {
	font-size: 37px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}
div#df-card-container .hs-main-font-element div {
	font-size: 18px;
	font-weight: 300;
}
div#df-card-container label {
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
}
div#df-card-container .hs-input {
	padding: 10px 15px !important;
	min-height: 27px;
	background-color: #fff;
	box-shadow: none;
	font-size: 18px !important;
	font-weight: 400;
	border: 2px solid #DBDEE8;
}

div#df-card-container {
	padding-left: 7%;
	padding-right: 7%;
}

div#df-card-container select.hs-input {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
div#df-card-container ul.hs-error-msgs label.hs-error-msg,
div#df-card-container ul.hs-error-msgs label.hs-main-font-element {
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: normal;
}

.cm-blog-post-n .blog-post__body p {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 300;
	color: #444444;
	letter-spacing: 0px;
	line-height: 1.6em;
	font-family: 'Roboto', sans-serif;
}


.cm-blog-post-n .blog-post__body h1 {
	font-weight: 300;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	text-rendering: optimizelegibility;
	font-size: 50px;
}


.cm-blog-post-n .blog-post__body ul li {
	padding: 0;
	display: list-item;
}

.cm-blog-post-n .blog-post__body ul {
	list-style: disc;
}

.cm-blog-post-n .blog-post__body ul li:before{
	display: none;
}

.cm-footer.footer .back_to_top:hover svg {
	top: 0;
}

.cm-footer.footer .back_to_top {
	left: 20px;
	bottom: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.has-no-banner header.header.cm-header {
	position: relative;
	background-color: #33475b;
}

.cm-blog-post-n .cm-blog-section {
	padding-top: 49px;
}

div#df-card-container .hs-richtext h1 {
	margin: 10px 0;
	font-size: 90px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.cm-blog-post-n .blog-post__body h2 {
	font-size: 1.999em;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}





@media (max-width: 768px){
	.cm-banner-all-st .top_sec h1{
		font-size:50.512px;
		line-height:67.181px;
	}

	div#df-card-container .hs-richtext h1 {
		font-size: 40px;
	}

	.cm_pg_wrp.cm-social-share-n {
		margin: 0 !important;
	}

	.cm_pg_wrp.cm-social-share-n .page-center {
		padding: 0;
	}

	.cm_pg_wrp.cm-social-share-n .page-center ul {
		padding-left: 4px;
	}
	.cm-banner-all-st-v2.cm-banner-all-st.simple-banner .banner-content-inner.col12 {
		padding-left: 0;
		padding-right: 0;
	}

	div#df-card-container {
		padding-left: 0;
		padding-right: 0;
	}
	.cm-blog-listing.sidebar .blog-index .blog-index__post {
		padding: 0 !important;
	}

	.cm-blog-listing.blog-wit-sidbr {
		padding: 0;
	}

	.cm-footer.footer .back_to_top{
		height: 3.15rem;
		width: 3.15rem;
	}
}

@media (max-width: 479px){
	.cm-banner-all-st .top_sec h1{
		font-size:32.656px;
		line-height:40.82px;
	}

	.simple-banner.cm-ban-grow {
		height: 60vh;
	}
}

@media (max-width: 400px){
	.child-theme form .input {
		padding-right: 0 !important;
	}
}

/* //////////////////////////BLOG//////////////////////////////////////////// */
.cm-blog-banner-listing.simple-banner {
	padding-bottom: 25px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 165px;
	padding-top: 160px;
}

.blog-feed.cm-recent-post-n  .reading-minutes {
	text-transform: uppercase;
	margin: 10px 0;
	text-rendering: optimizelegibility;
	letter-spacing: 1.6px;
	font-size: 12px;
	color: #666666;
	font-weight: 500;
	margin-top: 0px;
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	display: block;
}

.body-container--blog-index .blog-header.blog_author_pg h2.blog-header__title {
	color: #444;
	font-family: Abel,sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 10px 0;
	text-transform: none;
}

.cm-blog-listing.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
	padding-bottom: initial;
	min-height: 150px;
}

.cm-blog-listing.sidebar .blog-index .blog-index__post {
	padding-left: 15px;
	padding-right: 15px;
}

.cm-blog-listing.blog-wit-sidbr .post-btm {
	padding: 25px;
}

.cm-blog-listing.blog-wit-sidbr .smallCard .icon_svg {
	display: none;
}

.cm-blog-listing.blog-wit-sidbr .smallCard .meta_wrap>span {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: #666;
	display: block;
}

.cm-blog-listing.blog-wit-sidbr .smallCard .meta_wrap>span span.meta_time {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.cm-blog-listing.blog-wit-sidbr .smallCard .meta_wrap>span span.value_m {
	font-size: 12px;
	font-weight: 900;
	color: #33475b;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}

.cm-blog-listing.blog-wit-sidbr .smallCard .meta_wrap>span.item-date {
	opacity: .7;
}

.cm-blog-listing.blog-wit-sidbr h4.list-post-title>a {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin: 10px 0;
}

.cm-blog-listing.blog-wit-sidbr .list-descrip {
	font-weight: 300;
	color: #444444;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizelegibility;
	margin-top: 0px;
	font-size: 16px;
}

.cm-blog-listing.blog-wit-sidbr .blog-index__post-inner-card:hover {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.cm-blog-listing.blog-wit-sidbr .blog-index__post-inner-card {
	padding: 0px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.cm-blog-listing.blog-wit-sidbr {
	margin-bottom: 0;
}

/* ///////////////////////////////////////////////////////////////////// */



.cnt-wit-tp-img-wrp.cm-coaching {
	padding: 0;
}

.cnt-wit-tp-img-wrp.cm-coaching .cnt-col {
	padding-left: 15px;
	padding-right: 15px;
}

.cnt-wit-tp-img-wrp.cm-coaching h4.col-title {
	margin: 10px 0;
	margin-top: 0px;
	font-weight: bold;
	font-size: 22.624px;
	line-height: 27.1488px;
}

.cnt-wit-tp-img-wrp.cm-coaching .flex-row {
	row-gap: 25px;
}

.blog-feed.cm-recent-post-n {
	padding: 0;
	max-width: 80%;
	text-align: left;
	margin: 0 auto;
	overflow: initial;
}

.blog-feed.cm-recent-post-n .top_sec.noButton {
	padding: 0;
	margin-bottom: 35px;
}

.blog-feed.cm-recent-post-n .top_content {
	text-align: start;
}

.blog-feed.cm-recent-post-n .feed-outer-wrp {
	max-width: 69%;
	margin: auto;
	padding-top: 10px;
}

.blog-feed.cm-recent-post-n .hs-featured-wrp .feature_img {
	background-size: cover;
	background-position: center;
}

.blog-feed.cm-recent-post-n .hs-featured-wrp {
	min-height: 200px;
	padding-bottom: initial;
}

.blog-feed.cm-recent-post-n .recent-post-item .item_inner {
	box-shadow: none;
}

.cm-blog-banner-listing.simple-banner .top_sec h2 {
	margin: 10px 0;
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.cm-blog-banner-listing.simple-banner .top_sec {
	margin-top: 60px;
}

.cm-blog-banner-listing.simple-banner .banner-content-inner {
	padding: 0;
}

.cm-home-resent.blog-feed.cm-recent-post-n .recent-post-title>a {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.cm-home-resent.blog-feed.cm-recent-post-n .meta_wrap span.value_m {
	font-size: 12px;
	font-weight: 900;
	color: #33475b;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}


/* ///////////////////////////////BLOG///////////////////////////////////////////// */


.cm-blog-post-n .cm-top-sec-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-blog-post-n .cm-top-sec-left {
	position: relative;
	width: 100%;
	padding-right: 15px;
}


.cm-blog-post-n .cm-top-sec-right {
	position: relative;
	width: 100%;
	padding-left: 12px;
}

.cm-blog-post-n .cm-top-sec-left h6.cm-reading-minutes {
	margin-top: 0px;
	color: #666;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}

.cm-blog-post-n .section.post-header h1 {
	margin-top: 0px;
	font-size: 50px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.cm-blog-post-n .section.post-header h1>a {
	color: #444444;
}

.cm-blog-post-n .section.post-header h1>a:hover {
	color: #00a4bd;
}

.cm-blog-post-n .section.post-header p {
	color: #666;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
}

.cm-blog-post-n .section.post-header p a {
	font-weight: 400;
	color: #000;
}


.cm-blog-post-n .section.post-header p a:hover {
	border-bottom: 1px dotted #ddd;
}


.cm-blog-post-n .topic-list {
	padding-top: 0px;
	margin-bottom: 40px;
	font-size: 12px;
	margin-top: 27px;
}

.cm-blog-post-n .topic-list h6 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: 900;
	color: #33475b;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}

.cm-blog-post-n .topic-list h6 span.label {
	float: left;
	padding-top: 4px;
	text-rendering: optimizelegibility;
	margin-top: 0px;
}

.cm-blog-post-n .topic-list h6 span.topics {
	float: left;
	margin-left: 5px;
}

.cm-blog-post-n .topic-list h6 span.topics a.cm-tag {
	padding: 4px 8px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	margin-right: 4px;
	vertical-align: text-bottom;
	white-space: nowrap;
	margin-bottom: 5px;
	display: inline-flex;
	background-color: #00a4bd;
	color: #FFFFFF;
	font-size: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cm-blog-post-n .topic-list h6 span.topics a.cm-tag:hover {
	background-color: #33475b;
	color: #FFFFFF;
}

.cm-blog-post-n .cm-content-slim {
	max-width: 880px ;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.cm-blog-post-n .cm-content-slim-inner {
	padding-right: 15px;
	padding-left: 15px;
}

.cm-blog-post-n .social-sharing-wrapper .hs-blog-social-share {
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: auto;
	width: 100%;
}

.cm-blog-post-n .social-sharing-wrapper ul {
	list-style: none;
	padding-left: 0;
	margin-top: 18px;
	margin-bottom: 18px;
}

.cm-blog-post-n .social-sharing-wrapper ul>li {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #444444;
	letter-spacing: 0px;
	margin-bottom: 5px;
	line-height: 1.444em;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizelegibility;
	margin-top: 0px;
	float: left;
}

.cm-blog-post-n .social-sharing-wrapper ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cm-blog-post-n .social-sharing-wrapper ul>li.hs-blog-social-share-item-linkedin {
	margin-right: 5px;
	margin-top: -3px;
}

.cm-blog-post-n .about-author-sec {
	padding-top: 50px;
	clear: both;
	align-items: flex-start;
}

.cm-blog-post-n .about-author-sec img {
	max-width: 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}


.cm-blog-post-n .about-author-sec .span10 h4>a {
	color: #00a4bd;
}

.cm-blog-post-n .about-author-sec .span10 h4 {
	margin-top: 0px;
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin-left: 4px;
}

.cm-blog-post-n .post-jump-con {
	padding-top: 30px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.cm-blog-post-n .prev-post.post-jump {
	float: left;
}

.cm-blog-post-n .post-jump {
	width: 48%;
}

.cm-blog-post-n .next-post.post-jump {
	float: right;
}

.cm-blog-post-n .post-jump .post-jump-label {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #33475b;
}

.cm-blog-post-n .post-jump a {
	color: #000;
	font-weight: 700;
}

.cm-blog-post-n .fa-arrow-left:before {
	content: "\f060";
}

.cm-blog-post-n .post-jump a i {
	color: #00a4bd;
}

.cm-blog-post-n .featured-img-con {
	height: 180px;
	overflow: hidden;
	position: relative;
}

.cm-blog-post-n .featured-img-con img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
}

.cm-blog-post-n .post-jump .cm-post-title {
	font-size: 12px;
	font-weight: 900;
	color: #33475b;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	margin: 10px 0;
}

.cm-blog-post-n .post-jump.next-post h6 {
	text-align: right;
}

@media (min-width: 768px){
	.cm-blog-post-n .cm-top-sec-left {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}


	.cm-blog-post-n .cm-top-sec-right {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}

@media (max-width: 767px){
	.cm-blog-section .cm-top-sec {
		padding: 0;
	}

	.cm-blog-post-n .cm-top-sec-right {
		padding: 0;
	}

	.cm-blog-post-n .cm-content-slim, .cm-blog-post-n .cm-content-slim-inner {
		padding: 0;
	}

	.cm-blog-post-n .social-sharing-wrapper ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
	}

	.cm-blog-post-n .about-author-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: space-between;
	}

	.cm-blog-post-n .about-author-sec img {
		margin: 0 auto;
	}

	.cm-blog-post-n .about-author-sec .span2 {
		text-align: center;
		margin-bottom: 25px;
	}

	.cm-blog-post-n .about-author-sec .span10 {
		text-align: center;
	}


	.cm-blog-post-n .featured-img-con {
		height: 100%;
	}

}


/* //////////////////////////////////////////////////////////////////// */

.blog-feed.cm-recent-post-n .recent-post-title>a {
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	color: #333333;
	text-rendering: optimizelegibility;
	font-weight: 300;
	font-size: 22.624px;
}

.blog-feed.cm-recent-post-n .recent-post-title {
	margin: 0;
}

.blog-feed.cm-recent-post-n .meta_wrap span.icon_img {
	display: none;
}

.blog-feed.cm-recent-post-n .meta_wrap span.value_m {
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-size: 12px;
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	color: #333333;
	margin: 10px 0;
	text-rendering: optimizelegibility;
	font-weight: 500;
	margin-top: 0;
}

.blog-feed.cm-recent-post-n .meta_wrap {
	opacity: .7;
	margin: 0;
}

.blog-feed.cm-recent-post-n .recent-post-item .post-btm {
	padding: 25px;
}

.blog-feed.cm-recent-post-n .recent-post-item .item_inner:hover {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.blog-feed.cm-recent-post-n .recent-post-item .item_inner {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.pricing-table-gp.cm-membership-pricing {
	padding: 0;
}

.cm-membership-pricing.pricing-table-gp .pricing-top {
	margin: 0;
}

.pricing-table-gp.cm-membership-pricing .pricing-table-items {
	padding-left: 15px;
	padding-right: 15px;
}

.pricing-table-gp.cm-membership-pricing  .plan-title {
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	margin: 10px 0;
	text-rendering: optimizelegibility;
	font-weight: 300;
	text-align: center;
	text-transform: initial;
}

.cm-membership-pricing.pricing-table-gp .pricing-area {
	padding: 0;
	justify-content: center;
}

.pricing-table-gp.cm-membership-pricing .pricing-table-items {
	text-align: center;
}

.cm-membership-pricing.pricing-table-gp .plan-subtitle {
	color: #00000099 !important;
	margin: 0;
	line-height: 25.824px;
}

.cm-membership-pricing.pricing-table-gp .pricing-area .plan-price {
	margin: 50px 0 0;
	font-weight: bold;
	color: #000;
	font-size: 63.968px;
}

.pricing-table-gp.cm-membership-pricing .plan-title {
	font-size: 22.624px;
	margin-top: 0;
	z-index:10;
}

.cm-membership-pricing.pricing-table-gp .content_box {
	margin: 0px 0 50px;
	font-size: 12px;
	color: rgba(0, 0, 0,0.6) !important;
	line-height: 25.824px;
}

.cm-membership-pricing.pricing-table-gp .content_box p{
	color: rgba(0, 0, 0,0.6) !important;
}

.cm-membership-pricing.pricing-table-gp .popular-ribon {
	text-align: center;
	display: block;
	position: absolute;
	top: -47px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
	transform: none;
	z-index: 8;
	overflow: initial;
	right: 0;
	line-height: 25.824px;
}

.cm-membership-pricing.pricing-table-gp .pricing-area {
	overflow: initial;
}

.pricing-table-gp.cm-membership-pricing {
	overflow: initial;
}

.cm-membership-pricing.pricing-table-gp .pricing-area {
	border-radius: 0;
}

.cm-membership-pricing.pricing-table-gp  h4.plan-title {
	padding-top: 3px;
}

.cm-membership-pricing.pricing-table-gp .pricing-area.popular-item {
	-webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
	padding: 0px 0 75px;
	position: relative;
}

.cm-membership-pricing.pricing-table-gp .popular-ribon {
	-webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
}

.cm-membership-pricing.pricing-table-gp .popular-item .plan-subtitle:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 10%;
	right: 0;
	z-index: 9;
	top: 0;
	background-color: #fff;
}

.cm-paybymail-btn {
	border: 2px solid #F16636;
	background-color: #F16636;
	font-family: 'Rubik', ui-sans-serif;
	border-radius: 2px;
	display: inline-block;
	padding: 18px 28px 17px 28px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	margin: 0 !important;
}

.cm-paybymail-btn:hover {
	transform: scale(1.05);
	color: #fff;
}

.simple-banner.cm-roundtables-banner {
	height: 33vw;
	min-height: 400px;
}

.simple-banner.cm-roundtables-banner .bg_el {
	background-position: center 0px !important;
}

.simple-banner.cm-roundtables-banner .top_sec h1 {
	margin-bottom: 41px;
	margin-top: 0;
}

.simple-banner.cm-roundtables-banner .top_sec h5 {
	line-height: 1.2em;
	font-family: 'Rubik', Sans-Serif;
	text-rendering: optimizelegibility;
	font-weight: 700;
}

.cm-roundtable-schedule.event-schedule-wrp .event-title h3 {
	margin-top: 0;
}

.cm-roundtable-schedule .pad-same {
	padding-left: 15px;
	padding-right: 15px;
}

.event-schedule-wrp.cm-roundtable-schedule .events-item-time h5 {
	margin-top: 0;
}

.cm-roundtable-schedule .events-item-title h6 {
	font-weight: 500;
	margin-top: 0;
}

.event-schedule-wrp.cm-roundtable-schedule .main-events {
	padding-bottom: 58px;
}

.cm-roundtable-schedule .events-item-title p {
	margin-bottom: 0;
}

.simple-banner.cm-home-banner {
	height: 80.9vh;
	padding: 0;
	min-height: 400px;
}
.simple-banner.cm-home-banner .bg_el {
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.simple-banner.cm-home-banner .btn_item a {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	line-height: 1.444em;
}

.cm-register-n {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	background: rgb(232,74,39) ;
	border-radius: 6px ;
	transition: all .4s ease ;
	padding: 6px 18px ;
	color: rgb(255,255,255) ;
	line-height: 35.6406px;
	display:inline-block;
}

.cm-register-n:hover {
	background: rgb(255,81,42) ;
	color: rgb(255,255,255) ;
}


.simple-banner.cm-home-banner .banner-content-inner {
	padding: 0;
}

.blog-feed.cm-recent-post-n.cm-home-resent {
	max-width: 100%;
}

.blog-feed.cm-recent-post-n.cm-home-resent .top_content hr {
	width: 50px;
	height: 2px;
}

.blog-feed.cm-recent-post-n.cm-home-resent .top_content h2 {
	font-size: 50px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

.blog-feed.cm-recent-post-n.cm-home-resent .feed-outer-wrp {
	max-width: 100%;
}

.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-item {
	padding: 0 15px;
}

.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-item:first-child {
	padding-left: 0;
	padding-right: 19px;
}

.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-item:last-child {
	padding-right: 0;
}

.blog-feed.cm-recent-post-n.cm-home-resent .top_sec.noButton {
	margin-bottom: 20px;
}


.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-title{
	margin-bottom: 10px;
}

.blog-feed.cm-recent-post-n.cm-home-resent.cm-coaching-post .top_sec.noButton {
	margin-bottom: 56px;
}

.cm-home-logos .top_content h4 {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.logo_slider.cm-home-logos {
	padding: 0;
}

.cm-home-logos .top_content h4 {
	font-size: 28px;
	font-weight: 400;
	color: #444444;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
}

.logo_slider.cm-home-logos {
	padding: 0;
}

.logo_slider.noDotsArrowsAdded.cm-home-logos .top_sec.noButton {
	margin-bottom: 30px;
}

.logo_slider.cm-home-logos.no-slider .logo_item {
	width: 33.3333333333%;
}

.simple-banner.cm-no-item {
	padding: 0;
}

.simple-banner.cm-no-item .flex_row {
	margin-top: 68px;
}
/* ///////////////////////////////////////////////// */


/* //////////////////////////////////////////////// */

.logo_slider.no-slider.cm-home-logos .glide__slides {
	gap: 0;
	row-gap: 69px;
	justify-content: center;
	margin-bottom: 69px;
}

.logo_slider.cm-home-logos.no-slider .logo_item {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	display: block;
}

.logo_slider.cm-home-logos.no-slider .logo_item:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.simple-banner.cm-ibca-community-banner .flex_row {
	margin-top: 60px;
}

.simple-banner.cm-ibca-community-banner .flex_row .banner-content-inner {
	padding-right: 0;
	padding-left: 0;
}

.simple-banner.cm-ibca-community-banner .flex_row .top_sec h1 {
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	font-size: 90px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
}

.simple-banner.cm-ibca-community-banner {
	min-height: 100%;
}


.cm-ibca-community-banner.simple-banner .top_sec h4 {
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
}

.cm-ibca-community-banner.simple-banner .top_sec p {
	letter-spacing: 0px;
	margin-bottom: 10px !Important;
	line-height: 1.444em;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.cm-ibca-community-banner.simple-banner .btn_row {
	margin: 0;
}

.cm-ibca-community-banner.simple-banner .btn_row a {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 1.444em;
	font-weight: 300;
	color: #000000;
}

.cm-social-share-n.cm_pg_wrp .right-col {
	padding: 0;
}

.cm-social-share-n.cm_pg_wrp .social-share {
	padding: 0;
	text-align: left;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul a {
	width: 20px;
	height: 21px;
}

.cm_pg_wrp.cm-social-share-n {
	margin-left: -28px;
	margin-top: -2px;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul a .icon-cnt .icon-wrap svg {
	width: 20px;
	height: 20px;
}

.cm_pg_wrp.cm-social-share-n .icon-wrap{
	width: 20px;
	height: 20px;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul{
	column-gap: 12px;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul li:first-child a .icon-cnt .icon-wrap svg {
	fill: #3C5A99;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul li:nth-child(2) a .icon-cnt .icon-wrap svg {
	fill: #00aced;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul li:last-child a .icon-cnt .icon-wrap svg {
	fill: #0077B5;
}

.cm_pg_wrp.cm-social-share-n .social-share-icon ul {
	justify-content: flex-start;
	margin-top: 10px;
	padding-left: 7px;
}

.cm-plays-black.adv_video_module .wistia_responsive_padding {
	max-width: 318px;
	max-height: 198px;
	margin: 0 auto;
}



.contact-details-wrap.cm-addres-contact .cnt-detail-item-inn {
	flex-direction: column;
	align-items: center;
	padding-top: 18px;
}

.cm-addres-contact.contact-details-wrap .icon-cnt .icon-wrap svg {
	height: 33px;
	width: 28px;
}

.cm-addres-contact.contact-details-wrap .icon-cnt .icon-wrap {
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 6px;
}

.cm-addres-contact.contact-details-wrap .cnt-detail-cnt  .detail-content p {
	padding-top: 7px;
	text-align: center;
}

.cnt-mid-sec form .hs-form-field {
	margin-bottom: 15px;
}

.child-theme form .input {
	padding-right: 10px;
	margin-right: 0 !important;
}

.contact_page form input[type=submit] {
	font-family: 'Rubik', Sans-Serif ;
	font-size: 12px;
	text-transform: uppercase ;
	letter-spacing: 1.5px ;
	line-height: 1 ;
	font-weight: bold ;
	padding: 14px 28px 13px 28px;
}

.cnt-mid-sec form .hs-form-field textarea {
	min-height: 200px;
}

.cnt-mid-sec form .hs_submit {
	margin-top: 0;
}


.cm-addres-contact .page-center {
	padding: 0;
}

.blog-feed.cm-recent-post-n .meta_wrap  span.value_m {
	margin-bottom: 0;
}

.blog-feed.cm-recent-post-n .meta_wrap {
	gap: 5px;
}

 input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
	display: none;

}

.hs-search-field button{
	top: 22px;
}


.hs-blog-post .hs-search-field button {
	top: 22px;
}


.hs-search-field button:hover {
	background-color: #fff;
}

.body-container--blog-index .sidebar .hs_small_btn a {
	padding-left: 25px;
	padding-right: 25px;
}

.body-container--blog-index .blog-sidebar .dnd-section>.row-fluid .dnd-column {
	padding-left: 20px;
	padding-right: 20px;
}

.body-container--blog-index .blog-index__post {
	padding: 0 20px;
}

.body-container--blog-index  .sidebar-popular-posts .related-post-item-inner {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.body-container--blog-index .blog-wit-sidbr {
	margin-bottom: 50px;
}

.cm-blog-post-sidebr .blog-main-post>.row-fluid>div {
	padding: 0 20px;
}

.body-container--blog-post .post_social_share_wrp .meta_title_tag {
	font-size: 25px;
}

.body-container--blog-post .blog-feed .recent-post-item .post-btm .read-more a {
	padding-left: 25px;
	padding-right: 25px;
}

.body-container--blog-post  .blog-main-post hr {
	border-top: 1px solid #EAEAEA;
	margin: 20px 0;
}

.body-container--blog-index .hs-search-field button:hover {
	background-color: transparent;
}

.body-container--blog-index .hs-search-field--open.hs-search-field .hs-search-field__suggestions {
	z-index: 9;
}

.body-container--blog-post .hs-search-field button {
	background-color: transparent;
}

.body-container--blog-post .hs-search-field__suggestions-container {
	z-index: 9;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
	display: none;
}


.hs-landing-page .card_gallery .icon_box span.icon_img.icon_sp {
	height: auto;
}





@media (min-width: 768px) and (max-width: 991px){
	.cm-membership-pricing.pricing-table-gp .ribon-on-three .popular-ribon {
		top: -46px;
		right: 0;
	}

	.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-item:last-child {
		padding-left: 0;
		padding-right: 15px;
	}
}

@media (max-width: 1200px){
	.simple-banner.cm-ibca-community-banner .page-center {
		max-width: 900px;
	}
}

@media (max-width: 992px){
	.simple-banner.cm-ibca-community-banner .page-center {
		max-width: 700px;
	}

	.simple-banner.cm-ibca-community-banner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media(max-width:767px){

	.body-container--blog-index .blog-wit-sidbr {
		margin-bottom: 50px;
	}

	.body-container--blog-index .sidebar-popular-posts .related-post-item-inner .related-image-wrp {
		width: 100%;
	}
	.blog-feed.cm-recent-post-n .feed-outer-wrp {
		max-width: 100%;
	}

	.blog-feed.cm-recent-post-n .recent-post-item {
		padding: 0;
	}

	.blog-feed.cm-recent-post-n.cm-home-resent .recent-post-item {
		padding: 0;
	}

	.blog-feed.cm-recent-post-n {
		max-width: 100%;
	}

	.cnt-wit-tp-img-wrp.cm-coaching .cnt-col {
		padding: 0;
	}

	.pricing-table-gp.cm-membership-pricing .pricing-table-items {
		padding-right: 0;
		padding-left: 0;
	}

	.cm-plays-black.adv_video_module .wistia_responsive_padding {
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 45px;
	}

	.cm-roundtable-schedule .pad-same {
		padding: 0;
	}

	.card_gallery.cm-icon-cont .page-center.custom{
		padding-left: 0px;
		padding-right: 0px;
	}

	.card_gallery.cm-icon-cont .card_item {
		padding: 0;
	}

	.simple-banner.cm-home-banner {
		height: 100%;
		min-height: 200px;
	}

	.simple-banner.cm-ibca-community-banner .page-center {
		max-width: 520px;
	}

	.simple-banner.cm-ibca-community-banner .flex_row .top_sec h1 {
		font-size: 60px;
	}

	.cm-ibca-community-banner.simple-banner .top_sec h4 {
		font-size: 25px;
		margin: 10px 0;
	}

	.cm-ibca-community-banner.simple-banner .top_sec p {
		font-size: 16px;
	}

	.simple-banner.cm-ibca-community-banner .page-center {
		padding: 0;
	}

	.simple-banner.cm-ibca-community-banner{
		padding-left: 20px;
		padding-right: 20px;
	}


}

@media (max-width: 575px){
	.simple-banner.cm-ibca-community-banner {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.simple-banner.cm-ibca-community-banner .flex_row .top_sec h1 {
		font-size: 50px;
	}

	.cm-ibca-community-banner.simple-banner .top_sec h4 {
		font-size: 23px;
	}
}

@media (max-width: 479px){
	.cm-membership-pricing.pricing-table-gp .ribon-on-three .popular-ribon {
		top: -46px;
		right: 0;
	}
}

.hs-landing-page .back_to_top svg{
	top:4px;
	left:14px;
}

.cm-footer.footer .back_to_top{
	display:none;
}

.backtotop_show .cm-footer.footer .back_to_top{
	display:block;
}