/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* html {
  font-family: sans-serif; 
  line-height: 1.15; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} */

/**
 * Remove the margin in all browsers (opinionated).
 */

/* body {
  margin: 0;
} */

/* HTML5 display definitions
   ========================================================================== */
@media (min-width: 1260px) {
	.container {
		width: 100%;
	}
}

.modal-dialog {
	overflow-y: initial !important
}

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

.lazyframe {
	position: relative;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-size: cover
}

.lazyframe__title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 17px;
	z-index: 3
}

.lazyframe__title:after {
	z-index: -1
}

.lazyframe:hover {
	cursor: pointer
}

.lazyframe:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%
}

.lazyframe[data-ratio="16:9"]:before {
	padding-top: 56.25%
}

.lazyframe[data-ratio="4:3"]:before {
	padding-top: 75%
}

.lazyframe[data-ratio="1:1"]:before {
	padding-top: 100%
}

.lazyframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 100%
}

.lazyframe[data-vendor="youtube"] {
	background-color: #e52d27;
	font-family: Roboto, Arial, Helvetica, sans-serif
}

.lazyframe[data-vendor="youtube"] .lazyframe__title {
	color: #eee;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	transition: color 0.1s cubic-bezier(0.4, 0, 1, 1)
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover {
	color: #fff
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:before {
	content: '';
	display: block;
	background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
	height: 98px;
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-tap-highlight-color: transparent
}

.lazyframe[data-vendor="youtube"]:before {
	padding-top: 56.25%
}

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before {
	padding-top: 56.25%
}

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before {
	padding-top: 75%
}

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before {
	padding-top: 100%
}

.lazyframe[data-vendor="youtube"]:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: .81;
	border: none;
	z-index: 4
}

.lazyframe[data-vendor="youtube"]:hover:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
	opacity: 1
}

.lazyframe[data-vendor="vimeo"] {
	background-color: #00adef
}

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #00adef;
	font-size: 20px;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: auto;
	-webkit-tap-highlight-color: transparent;
	background-color: rgba(0, 0, 0, 0.5)
}

.lazyframe[data-vendor="vimeo"]:before {
	padding-top: 56.25%
}

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
	padding-top: 56.25%
}

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
	padding-top: 75%
}

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
	padding-top: 100%
}

.lazyframe[data-vendor="vimeo"]:after {
	content: '';
	height: 40px;
	width: 65px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative
}

.lazyframe[data-vendor="vimeo"]:hover:after {
	background-color: #00adef
}

.lazyframe[data-vendor="vine"] {
	background-color: #00bf8f
}

.lazyframe[data-vendor="vine"] .lazyframe__title {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	z-index: 3;
	positon: relative
}

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 115px;
	padding: 24px 70px 24px 24px;
	background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0)
}

.lazyframe[data-vendor="vine"]:before {
	padding-top: 100%
}

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
	padding-top: 56.25%
}

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
	padding-top: 75%
}

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
	padding-top: 100%
}

.lazyframe[data-vendor="vine"]:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 50%
}

.lazyframe[data-vendor="vine"]:hover:after {
	background-color: rgba(0, 0, 0, 0.75)
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

/***** WUFT Remove Header and Footer *****/
body {
	background-image: none;
}

/* header,
footer, */
#topcontrol,
.footer-bottom {
	display: none;
}

#wrapper.wide-layout #main-content {
	padding: 0;
	margin: 0;
	width: 100% !important;
}

/***** Global Styles *****/
body {
	margin: 0;
}

/* .longform,
.longform p,
.longform blockquote p,
.longform figure figcaption {
	font-family: 'Muli', serif;
} */

.longform p:empty {
	display: none;
}

/* .longform div:hover{
	border: 2px dashed black;
} */

.longform h1,
.longform h2,
.longform h3,
.longform h4,
.longform h5,
.longform h6 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
}

.longform p,
.longform h1,
.longform h2,
.longform h3,
.longform h4,
.longform h5,
.longform h6,
.longform blockquote,
.longform ul,
.longform .addthis_inline_share_toolbox {
	max-width: 750px;
	word-wrap: break-word;
	padding: 0 10px;
	color: #333333;
}

.longform {
	position: relative;
}

.longform p,
.longform figure,
.longform blockquote,
.longform ul,
.longform .addthis_inline_share_toolbox {
	margin: 21px auto;
}

/***** Banner *****/
#wuft-banner {
	padding: 12px;
	position: absolute;
	z-index: 1;
	background-color: #212121;
	width: 100%;
	box-sizing: border-box;
}

#wuft-banner h3 {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0px;
	font-family: 'Muli';
}

#wuft-banner h3 a {
	text-decoration: none;
	color: white;
}

/***** Covers *****/
.longform #cover {
	width: 100%;
	height: 100vh;
	min-height: 400px;
}

.longform #cover .cover-photo {
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.longform #cover .cover-content {
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}

.longform #cover #cover-headline {
	color: white;
	text-align: center;
	max-width: none;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	text-shadow: rgba(0, 0, 0, 0.6) -2px 2px 14px;
}

.longform #cover #cover-subhead {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) -2px 2px 14px;
	border-top: 4px solid white;
	margin: 21px auto 0;
}

.longform #cover .cover-content #cover-continue {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 25px;
}

.longform #cover .cover-content #cover-continue a {
	height: 40px;
	display: block;
	width: 40px;
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 40px;
}

.longform #cover .cover-content #cover-continue svg {
	width: 100%;
	height: 100%;
	fill: white;
}

.longform #cover .cover-photo .washer {
	width: 100%;
	height: 100%;
	background-color: rgba(72, 72, 72, 0.52);
}

.longform .cover-photo .parallax-img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position-x: 50% !important;
}

/***** Headline Sizing *****/
.longform #cover .cover-content {
	padding: 0px 40px 35px;
}

.longform #cover #cover-headline {
	font-size: 150px;
	line-height: 137px;
}

.longform #cover #cover-subhead {
	font-size: 50px;
	max-width: 1000px;
}

@media screen and (max-width: 1500px) {
	.longform #cover #cover-headline {
		font-size: 95px;
		line-height: 85px;
	}

	.longform #cover #cover-subhead {
		font-size: 40px;
		max-width: 650px;
	}
}

@media screen and (max-width: 700px) {
	.longform #cover #cover-headline {
		font-size: 75px;
		line-height: 70px;
	}

	.longform #cover #cover-subhead {
		font-size: 40px;
		max-width: 650px;
	}
}

@media screen and (max-width: 500px) {
	.longform #cover #cover-headline {
		font-size: 50px;
	}
}

@media screen and (max-width: 400px) {
	.longform #cover #cover-headline {
		font-size: 32px;
		line-height: 57px;
		width: 100%;
	}

	.longform #cover #cover-subhead {
		font-size: 30px;
	}

	.longform #cover #cover-dateline {
		padding: 0 20px;
	}
}

/***** Byline | Dateline *****/
.longform #by-date {
	text-align: center;
	margin-bottom: 40px;
}


/***** Headings *****/
.longform .byline {
	text-align: center;
	font-weight: bold;
	margin: 55px auto 21px;
}

.longform h1 {
	font-size: 25px;
	margin: 35px auto 0px;
	text-align: center;
}

.longform h2 {
	font-size: 42px;
	margin: 21px auto -15px;
	text-align: center;
}

.longform h3,
.longform h4,
.longform h5,
.longform h6 {
	font-size: 24px;
	margin: 21px auto -14px
}

@media screen and (max-width: 500px) {
	.longform h2 {
		font-size: 28px;
		margin: 21px auto -15px;
		text-align: center;
	}
}

/***** Copy Paragraphs *****/
.longform p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

/***** Anchor Tags *****/
.longform p a {
	position: relative;
	font-weight: bold;
	color: #428bca;
	text-decoration: none;
	cursor: pointer;
}

.longform p a:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: -2px;
	border-top: 2px solid #428bca;
}

/***** Horizontal Rules *****/
.longform hr{
	max-width: 620px;
	margin: 30px auto;
	opacity: 1 !important;
	background-color: transparent !important;
}
.longform hr.doubleLine {
	border: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 2px;
	clear: both;
}
.longform hr.gradient {
	max-width: 740px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(16 15 15 / 75%), rgba(0, 0, 0, 0));
	clear: both;
}

.longform hr.glyph {
	overflow: visible; /* For IE */
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
	clear: both;
}

.longform hr.glyph:after {
	content: "\00A7";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}

.longform hr.shadow {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5) !important;
	clear: both;
}

.longform hr.dashedLine {
	border: 0;
	border-bottom: 1px dashed #1a1818;
	background: #999;
	clear: both;
}

/***** Figures *****/
.longform figure {
	max-width: 900px;
}

.longform figure {
	width: 100%;
}

.longform figcaption {
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
	/* max-width: 650px; */
	margin: 0 auto;
	word-wrap: break-word;
}

.longform figure img {
	width: 100%;
}

.longform figure iframe {
	background-color: black;
	background-image: url('./loading.gif');
	background-size: contain;
}

.longform figure.left,
.longform figure.right {
	margin: 9px 0 30px 0;
}

.embed-responsive{
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 56.25%;
	height: 0;
}

.embed-responsive iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .longform figure.video.center{
	position: relative;
	padding-bottom: 30.25%;
	height: 0;
	overflow: hidden;
}

.longform figure.video.full{
	position: relative;
	padding-bottom: 50.25%;
	height: 0;
	overflow: hidden;
} */

.longform figure.left {
	clear: both;
	float: left;
	margin-right: 20px;
	text-align: right;
}

.longform figure.right {
	clear: both;
	float: right;
	margin-left: 20px;
	text-align: left;
}

.longform figure.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.longform figure.full {
	margin: 0;
	width: 100%;
	max-width: none;
}

.longform figure.fitContent {
	max-width: 650px;
}

.longform figure.full figcaption {
	padding: 0 10px;
	margin: 0 auto;
}

.longform figure.parallax {
	max-width: none;
}

.longform figure.parallax h2 {
	font-size: 35px;
	color: white;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) -2px 2px 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.longform figure.parallax figcaption {
	padding: 0 10px;
	margin: 0 auto;
}

.longform figure.parallax .washer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72, 72, 72, 0.52);
}

.longform figure.parallax .parallaxContainer {
	width: 100%;
	height: 600px;
	margin: 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.longform figure.parallax .imgContainer {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
}

.longform figure.parallax .parallax-img {
	height: 100%;
	width: 100%;
	background-size: cover;
}

.longform figure.parallax video,
.longform figure.parallax img {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500px) {
	.longform figure.parallax .parallaxContainer {
		height: 500px;
	}
}

@media screen and (max-width: 700px) {
	.longform figure.parallax .parallaxContainer {
		height: 400px;
	}
}

@media screen and (max-width: 500px) {
	.longform figure.parallax .parallaxContainer {
		height: 250px;
	}
}

/***** Quotes *****/
.longform blockquote p {
	margin: 0;
	border: 0;
	font-weight: bold;
	line-height: 1.3;
}

.longform blockquote.left,
.longform blockquote.right {
	margin: 9px 0 5px 0;
}

.longform blockquote.left p,
.longform blockquote.right p {
	font-size: 22px;
}

.longform blockquote.center p {
	font-size: 25px;
}

.longform blockquote.left {
	clear: both;
	float: left;
	border-right: 1px solid #bdbcbc;
	margin-right: 10px;
	padding-right: 15px;
	text-align: right;
}

.longform blockquote.right {
	clear: both;
	float: right;
	border-left: 1px solid #bdbcbc;
	margin-left: 10px;
	padding-left: 15px;
	text-align: left;
}

.longform blockquote.center {
	border-left: 4px solid #bdbcbc;
	left: 10px;
	right: 10px;
	position: relative;
	box-sizing: border-box;
}

.longform blockquote.center p:before,
.longform blockquote.center p:after {
	font: inherit;
}

.longform blockquote.center p:before {
	content: "\201C";
}

.longform blockquote.center p:after {
	content: "\201D";
}

.longform p.blockquote {
	color: #565656;
	font-style: italic;
	padding-left: 70px;
	font-size: 13px;
	line-height: 1.5;
	margin: 15px auto;
}

@media screen and (max-width: 650px) {
	.longform p.blockquote {
		padding-left: 35px;
	}
}

/***** Breakout *****/
.longform figure.breakout {
	max-width: 500px;
	border: 1px solid #e2e1e0;
	;
	background-color: #f1f0ef;
	border-radius: 10px;
}

.longform figure.breakout .heading h3 {
	margin: 5px 0;
}

.longform figure.breakout .toggleArrow {
	text-align: center;
	font-size: 15px;
}

.longform figure.breakout .toggleArrow svg {
	fill: #333333;
	;
	width: 40px;
	transition: transform 0.5s;
	cursor: pointer;
}

.longform figure.breakout .toggleArrow svg.toggled {
	transform: rotate(-180deg);
}


.longform figure.breakout .heading .summary p {
	font-style: italic;
	margin-bottom: 10px;
}

.longform figure.breakout .content {
	display: none;
}

.longform figure.breakout .content hr {
	margin: 0 40px;
}

/***** Sizing Floated Content *****/
.longform figure.left,
.longform figure.right {
	width: calc(20% - 20px);
}

.longform blockquote.left,
.longform blockquote.right {
	width: calc(19% - 45px);
}

.longform figure.left,
.longform blockquote.left {
	margin-left: 26%;
}

.longform figure.right,
.longform blockquote.right {
	margin-right: 26%;
}

@media screen and (max-width: 1500px) {

	.longform figure.left,
	.longform figure.right {
		width: calc(31% - 20px);
	}

	.longform blockquote.left,
	.longform blockquote.right {
		width: calc(31% - 45px);
	}

	.longform figure.left,
	.longform blockquote.left {
		margin-left: 14%;
	}

	.longform figure.right,
	.longform blockquote.right {
		margin-right: 14%;
	}
}

@media screen and (max-width: 1100px) {

	.longform figure.left,
	.longform figure.right {
		width: calc(40% - 20px);
	}

	.longform blockquote.left,
	.longform blockquote.right {
		width: calc(40% - 45px);
	}

	.longform figure.left,
	.longform blockquote.left {
		margin-left: 5%;
	}

	.longform figure.right,
	.longform blockquote.right {
		margin-right: 5%;
	}
}

@media screen and (max-width: 700px) {

	.longform figure.left,
	.longform figure.right {
		width: calc(45% - 20px);
	}

	.longform blockquote.left,
	.longform blockquote.right {
		width: calc(45% - 45px);
	}

	.longform figure.left,
	.longform blockquote.left {
		margin-left: 5%;
	}

	.longform figure.right,
	.longform blockquote.right {
		margin-right: 5%;
	}
}

@media screen and (max-width: 650px) {

	.longform figure.left,
	.longform figure.right {
		width: 100%;
		margin: 21px 0;
	}

	.longform figcaption {
		text-align: left;
		margin: 0 10px;
	}

	.longform .parallax figcaption {
		text-align: center;
		margin: 0;
	}

	.longform blockquote {
		margin: 0 10px;
	}

	.longform blockquote.left,
	.longform blockquote.right {
		float: none;
		width: inherit;
		font-size: 25px;
		border-left: 4px solid #bdbcbc;
		left: 2px;
		right: 2px;
		position: relative;
		box-sizing: border-box;
		margin: 0 10px;
		padding: 0 10px;
	}

	.longform blockquote.left:before,
	.longform blockquote.right:before {
		content: "\201C";
	}

	.longform blockquote.left:after,
	.longform blockquote.right:after {
		content: "\201D";
	}

	.longform blockquote.left {
		text-align: left;
		border-right: none;
	}

	.longform figure.breakout {
		margin: 0 20px;
	}
}

/***** Lists *****/
.longform li {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 30px;
	position: relative;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}

.longform li:before {
	content: "|";
	position: absolute;
	left: 10px;
	color: #428bca;
	font-weight: bold;
	margin-right: 5px;
}

/***** Swiper Carousel *****/
.longform .swiper-slide {
	height: auto;
}

.longform .swiper-container,
.longform .swiper-wrapper {
	z-index: 0;
}

.longform .swiper-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: white;
	min-height: 300px;
}

.longform .swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 30px;
}


/* body, html{
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
} */

.remove-scroll{
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

textarea{
	resize: none;
}

button{
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	cursor: pointer;
	background-color: white;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

button:active{
	box-shadow: 0px 0px 6px 1px #888888 inset;
}

button:hover svg{
	opacity: 1;
}

button svg{
	opacity: 0.5;
}

#sideBar{
	top: 0.1%;
	left: 1.1%;
	width: 300px;
	height: 99.66%;
	position: fixed;
	box-shadow: 2px 0px 16px #888888;
    background-color: #ececec;
    overflow: hidden;
}

#sideBarNav{
	height: 52px;
}

.navButton{
	width: 150px;
	height: 52px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 10px;
	float: left;
}

.navButton svg{
	width: 25px;
}

#elementsNavButton, #elementsHeading{
	background-color: #5E97CA;
}
#inspectNavButton, #inspectHeading{
	background-color: #CABC66;
}
#saveNavButton, #saveHeading{
	background-color: #3b9c96;
}

.sideBarContent{
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden; 
	margin-right: 3px;
	padding-left: 7px;
	padding: 5px 15px 10px 15px;
}

.sideBarContent::-webkit-scrollbar{
	background-color: #ececec;
	width: 7px;
}

.sideBarContent::-webkit-scrollbar-track{
	margin: 10px 0px 25px 0px;
}

.sideBarContent::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
}

.sideBarTab{
	display: none;
	/* overflow: hidden; */
	position: absolute;
	width: 100%;
	top: 105px;
	bottom: 40px;
}

.sideBarTab.active{
	display: block;
}

#fileButtons{
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	background-color: white;
	border-top: 1px solid #b0b0b0;
}

.fileButton{
	width: 150px;
	height: 100%;
	padding: 7px;
	text-align: center;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #b0b0b0;
	float: left;
	cursor: pointer;
	background-color: white;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.fileButton:active{
	box-shadow: 0px 0px 6px 1px #888888 inset;
}

.fileButton:hover svg{
	opacity: 1;
}

.fileButton svg{
	height: 25px;
	width: 21.5px;
	opacity: 0.5;
}

.tabHeading{
	display: none;
	height: 53px;
}

.tabHeading.active{
	display: block;
}

.tabHeading h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
	color: #ececec;
}

#inspect h6{
	display: inline;
	margin: 10px 0px;
	font-size: 18px;
}

#inspect button{
	float: right;
}

#elements svg{
	fill: #5E97CA;
}

.sideBarTab .element{
	width: 96px;
	margin-left: 12%;
	height: 115px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
}

.sideBarTab .elementIcon{
	width: 80px;
	cursor: pointer;
	cursor: -webkit-grab;
}

.elementHelper{
	z-index: 99999;
	width: 70px;
	height: 70px;
	opacity: 0.5;
}

.elementHelper svg{
	fill: #5E97CA;
}

.sideBarTab .ui-draggable-dragging{
	opacity: 0.5;
	z-index: 4;
}

.sideBarTab .elementLabel{
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dashed #b0b0b0;
}

.sideBarTab label{
	display: block;
	padding-bottom: 5px;
	margin-top: 10px;
}

.sideBarTab label svg{
	height: 12px;
    padding: 0px 0 0 9px;
}

.sideBarTab input, .sideBarTab textarea{
	width: 100%;
	margin-bottom: 10px;
}

.sideBarTab textarea{
	height: 100px;
}

.sideBarTab .nicEdit-main{
	background-color: #fbfbfb;
}

.nicEdit-pane{
	min-width: 280px;
}

.sideBarTab .radio{
	width: auto;
	margin-right: 10px;
	display: inline
}

.sideBarTab .listInput{
	width: 85%;
}

.sideBarTab .deleteLiButton{
	width: 10%;
}

.sideBarTab .elementButton{
	display: inline;
	margin: 0px 0px 10px 5px;
    padding: 4px 5px 1px 5px;
}

#inspection #scrippsEmbedGeneratorWrapper{
	height: 483.5px;
	width: 532px;
	overflow: hidden
}

#inspection #scrippsEmbedGenerator{
	height: 967px;
	width: 532px;
	-ms-zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
}

.sideBarTab .elementButton::-moz-focus-inner{
    padding: 4px 5px 1px 5px;
}

.sideBarTab .elementButton svg{
	width: 15px;
	height: 16.5px;
}

.sideBarTab .carouselSlideContainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.sideBarTab .carouselSlide{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-right: 15px;
}

.sideBarTab .carouselSlide input{
	display: block;
}

.sideBarTab .carouselSlide input:first-child{
	margin-bottom: 10px;
}

.sideBarTab .carouselSlide .deleteSlide{
	height: 18px;
	width: 12px;
	box-sizing: content-box;
	display: block;
}

#settings label{
	display: inline;
}

#settings #refreshButton{
	display: inline;
    margin: 0px 0px 3px 5px;
    padding: 4px 5px 1px 5px;
    float: right;
}

#settings #refreshButton svg{
	width: 15px;
}

#credits{
	text-align: center;
	font-size: 11px;
}

#pageContent{
    width: auto;
    margin-left: 310px;
}

.container div{
	cursor: pointer;
}

.container .about:hover{
	box-shadow: none;
}

.container #dropLocation{
	width: 100%;
	height: 100px;
	margin: 0 auto 10px;
	max-width: 650px;
	background: url('../img/placementBkgn.gif');
}

.emptyDiv{
	border: 2px dashed black;
	height: 200px;
	margin: 5px auto;
	max-width: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.emptyDiv svg{
	opacity: 0.5;
	width: 70px;
	height: 70px;
}

#emptyDroppable{
	text-align: center;
	cursor: default;
}

.big .scrippsVideoEmbed:before{
	height: 200px;
}

.small .scrippsVideoEmbed:before{
	height: 100px;
}

.scrippsVideoEmbed:before{
	background: url('../img/scrippsVideoPlaceholder.gif');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	content: '';
	border: 2px dashed black;
	display: inherit;
}

.closeContainerDiv, .openContainerDiv{
	display: none;
}

.container #sortable-helper{
	margin: 0px;
}

.container .ui-sortable-placeholder:empty{
	min-height: 0px;
}

.container iframe{
	pointer-events: none;
}

.modalWrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10% 30% 20% 30%;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* .modal{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	display: -webkit-box;       
	display: -ms-flexbox;      
	display: -webkit-flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	background-color: #ececec;
	min-width: 225px;
	min-height: 300px;
	box-sizing: border-box;
}

.modal h2{
	margin: 0;
	text-align: center;
}

.modal textarea{
	-moz-flex-grow: 4;
	-ms-flex-grow: 4;
	-webkit-box-flex: 4;
	    -ms-flex-positive: 4;
	        flex-grow: 4;
}

.modal input, .modal textarea{
	border: 1px solid #c1c1c1;
	padding: 2px;
} */

.modalNav{
	border-bottom: solid 1px #a6a6a6;
	margin: 10px 0px;
    padding-bottom: 6px;
}

.modalNav h4{
	display: inline;
	cursor: pointer;
	margin-right: 30px;
	padding-bottom: 4px;
}

.modalNav h4.active{
	border-bottom: 3px solid #5E97CA;
}

.modalContent{
	-webkit-box-flex: 4;
	    -ms-flex-positive: 4;
	        flex-grow: 4;
	-webkit-flex-grow: 4;
	-moz-flex-grow: 4;
	-ms-flex-grow: 4;
	display: flex;
	display: -webkit-box;       
	display: -ms-flexbox;      
	display: -webkit-flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.modalTab{
	display: flex;
	display: -webkit-box;       
	display: -ms-flexbox;      
	display: -webkit-flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}


#importModal-dropFile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    border: 2px dashed black;
    text-align: center;
}

.modalFooter{
	display: flex;
	display: -webkit-box;     
	display: -ms-flexbox;      
	display: -webkit-flex;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
	border-top: solid 1px #a6a6a6;
    margin-top: 10px;
    padding-top: 10px;
}

.modalFooter button{
	margin-left: 10px;
	cursor: pointer;
}

.modalTooltip{
	position: absolute;
    top: 56px;
    right: 37px;
    display: inline-block;
    padding: .2em .4em;
    background-color: white;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.7);   
	box-sizing: border-box; 
	-webkit-tap-highlight-color: transparent;
}
.modalTooltip:before, .modalTooltip:after{
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid #fff;
    bottom: -.3em;
    content: "";
    left: 50%;
    margin-left: -.4em;
    position: absolute;
}
.modalTooltip:before{
	border-top-color: rgba(0,0,0,.4);
	margin-left: -.2em;
    bottom: -.4em;
}

@media (max-width: 768px) {
.modalWrapper {
  padding: 0px; } }

@media (max-height: 400px) {
.modalWrapper {
  padding: 0px; } }

@media (min-width: 768px) {
.longform .container {
	width: 562.5px;
}
}

@media (min-width: 992px) {
.longform .container {
	width: 727.5px;
}
}

@media (min-width: 1200px) {
.longform .container {
	width: 877.5px;
}
}

@media (min-width: 1260px) {
.longform .container {
	width: 100%;
}
}

.longform .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; 
}
.longform .container:before, .longform .container:after {
content: " ";
display: table; }
.longform .container:after {
clear: both; }

.longform h1.headline {
    margin-top: 0 !important; }

.longform .header {
    margin-top: 0px !important;}



.fadeIn {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.isVisible .fadeIn {
	opacity: 1;
}