/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
 body {
  margin: 0;
} */

/*
pcsGutenModal-button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
pcsGutenModal-button {
  overflow: visible;
}
pcsGutenModal-button,
select {
  text-transform: none;
}
pcsGutenModal-button,
html input[type="pcsGutenModal-button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: pcsGutenModal-button;
  cursor: pointer;
}
pcsGutenModal-button[disabled],
html input[disabled] {
  cursor: default;
}
pcsGutenModal-button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
*/

/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/**:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
/* body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
} */
/*
input,
pcsGutenModal-button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*/
/*
[role="pcsGutenModal-button"] {
  cursor: pointer;
}
*/

.pcsGutenModal-open {
	overflow: hidden;
}
.pcsGutenModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.pcsGutenModal.pcsGutenModal-fade .pcsGutenModal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.pcsGutenModal.in .pcsGutenModal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.pcsGutenModal-open .pcsGutenModal {
	overflow-x: hidden;
	overflow-y: auto;
}
.pcsGutenModal-dialog {
	position: relative;
	/* max-width: 500px; */
	margin: 15px auto auto auto;
}
.pcsGutenModal-content {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
	pointer-events: auto;
}
.pcsGutenModal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.pcsGutenModal-backdrop.pcsGutenModal-fade {
	filter: alpha(opacity=00);
	opacity: 0.0;
}
.pcsGutenModal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.pcsGutenModal-header {
	/* padding: 15px;
	border-bottom: 1px solid #e5e5e5;  */
	/* NOTE: following are specifically for pcs-modal-gutenberg to uncover close button from div.pcsGutenModal-body */
	padding: 0 0 15px 0;
}
.pcsGutenModal-title {
	margin: 0;
	line-height: 1.42857143;
}
.pcsGutenModal-body {
	position: relative;
	/* padding: 15px; */
	/* NOTE: following are specifically for pcs-modal-gutenberg to uncover close button from div.pcsGutenModal-body */
	padding: 0 15px 15px 15px;
}
.pcsGutenModal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.pcsGutenModal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.pcsGutenModal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.pcsGutenModal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.pcsGutenModal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
/* 
@media (min-width:576px) {
	.pcsGutenModal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.pcsGutenModal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.pcsGutenModal-dialog-scrollable .pcsGutenModal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.pcsGutenModal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.pcsGutenModal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}
}
@media (min-width:992px) {
	.pcsGutenModal-lg,
	.pcsGutenModal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.pcsGutenModal-xl {
		max-width: 1140px
	}
}
 */

/*.clearfix:before,
.clearfix:after,*/
.pcsGutenModal-header:before,
.pcsGutenModal-header:after,
.pcsGutenModal-footer:before,
.pcsGutenModal-footer:after {
	display: table;
	content: " ";
}
/*.clearfix:after,*/
.pcsGutenModal-header:after,
.pcsGutenModal-footer:after {
	clear: both;
}
/*
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
*/

/* .pcsGutenModal-close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=50);
	opacity: .5;
} 
*/
#pcsGutenModal-close-a{
	all: unset;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: translate(40%, -40%);
	-moz-transform: translate(40%, -40%);
	-ms-transform: translate(40%, -40%);
	-o-transform: translate(40%, -40%);
	transform: translate(40%, -40%);
	cursor: pointer;
	margin-top: -2px;
}
.pcsGutenModal-close-box{
	width: 25px;
	height: 25px;
	background: #e5e5e5;
	float: left;
	border-radius: 50%;
	display: block;
}
.pcsGutenModal-close-box:hover{
	background: #d0d0d0;
}
.pcsGutenModal-close-box:hover .pcsGutenModal-close-box-x {
	stroke: #ff2222;
}
.pcsGutenModal-close-box-x{
	stroke: #999999;
	fill: transparent;
	stroke-linecap: round;
	stroke-width: 4;
}
.pcsGutenModal-button.pcsGutenModal-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pcsGutenModal-content .pcsGutenModal-footer button.pcsGutenModal-btn {
	color: #eaeaea;
}
.pcsGutenModal-content .pcsGutenModal-footer button.pcsGutenModal-btn:hover {
	color: #eeee22;
}

/* Vertically centered */
.pcsGutenModal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
	pointer-events: none;
}
/* .pcsGutenModal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
} */
.pcsGutenModal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.pcsGutenModal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.pcsGutenModal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}