.headline b.animate.animated {
	color:#1678B8;
}

.mainHeader .btLogoArea {
	padding-top:42px;
	padding-bottom:32px;
}
.mainHeader .btLogoArea .logo img {
	height:64px;
}
.mainHeader .btBelowLogoArea {
	border-color:#1678B8 !important;
}
.mainHeader .btIconWidget {
	font-family:"Roboto",sans-serif;
	font-size:20px;
	color:#ffffff !important;
}
.mainHeader .btIconWidget:hover {
	color:#1678B8 !important;
}
.mainHeader .btIconWidget .btIco span,
.mainHeader .btIconWidget .btIco span:before {
	color:#ffffff !important;
}
.mainHeader .btIconWidget .btIco:hover span,
.mainHeader .btIconWidget .btIco:hover span:before {
	color:#1678B8 !important;
}
.mainHeader .widget_media_image,
.mainHeader .widget_custom_html {
	float:left;
	margin:2px 0 0 35px;
	list-style-type:none;
}
.mainHeader .widget_media_image a,
.mainHeader .widget_custom_html a {
	display:inline-block;
	position:relative;
}
.mainHeader .widget_media_image img,
.mainHeader .widget_custom_html img {
	display:block;
	width:115px;
	height:auto;
	
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.mainHeader .widget_media_image img.blue,
.mainHeader .widget_custom_html img.blue {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.mainHeader .widget_media_image a:hover img:not(.blue),
.mainHeader .widget_custom_html a:hover img:not(.blue) {
	opacity:0;
}
.mainHeader .widget_media_image a:hover img.blue,
.mainHeader .widget_custom_html a:hover img.blue {
	opacity:1;
}
.mainHeader .topBarInLogoArea {
	width:calc(100% - 300px);
}
.mainHeader .topBarInLogoAreaCell {
	display:flex;
	justify-content:space-between;
}

.mainHeader .menuPort > nav > ul > li {
	margin-right:40px !important;
}
.mainHeader .menuPort > nav:not(.leftNav) > ul > li:last-child {
	margin-right:0 !important;
}
.mainHeader .menuPort nav ul li a {
	font-family:"Roboto",sans-serif;
	font-weight:bold;
	font-size:16px;
}
.mainHeader .menuPort nav ul li a:hover {
	color:#1678B8 !important;
}

body.btMenuHorizontal.btStickyHeaderActive.btLightSkin .mainHeader {
	background-color:rgba(0,0,0,.9);
	color:#ffffff;
}
body.btMenuHorizontal.btStickyHeaderActive.btLightSkin .mainHeader nav ul li a {
	color:#ffffff;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a, 
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a {
	border-bottom:2px solid #1678B8;
}

body.btMenuVertical.btStickyHeaderActive .mainHeader {
	position:fixed;
	background-color:rgba(0, 0, 0, 0.9);
	
	-webkit-box-shadow:rgba(0, 0, 0, 0.11) 0px 1px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.11) 0px 1px 3px;
	box-shadow:rgba(0, 0, 0, 0.11) 0px 1px 3px;
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}
body.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition:transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
body.btMenuVertical.btStickyHeaderActive .mainHeader .btIcoHolder:before {
	color:#ffffff !important;
}

.home-banner {
	position:relative;
}
/* .home-banner:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(180deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, 0) 100%);
	wdith:100%;
	height:100%;
} */
.home-banner .header {
	text-align:center;
}
.home-banner .header + .header {
	margin-bottom:20px;
}
.home-banner .header h1 {
	padding:0;
	font-size:73px;
	letter-spacing:0;
	line-height:1;
	text-shadow:0 0 30px #000000;
}
.home-banner .header h1 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-banner .header h2 {
	font-family:"Playwrite CA",sans-serif;
	font-weight:normal;
	font-size:63px;
	color:#3e668b;
	letter-spacing:0;
	line-height:1;
	text-shadow:0 0 30px #000000;
	-webkit-text-stroke:1px #ffffff;
}
.home-banner .btDash.bottomDash .dash:after {
	border-color:#3e668b;
	margin-top:20px;
}
.home-banner .btText {
	margin-bottom:28px;
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:26px;
	color:#ffffff;
	line-height:34px;
	text-align:center;
}
.home-banner .btBtn {
	display:block;
	background:#d57424 !important;
	border-color:#d57424 !important;
	width:200px;
	margin:0 auto;
	padding:15px 40px;
	font-family:"Roboto",sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	text-transform:none;
	letter-spacing:0;
	text-align:center;
}
.home-banner .btBtn:hover {
	background:#3e668b !important;
	border-color:#3e668b !important;
}
.home-banner .btBtn .btnInnerText {
	float:none;
}
.home-banner.btDarkSkin .btnFilledStyle.btnNormalColor span {
	color:#ffffff !important;
}
.home-banner .btImage {
	margin-bottom:15px;
	text-align:center;
}
.home-banner .btImage img {
	display:inline-block;
	width:177px;
	max-width:100%;
	height:auto;
}

.home-about .header h2 {
	font-size:90px !important;
	line-height:1;
}
.home-about .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-about .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:18px;
}
.home-about .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-about .bpgPhoto > a:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../gfx/formcode/home-about-play-icon.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:80px;
	height:80px;
	
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.home-about .bpgPhoto .captionPane {
	display:none;
}
.home-about .btSeparator {
	padding-top:100px;
}
.home-about .btBtn {
	background-color:transparent !important;
	border-color:#1678B8 !important;
	margin-top:2rem;
	padding:18px 40px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#1678B8 !important;
	text-transform:none;
	letter-spacing:0;
}
.home-about .btBtn:hover {
	background-color:#1678B8 !important;
	color:#ffffff !important;
}
.home-about .btnFilledStyle.btnNormalColor span {
	color:#1678B8 !important;
}
.home-about .btnFilledStyle.btnNormalColor:hover span {
	color:#ffffff !important;
}

.home-wwd {
	background:#F0F0F0;
}
.home-wwd .header.large {
	display:flex;
	flex-direction:column;
	position:relative;
	padding-top:55px;
}
.home-wwd .header.large:after {
	display:none;
}
.home-wwd .header.large h2 {
	font-size:90px !important;
	line-height:1;
}
.home-wwd .header.large h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-wwd .header.large .btSuperTitle {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.home-wwd .header.large .btSubTitle {
	order:-1;
	margin-bottom:10px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-wwd .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:25px;
}
.home-wwd .btBtn {
	background-color:transparent !important;
	border-color:#1678B8 !important;
	padding:18px 70px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#1678B8;
	text-transform:none;
	letter-spacing:0;
}
.home-wwd .btBtn:hover {
	background-color:#1678B8 !important;
	color:#ffffff;
}
.home-wwd.btLightSkin .btnFilledStyle.btnNormalColor span {
	color:#1678B8 !important;
}
.home-wwd.btLightSkin .btnFilledStyle.btnNormalColor:hover span {
	color:#ffffff !important;
}
.home-wwd .header.small h4 {
	font-size:28px !important;
	line-height:1;
}
.home-wwd .sTxt p {
	font-family:"Roboto",sans-serif;
	font-size:16px;
	line-height:25px;
}
.home-wwd .servicesItem .sIcon:after {
	content:"";
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	width:73px;
	height:73px;
}
.home-wwd .servicesItem.icon-1 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-1.png);
}
.home-wwd .servicesItem.icon-2 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-2.png);
}
.home-wwd .servicesItem.icon-3 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-3.png);
}
.home-wwd .servicesItem.icon-4 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-4.png);
}
.home-wwd .servicesItem.icon-5 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-5.png);
}
.home-wwd .servicesItem.icon-6 .sIcon:after {
	background-image:url(../gfx/formcode/home-wwd-icon-6.png);
}
.home-wwd .servicesItem .sIcon .btIco {
	display:none;
}

.home-hww .header h2 {
	font-size:90px !important;
	line-height:1;
}
.home-hww .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-hww .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.home-hww .header .btSubTitle {
	padding-top:20px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-hww .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.home-hww .btImage img {
	display:block;
	width:531px;
	max-width:100%;
	height:auto;
}
.home-hww .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-hww .btBtn {
	background:#ffffff !important;
	border-color:#ffffff !important;
	margin:0;
	padding:18px 75px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#1678B8;
	text-transform:none;
	letter-spacing:0;
}
.home-hww.btLightSkin .btnFilledStyle.btnNormalColor span {
	color:#1678B8 !important;
}
.home-hww .btn-group {
	padding-top:30px;
}
.home-hww .btn-group .rowItemContent {
	float:left;
	display:flex;
	align-items:center;
	gap:12px;
	background:#1678B8;
	border:1px solid #1678B8;
	width:auto;
	padding:7px 7px 7px 15px;
}
.home-hww .btn-group .btText {
	color:#ffffff;
}
.home-hww .btn-group .rowItemContent:hover {
	background:#ffffff;
}
.home-hww .btn-group .rowItemContent:hover .btText {
	color:#1678B8;
}
.home-hww .btn-group .rowItemContent:hover .btBtn {
	background:#1678B8 !important;
	border-color:#1678B8 !important;
}
.home-hww.btLightSkin .btn-group .rowItemContent:hover .btnFilledStyle.btnNormalColor span {
	color:#ffffff !important;
}

.home-why .header h2 {
	font-size:90px !important;
	line-height:1;
}
.home-why .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-why .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.home-why .header .btSubTitle {
	padding-top:20px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-why .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:0;
}
.home-why .btText {
	padding-top:22px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#FFFFFF;
	line-height:1.7;
}
.home-why .btText ul {
	display:flex;
	flex-direction:column;
	gap:17px;
	margin:0;
	padding:0 0 0 16px;
	list-style-type:none;
}
.home-why .btText ul li {
	position:relative;
	margin:0;
	padding:0 0 0 58px;
}
.home-why .btText ul li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:4px;
	background-image:url(../gfx/formcode/home-why-check-icon.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:32px;
	height:29px;
}

.home-explore .header h2 {
	font-size:90px !important;
	line-height:1;
}
.home-explore .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-explore .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.home-explore .header .btSubTitle {
	padding-top:20px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-explore .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:5px;
}
.home-explore .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.home-explore .btText a {
	color:#1678B8;
}
.home-explore .btBtn {
	background-color:transparent !important;
	border-color:#1678B8 !important;
	margin-top:2rem;
	padding:18px 40px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#1678B8 !important;
	text-transform:none;
	letter-spacing:0;
}
.home-explore .btBtn:hover {
	background-color:#1678B8 !important;
	color:#ffffff !important;
}
.home-explore .btnFilledStyle.btnNormalColor span {
	color:#1678B8 !important;
}
.home-explore .btnFilledStyle.btnNormalColor:hover span {
	color:#ffffff !important;
}

.home-contact .rowItemContent {
	width:100%;
	max-width:948px;
	margin:0 auto;
}
.home-contact .header {
	text-align:center;
}
.home-contact .header h2 {
	font-size:90px !important;
	line-height:1;
}
.home-contact .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.home-contact .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.home-contact .gform_wrapper {
	font-family:"Roboto",sans-serif;
}
.home-contact .gform_wrapper .gform_heading {
	display:none;
}
.home-contact .gform_wrapper form {
	display:block;
	background:#ffffff;
	padding:50px 60px;
	
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow:0 0 24px rgba(0,0,0,.14);
	-moz-box-shadow:0 0 24px rgba(0,0,0,.14);
	box-shadow:0 0 24px rgba(0,0,0,.14);
}
.home-contact .gform_wrapper .gform_fields {
	gap:28px 25px;
}
.home-contact .gform_wrapper .gfield_label {
	gap:0;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#232534;
	line-height:1.1;
}
.home-contact .gform_wrapper .gfield_required {
	color:inherit;
}
.home-contact .gform_wrapper input[type="text"],
.home-contact .gform_wrapper input[type="email"],
.home-contact .gform_wrapper input[type="tel"] {
	border:1px solid #dddddd;
	height:44px;
	padding:0 11px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:14px;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.home-contact .gform_wrapper input[type="text"]::-webkit-input-placeholder,
.home-contact .gform_wrapper input[type="email"]::-webkit-input-placeholder,
.home-contact .gform_wrapper input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#bdbec2;
}
.home-contact .gform_wrapper input[type="text"]::-moz-placeholder,
.home-contact .gform_wrapper input[type="email"]::-moz-placeholder,
.home-contact .gform_wrapper input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper input[type="text"]:-ms-input-placeholder,
.home-contact .gform_wrapper input[type="email"]:-ms-input-placeholder,
.home-contact .gform_wrapper input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper input[type="text"]:-moz-placeholder,
.home-contact .gform_wrapper input[type="email"]:-moz-placeholder,
.home-contact .gform_wrapper input[type="tel"]:-moz-placeholder { /* Firefox 18- */
	color:#bdbec2;
}
.home-contact .gform_wrapper select {
	border:1px solid #dddddd;
	height:44px;
	padding:2px 11px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:14px;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.home-contact .gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#bdbec2;
}
.home-contact .gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color:#bdbec2;
}
.home-contact .gform_wrapper textarea {
	border:1px solid #dddddd;
	height:160px;
	min-height:0 !important;
	padding:.8em 11px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:14px;
	resize:none;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.home-contact .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#bdbec2;
}
.home-contact .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
	color:#bdbec2;
}
.home-contact .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
	color:#bdbec2;
}
.home-contact .gform_wrapper .gform_drop_area {
	border-color:#dddddd;
}
.home-contact .gform_wrapper .gform_drop_area:before {
	color:#1678B8;
}
.home-contact .gform_wrapper .gform_button_select_files {
	background:#1678B8 !important;
}
.home-contact .gform_wrapper .gform_footer {
	margin:0;
	padding:60px 0 0 0;
}
.home-contact .gform_wrapper .gform_footer input[type="submit"] {
	background:#d57424 !important;
	height:64px !important;
	padding:0 !important;
	font-family:"Roboto",sans-serif !important;
	font-weight:bold !important;
	font-size:17px !important;
	color:#ffffff !important;
	
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.home-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
	background:#1678B8 !important;
}

.btDarkSkin .btSiteFooterWidgets, 
.btLightSkin .btDarkSkin .btSiteFooterWidgets {
	background:#222222;
}
.btSiteFooterWidgets .btBox > h4 {
	margin:0 0 17px 0;
	padding:0;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	font-size:20px;
	color:#ffffff;
	line-height:1.1;
	letter-spacing:0;
}
.btSiteFooterWidgets .btBox > h4:after {
	display:none !important;
}
.btSiteFooterWidgets .widget_media_image img {
	width:181px;
	max-width:100%;
	height:auto;
}
.btSiteFooterWidgets .widget_text .textwidget {
	font-family:"Open Sans",sans-serif;
	font-size:12px;
	line-height:16px;
}
.btSiteFooterWidgets .widget_text .textwidget h4 {
	margin:0 0 17px 0;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	font-size:20px;
	color:#ffffff;
	line-height:1.1;
	letter-spacing:0;
}
.btSiteFooterWidgets .widget_text .textwidget ul {
	display:flex;
	flex-direction:column;
	gap:10px;
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}
.btSiteFooterWidgets .widget_text .textwidget ul li {
	border:0 !important;
	margin:0;
	padding:0;
	line-height:inherit;
}
.btSiteFooterWidgets .widget_text .textwidget ul li:after {
	display:none !important;
}
.btSiteFooterWidgets .widget_text .textwidget p {
	margin:0 0 10px 0;
}
.btSiteFooterWidgets .widget_text .textwidget a {
	color:inherit;
}
.btSiteFooterWidgets .widget_text .textwidget ul + h4 {
	margin-top:17px;
}

.btDarkSkin .btSiteFooter, 
.btLightSkin .btDarkSkin .btSiteFooter {
	background:#ffffff;
	font-family:"Roboto",sans-serif;
	font-size:12px;
	color:#232534;
}
.btDarkSkin .btSiteFooter .btFooterMenu a,
.btLightSkin .btDarkSkin .btSiteFooter .btFooterMenu a {
	color:inherit;
}
.btSiteFooter ul.menu {
	display:flex;
	justify-content:flex-end;
	gap:30px;
}
.btSiteFooter ul.menu li {
	margin:0;
}

.btMenuVertical.btLightSkin {
	color:#ffffff;
}
.btMenuVertical.btLightSkin .menuPort {
	background:#000000;
}
.btMenuVertical.btLightSkin .menuPort nav ul li a {
	font-family:"Roboto",sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
}
.btMenuVertical.btLightSkin .menuPort nav ul li a:hover {
	color:#1678B8 !important;
}
.btMenuVertical.btLightSkin .widget_media_image,
.btMenuVertical.btLightSkin .widget_custom_html {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
.btMenuVertical.btLightSkin .widget_media_image a,
.btMenuVertical.btLightSkin .widget_custom_html a {
	display:inline-block;
	position:relative;
}
.btMenuVertical.btLightSkin .widget_media_image img,
.btMenuVertical.btLightSkin .widget_custom_html img {
	width:115px;
	height:auto;
		
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.btMenuVertical.btLightSkin .widget_media_image img.blue,
.btMenuVertical.btLightSkin .widget_custom_html img.blue {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.btMenuVertical.btLightSkin .widget_media_image a:hover img:not(.blue),
.btMenuVertical.btLightSkin .widget_custom_html a:hover img:not(.blue) {
	opacity:0;
}
.btMenuVertical.btLightSkin .widget_media_image a:hover img.blue,
.btMenuVertical.btLightSkin .widget_custom_html a:hover img.blue {
	opacity:1;
}
.btMenuVertical.btLightSkin .topBarInLogoArea:before {
	background-color:#ffffff;
}
.btMenuVertical.btLightSkin .topBarInLogoArea .btIconWidget:hover {
	color:#1678B8 !important;
}
.btMenuVertical.btLightSkin .topBarInLogoAreaCell > a {
	color:#ffffff;
}
.btMenuVertical.btLightSkin .topBarInLogoAreaCell .btIconWidgetTitle {
	opacity:1;
}
.btMenuVertical.btLightSkin .btIconWidget {
	font-family:"Roboto",sans-serif;
}
.btMenuVertical.btLightSkin .btIconWidget .btIco span,
.btMenuVertical.btLightSkin .btIconWidget .btIco span:before {
	color:#ffffff !important;
}
.btMenuVertical.btLightSkin .btIconWidget .btIco:hover span,
.btMenuVertical.btLightSkin .btIconWidget .btIco:hover span:before {
	color:#1678B8 !important;
}

.btMenuVerticalLeft > .menuPort {
	left:auto;
	right:0;
	
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
}
.btMenuVerticalOn > .menuPort {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}

.btMenuVerticalLeft.btMenuVerticalOn .btPageWrap {
	-webkit-transform:translateX(-320px);
	-moz-transform:translateX(-320px);
	transform:translateX(-320px);
}

body.btMenuVertical > .menuPort .btCloseVertical:before {
	color:#ffffff;
}

body.btMenuVertical > .menuPort nav li.current-menu-ancestor > a, 
body.btMenuVertical > .menuPort nav li.current-menu-item > a {
	color:#1678B8 !important;
}

.page-top .header {
	margin:0;
}
.page-top .header h1 {
	font-size:89px !important;
	line-height:1;
}
.page-top .header h1 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.page-top .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:48px;
}

.page-top.with-overlay {
	position:relative;
}
.page-top.with-overlay:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(180deg,rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .5) 100%);
	wdith:100%;
	height:100%;
}

body.page-id-1968 .page-top .header h1 {
	font-size:80px !important;
}
body.page-id-1968 .page-top .header h1 b {
	display:inline;
}

body.page-id-1836 .page-top {
	background-position:50% 0%;
}

.contact-form .boldRowInner {
	display:flex;
	flex-wrap:wrap;
}
.contact-form .rowItemContent {
	height:100%;
}
.contact-form .header h2 {
	font-size:90px !important;
	line-height:1;
}
.contact-form .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.contact-form .header .btSubTitle {
	padding-top:30px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.contact-form .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:35px;
}
.contact-form .servicesItem .header {
	margin-bottom:16px;
}
.contact-form .servicesItem .header h4 {
	font-size:28px !important;
	letter-spacing:0;
	line-height:1.1;
}
.contact-form .servicesItem .sTxt {
	margin-left:88px;
}
.contact-form .servicesItem .sTxt p {
	font-family:"Roboto",sans-serif;
	font-size:16px;
	color:#333333;
	line-height:25px;
}
.contact-form .servicesItem .sIcon:after {
	content:"";
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	width:63px;
	height:63px;
}
.contact-form .servicesItem.icon-1 .sIcon:after {
	background-image:url(../gfx/formcode/contact-form-icon-1.png);
}
.contact-form .servicesItem.icon-2 .sIcon:after {
	background-image:url(../gfx/formcode/contact-form-icon-2.png);
}
.contact-form .servicesItem.icon-3 .sIcon:after {
	background-image:url(../gfx/formcode/contact-form-icon-3.png);
}
.contact-form .servicesItem .sIcon .btIco {
	display:none;
}
.contact-form .btText {
	height:100%;
}
.contact-form .gform_wrapper {
	font-family:"Roboto",sans-serif;
}
.contact-form .gform_wrapper .gform_heading {
	display:none;
}
.contact-form .gform_wrapper .gform_fields {
	gap:22px;
}
.contact-form .gform_wrapper .gfield_label {
	gap:0;
	margin-bottom:15px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#575757;
	line-height:1.1;
}
.contact-form .gform_wrapper .gfield_required {
	font-size:inherit;
	color:inherit;
}
.contact-form .gform_wrapper input[type="text"],
.contact-form .gform_wrapper input[type="email"],
.contact-form .gform_wrapper input[type="tel"] {
	border:1px solid #dfdede;
	height:54px;
	padding:0 15px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.contact-form .gform_wrapper input[type="text"]::-webkit-input-placeholder,
.contact-form .gform_wrapper input[type="email"]::-webkit-input-placeholder,
.contact-form .gform_wrapper input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#bdbec2;
}
.contact-form .gform_wrapper input[type="text"]::-moz-placeholder,
.contact-form .gform_wrapper input[type="email"]::-moz-placeholder,
.contact-form .gform_wrapper input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
	color:#bdbec2;
}
.contact-form .gform_wrapper input[type="text"]:-ms-input-placeholder,
.contact-form .gform_wrapper input[type="email"]:-ms-input-placeholder,
.contact-form .gform_wrapper input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
	color:#bdbec2;
}
.contact-form .gform_wrapper input[type="text"]:-moz-placeholder,
.contact-form .gform_wrapper input[type="email"]:-moz-placeholder,
.contact-form .gform_wrapper input[type="tel"]:-moz-placeholder { /* Firefox 18- */
	color:#bdbec2;
}
.contact-form .gform_wrapper textarea {
	border:1px solid #dddddd;
	height:109px;
	min-height:0 !important;
	padding:.5em 15px;
	font-family:"Roboto",sans-serif;	
	font-weight:normal;
	font-size:20px;
	resize:none;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.contact-form .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#bdbec2;
}
.contact-form .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
	color:#bdbec2;
}
.contact-form .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
	color:#bdbec2;
}
.contact-form .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
	color:#bdbec2;
}
.contact-form .gform_wrapper input[type="file"] {
	border:1px solid #dddddd;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.contact-form .gform_wrapper .gform_drop_area:before {
	color:#1678B8 !important;
}
.contact-form .gform_wrapper .gform_button_select_files {
	background:#1678B8 !important;
}
.contact-form .gform_wrapper .gfield_fileupload_progressbar_progress {
	background:#1678B8 !important;
}
.contact-form .gform_wrapper .gform_footer {
	margin:0;
	padding:65px 0 0 0;
}
.contact-form .gform_wrapper .gform_footer input[type="submit"] {
	background:#1678B8 !important;
	border:1px solid #1678B8 !important;
	height:61px !important;
	padding:0 57px !important;
	font-family:"Roboto",sans-serif !important;
	font-weight:normal !important;
	font-size:20px !important;
	color:#ffffff !important;
	
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.contact-form .gform_wrapper .gform_footer input[type="submit"]:hover {
	background:transparent !important;
	color:#1678B8 !important;
}

.contact-form .gform_confirmation_wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.contact-form .gform_confirmation_message {
	font-size:20px;
	color:#222;
	line-height:34px;
}

.industrial-wwd .header.large h2 {
	font-size:90px !important;
	line-height:1;
}
.industrial-wwd .header.large h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.industrial-wwd .header.large .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.industrial-wwd .header .btSubTitle {
	display:none;
	padding-top:30px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.industrial-wwd .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.industrial-wwd .btBtn {
	background-color:transparent !important;
	border-color:#1678B8 !important;
	padding:18px 70px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#1678B8;
	text-transform:none;
	letter-spacing:0;
}
.industrial-wwd .btBtn:hover {
	background-color:#1678B8 !important;
	color:#ffffff;
}
.industrial-wwd.btLightSkin .btnFilledStyle.btnNormalColor span {
	color:#1678B8 !important;
}
.industrial-wwd.btLightSkin .btnFilledStyle.btnNormalColor:hover span {
	color:#ffffff !important;
}
.industrial-wwd .btText {
	max-width:996px;
	font-family:"Roboto",sans-serif;
	font-size:20px;
	color:#222222;
	line-height:34px;
}

.industrial-cap .header {
	margin-bottom:25px;
}
.industrial-cap .header h2 {
	font-size:48px !important;
	line-height:1;
}
.industrial-cap .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.industrial-cap .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.industrial-cap .btImage img {
	display:block;
	width:531px;
	max-width:100%;
	height:auto;
}
.industrial-cap .boldRow:nth-child(3) .btImage img {
	margin:0 auto;
}
.industrial-cap .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}

.about-legacy .boldRow:nth-child(2) .rowItem:nth-child(1) {
	width:60%;
}
.about-legacy .boldRow:nth-child(2) .rowItem:nth-child(2) {
	width:40%;
}
.about-legacy .header h2 {
	font-size:90px !important;
	line-height:1;
}
.about-legacy .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.about-legacy .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.about-legacy .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.about-legacy .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.about-legacy .btImage img {
	display:block;
	width:531px;
	max-width:100%;
	height:auto;
}

.cutting-precision .main-row > .boldRowInner > .rowItem:nth-child(1) {
	width:60%;
}
.cutting-precision .main-row > .boldRowInner > .rowItem:nth-child(2) {
	width:40%;
}
.cutting-precision .header h2 {
	font-size:89px !important;
	line-height:1;
}
.cutting-precision .header h2 b {
	display:inline;
	font-weight:inherit;
	color:#1678B8 !important;
}
.cutting-precision .header h3 {
	font-size:28px !important;
	line-height:1.1;
}
.cutting-precision .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:25px;
}
.cutting-precision .btText {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.cutting-precision .icon-row .rowItemContent {
	position:relative;
	padding-left:8.5rem;
}
.cutting-precision .icon-row .bpgPhoto {
	position:absolute;
	left:2rem;
	top:-1rem;
	width:73px;
}
.cutting-precision .icon-row .btText {
	font-size:16px;
	line-height:25px;
}

.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(1) {
	width:calc(100% - 320px);
}
.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(1) > .rowItemContent {
	padding-right:2.5rem;
}
.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(2) {
	width:320px;
}
.cutting-services .header h2 {
	font-size:90px !important;
	line-height:1;
}
.cutting-services .header h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.cutting-services .header h3 {
	font-size:28px !important;
	line-height:1.1;
}
.cutting-services .header .btSuperTitle {
	margin-bottom:15px;
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.cutting-services .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:35px;
}
.cutting-services .btText {
	width:100%;
	max-width:754px;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:34px;
}
.cutting-services .details-row .header .btSuperTitle {
	margin:0;
	font-size:20px;
}
.cutting-services .details-row .btText {
	font-size:16px;
	line-height:25px;
}

.pd-info .boldRowInner {
	display:flex;
	flex-wrap:wrap;
}
.pd-info .rowItem {
	position:relative;
}
.pd-info .rowItemContent {
	position:static;
	height:100%;
}
.pd-info .rowItem:nth-child(1) > .rowItemContent {
	padding-right:3rem;
}
.pd-info .header h2 {
	font-size:90px !important;
	line-height:1;
}
.pd-info .header h2 b {
	display:inline;
	font-weight:inherit;
	color:#1678B8 !important;
}
.pd-info .header .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.pd-info .header .btSubTitle {
	padding-top:30px;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.pd-info .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.pd-info .bpgPhoto {
	position:absolute;
	left:0;
	top:0;
	width:50vw;
	height:100%;
}
.pd-info .btImage,
.pd-info .btImage img {
	width:100%;
	height:100%;
}
.pd-info .btImage img {
	object-fit:cover;
}
.pd-info .right-row .rowItem:nth-child(1) > .rowItemContent {
	padding-right:0;
}
.pd-info .right-row .rowItem:nth-child(2) > .rowItemContent {
	padding-left:3rem;
}
.pd-info .right-row .bpgPhoto {
	left:auto;
	right:0;
}

.gallery-items .boldRow {
	margin:0 -5px;
}
.gallery-items .rowItem {
	padding:0 5px;
}
.gallery-items .boldRow .boldRow .rowItemContent {
	background:#ededed;
	padding:1.6875rem;
}
.gallery-items .boldCellInner > .boldRow > .boldRowInner > .rowItem {
	margin-bottom:10px;
}
.gallery-items .btImage {
	position:relative;
	height:0;
	padding-bottom:74.66174662%;
}
.gallery-items .btImage img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.gallery-items .header {
	margin:0;
	line-height:1.1;
}
.gallery-items .header + .header {
	margin-top:3px;
	margin-bottom:5px;
}
.gallery-items .header h3 {
	padding:0;
	font-size:12px;
	color:#355675;
	letter-spacing:0;
	line-height:inherit;
}
.gallery-items .header h4 {
	padding:0;
	font-size:27px;
	color:#222222;
	letter-spacing:0;
	line-height:inherit;
}
.gallery-items .btText {
	font-family:"Roboto",sans-serif;
	font-size:15px;
	color:#222222;
	line-height:25px;
}

.cutting-details .btImage {
	position:relative;
	height:0;
	margin-bottom:50px;
	padding-bottom:62.06597222%;
}
.cutting-details .btImage img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.cutting-details .btVideo {
	margin-bottom:50px;
}
.cutting-details .btVideo video {
	display:block;
	width:100%;
	height:auto;
}
.cutting-details .header {
	margin:0 0 15px 0;
	line-height:1.1;
}
.cutting-details .header h3 {
	padding:0;
	font-size:25px;
	color:#3e668b;
	letter-spacing:0;
	line-height:inherit;
}
.cutting-details .btText {
	font-family:"Roboto",sans-serif;
	font-size:17px;
	color:#000000;
	line-height:25px;
}

.errorPage .header h1 {
	padding:0;
	font-size:73px;
	letter-spacing:0;
	line-height:1;
}
.errorPage .header .btSuperTitle {
	margin-bottom:1rem;
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:26px;
	color:#ffffff;
	line-height:34px;
}
.errorPage .header .btSubTitle {
	padding-top:2rem;
}
.errorPage .header .btSubTitle a {
	display:inline-block;
	background:#d57424 !important;
	border-color:#d57424 !important;
	padding:15px 40px;
	font-family:"Roboto",sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	text-transform:none;
	letter-spacing:0;
	line-height:1.3;
	text-align:center;
}
.errorPage .btDash.bottomDash .dash:after {
	border-color:#3e668b;
	margin-top:20px;
}
.errorPage .btText {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:26px;
	color:#ffffff;
	line-height:34px;
}
.errorPage .btImage {
	margin-bottom:15px;
	text-align:center;
}
.errorPage .btImage img {
	display:inline-block;
	width:177px;
	max-width:100%;
	height:auto;
}

.pp-content .header.large h2 {
	font-size:90px !important;
	line-height:1;
}
.pp-content .header.large h2 b {
	font-weight:inherit;
	color:#1678B8 !important;
}
.pp-content .header.large .btSuperTitle {
	font-size:24px;
	color:#1678B8;
	line-height:1.1;
	letter-spacing:0;
}
.pp-content .header .btSubTitle {
	display:none;
}
.pp-content .btDash.bottomDash .dash:after {
	border-color:#1678B8;
	margin-top:20px;
}
.pp-content .btText {
	font-family:"Roboto",sans-serif;
	font-size:20px;
	color:#222222;
	line-height:34px;
}
.pp-content .btText a {
	color:#1678B8;
}

.mfp-image-holder .mfp-close {
	right:0;
	top:0;
	height:auto;
	padding:0;
	line-height:10px;
}
.mfp-image-holder .mfp-close:before {
	display:none;
}

.blog-grid .btGridContainer .btAjaxGrid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px 8px;
	height:auto !important;
}
.blog-grid .btGridContainer .gridSizer {
	display:none;
}
.blog-grid .btGridContainer .gridItem {
	position:relative !important;
	left:auto !important;
	top:auto !important;
	width:auto !important;
	background:#ecedec;
}
.blog-grid .btGridContainer .btMediaBox {
	height:auto !important;
}
.blog-grid .btGridContainer .btMediaBox img {
	aspect-ratio:813 / 607;
	object-fit:cover;
}
.blog-grid .btGridContainer .btDash.topDash .btSuperTitle:after {
	display:none;
}
.blog-grid .btGridContainer .btSuperTitle .btArticleCategories {
	font-weight:bold;
	color:#d57424;
}
.blog-grid .btGridContainer .btSuperTitle .btArticleCategories a {
	color:#d57424;
}
.blog-grid .btGridContainer .btSuperTitle .btArticleCategories a:before {
	background-color:#d57424 !important;
}
.blog-grid .btGridContainer .headline {
	font-size:27px;
	line-height:1.1;
}
.blog-grid .btGridContainer .headline a {
	color:#222222;
}
.blog-grid .btGridContainer .btSubTitle {
	padding-top:5px;
}
.blog-grid .btGridContainer .btSubTitle .btArticleDate {
	font-weight:bold;
	font-size:14px;
	color:#355675;
}
.blog-grid .btGridContainer .btGridContent p {
	height:auto;
	margin:0 0 1em 0;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#222222;
	line-height:25px;
}
.blog-grid .btGridContainer .btGridContent p.more {
	margin:0;
}
.blog-grid .btGridContainer .btGridContent p.more a {
	font-weight:bold;
	color:#d57424;
}

.btArticle {
	padding-bottom:3rem;
}
.btArticle .header .btSuperTitle .btArticleCategories {
	font-weight:bold;
	color:#d57424;
}
.btArticle .header .btSuperTitle .btArticleCategories a {
	color:#d57424;
}
.btArticle .header .btSuperTitle .btArticleCategories a:before {
	background-color:#d57424 !important;
}
.btArticle .header .headline {
	font-size:58px;
	line-height:1;
}
.btArticle .header .headline a {
	color:#222222;
}
.btArticle .header .dash:after {
	display:none;
}
.btArticle .header .btSubTitle {
	padding-top:10px;
}
.btArticle .header .btSubTitle .btArticleDate {
	font-weight:bold;
	font-size:17px;
	color:#355675;
}
.btArticle .btArticleBody {
	padding:1rem 0 0 0;
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#222222;
	line-height:25px;
}
.btArticle .btArticleBody p {
	marign:0 0 1em 0;
}
.btArticle .btArticleBody p.quote {
	position:relative;
	margin:2rem 6.5625rem;
	font-weight:bold;
	font-size:30px;
	color:#222222;
	line-height:36px;
}
.btArticle .btArticleBody p.quote:before {
	content:"";
	display:block;
	position:absolute;
	left:-52px;
	top:0;
	background-image:url(../gfx/formcode/blog-single-quote-icon.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:32px;
	height:26px;
}

.neighboringArticles {
	padding-top:2rem;
}
.neighboringArticles h4.nbs a:before, 
.neighboringArticles h4.nbs a:after {
	display:none;
}
.neighboringArticles h4.nbs a .nbsItem {
	padding:0;
}
.neighboringArticles h4.nbs a .nbsItem .nbsDir {
	background:#c87939;
	width:172px;
	padding:18px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-transform:capitalize;
	letter-spacing:0;
	text-align:center;
}
.neighboringArticles h4.nbs.nsPrev a .nbsItem .nbsDir:before {
	content:"<";
	display:inline-block;
	margin-right:5px;
}
.neighboringArticles h4.nbs.nsNext a .nbsItem .nbsDir:after {
	content:">";
	display:inline-block;
	margin-left:5px;
}
.neighboringArticles .btTextLeft:after {
	display:none !important;
}

body.single .btContentWrap {
	background:#edeced;
}
body.single .btSeparator hr {
	border-bottom:1px solid #9b9b9b;
}
body.single .btSidebar > .btBox {
	background:#ffffff;
	margin-left:-30px;
	padding-left:30px;
	padding-right:30px;
}
body.single .btSidebar > .btBox > h4:after {
	border-color:#435073;
}

.btBox.widget_search {
	padding-top:3rem;
}
.btBox .btSearch {
	padding-right:47px;
	padding-top:1rem;
}
.btBox .btSearch input[type="text"] {
	height:47px;
	padding:0 21px;
	font-family:"Roboto",sans-serif;
}
.btBox .btSearch button {
	background:#c87a38;
	width:47px;
	height:47px;
	margin:-47px -47px 0 0;
}

.btBox.widget_categories ul li a {
	font-family:"Roboto",sans-serif;
}
.btBox.widget_categories ul li {
	border-color:#9b9b9b;
}

@media (max-width:1023px) {
	.mainHeader .btLogoArea {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:1rem 0;
	}
	.mainHeader .btLogoArea:after {
		display:none;
	}
	.mainHeader .btLogoArea .logo {
		order:-1;
	}
	.mainHeader .btLogoArea .logo img {
		width:auto;
		max-width:none;
		height:44px;
	}
	.mainHeader .btVerticalMenuTrigger {
		margin:0;
	}
	.mainHeader .btVerticalMenuTrigger .btIco .btIcoHolder:before {
		font-size:20px !important;
	}
	.mainHeader .btVerticalMenuTrigger .btIco:hover .btIcoHolder:before {
		color:#1678B8 !important;
	}
	.home-banner .header h1 {
		font-size:64px !important;
	}
	.home-banner .header h2 {
		font-size:56px;
	}
	.home-banner .btText {
		font-size:20px;
		line-height:1.3;
	}
	.home-about .header h2 {
		font-size:64px !important;
	}
	.home-wwd .header.large h2 {
		font-size:64px !important;
	}
	.home-hww .header h2 {
		font-size:64px !important;
	}
	.home-hww .btn-group .rowItemContent {
		flex-direction:column;
		padding-left:7px;
	}
	.home-hww .btn-group .btText {
		padding:13px 0;
	}
	.home-why .header h2 {
		font-size:64px !important;
	}
	.home-explore .header h2 {
		font-size:64px !important;
	}
	.home-contact .header h2 {
		font-size:64px !important;
	}
	.page-top .header h1 {
		font-size:64px !important;
	}
	body.page-id-1968 .page-top .header h1 {
		font-size:64px !important;
	}
	.contact-form .header h2 {
		font-size:64px !important;
	}
	.industrial-wwd .header.large h2 {
		font-size:64px !important;
	}
	.industrial-cap .header h2 {
		font-size:40px !important;
	}
	.cutting-precision .header h2 {
		font-size:64px !important;
	}
	.cutting-services .header h2 {
		font-size:64px !important;
	}
	.pd-info .header h2 {
		font-size:64px !important;
	}
	.errorPage .header h1 {
		font-size:64px !important;
	}
	.errorPage .header .btSuperTitle {
		font-size:20px;
		line-height:1.3;
	}
	.pp-content .header.large h2 {
		font-size:64px !important;
	}
	.page-top.cutting-services .btSeparator {
		height:82px;
		padding:0 !important;
	}
}

@media (max-width:991px) {
	.home-about .btBtn {
		margin-bottom:4rem;
	}
	.home-wwd .btBtn {
		margin-bottom:4rem;
	}
	.btSiteFooterWidgets .btBox:not(:last-child) {
		margin-bottom:2rem;
	}
	.btSiteFooterWidgets .btBox > h4 {
		text-align:center;
	}
	.btSiteFooterWidgets .widget_text .textwidget {
		text-align:center;
	}
	.btSiteFooterWidgets .widget_text .textwidget ul + h4 {
		margin-top:2.5rem;
	}
	.btSiteFooter .btTextLeft,
	.btSiteFooter .btTextRight {
		text-align:center;
	}
	.btSiteFooter ul.menu {
		justify-content:center;
	}
	.contact-form .gform_wrapper {
		padding-top:2rem;
	}
	.industrial-wwd .header .btSubTitle {
		display:block;
	}
	.industrial-wwd .btBtn {
		margin-bottom:4rem;
	}
	.industrial-wwd .btText {
		display:none;
	}
	.industrial-cap .boldRow:nth-child(3) .boldRowInner {
		display:flex;
		flex-direction:column;
	}
	.industrial-cap .boldRow:nth-child(3) .rowItem:nth-child(2) {
		order:-1;
	}
	.industrial-cap .boldRow:nth-child(3) .btImage img {
		margin:0;
	}
	.about-legacy .boldRow:nth-child(2) .boldRowInner {
		display:flex;
		flex-direction:column;
	}
	.about-legacy .boldRow:nth-child(2) .rowItem:nth-child(1) {
		width:100%;
	}
	.about-legacy .boldRow:nth-child(2) .rowItem:nth-child(2) {
		order:-1;
		width:100%;
	}
	.cutting-precision .main-row > .boldRowInner > .rowItem:nth-child(1) {
		width:100%;
	}
	.cutting-precision .main-row > .boldRowInner > .rowItem:nth-child(2) {
		width:100%;
	}
	.cutting-precision .icon-row .rowItemContent {
		padding-left:6.5rem;
	}
	.cutting-precision .icon-row .bpgPhoto {
		left:0;
	}
	.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(1) {
		width:100%;
	}
	.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(1) > .rowItemContent {
		padding-right:0;
	}
	.cutting-services .main-row > .boldRowInner > .rowItem:nth-child(2) {
		width:100%;
	}
	.cutting-services .btText {
		max-width:none;
	}
	.pd-info .rowItem:nth-child(1) > .rowItemContent {
		padding-right:0;
	}
	.pd-info .rowItem:nth-child(2) {
		order:-1;
	}
	.pd-info .bpgPhoto {
		position:relative;
		left:50%;
		top:auto;
		width:100vw;
		height:100vw;
		
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.pd-info .right-row .rowItem:nth-child(2) {
		order:2;
	}
	.pd-info .right-row .rowItem:nth-child(2) > .rowItemContent {
		padding-left:0;
	}
	.pd-info .right-row .bpgPhoto {
		left:50%;
		right:auto;
	}
	.cutting-details .rowItem:not(:last-child) {
		margin-bottom:4rem;
	}
	.blog-grid .btGridContainer .btAjaxGrid {
		grid-template-columns:repeat(2,1fr);
	}
	.btArticle .header .headline {
		font-size:48px;
	}
	.neighboringArticles h4.nbs.nsPrev,
	.neighboringArticles h4.nbs.nsNext {
		width:100%;
	}
	.neighboringArticles h4.nbs a {
		justify-content:center;
	}
}

@media (max-width:767px) {
	.home-banner .header h1 {
		font-size:36px !important;
	}
	.home-banner .header h2 {
		font-size:28px;
	}
	.home-banner .btText {
		font-size:16px;
	}
	.home-banner .btImage img {
		width:120px;
	}
	.home-about .header h2 {
		font-size:36px !important;
	}
	.home-about .btBtn {
		margin-bottom:2rem;
	}
	.home-wwd .header.large h2 {
		font-size:36px !important;
	}
	.home-wwd .header.small h4 {
		font-size:20px !important;
	}
	.home-hww .header h2 {
		font-size:36px !important;
	}
	.home-why .header h2 {
		font-size:36px !important;
	}
	.home-why .btText ul {
		padding-left:0;
	}
	.home-why .btText ul li {
		padding-left:40px;
	}
	.home-explore .header h2 {
		font-size:36px !important;
	}
	.home-contact .header h2 {
		font-size:36px !important;
	}
	.home-contact .gform_wrapper form {
		padding:25px 30px;
	}
	.btSiteFooter ul.menu {
		flex-direction:column;
		align-items:center;
		gap:0;
	}
	.page-top .header h1 {
		font-size:36px !important;
	}
	body.page-id-1968 .page-top .header h1 {
		font-size:36px !important;
	}
	.page-top .btDash.bottomDash .dash:after {
		margin-top:30px;
	}
	.contact-form .header h2 {
		font-size:36px !important;
	}
	.industrial-wwd .header.large h2 {
		font-size:36px !important;
	}
	.industrial-cap .header h2 {
		font-size:32px !important;
	}
	.about-legacy .header h2 {
		font-size:36px !important;
	}
	.cutting-precision .header h2 {
		font-size:36px !important;
	}
	.cutting-precision .header h3 {
		font-size:20px !important;
	}
	.cutting-services .header h2 {
		font-size:36px !important;
	}
	.cutting-services .header h3 {
		font-size:20px !important;
	}
	.pd-info .rowItem {
		width:100%;
	}
	.pd-info .header h2 {
		font-size:36px !important;
	}
	.cutting-details .rowItem:not(:last-child) {
		margin-bottom:2rem;
	}
	.cutting-details .btImage {
		margin-bottom:20px;
	}
	.cutting-details .header h3 {
		font-size:20px;
	}
	.pp-content .header.large h2 {
		font-size:36px !important;
	}
	.blog-grid .btGridContainer .btAjaxGrid {
		grid-template-columns:1fr;
	}
	.btArticle .header .headline {
		font-size:32px;
	}
	.btArticle .btArticleBody p.quote {
		margin:2rem 4rem;
		font-size:24px;
		line-height:1.2;
	}
	body.single .btSidebar > .btBox {
		margin-left:0;
	}
	body.single .btSidebar {
		padding-bottom:4rem;
	}
}