
@import url(./parts.css);

/*----------------------------------*/
/* General
------------------------------------*/
body {
	/**font-family: "kozuka-gothic-pr6n","メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	/**font-family: "メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif; */
	font-family: "Noto Sans JP","Meiryo","Hiragino Sans","","Hiragino Kaku Gothic Pro","","",Osaka,Verdana,sans-serif;
	font-size: 16px;
	
}
form {
	/**font-size: 13px;*/
}
h1,h2,h3,h4,h5 {
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	/**font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif; */
	font-family: "Noto Sans JP","Meiryo","Hiragino Sans","Hiragino Kaku Gothic Pro",Osaka,Verdana,sans-serif;
	font-style: normal;
	font-weight: 700;
}
h2 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;

	}

/*----------------------------------*/
/* Content Boxes common
------------------------------------*/
.pz-content-boxes h2 {
	font-size: 20px;
}

/*----------------------------------*/
/* Content Boxes v1
------------------------------------*/
.pz-content-boxes-v1 i.icon-custom {
	top: 8px;
	float: left;
	position: relative;
}

.pz-content-boxes-v1 .pz-content-boxes-in-v1 {
	padding: 0 20px;
	overflow: hidden;
}
.pz-content-boxes-v1 .pz-content-boxes-in-v1 h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.pz-content-boxes-v1 .pz-content-boxes-in-v1 h2 {
	font-size: 24px;
}
.pz-content-boxes-v1 .pz-content-boxes-in-v1 h3 a {
	color: #555;
}

/*----------------------------------*/
/* Content Boxes v2
------------------------------------*/
.pz-content-boxes-v2 {
	padding-top: 25px;
	text-align: center;
}
.pz-content-boxes-v2 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	/**background: #dedede;*/
	background: #4765a0;	/** parimary */
	margin-bottom: 25px;
	display: inline-block;
}
.pz-content-boxes-v2 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	/**border: 1px solid #dedede;*/
	border: 1px solid #4765a0;	/** parimary */
	
	border-radius: 50% !important;
}
.pz-content-boxes-v2:hover i,
.pz-content-boxes-v2:hover i:after {
	transition: all 0.3s ease-in-out;
}

.pz-content-boxes-v2:hover i {
	background: #4765a0;
}

.pz-content-boxes-v2:hover i:after {
	border-color: #4765a0;
}

/*----------------------------------*/
/* Content Boxes v3
------------------------------------*/
.pz-content-boxes-v3 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}

.pz-content-boxes-v3 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #4765a0;
  margin-left: -22.5px;
  display: inline-block;
}

.pz-content-boxes-v3 h3,
.pz-content-boxes-v3 p {
    margin-bottom: 20px;
}
.bg-color-light  {
	color: #555;
}
/*----------------------------------*/
/* SECTION
------------------------------------*/
.pz-content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pz-content-sm-no-pb {
	padding-top: 60px;
}
.pz-content-sm-no-pt {
	padding-bottom: 60px;
}
.pz-content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pz-content-md-no-pb {
	padding-top: 80px;
}
.pz-content-md-no-pt {
	padding-bottom: 80px;
}
.pz-content-sm-negative-mt,
.pz-content-sm-no-pb-negative-mt {
	margin-top: -60px;
}
.pz-content-md-negative-mt,
.pz-content-md-no-pb-negative-mt {
	margin-top: -80px;
}

.topbar-v3 ul.left-topbar li {
	color: #fff  !important;
font-size: 12px;
	
}
.pz-fullheight {
	height: 100vh;	
}

.pz-fullheight-inner {
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
/*----------------------------------*/
/* 
------------------------------------*/
@media screen and (min-width: 992px) {
	.pz-col-height-centered {
		position:relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		width: 100%;
	}
}

/*----------------------------------*/
/* headline
------------------------------------*/
.pz-cols  h2 {
	/**font-size: 22px;*/
} 
.pz-headline {
	display: block;
	margin: 10px 0 25px 0;
}
.pz-headline h2 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
}

.pz-headline-v3 {
	border-bottom: 1px dotted #e4e9f0;
}
.pz-headline-v1 h2,
.pz-headline-v2 h2 {
	position: relative;	
	font-size: 28px;
}
.pz-headline-v1 h2::after {
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	position: absolute;
	background: #4765a0;	/** primary */
}
.text-left .pz-headline-v1 h2::after {
	left: 1px;
}
.text-center .pz-headline-v1 h2::after {
	left: 50%;
	margin-left: -15px;
}
.text-right .pz-headline-v1 h2::after {
	right: 1px;
}

.pz-headline-v2 h2::after {
	width: 70px;
	height: 2px;
	content: " ";
	bottom: -10px;
	background: #555;
	position: absolute;
}
.text-left .pz-headline-v2 h2::after {
	left: 1px;
}
.text-center .pz-headline-v2 h2::after {
	left: 50%;
	margin-left: -35px;
}
.text-right .pz-headline-v2 h2::after {
	right: 1px;
}

.pz-headline-v3 h2 {
	display: inline-block;
	border-bottom: 2px solid #4765a0;	/** primary */
}

.pz-headline-l1 h1 {
	font-size: 40px;
	line-height: 1.1em;
}
.pz-headline-l1 h2 {
	font-size: 40px;
	line-height: 1.1em;
}
.pz-headline-l2 h1 {
	font-size: 40px;
	line-height: 1.1em;
}
.pz-headline-l2 h2 {
	font-size: 50px;
	line-height: 1.1em;
}

.pz-headline-center  p {
	color: #666;
	padding: 0 70px;
}

/*----------------------------------*/
/* text-color
------------------------------------*/
.pz-color-white *,
.pz-color-white h1,
.pz-color-white h2,
.pz-color-white h3,
.pz-color-white h4,
.pz-color-white	.pz-headline-center p
 {
 	color: #fff;
}

.pz-color-white h2.title-v2::after,
.pz-color-white .pz-headline-v2 h2::after 
 {
	background: #fff;
}
.pz-color-white .btn-u.btn-brd.btn-u-dark {
	border-color: #fff;
	color: #fff;
}
.pz-color-white .pz-content-boxes-v2 i { 
	background: #4765a0;
}
.pz-color-white .pz-content-boxes-v2 i::after {
	border-color: #4765a0;
}

/*----------------------------------*/
/* Owl Carousel
------------------------------------*/
.pz-owl-carousel .owl-wrapper-outer {
  margin-bottom: 20px;
}

.pz-owl-carousel .item {
  /**margin: 0 3px;*/
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #4765a0;	/** primary */
}

.owl-carousel.pz-carousel-navi-side .owl-next ,
.owl-carousel.pz-carousel-navi-side .owl-prev {
	top:40%;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	line-height: 1.5em;
	font-size: 16px;
	background: #333;
	opacity: 0.7;
}

.owl-carousel.pz-carousel-navi-side .owl-next {
	right: 10px;
}
.owl-carousel.pz-carousel-navi-side .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
	margin-right: -3px;
}
.owl-carousel.pz-carousel-navi-side .owl-prev {
	left: 10px;
}
.owl-carousel.pz-carousel-navi-side .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	margin-left: -3px;
}

.owl-carousel.pz-carousel-navi-side .owl-next:hover ,
.owl-carousel.pz-carousel-navi-side .owl-prev:hover {
	 opacity: 0.4;
}

/* owl carousel 2 */
.owl-carousel.pz-carousel-navi-top  {
	margin-top: 40px;
}
.owl-carousel.pz-carousel-navi-top .owl-nav {
	position: absolute;
	top: -40px;
	right: 0;
}
.owl-carousel.pz-carousel-navi-bottom  {
/**	margin-top: 50px;*/
}
.owl-carousel.pz-carousel-navi-bottom .owl-nav {
}
.owl-carousel.pz-carousel-navi-top .owl-next ,
.owl-carousel.pz-carousel-navi-top .owl-prev,
.owl-carousel.pz-carousel-navi-bottom .owl-next ,
.owl-carousel.pz-carousel-navi-bottom .owl-prev
 {
	top:33%;
	width: 30px;
	color: #777;
	cursor: pointer;
	font-size: 18px;
	padding: 2px 9px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 0px;	
	margin: 0px;
}
.owl-carousel.pz-carousel-navi-top .owl-next,
.owl-carousel.pz-carousel-navi-bottom .owl-next
 {
	right: 10px;
}
.owl-carousel.pz-carousel-navi-top .owl-next:before,
.owl-carousel.pz-carousel-navi-bottom .owl-next:before
 {
	font-family: FontAwesome;
	content: "\f105";
}
.owl-carousel.pz-carousel-navi-top .owl-prev,
.owl-carousel.pz-carousel-navi-bottom .owl-prev
 {
	left: 10px;
	margin-right: 5px;
}
.owl-carousel.pz-carousel-navi-top .owl-prev:before,
.owl-carousel.pz-carousel-navi-bottom .owl-prev:before
 {
	font-family: FontAwesome;
	content: "\f104";
}
.owl-carousel.pz-carousel-navi-top .owl-next:hover ,
.owl-carousel.pz-carousel-navi-top .owl-prev:hover,
.owl-carousel.pz-carousel-navi-bottom .owl-next:hover ,
.owl-carousel.pz-carousel-navi-bottom .owl-prev:hover
{
	background-color: #4765a0;	/** primary */
 }

/*----------------------------------*/
/* col-4
------------------------------------*/
.pz-img-col {
	padding-left: 0px;
	padding-right: 0px;
}
.row.pz-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.pz-no-gutters > [class^="col-"],
.row.pz-no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------*/
/* 色々テスト中
------------------------------------*/
.pz-panelink img {
	opacity: 0.8;
}
.pz-panelink:hover img {
	opacity: 1;
	transition: all 0.2s ease;
}
.pz-panelink {
	background-color: #000;	
}

.pz-panelink .pz-panel-btn  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 43px;
	text-align: center;
	background: #fff;
	padding: 10px 15px;
	border-radius: 25px;
	width: 260px;
	border: 0px;
	font-size: 14px;
}
.pz-video-wrap {
	position:relative;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.pz-video-wrap video {
	background-attachment: fixed; /**中央揃えになるように、fixed。*/
	background-position: center center; /**positionも中央に。*/
	background-size: cover; /** 画面サイズに応じてサイズを可変するように設定。*/
	left: 0;
	/** 以下、画面いっぱいにするためのCSS設定*/
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	/** wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
	position: absolute;
	top: 0;
}


/*----------------------------------*/
/* Parallax
------------------------------------*/
.pz-parallax {
	width: 100%;
	/**height: auto;	TEST */
	/**padding: 50px 0;*/
	position: relative;
	background-size: cover;
	z-index: 1;
}

.pz-parallax:before  {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: -1;
}
.pz-console-parallax:before {
	position: absolute;
	width: 100%;
	height: 50px;
	content: " ";
}
video::before {
	background: rgba(0,0,0,0.8);
	content: " ";
}
.pz-parallax-dark-black::before ,
.pz-img-effect-dark-black::after,
.pz-console-parallax .pz-img-effect-dark-black::before {
 	background: rgba(0,0,0,0.8);
}
.pz-parallax-black::before ,
.pz-img-effect-black::after,
.pz-console-parallax  .pz-img-effect-black::before {
 	background: rgba(0,0,0,0.5);
}
.pz-parallax-light-black::before ,
.pz-img-effect-light-black::after , 
.pz-console-parallax .pz-img-effect-light-black::before {
 	background: rgba(0,0,0,0.2);
}
.pz-parallax-dark-white::before ,
.pz-img-effect-dark-white::after,
.pz-console-parallax .pz-img-effect-dark-white::before {
 	background: rgba(255,255,255,0.8);
}
.pz-parallax-white::before ,
.pz-img-effect-white::after ,
.pz-console-parallax .pz-img-effect-white::before {
 	background: rgba(255,255,255,0.5);
}
.pz-parallax-light-white::before ,
.pz-img-effect-light-white::after, 
.pz-console-parallax .pz-img-effect-light-white::before  {
 	background: rgba(255,255,255,0.2);
}

/*----------------------------------*/
/*pz-breadcrumbs
------------------------------------*/
.pz-breadcrumbs {
	transition: all 0.8s ease-in-out;
	z-index: 1;
	padding: 100px 0;
	position: relative;
}

.pz-breadcrumbs:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}

.pz-breadcrumbs h1 {
	font-size: 40px;
	line-height: 50px;
}

.pz-breadcrumbs p {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.pz-breadcrumbs.pz-breadcrumbs-lg {
		padding: 100px 0;
	}
}

@media (max-width: 768px) {
	.pz-breadcrumbs  {
		padding: 50px 0;
	}
	
	.pz-breadcrumbs h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.pz-breadcrumbs p {
		font-size: 18px;
	}
	
	.fullheight h2 {
		font-size: 18px;
	}
	.fullheight .pz-headline-center p {
		font-size: 18px;
	}
	.pz-headline h2 {
		font-size: 28px;
	}
	.pz-headline-center p {
		padding: 0px;
	}	
			
	
	video {
		display: none;
	}
}

.breadcrumbs .breadcrumb li {
	font-size: 14px;
}

/*----------------------------------*/
/*blog
------------------------------------*/
.pz-blog-item {
	font-size: 15px;
}
.pz-blog-item .imgL {
	margin-right: 15px;
}
.pz-blog-item .imgR {
	margin-left: 15px;
}
.pz-blog-item h2 {
	font-size: 24px;
}
.news-v3 h2 {
	font-size: 26px;
}
.news-v3 .posted-info li {
	font-style: normal;
}

.pz-side-container .container {
	width: 100%;
}
/*----------------------------------*/
/*faq
------------------------------------*/
.pz-faq-block {
	font-size: 15px;
}
.pz-faq-block .imgL {
	margin-right: 15px;
}
.pz-faq-block .imgR {
	margin-left: 15px;
}

.pz-faq-block .panel-heading span {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe;
}
.pz-faq-block .panel-heading p {
    margin-bottom:0px;
}
.pz-faq-block .panel-body {
	font-size: 14px;
}



/*----------------------------------*/
/*pz-console-contentbody
------------------------------------*/
.pz-console-contentbody {
	padding:5px;
}

.pz-console-parallax {
	width:100%;
	height: 50px;	
}
.pz-console-content-content-sm {
	width:100%;
	height: 60px;
}
.pz-console-content-content-md {
	width:100%;
	height: 80px;
}
.pz-console-bg-color {
	width:100%;
	height: 50px;
}

/*----------------------------------*/
/* Revolusion Slider
------------------------------------*/
.pz-rs-mch:after {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
}
.pz-rs-text-color-white {
	color: #fff;
}
.pz-rs-title-l {
	font-size: 75px;
	font-weight: 500;
	/**line-height: 60px;*/
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
	
}
.pz-rs-title-m {
	font-size: 40px;
	font-weight: 500;
	/**line-height: 60px;*/
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-title-s {
	font-size: 30px;
	font-weight: 500;
	/**line-height: 60px;*/
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-text-1 {
	font-size: 24px;
	/**font-weight: 600;*/
	/**line-height: 60px;*/
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-title-lc {
	font-size: 75px;
	font-weight: 500;
	/**line-height: 60px;*/
	text-align: center;		
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}
.pz-rs-title-mc {
	font-size: 40px;
	font-weight: 400;
	/**line-height: 60px;*/
	text-align: center;
	/**font-family: "source-han-sans-japanese","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;*/
	font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
.pz-rs-title-sc {
	font-size: 30px;
	font-weight: 400;
	/**line-height: 60px;*/
	text-align: center;
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}
.pz-rs-text-1c {
	font-size: 24px;
	/**font-weight: 600;*/
	/**line-height: 60px;*/
	text-align: center;
	/**font-family:   "メイリオ","Meiryo","Open Sans", Arial, sans-serif;*/
}

.pz-h4-box {
	font-size: 80%;
}
.pz-h4-box-p {
	margin-bottom: 20px;
}
/*----------------------------------*/
/* footer
------------------------------------*/
.footer  {
	font-size: 14px;
}
.copyright {
	font-size: 12px;
}
/*----------------------------------*/
/* form
------------------------------------*/
.has-error .form-control{
	background-color: #fff0f0;
}
.pz-form-necessary {
	margin-left: 10px;
}
.pz-form-btn {
	text-align: center;
}
.pz-form .alert p{
	font-size: 14px;
	color: #c7254e;
	}
.pz-form-panel {
	background: none !important;
}

.pz-breadcrumbs .container .pz-form {
	padding-left: 0px;
	padding-right: 0px;
}
.pz-color-white * > .pz-form .form-control{
	color: #333 !important;
}
.alert {
	margin-bottom: 10px;
}

.news-v3-in blockquote.hero {
/**	margin-bottom: 0px;*/
}
.news-v3-in .list-inline.posted-info {
	margin-bottom: 0px;
	
}
.pz-blog-item .pz-headline {
	margin-top: 0px;
}
.pz-blog-item {
	margin-bottom: 10px;
}
.list-inline.tags-v2.pz-img-blog-side span.badge {
	font-size: 10px;
	margin-left: 3px;
}

.news-v3 h2 {
	text-transform: none;;
}
.pz-ticker {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}
.pz-color-white a:hover {
	color: #fff;
}

.header-v8 .navbar-nav > li > a {
	text-transform: none;
}

.bg-color-light {
	background-color: #fafafa !important;
}
.link-list a {
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.flex{
		display: flex;
		flex-wrap: wrap;
	}	
		
	.row.flex .col-md-4,.row.flex .col-sm-4{
		width:33.2%;
	}
	.row.flex .col-md-6,.row.flex .col-sm-6{
		width:49.9%;
	}	
}
@media screen and (min-width: 992px) {
	.flex{
		display: flex;
		flex-wrap: wrap;
	}	
	.row.flex .col-md-3,.row.flex .col-sm-3{
		width:24.9%;
	}		
}
	
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 70%;
}

.testimonials.testimonials-pz-l .item {
	padding-left: 22px;
}
.testimonials.testimonials-pz-l .item p {
	position: relative;
}
.testimonials.testimonials-pz-l p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
}
.testimonials.testimonials-pz-l .item::before {
	content: " ";
	display: block;
	position: absolute;
	margin-left:-22px;
	
	top:42px;
	
	border-top: 22px solid;
	
	border-top-color: #e67e22;
	border-left-style: inset;
	border-right-style: inset;

	border-right: 0 solid transparent;
	border-right-style: solid;
	
	border-left: 22px solid transparent;
	border-left-style: solid;
}
.testimonials-pz-large .testimonials-pz-large-in {
	position: relative;
	padding: 0px 20px 0px 55px;
}
.testimonials-pz-large .testimonials-pz-large-in::before {
	font-size: 60px;
	content: "\201C";
	position: absolute;
	margin: -15px 0 0 -40px;
	font-family: Georgia, serif;
}
h1 .testimonials-pz-large .testimonials-pz-large-in::before {
	font-size: 60px;
	content: "\201C";
	position: absolute;
	margin: 15px 0 0 -40px;
	font-family: Georgia, serif;
}
.testimonials-pz-large img {
	width: 60px;
	height: auto;
	margin: 0 20px;
}


.pz-form-fld-len {
    color: #999 !important;
    font-size: 80%;
    margin-left: 10px;
    font-weight: normal;
}

.pz-form.pz-form-RSV .form-group label:not(.pz-form-checkbox-label):not(.pz-form-select-label):not(.pz-form-radio-label){
	display:block;
	background-color: #f5f5f5;
	font-weight:normal;
	padding: 0.75rem;
	color: #000;
}
.pz-form-checkbox-label, .pz-form-select-label, .pz-form-radio-label {
	margin-left: 10px;
	font-weight: normal;
}

.pz-headline-n1 h2 {
	font-size: 19.6px !important;margin-bottom: 15px;font-weight: normal;line-height: 1.6;font-weight__: bold;border-left: solid 3px #e67e22; padding-left: 15px;padding-top: 10px;padding-bottom: 5px;border-bottom: solid 1px #ccc;
}
.pz-headline-n2 h2 {
	font-size: 19.6px !important;margin-bottom: 15px;font-weight: normal;line-height: 1.6;border-left: solid 2px #717984; padding-left: 15px;padding-top: 10px;padding-bottom: 5px;border-bottom: solid 1px #ccc;
}



