body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

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

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?grxq7i") format("truetype"), url("../fonts/icomoon/icomoon.woff?grxq7i") format("woff"), url("../fonts/icomoon/icomoon.svg?grxq7i#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e902";
}

.icon-embed:before {
	content: "\e903";
}

.icon-mail:before {
	content: "\e900";
}

.icon-tel:before {
	content: "\e901";
}

.icon-close:before {
	content: "\e908";
}

/* two-columns styles*/

.two-columns {
	padding-top: 11px;
	position: relative;
	background: #f3f3f3;
	border-top: 6px solid #acacac;
	border-bottom: 1px solid #c9c9c9;
}

.two-columns .container {
	padding: 0;
}

.two-columns .container:after,
.two-columns .container:before {
	display: none;
}

/* content styles*/

#content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	border: solid #c9c9c9;
	border-width: 1px 0 0;
	padding: 18px 16px 50px;
}

/* section styles*/

.section {
	border-bottom: 3px dashed #ccc;
	padding-bottom: 29px;
	padding-top: 45px;
}

.section:first-child {
	padding-top: 20px;
}

.section h1 {
	font-size: 40px;
	line-height: 1.1;
	color: #1963b0;
	margin-bottom: 24px;
}

.section h2 {
	font-size: 25px;
	line-height: 1.12;
	color: #000;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 21px;
}

.section h3 {
	font-size: 21px;
	line-height: 1.1428571429;
	color: #000;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 23px;
}

.section h4 {
	font-size: 19px;
	line-height: 1.1578947368;
	color: #000;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 23px;
}

.section h5 {
	font-size: 17px;
	line-height: 1.2352941176;
	color: #000;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 21px;
}

.section p:last-child {
	margin-bottom: 0;
}

.section .block-holder {
	padding-bottom: 8px;
}

.section .block {
	border-top: 1px solid #c9c9c9;
	margin-top: 35px;
	padding-top: 25px;
}

.section .block:first-child {
	margin-top: 30px;
	padding-top: 29px;
}

.section .sub-block {
	border-top: 1px solid #c9c9c9;
	margin-top: 35px;
	padding-top: 25px;
}

.section .sub-block:first-child {
	margin-top: 30px;
	padding-top: 29px;
}

.section .img-holder {
	margin-bottom: 17px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 9px;
}

.section .img-holder img {
	width: 100%;
}

.section .img-holder:last-child {
	margin-bottom: 0;
}

/* table styles*/

.table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.table .wistia_embed {
	position: static !important;
}

.table .wistia_embed iframe {
	display: none;
}

.table .wistia_click_to_play {
	position: static !important;
}

.table .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table .th,
.table .td {
	border: solid #c3c3c3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 6px;
	position: relative;
	z-index: 1;
}

.table .th i,
.table .td i {
	font-size: 12px;
}

.table .th:first-child,
.table .td:first-child {
	text-align: left;
	padding-left: 12px;
	padding-right: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.table .th:nth-child(2),
.table .td:nth-child(2) {
	width: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table .th:nth-child(3),
.table .td:nth-child(3) {
	width: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table .th:nth-child(4),
.table .td:nth-child(4) {
	width: 37px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.table .th:last-child,
.table .td:last-child {
	width: 107px;
	padding-left: 8px;
	text-align: left;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.table .th {
	background: #f3f3f3;
	border-width: 1px 1px 1px 0;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 700;
}

.table .th:first-child {
	border-width: 1px;
}

.table .td {
	position: relative;
	overflow: hidden;
	border-width: 0 1px 1px 0;
}

.table .td:first-child {
	border-width: 0 1px 1px;
}

.table .btn-play,
.table .btn-embed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.table .btn-play:before,
.table .btn-embed:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -999px;
	bottom: -999px;
	z-index: -1;
}

.table .btn-play {
	color: #00a651;
}

.table .btn-play:before {
	background: rgba(0, 166, 81, .15);
	-webkit-transition: background .25s linear, color .25s linear;
	transition: background .25s linear, color .25s linear;
}

.table .btn-play:hover {
	color: #fff;
}

.table .btn-play:hover:before {
	background: #00a651;
}

.table .btn-embed:before {
	background: rgba(25, 99, 176, .15);
	-webkit-transition: background .25s linear, color .25s linear;
	transition: background .25s linear, color .25s linear;
}

.table .btn-embed:hover {
	color: #fff;
}

.table .btn-embed:hover:before {
	background: #1963b0;
}

/* hidden styles*/

.hidden {
	display: none !important;
}

/* mobile-hidden styles*/

/* tablet-hidden styles*/

/* code-window styles*/

.code-window {
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 9px;
}

.code-window:last-child {
	margin-bottom: 0;
}

.code-window.small .code-body textarea {
	min-height: 52px;
	height: 52px;
	resize: none;
}

.code-window .code-body textarea {
	max-height: 200px;
	min-height: 200px;
	padding: 15px 17px;
	font-size: 14px;
	line-height: 1.2857142857;
	background: #e2edf9;
	font-family: "Cutive Mono", "Helvetica Neue", "Helvetica", sans-serif;
	border: 2px dashed #a1a1a1;
}

.code-window .code-tfoot {
	padding-top: 18px;
	text-align: right;
}

.code-window .btn-primary {
	min-width: 88px;
	text-align: center;
}

/* bullet-list styles*/

.bullet-list {
	font-size: 14px;
	line-height: 1.4285714286;
	padding: 0 0 0 15px;
	margin: 0 0 27px;
}

.bullet-list:last-child {
	margin-bottom: 0;
}

.bullet-list li {
	position: relative;
	padding: 0 0 0 15px;
}

.bullet-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}

/* alert styles*/

.alert {
	background: #f7dcdc;
	padding: 15px 17px;
	border: 1px solid #c9bdbd;
	margin-bottom: 32px;
}

.alert:last-child {
	margin-bottom: 0;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

/* contact-list styles*/

.contact-list a {
	color: #000;
}

.contact-list a:hover {
	color: #1963b0;
}

/* js-tab-hidden styles*/

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* popup-holder styles*/

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

/* popup styles*/

.popup {
	width: 724px;
	padding: 0;
	border: 1px solid #c3c3c3;
}

.popup .code-window {
	margin-bottom: 9px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 0; /* .code-body{
			max-height: 119px;
			@include media('>=tablet'){
				max-height: 171px;
			}
		} */
}

.popup .code-window:last-child {
	margin-bottom: 0;
}

.popup .code-window .code-body textarea {
	max-height: 119px;
	min-height: 119px;
}

/* embed-tabset styles*/

.embed-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
}

.embed-tabset li {
	width: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.embed-tabset li:first-child a {
	border-width: 0 1px 1px 0;
}

.embed-tabset li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f3f3f3;
	padding: 14px 8px;
	border: solid #c3c3c3;
	border-width: 0 0 1px;
	color: #919191;
}

.embed-tabset li a:hover {
	background: #1963b0;
	color: #fff;
}

.embed-tabset li a:hover .icon-img {
	opacity: 1;
}

.embed-tabset li.active a {
	background: #fff;
	border-bottom-color: #fff;
	color: #000;
}

.embed-tabset li.active .icon-img {
	opacity: 1;
}

.embed-tabset li.active .icon-img .normal {
	display: none;
}

.embed-tabset li.active .icon-img .on-active {
	display: block;
}

.embed-tabset li .text {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.embed-tabset li .icon-img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 4px 0;
	width: 25px;
	opacity: .60;
	box-shadow: -3px 4px 3px rgba(0, 0, 0, .11);
}

.embed-tabset li .icon-img .on-active {
	display: none;
}

/* tab-content styles*/

.tab-content {
	padding: 29px 17px;
}

/* options-box styles*/

.options-box .info-text {
	font-size: 12px;
	line-height: 1.25;
	color: #666;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.options-box h5 {
	margin-bottom: 15px;
}

.options-box .box-col01 {
	margin-bottom: 12px;
}

.options-box .box-col02 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 9px;
}

.options-box .input-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 149px;
	margin-left: 13px;
	opacity: .5;
	pointer-events: none;
}

.options-box .input-wrap.text-center input[type="text"] {
	text-align: center;
}

.options-box .input-wrap .input-holder {
	width: 57px;
}

.options-box .input-wrap .input-holder:only-child {
	width: 100%;
}

.options-box .input-wrap .multiple {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.5;
	color: #000;
	margin: 0 6px;
}

.options-box .input-wrap p {
	margin-bottom: 12px;
}

.options-box .color-box {
	width: 109px;
	position: relative;
}

.options-box .color-box .pickr,
.options-box .color-box .color {
	width: 29px;
	height: 29px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	left: 1px;
	right: 0;
	top: 1px;
	bottom: 1px;
	border-right: 1px solid #c3c3c3;
}

.options-box .color-box .pickr:before,
.options-box .color-box .pickr:after,
.options-box .color-box .color:before,
.options-box .color-box .color:after {
	border-radius: 0;
}

.options-box .color-box .pickr button,
.options-box .color-box .color button {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: calc(100% - 2px);
	padding: 0;
	border-radius: 0;
}

.options-box .color-box .pickr button:before,
.options-box .color-box .pickr button:after,
.options-box .color-box .color button:before,
.options-box .color-box .color button:after {
	border-radius: 0;
}

.options-box .color-box .input-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.options-box .color-box input[type="text"] {
	padding-left: 39px;
}

.options-box input[type="text"] {
	width: 100%;
	font-size: 14px;
	line-height: 1.3571428571;
	height: 29px;
	padding: 5px 8px;
}

.options-box .chose-list li {
	margin-bottom: 11px;
}

.options-box .chose-list li:last-child {
	margin-bottom: 0;
}

.options-box .chose-list li.active .input-wrap {
	opacity: 1;
	pointer-events: auto;
}

.options-box .chose-list .custom-radio {
	margin-bottom: 0;
}

.options-box p {
	margin-bottom: 11px;
}

.options-box p:last-child {
	margin-bottom: 0;
}

/* custom-radio styles*/

.custom-radio {
	position: relative;
	padding-left: 25px;
	margin-bottom: 16px;
}

.custom-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.custom-radio input[type="radio"]:checked + span:before {
	background: #1963b0;
}

.custom-radio input[type="radio"]:checked + span:after {
	opacity: 1;
}

.custom-radio span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 17px;
	height: 17px;
	border: 1px solid #c3c3c3;
	background: #fff;
	display: block;
	border-radius: 50%;
}

.custom-radio span:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 7px;
	background: #fff;
	width: 5px;
	height: 5px;
	opacity: 0;
	border-radius: 50%;
}

/* iframe styles*/

iframe {
	width: 100%;
	display: block;
	border: 0;
}

/* sticky-wrap-fixed-sidebar styles*/

.sticky-wrap-fixed-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* fixed-sidebar styles*/

.fixed-sidebar {
	padding-bottom: 10px;
}

/* sidebar-holder styles*/

/* sidebar-nav styles*/

.sidebar-nav {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2272727273;
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	text-align: center;
}

.sidebar-nav a {
	display: block;
	color: #1963b0;
}

.sidebar-nav a:hover {
	background: rgba(25, 99, 176, .04);
}

.sidebar-nav li.active > ul {
	display: block;
}

.sidebar-nav li.current > a {
	background: rgba(25, 99, 176, .1);
}

.sidebar-nav li.current > a:hover {
	background: rgba(25, 99, 176, .3);
}

.sidebar-nav li > a {
	padding: 13px 20px;
}

.sidebar-nav ul {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2941176471;
	display: none;
}

.sidebar-nav ul > li.active > ul {
	display: block;
}

.sidebar-nav ul > li.current > a {
	background: rgba(25, 99, 176, .1);
}

.sidebar-nav ul > li.current > a:hover {
	background: rgba(25, 99, 176, .3);
}

.sidebar-nav ul > li > a {
	padding: 8px 35px;
}

.sidebar-nav ul ul {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3571428571;
	display: none;
}

.sidebar-nav ul ul li > a {
	padding: 5px 49px;
}

.pcr-app {
	z-index: 99993 !important;
}

.btn-copied {
	pointer-events: none;
	background-color: #1161b3;
}

.btn-error {
	background-color: tomato;
}

@media (min-width: 375px) {
	.bullet-list {
		font-size: 17px;
		line-height: 1.2352941176;
	}

	.bullet-list li:before {
		top: 8px;
	}
}

@media (min-width: 768px) {
	.section p {
		margin-bottom: 30px;
		margin-bottom: 21px;
	}

	.table {
		font-size: 15px;
		line-height: 1.2666666667;
	}

	.table .th:first-child,
	.table .td:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}

	.table .th:nth-child(2),
	.table .td:nth-child(2) {
		width: 55px;
	}

	.table .th:nth-child(3),
	.table .td:nth-child(3) {
		width: 68px;
	}

	.table .btn-play,
	.table .btn-embed {
		color: #000;
	}

	.table .btn-play {
		color: #000;
	}

	.tablet-hidden {
		display: none !important;
	}

	.code-window .code-body textarea {
		max-height: 282px;
		min-height: 282px;
	}

	.bullet-list {
		padding: 0 0 0 29px;
	}

	.popup .code-window {
		margin-bottom: 4px;
	}

	.popup .code-window .code-body textarea {
		max-height: 171px;
		min-height: 171px;
	}

	.embed-tabset {
		font-size: 20px;
		line-height: 1.15;
	}

	.embed-tabset li a {
		padding: 34px 20px;
	}

	.embed-tabset li .icon-img {
		width: 61px;
		margin-right: 13px;
	}

	.tab-content {
		padding: 29px 33px;
	}

	.options-box h5 {
		margin-bottom: 9px;
	}

	.options-box .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #c3c3c3;
		padding: 16px 23px 20px;
		background: #f3f3f3;
	}

	.options-box .box-col01 {
		width: 100px;
		margin-right: 7px;
		margin-bottom: 0;
	}

	.options-box .box-col02 {
		margin-bottom: 0;
	}

	.options-box .box-col03 {
		width: 151px;
	}

	.options-box .chose-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 801px) {
	.two-columns {
		padding-top: 46px;
		padding-bottom: 77px;
	}

	.two-columns .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 15px 0 0;
	}

	#content {
		padding: 10px 20px 80px;
		border-width: 1px;
	}

	.sticky-wrap-fixed-sidebar {
		width: 250px;
	}

	.fixed-sidebar {
		top: 0;
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 10px;
	}

	.sidebar-holder {
		overflow-y: auto;
		height: 100%;
	}

	.sidebar-nav {
		text-align: left;
		padding-top: 30px;
	}
}

@media (min-width: 1024px) {
	.two-columns .container {
		padding: 0 20px 0 0;
	}

	#content {
		padding: 10px 35px 100px;
	}

	.table {
		font-size: 17px;
		line-height: 1.2352941176;
	}

	.table .th:nth-child(2),
	.table .td:nth-child(2) {
		width: 64px;
	}

	.table .th:nth-child(3),
	.table .td:nth-child(3) {
		width: 86px;
	}

	.table .th:last-child,
	.table .td:last-child {
		width: 128px;
		padding-left: 12px;
	}

	.sticky-wrap-fixed-sidebar {
		width: 292px;
	}

	.sidebar-nav {
		font-size: 25px;
		line-height: 1.2;
	}

	.sidebar-nav li > a {
		padding: 15px 20px;
	}

	.sidebar-nav ul {
		font-size: 19px;
		line-height: 1.2631578947;
	}

	.sidebar-nav ul ul {
		font-size: 16px;
		line-height: 1.3125;
	}
}

@media (min-width: 1200px) {
	.two-columns .container {
		padding: 0 20px;
	}

	#content {
		padding: 18px 50px 100px;
	}

	.table .th:first-child,
	.table .td:first-child {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 800px) {
	.sticky-wrap-fixed-sidebar {
		position: static !important;
		height: auto !important;
	}

	.sticky-wrap-fixed-sidebar.fixed-position {
		height: auto !important;
	}

	.sticky-wrap-fixed-sidebar .fixed-sidebar {
		position: static !important;
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.table .th:nth-child(4),
	.table .td:nth-child(4) {
		display: none;
	}

	.table .th:last-child,
	.table .td:last-child {
		display: none;
	}

	.mobile-hidden {
		display: none !important;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
