/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.social-list,
.main-menu,
.main-menu .drop ul,
.footer-block .footer-link-list,
.slick-dots,
.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.dropcap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #050505;
	background: #fff;
	font: 16px/1.88 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 21px;
	line-height: 1.2em;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #a58d4d;
}

.buffer a {
	text-decoration: none;
}

.buffer a:hover {
	text-decoration: underline;
}

.buffer a.btn:hover {
	text-decoration: none;
}

/*Client specific internal page styles*/
.gold {
	color: #a58d4d;
}

.center {
	text-align: center;
}

p.dropcap:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

blockquote,
.blockquote {
	font-style: italic;
}

.gray,
.grey {
	color: #9a9a9a;
}

.navy {
	color: #3b465c;
}

.callout {
	padding: 1rem;
	color: #fff;
	background-color: #3b465c;
}

.callout.secondary {
	background-color: #a58d4d;
}

.callout.tertiary {
	background-color: #9a9a9a;
}

.callout.secondary a,
.callout.tertiary a {
	color: #3b465c;
}

.sans-serif {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.serif {
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

/*end*/

/*DHG Styling*/

.docs-house-gov-meeting .well, .docs-house-gov-meeting div#previewPanel div.meeting-date, .docs-house-gov-meeting div#previewPanel blockquote.location {
	display: none;
	border: none;
}

.docs-house-gov-meeting div#previewPanel div.divider {
	border-top: 1px solid #3b465c;
}

.docs-house-gov-meeting > div#previewPanel div.divider {
	display: none;
}

.docs-house-gov-meeting div#previewPanel h2 {
	color: #3b465c;
	font-weight: 700;
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.docs-house-gov-meeting div#previewPanel {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    color: #3b465c;
    width: 	unset;
}

.docs-house-gov-meeting div#previewPanel a {
	color: #a58d4d;
}

.docs-house-gov-meeting div#previewPanel strong.newFlags {
	color: #3b465c;
	background-color: #f5f5f5;
}

.docs-house-gov-meeting div#previewPanel p.lastUpdated {
	border-top: 1px solid #3b465c;
}

@media (max-width: 767px) {
	.docs-house-gov-meeting div#previewPanel strong.newFlags {
		width: 100%;
	}
	.docs-house-gov-meeting div#previewPanel ul {
		margin: 0 !important;
	}
}


/*end*/

.fb-comments.news-comments {
	display: none;
}

.main-newscopy {
	overflow-wrap: break-word;
    word-wrap: break-word;
 
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
 
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.news-retitle {
	margin-top: 1em;
}

.events-time {
	text-transform: lowercase;
}

.events-location {
	margin-top: 5px;
}

.custom-mixed h3.newsie-titler {
	font-weight: 700;
    font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 1.5em;
    line-height: 1.2em;
}

.custom-mixed .newsie-titler a {
	color: #3b465c;
}

.custom-mixed .newsie-details {
	margin: 5px 0 0;
	color: #a58d4d;
  font-weight: 600;
  display: block;
  margin: 0 0 4px;
}

.custom-mixed .newsie-details p {
    margin: 0;
    line-height: 1.5em;
}

.custom-mixed .calendar-item {
	padding: 22px 0;
}

.custom-mixed .calendar-listing li:last-child {
	border-bottom: none;
}

.custom-mixed.eventer #news-search .selector.halves {
    width: 100%;
}

.custom-mixed.eventer #news-search .filter-drop {
	width: 100%;
}

#news-search .btn {
	margin-top: 1rem;
}

.custom-mixed .page-number {
	color: #3b465c;
}

.custom-mixed .page-number:hover {
	color: #a58d4d;
	text-decoration: none;
}

.custom-mixed .newspagelinks {
	display: flex;
	justify-content: space-between;
}

.custom-mixed #news-search .dropbtn {
	background: #3b465c;
}

.custom-mixed #news-search .dropbtn:hover {
	color: #3b465c;
	border: 1px solid #3b465c;
}

.custom-mixed a.related-headline,
.custom-mixed .relatedochead {
	color: #3b465c;
}

.custom-mixed .calendar-listing li,
.subcommittee-holder .related-item,
.custom-mixed .related-item {
	border-bottom: 1px solid #3b465c;
}

.custom-mixed .newsblocker {
	border-bottom: 1px solid #3b465c;
	margin: 30px 0;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #9a9a9a;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9a9a9a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9a9a9a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9a9a9a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9a9a9a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #9a9a9a;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	max-width: 250px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?qemqrr") format("truetype"), url("../fonts/icomoon.woff?qemqrr") format("woff"), url("../fonts/icomoon.svg?qemqrr#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.read-more:after,
#sidebar .side-nav li:before {
	/* 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-arrow-r:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-medium:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

/* Slick slider styles */

.news-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.news-slider .slick-track,
.news-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1vh 1vw;
	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;
}

.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;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* 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 */

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 390px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display-2 {
	display: block;
	margin-bottom: 10px;
	color: #3b465c;
	font-weight: 700;
}

h1,
.h1 {
	line-height: 1.2;
	font-weight: 400;
}

h2,
.h2 {
	line-height: 1.2;
}

h3,
.h3 {
	line-height: 1.2;
}

h5,
.h5 {
	font-weight: 600;
	line-height: 1.4;
}

h6,
.h6 {
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}

.btn,
.buffer .btn,
#aspnetForm input[type="submit"],
input[type="submit"].btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	text-decoration: none;
	padding: 11px 40px;
	border-radius: 4px;
	margin: 0;
	color: #fff;
	background: #a58d4d;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #a58d4d;
	outline: 0;
	text-transform: uppercase;
	position: relative;
}

.btn:hover,
#aspnetForm input[type="submit"]:hover {
	background: #826f3d;
	border: 2px solid #826f3d;
	color: #fff;
}

#aspnetForm input {
	min-width: 60px;
}

.btn.btn-outline-blue {
	border-color: #3b465c;
	background: transparent;
	color: #3b465c;
	font-size: 12px;
	padding: 12px 36px;
}

.btn.btn-outline-blue:hover {
	background: #a58d4d;
	color: #fff;
	border-color: #a58d4d;
}

.btn.btn-white {
	color: #3b465c;
	background: #fff;
	border-radius: 0;
	border-color: #fff;
	padding: 11px 55px;
}

.btn.btn-white:hover {
	color: #fff;
	background: #a58d4d;
	border-color: #a58d4d;
}

.btn.btn-blue {
	background: #3b465c;
	border-color: #3b465c;
	border-radius: 0;
}

.btn.btn-blue:hover {
	background: #a58d4d;
	border-color: #a58d4d;
}

.text-center {
	text-align: center;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	margin: 0 -10px;
}

.social-list li {
	padding: 0 10px;
}

.social-list a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
}

.social-list a:hover {
	color: #a58d4d;
}

.section-heading {
	text-align: center;
	position: relative;
	z-index: 3;
	margin: 0 0 24px;
}

.section-heading.text-left {
	text-align: left;
}

.section-heading.text-left h1:after,
.section-heading.text-left .h1:after {
	display: none;
}

.section-heading.text-left h1:before,
.section-heading.text-left .h1:before {
	width: 114px;
}

.section-heading.text-left.alt-decor h1:before,
.section-heading.text-left.alt-decor .h1:before {
	right: auto;
	left: 103%;
}

.section-heading.text-left h6,
.section-heading.text-left .h6 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.section-heading.text-left h6:before,
.section-heading.text-left .h6:before {
	content: "";
	width: 40px;
	height: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 110%;
	position: absolute;
	background: #a58d4d;
}

.section-heading h1,
.section-heading .h1 {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
}

.section-heading h1 a {
	color: #3b465c;
	text-decoration: none;
}

.section-heading h1:after,
.section-heading h1:before,
.section-heading .h1:after,
.section-heading .h1:before {
	content: "";
	width: 30px;
	height: 2px;
	top: 55%;
	position: absolute;
	background: #a58d4d;
}

.section-heading h1:before,
.section-heading .h1:before {
	right: 106%;
}

.section-heading h1:after,
.section-heading .h1:after {
	left: 106%;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4,
.section-heading h5,
.section-heading .h5,
.section-heading h6,
.section-heading .h6,
.section-heading .display-2 {
	color: inherit;
}


.section-heading h1 {
	color: #3b465c;
}

.subscribe-block .section-heading h1 {
	color: #fff;
}

.popup-holder {
	display: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 30px 0;
}

#header.header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 0;
	width: 100%;
}

#header.header-fixed .stati-logo {
	display: none !important;
}

#header.header-fixed .fixed-logo {
	display: block !important;
}

#header.header-fixed .nav-open-btn:after,
#header.header-fixed .nav-open-btn:before,
#header.header-fixed .nav-open-btn span {
	background: #a58d4d;
}

#header > .container {
	max-width: 1430px;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	width: 74px;
}

#header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo .fixed-logo {
	display: none;
}

.header-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 14px;
}

.nav-open-btn {
	width: 30px;
	height: 25px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 16px;
	text-indent: -9999px;
}

.nav-open-btn:after,
.nav-open-btn:before,
.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	background: #fff;
	height: 4px;
	left: 0;
	right: 0;
}

.nav-open-btn:after {
	top: 0;
}

.nav-open-btn span {
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out;
	top: 9px;
}

.nav-open-btn:before {
	top: 20px;
	right: 10px;
}

.nav-close-btn {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	font-size: 30px;
	top: 35px;
	right: 26px;
	color: #fff;
}

.search-active .nav-drop {
	opacity: 1;
	visibility: hidden;
}

.main-menu {
	font: 500 30px/1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.5px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 44px;
}

.main-menu > li {
	position: relative;
	margin: 0 0 9px;
}

.main-menu > li.active > a {
	color: #a58d4d;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: inline-block;
	min-width: 192px;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
/*	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
*/	font: 400 14px/1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
/*	opacity: 0;
	max-height: 0;
*/	text-transform: capitalize;
	display: block;
	letter-spacing: normal;
	padding: 10px 0;
}

.main-menu .drop ul li {
	margin-bottom: 9px;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .drop ul li.active {
	color: #a58d4d;
}

.main-menu .drop ul li.hover a {
	color: #a58d4d;
}

.main-menu .drop ul a {
	display: block;
	color: #fff;
}

/*.main-menu .hover > .drop {
	max-height: 500px;
	z-index: 2;
}*/

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	margin: 5px 6px 0 0;
}

.search-open-btn:hover {
	color: #a58d4d;
}

.search-open-btn [class^="icon-"] {
	font-size: 27px;
	line-height: 1;
}

.search-close-btn {
	color: #3b465c;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	z-index: 99;
	right: 30px;
	top: 40px;
	text-decoration: none;
}

.search-close-btn:hover {
	color: #5f522d;
}

.search {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
	color: #a58d4d;
	margin: 0 0 40px;
}

.search input[type=search],
.search input[type=text] {
	border: none;
	border-bottom: 3px solid #fff;
	color: #fff;
	background: none;
	height: 42px;
	font-size: 16px;
	padding: 8px 52px 9px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
	border-radius: 0;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #3b465c;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #3b465c;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #3b465c;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #3b465c;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #3b465c;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: none;
	background: transparent;
	width: 48px;
	font-size: 40px;
	line-height: 1;
	padding: 0 6px;
	color: #fff;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #a58d4d;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
}

.nav-active #header {
	background: #3b465c;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 10px;
	left: 0;
	right: 0;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotateZ(45deg) scale(1.05);
	-ms-transform: rotate(45deg) scale(1.05);
	transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotateZ(-45deg) scale(1.05);
	-ms-transform: rotate(-45deg) scale(1.05);
	transform: rotateZ(-45deg) scale(1.05);
}

.nav-active .subscribe-box {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

#footer {
	background: #3b465c;
	color: white;
	position: relative;
}

#footer .btn {
	font-size: 10px;
}

#footer .section-heading {
	color: #fff;
}

#footer h5 {
	font-weight: 400;
	margin-bottom: 26px;
	color: #fff;
}

#footer .social-list {
	margin: 0 -15px;
	padding: 28px 0 20px;
	justify-content: center;
}

#footer .social-list li {
	padding: 0 15px;
}

.footer-wrap .col {
	position: relative;
}

.footer-block {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
}

.footer-block .title {
	font-weight: 500px;
	display: block;
	margin: 0 0 2px;
}

.footer-block address {
	font-style: normal;
	margin: 0 0 36px;
}

.footer-block a:not([class]) {
	color: inherit;
	text-decoration: none;
}

.footer-block a:not([class]):hover {
	color: #a58d4d;
}

.footer-block .footer-link-list {
	color: #a58d4d;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-block .footer-link-list a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	color: inherit;
}

.footer-block .footer-link-list a:hover {
	color: #fff;
}

.footer-subscribe {
	color: #a58d4d;
	font-family: "Arial";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}

.footer-subscribe p {
	margin: 0 0 26px;
}

.intro-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.intro-section:before {
	content: "";
	display: block;
	width: 0;
	min-height: 976px;
}

.intro-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .55;
	z-index: 1;
}

.intro-section .intro-media {
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro-section .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.intro-section .video-holder {
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.intro-section .video-holder .bg-video {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	z-index: -99;
}

.intro-section .video-activate .bg-video {
	opacity: 1;
}

.intro-section .into-img {
	position: absolute;
	top: 19.2%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 247px;
}

.intro-section .into-img img {
	width: 100%;
}

.intro-section .intro-txt {
	top: 50%;
	width: initial;
	z-index: 2;
}

.intro-section .intro-txt h1 a {
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}

.intro-section .intro-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 50px 20px 30px;
}

.intro-section .intro-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200vw;
	height: 2px;
	background: #fff;
	opacity: .35;
}

.intro-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 18px;
	padding: 0 30px 10px;
}

.intro-item .item-content {
	position: relative;
	width: 100%;
}

.intro-item > div {
	max-width: 280px;
	margin-bottom: 15px;
}

.intro-item .item-content:hover:before {
	opacity: 1;
}

.intro-item time,
.intro-item .time {
	text-transform: uppercase;
	color: #9a9a9a;
	display: block;
	margin-bottom: 15px;
}

.intro-item a {
	color: inherit;
	text-decoration: none;
}

.intro-item a.read-more {
	display: inline-block;
	font-size: 12px;
	margin-top: auto;
}

.intro-item .item-title {
	font-size: 13px;
	padding: 0 23px 0;
	margin: 0 0 12px;
	display: inline-block;
	text-transform: uppercase;
	background: #a58d4d;
}

.intro-item .item-title.gray {
	background: #9a9a9a;
	color: #fff;
}

.intro-item .item-title.blue {
	background: #3b465c;
}

.intro-item .item-title.white {
	background: #fff;
	color: #9a9a9a;
}

.intro-item .item-text {
	font-weight: 600;
	line-height: 1.4;
	display: block;
}

.intro-item .video-active {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.news-section {
	padding: 54px 0;
}

.news-section .section-heading {
	margin: 0;
}

.news-item {
	text-align: center;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3b465c;
	background: rgba(154, 154, 154, .27);
	padding: 65px 43px 36px;
	position: relative;
	margin-top: 46px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.75;
}

.news-item h3,
.news-item .h3 {
	font-weight: 400;
	margin: 0 0 26px;
	margin: 0 0 24px;
	letter-spacing: normal;
}

.news-item h3 a,
.news-item .h3 a {
	color: inherit;
	text-decoration: none;
}

.news-item h3 a:hover,
.news-item .h3 a:hover {
	color: #a58d4d;
}

.date {
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	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;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.date time {
	font-size: 34px;
	line-height: 1;
	font-weight: 600;
	padding: 16px 0 0;
}

.date time > span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}

.read-more {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 600;
	text-transform: uppercase;
	color: #3b465c;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
}

.read-more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 19px;
	font-weight: 700;
}

.read-more:hover {
	color: #a58d4d;
}

.slide-wrap {
	padding: 0 12px;
}

.news-slider {
	margin: 0;
	padding-bottom: 56px;
	position: relative;
}

.news-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	padding: 0 7px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	background: rgba(154, 154, 154, .2);
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #9a9a9a;
}

.subscribe-section {
	color: #fff;
	margin: 0 0 54px;
}

.subscribe-section .section-heading {
	color: #fff;
}

.subscribe-block {
	width: 100%;
	padding: 64px 15px 50px;
	background: #3b465c;
	color: #fff;
	position: relative;
	z-index: 3;
}

.subscribe-block .social-list {
	font-size: 30px;
}

.subscribe-block .social-list li {
	padding: 0 26px;
}

.subscribe-img {
	width: 30%;
}

.subscribe-img img {
	float: left;
	max-width: none;
	height: 100%;
	width: auto;
}

.subscribe-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
	border-radius: 4px;
	border: 1px solid #888;
	width: 100%;
	font-size: 16px;
	line-height: 1.1;
	color: #050505;
	background: #fff;
	padding: 15px 8px 14px;
}

label {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 600;
}

.input-wrap {
	margin-bottom: 40px;
}

.subscribe-form {
	padding: 0 10px 20px;
	margin-bottom: 20px;
}

.subscribe-form .captcha-holder {
	margin-bottom: 38px;
}

.latest-hearings {
	margin-bottom: 58px;
}

.latest-hearings-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hearings-block {
	width: 100%;
}

.hearings-block .content-wrap {
	padding: 12px 0;
}

.hearings-img {
	width: 30%;
}

.hearings-img img {
	float: right;
	max-width: none;
	height: 100%;
	width: auto;
}

.article-item {
	padding: 2px 0 0;
	max-width: 662px;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 30px;
	text-align: left;
	color: #9a9a9a;
}

.article-item h3,
.article-item .h3 {
	color: #3b465c;
	margin: 0 0 24px;
}

.article-item h3 a,
.article-item .h3 a {
	color: inherit;
	text-decoration: none;
}

.article-item h3 a:hover,
.article-item .h3 a:hover {
	color: #a58d4d;
}

.article-item time {
	color: #a58d4d;
	font-weight: 600;
	display: block;
	margin: 0 0 4px;
}

.article-item address {
	font-weight: 400;
	font-style: normal;
}

.calendar-section {
	padding: 76px 0 84px;
	background: #e4e4e4;
}

.calendar-section .datepicker-holder {
	margin-bottom: 60px;
}

.calendar-section .read-more {
	font-size: 14px;
	line-height: 1.7;
	display: inline-block;
	margin: 0 auto;
}

.calendar-section .section-heading {
	margin: 0 0 32px;
}

.events-list {
	margin: 0 0 40px;
	padding: 30px 0 0;
}

.events-list li {
	position: relative;
	margin: 0 0 106px;
}

.events-list .date {
	width: 98px;
	height: 98px;
	-webkit-transform: translate(-50, 0);
	-ms-transform: translate(-50, 0);
	transform: translate(-50, 0);
	left: 50%;
	color: #3b465c;
}

.events-list .date time {
	padding: 0;
}

.events-info {
	color: #3b465c;
	padding: 66px 40px 0;
	text-align: center;
	line-height: 1.3;
}

.events-info h5,
.events-info .h5 {
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	margin: 0 0 16px;
	line-height: 1.7;
}

.events-info h5 a,
.events-info .h5 a {
	color: inherit;
	text-decoration: none;
}

.events-info h5 a:hover,
.events-info .h5 a:hover {
	color: #a58d4d;
}

.events-info address {
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
}

.ui-datepicker {
	border-radius: 0;
	background: none;
	border: none;
	color: inherit;
	padding: 0;
	color: #3b465c;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
	color: inherit;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 14px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	padding: 0 30px;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	position: absolute;
	top: 0;
	color: inherit;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
	background: none;
	font-weight: 700;
	border-color: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
	background: none;
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "<";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: ">";
}

.ui-datepicker .ui-datepicker-calendar {
	max-width: 580px;
	width: 100%;
	font-size: 9px;
	text-align: center;
	font-weight: 500;
}

.ui-datepicker .ui-datepicker-calendar a {
	-webkit-transition: none;
	transition: none;
}

.ui-datepicker .ui-datepicker-calendar thead {
	text-transform: uppercase;
	font-size: 14px;
	color: #a58d4d;
}

.ui-datepicker .ui-datepicker-calendar th {
	padding: 3px 3px 7px;
	font-weight: 500;
}

.ui-datepicker .ui-datepicker-calendar td {
	padding: 0 3px 24px;
}

.ui-datepicker .ui-state-default {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: none;
	color: inherit;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	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: 30px;
	height: 30px;
}

.ui-datepicker .ui-state-default:hover, 
.ui-datepicker .ui-state-default.ui-state-active, 
.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active, 
.ui-datepicker .date-match .ui-state-default {
	background: #a58d4d;
	border-radius: 50%;
	color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-highinherit {
	background: none;
}

.ui-datepicker .ui-icon {
	background-image: none;
}

.subcommittees-section {
	padding: 70px 0 0;
	position: relative;
}

.subcommittees-section .bg-holder {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.subcommittees-section .bg-holder:not(.js-parallax-holder) img {
	display: none;
}

.subcommittees-block {
	background: #fff;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 808px;
	padding: 0 0 60px;
}

.subcommittees-block:after {
	content: "";
	top: -1px;
	bottom: 0;
	left: -9999px;
	right: 0;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.subcommittees-block .section-heading {
	width: 100%;
	margin: 0 0 40px;
}

.subcommittees-block .column {
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

.subcommittees-block .column.in-viewport {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.subcommittees-item {
	margin-bottom: 30px;
}

.subcommittees-item .subtitle {
	display: block;
	margin: 0 0 4px;
	text-transform: uppercase;
	font-weight: 400;
	color: #9a9a9a;
}

.subcommittees-item h5,
.subcommittees-item .h5 {
	color: #3b465c;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subcommittees-item h5 a,
.subcommittees-item .h5 a {
	color: inherit;
	text-decoration: none;
}

.subcommittees-item h5 a:hover,
.subcommittees-item .h5 a:hover {
	color: #a58d4d;
}

.internal .intro-section {
	max-height: 350px;
	background-position: 50% 75%;
	flex-direction: column;
	align-items: center;
}

.internal .intro-section .intro-txt {
	position: absolute;
	top: 65%;
}

.internal .intro-section .intro-txt img {
	max-width: 300px;
}

@media (max-width: 1100px) {
	.internal .intro-section .intro-txt h1 {
		font-size: 40px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.internal .intro-section .intro-txt {
		top: 50%;
	}
	.internal .intro-section .intro-txt h1 {
		font-size: 30px;
	}
}

.internal .intro-section .intro-wrapper {
	top: 80%;
	position: absolute;
}

.internal .intro-item .item-text {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

.internal .intro-item .item-text a:hover,
.internal .intro-item .item-text .current:hover {
	color: #a58d4d;
}

.internal .intro-item::after {
	content: none;
}

.main-content {
	padding: 6vh 6vw;
}

.main-content .container {
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
}

#main-content {
	width: 70%;
}

#main-content .main-header {
	margin-bottom: 20px;
}

.internal #main-content .buffer {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	color: #3b465c;
}

.custom-mixed .share-icons a {
	color: #3b465c;
}

.news-related-news .related-item {
	margin: 30px 0;
}

.subcommittee-holder {
	display: flex;
	flex-direction: column;
}

.subcommittee-archive {
	order: 1;
}

#sidebar {
	width: 29%;
	margin-left: 5rem;
}

#sidebar .side-title {
	color: #a58d4d;
}

#sidebar .side-title .h6 {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

#sidebar .section-heading.text-left .h6::before {
	background: #3b465c;
}


#sidebar .side-nav ul {
	list-style: none;
	color: #3b465c;
	margin: 5px 0 60px;
	padding: 0;
	display: table;
}

#sidebar .side-nav li {
	position: relative;
  padding: 10px 0 0 20px;
	display: block;
}

#sidebar .side-nav li:before {
	content: "\e906";
    padding: 0 5px 0 0;
    font-weight: 900;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: absolute;
  	left: 0;
	  line-height: 11px;
	  margin: 9px 7px 0 0;
	  display: table-cell;
}


#sidebar .side-nav ul a {
	text-decoration: none;
	color: #3b465c;
	font-weight: 500;
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 19px;
	line-height: .9em;
}

#sidebar .side-nav ul a:hover {
	text-decoration: underline;
}

#sidebar .side-connect .social-list {
	margin: 30px 0 0;
}

#sidebar .social-list li:first-child {
	padding: 0 10px 0 0;
}

#sidebar .side-connect .social-list a,
.buffer .social-list a {
	color: #3b465c;
	font-size: 20px;
}

#sidebar .side-connect .social-list a:hover,
.buffer .social-list a:hover {
	color: #a58d4d;
	text-decoration: none;
}

#sidebar .side-connect .btn.btn-blue {
	font-size: 10px;
    font-weight: 700;
}

.social-post-section {
	background: #3b465c;
	padding: 92px 0 1px;
	color: #fff;
}

.social-post-section .section-heading {
	color: #fff;
	margin: 0 0 30px;
}

.social-post-section h6,
.social-post-section .h6 {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-post-wrap .column {
	margin: 0 0 54px;
}

.gallery-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.gallery-block .col {
	width: 33.33%;
	padding: 0 5px 10px;
}

.gallery-block .col img {
	width: 100%;
}

.gallery-block a {
	position: relative;
	display: block;
}

.gallery-block a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	opacity: 0;
	visibility: hidden;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.gallery-block a:hover:after {
	opacity: .4;
	visibility: visible;
}

.video-block {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.video-block a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
}

.video-block a:hover .play-btn {
	opacity: .6;
}

.video-block .title {
	font-weight: 600;
	display: block;
	padding: 10px 0 0;
}

.video-block .title:hover {
	opacity: .8;
}

.video-block img {
	width: 100%;
}

.play-btn {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
	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;
}

.play-btn:after {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-left: 18px solid #fff;
	-webkit-transform: translate(20%);
	-ms-transform: translate(20%);
	transform: translate(20%);
}

.twitter-post {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
	padding: 0 3px;
}

.twitter-post .post-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -3px 26px;
}

.twitter-post .post-heading .img-holder {
	width: 46px;
	height: 46px;
}

.twitter-post .post-heading .img-holder img {
	width: 100%;
}

.twitter-post .post-heading .heading {
	padding: 0 10px;
	width: calc(100% - 46px);
	color: #a58d4d;
	font-size: 14px;
	font-weight: 300;
}

.twitter-post .post-heading .heading a {
	color: inherit;
	text-decoration: none;
}

.twitter-post .post-heading .heading a:hover {
	text-decoration: underline;
}

.twitter-post time {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 24px;
	display: block;
}

.twitter-post time [class^="icon-"] {
	font-size: 18px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.twitter-post p {
	margin: 0 0 5px;
}

.post-item {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
	margin-bottom: 26px;
}

.post-item .title {
	font-weight: 600;
	display: block;
	color: #a58d4d;
}

.post-item .title a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.post-item .title a:hover {
	text-decoration: underline;
}

.live-video {
	position: absolute;
	left: -9999px;
	top: -9999px;
	display: block;
	overflow: hidden;
}

.live-video .live-video-wrap {
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	max-height: 0;
	padding: 75px 0 15px;
}

.live-video .section-heading {
	margin: 0 0 36px;
	overflow: hidden;
}

.live-video .video-block {
	background: #000;
	margin: 0 0 20px;
}

.live-video-box-wrap {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
	max-height: 0;
	position: absolute;
	top: -999px;
	left: -999px;
	opacity: 0;
	visibility: hidden;
	background: #3b465c;
}

.live-video-box {
	color: #fff;
	padding: 15px 40px;
	height: 66px;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.live-video-box .title {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 15px;
	max-width: 340px;
}

.live-video-box .btn-white {
	background: transparent;
	color: #fff;
	font-size: 12px;
	padding: 6px 26px;
	border-radius: 4px;
	margin: 0 10px;
}

.live-video-box .btn-video-box-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

.live-video-box .btn-video-box-close:hover {
	color: #a58d4d;
}

.video-active {
	color: #ec0000;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.video-active:before {
	width: 16px;
	height: 16px;
	content: "";
	background: #ec0000;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.live-video-active .live-video-box-wrap {
	opacity: 1;
	visibility: visible;
	max-height: 66px;
	position: relative;
	left: auto;
	top: auto;
}

.live-video-active #header:not(.header-fixed) {
	margin-top: 66px;
}

.live-video-active.internal-streaming #header.live-video-no-pop {
	margin-top: 0;
}

.live-video-active .intro-item .video-active {
	opacity: 1;
	visibility: visible;
}

.live-video-active .live-video {
	position: relative;
	left: auto;
	top: auto;
}

.live-video-active .live-video .live-video-wrap {
	max-height: 1500px;
}

.watch-live-content {
	padding: 36px 0;
	font-size: 17px;
	line-height: 1.4;
}

.watch-live-content .subtitle {
	color: #3b465c;
	font-size: 28px;
	line-height: 1.3;
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: block;
	margin: 0 0 28px;
}

.watch-live-content time {
	display: block;
	margin: 0;
	color: #a58d4d;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.1;
}

.watch-live-content address {
	font-style: normal;
	margin: 0 0 44px;
}

.watch-live-content p {
	margin: 0 0 42px;
}

.subscribe-lightbox {
	font-size: 18px;
	line-height: 1.33;
	padding: 4vh 4vw;
	background: #fff;
}

.subscribe-lightbox .subsribe-title {
	font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 400;
	color: #3b465c;
	display: block;
	margin: 0 0 20px;
}

.subscribe-lightbox p {
	margin-bottom: 60px;
}

.subscribe-lightbox button,
.subscribe-lightbox input[type="submit"] {
	font-size: 10px;
	font-weight: 700;
}

.subscribe-lightbox input[type="email"],
.subscribe-lightbox input[type="number"],
.subscribe-lightbox input[type="password"],
.subscribe-lightbox input[type="search"],
.subscribe-lightbox input[type="tel"],
.subscribe-lightbox input[type="text"],
.subscribe-lightbox input[type="url"] {
	background: #cfcfcf;
	color: #585858;
	font-size: 14px;
	font-weight: 400;
	font-family: "Arial";
	border-radius: 0;
	border: none;
}

.subscribe-lightbox .fancybox-content {
	min-width: 642px;
	padding: 60px;
	background: transparent;
}

.subscribe-lightbox .fancybox-content .fancybox-close-small {
	width: 60px;
	height: 60px;
	color: #fff;
	right: 60px;
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.input-group input[type="email"],
.input-group input[type="number"],
.input-group input[type="password"],
.input-group input[type="search"],
.input-group input[type="tel"],
.input-group input[type="text"],
.input-group input[type="url"] {
	margin-right: 20px;
}

.issuetitle {
	margin-bottom: 20px;
}

.event-listing {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3b465c;
}

.event-listing h3 {
	font-size: 34px;
	margin-bottom: 15px;
	color: #3b465c;
}

.event-listing h4 a {
	color: #3b465c;
}

.event-listing .viewlink {
	display: block;
}

#newsfilterlist {display: none !important;}

.buffer #news-search .search-title, 
.buffer #news-search .search-phrase {
	font-size: 2em;
}

.newspagelinks .btn:hover {
	text-decoration: none;
}


/* Membership Pages */
.leadership,
.member-list {
  display: flex;
  margin: 0 0 20px;
  text-align: center;
  justify-content: center;
	flex-wrap: wrap;
}

.leadership .member {
  flex: 50%;
}

.leadership .member .image-wrap {
	width: 220px;
	height: 220px;
}

.member-list .member {
	width: 32%;
}

.member {
	margin: 10px 0;
}

.member .social-list {
	justify-content: center;
}

.member .image-wrap {
  box-shadow: 1px 1px 3px rgba(1, 2, 2, 0.25);
  border: solid 3px #ddd;
  border-radius: 360px;
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
  display: block;
  overflow: hidden;
}

.member img {
    width: 100%;
}

.member h3 {
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 5px;
}

.member .title {
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
}

.member .creds {
  color: #a58d4d;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 0 0 4px;
  line-height: 1.2em;
}

@media (min-width: 768px) {
	.container {
		max-width: 640px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		letter-spacing: -1px;
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 28px;
	}

	h5,
	.h5 {
		line-height: 1.2;
		font-size: 25px;
	}

	.section-heading.text-left h6:before,
	.section-heading.text-left .h6:before {
		height: 3px;
	}

	.section-heading h1:after,
	.section-heading h1:before,
	.section-heading .h1:after,
	.section-heading .h1:before {
		width: 60px;
		height: 4px;
	}

	.main-menu {
		margin: 0 0 36px;
	}

	.search {
		max-width: 351px;
	}

	.internal .intro-item .item-content::before {
		left: calc(50% - 88px);
		opacity: 0;
		content: "";
	    position: absolute;
	    top: -28px;
	    width: 166px;
	    height: 3px;
	    background: #fff;
	    -webkit-transition: .3s;
	    transition: .3s;
	    pointer-events: none;
	}

	.internal .intro-item .item-content:hover:before {
		opacity: 1;
	}

	#footer {
		padding: 80px 0 58px;
	}

	#footer .social-list {
		margin: 0;
	}

	.footer-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 56px;
	}

	.footer-block .column {
		width: 50%;
		padding: 0 15px;
	}

	.footer-block .footer-link-list {
		padding-left: 63px;
	}

	.intro-section .into-img {
		top: 30.3%;
		width: 503px;
	}

	.internal .intro-section .intro-txt {
		top: 55%;
	}

	.intro-section .intro-txt {
		top: 50%;
	}

	.intro-section .intro-wrapper {
		padding: 0 20px 30px;
	}

	.intro-item {
		width: 50%;
		padding: 40px 60px 22px;
		position: relative;
	}

	.internal .intro-item {
		padding: 27px 10px 15px 10px;
		width: 100%;
	}

	.intro-item:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 3px;
		height: 80px;
		background: rgba(255, 255, 255, .11);
	}

	.news-section {
		padding: 45px 0 77px;
	}

	.news-item {
		padding: 86px 34px 30px;
		margin-top: 68px;
	}

	.news-item p {
		margin: 0 0 26px;
	}

	.date {
		width: 113px;
		height: 113px;
	}

	.subscribe-section {
		margin: 0 0 94px;
	}

	.subscribe-block {
		padding: 60px 0 43px 80px;
		margin: 0 0 0 10px;
	}

	.subscribe-block .social-list {
		font-size: 44px;
	}

	.input-wrap {
		margin-bottom: 30px;
	}

	.subscribe-form {
		padding: 0 22px 20px 12px;
	}

	.subscribe-form .captcha-holder {
		margin-bottom: 30px;
	}

	.latest-hearings {
		margin-bottom: 100px;
	}

	.hearings-block {
		padding: 20px 0;
	}

	.article-item {
		font-size: 17px;
		line-height: 1.1;
		margin: 0 0 36px;
	}

	.calendar-section {
		padding: 108px 0 84px;
	}

	.calendar-section .datepicker-holder {
		margin-bottom: 20px;
	}

	.calendar-section .read-more,
	.calendar-section h3.no-events {
		margin: 0 0 0 36px;
	}

	.calendar-section .section-heading {
		margin: 0 0 48px;
	}

	.events-list {
		padding: 0;
		margin: 0 0 30px;
	}

	.events-list li {
		margin: 0;
	}

	.events-list .date {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		left: 25px;
		top: 15px;
	}

	.events-info {
		padding: 38px 0 38px 130px;
		line-height: 1.7;
		text-align: left;
		padding: 24px 0 44px 152px;
	}

	.events-info h5,
	.events-info .h5 {
		margin: 0 0 3px;
	}

	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		padding: 0;
		width: 260px;
		margin: 0 100px 0 0;
		text-align: left;
	}

	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: auto;
		right: 60px;
	}

	.ui-datepicker .ui-datepicker-calendar {
		font-size: 21px;
	}

	.ui-datepicker .ui-datepicker-calendar thead {
		font-size: 27px;
	}

	.ui-datepicker .ui-datepicker-calendar th {
		padding: 3px 3px 10px;
	}

	.ui-datepicker .ui-datepicker-calendar td {
		padding: 0 14px 42px;
	}

	.ui-datepicker .ui-state-default {
		width: 50px;
		height: 50px;
	}

	.subcommittees-section {
		padding: 109px 0 0;
	}

	.subcommittees-block {
		margin: 0 -12px;
		padding: 0 0 82px;
	}

	.subcommittees-block .section-heading {
		padding: 0 12px;
	}

	.subcommittees-block .column {
		width: 59%;
		padding: 0 12px;
	}

	.subcommittees-item {
		margin-bottom: 36px;
	}

	.subcommittees-item .subtitle {
		margin: 0 0 2px;
	}

	.social-post-section {
		padding: 92px 0 0;
	}

	.social-post-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.social-post-wrap .column {
		width: 50%;
		padding: 0 15px;
		margin: 0 0 73px;
	}

	.gallery-block {
		max-width: 232px;
	}

	.live-video-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 40px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#footer h5 {
		padding: 0 15px;
	}

	.intro-item:nth-child(even):after {
		display: none;
	}

	.subcommittees-block .column:nth-child(odd) {
		width: 41%;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 0 20px;
		max-width: 1334px;
	}

	.section-heading.text-left h1:before,
	.section-heading.text-left .h1:before {
		width: 148px;
	}

	#header.header-fixed .main-menu {
		color: #3b465c;
	}

	#header.header-fixed .social-list a {
		color: #3b465c;
	}

	#header.header-fixed .social-list a:hover {
		color: #a58d4d;
	}

	#header.header-fixed .search-open-btn {
		color: #3b465c;
	}

	#header.header-fixed .search-open-btn:hover {
		color: #a58d4d;
	}

	#header.header-fixed .drop {
		top: 51px;
	}

	#header .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: -3px 10px 0 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0;
		width: calc(100% - 74px);
	}

	#header .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	#header .social-list {
		padding-right: 53px;
	}

	.header-holder {
		padding: 0;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-close-btn {
		display: none;
	}

	.search-active .nav-drop {
		visibility: visible;
	}

	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
		margin: 0 -10px;
	}

	.main-menu > li {
		margin: 0;
		padding: 0 10px;
	}

/*	.main-menu > li.hover > a:after {
		left: 0;
		right: 0;
	}*/

	.main-menu > li.active > a:after {
		left: 0;
		right: 0;
	}

	.main-menu > li > a {
		vertical-align: top;
		min-width: auto;
		padding: 0 0 24px;
	}

	.main-menu > li > a:after {
		-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
		transition: left .3s ease-in-out, right .3s ease-in-out;
		content: "";
		position: absolute;
		height: 2px;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: #a58d4d;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		left: 0;
		width: 190px;
		max-height: none;
		display: none;
		text-align: left;
		color: #9a9a9a;
		background-color: rgba(0, 0, 0, .6);
		padding: 0;
		font-size: 12px;
	}

	.main-menu .drop:before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 22px;
	}

	.main-menu .drop ul li {
		margin: 0;
		border-bottom: 1px solid #9a9a9a;
	}

	.main-menu .drop ul li:last-child {
		border-bottom: none;
	}

	.main-menu .drop ul a {
		padding: 12px 16px;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.search-open-btn {
		position: absolute;
		top: 0;
		right: 0;
	}

	.search {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		background-color: #fff;
		left: 0;
		top: 0;
		right: 0;
		min-height: 70px;
		padding: 30px 30px;
		margin: 0;
		max-width: 100%;
	}

	.search-active .search {
		opacity: 1;
		visibility: visible;
	}

	.search-active .search button[type=submit],
	.search-active .search input[type=submit] {
		opacity: 0;
		visibility: hidden;
		top: -999px;
		left: -999px;
	}

	.search input[type=search],
	.search input[type=text] {
		padding: 8px 20px 8px 8px;
		color: #3b465c;
		font-size: 35px;
		font-weight: 400;
		font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		height: 56px;
	}

	.internal .intro-section {
		max-height: 450px;
	}

	#footer {
		padding: 94px 0 58px;
		border-top: 2px solid rgba(255, 255, 255, .11);
	}

	.footer-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.footer-wrap .col {
		width: 50%;
		padding: 0 15px;
	}

	.footer-wrap .col:first-child:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 2px;
		height: 200px;
		background: rgba(255, 255, 255, .11);
	}

	.footer-block {
		margin: 0 -15px;
	}

	.footer-block .footer-link-list {
		padding-left: 44px;
	}

	.intro-section:before {
		min-height: 950px;
	}

	.intro-section .into-img {
		top: 42%;
		width: 693px;
	}

	.internal .intro-section .intro-txt {
		top: 50%;
	}

	.internal .intro-section .intro-txt img {
		max-width: 500px;
	}

	.intro-section .intro-txt {
		top: 50%;
	}

	.intro-section .intro-wrapper {
		padding: 0 0 30px;
	}

	.intro-item {
		width: 25%;
		padding: 27px 10px 15px 10px;
	}

	.intro-item:last-child:after {
		display: none;
	}

	.intro-item .item-content:before {
		content: "";
		position: absolute;
		top: -28px;
		left: 0;
		width: 166px;
		height: 3px;
		background: #fff;
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
		pointer-events: none;
	}

	.intro-item div .item-content:before {
		top: -33px;
	}

	.intro-item .item-text {
		line-height: 1.61;
	}

	.news-section {
		padding: 45px 0 48px;
	}

	.news-slider {
		margin: 0 -240px 0;
	}

	.subscribe-block {
		padding: 60px 73px 43px 94px;
		margin-left: 4%;
		width: 53%;
	}

	.subscribe-block .social-list {
		font-size: 24px;
	}

	.subscribe-form {
		padding: 0 0 20px;
	}

	.hearings-block {
		padding: 14px 56px;
		width: 70%;
	}

	.calendar-section {
		padding: 55px 0 20px;
	}

	.calendar-section .calendar-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.calendar-section .calendar-layout .column {
		width: 50%;
		padding: 0 20px;
	}

	.calendar-section .read-more,
	.calendar-section h3.no-events {
		margin: 0 0 0 16px;
	}

	.calendar-section .section-heading {
		margin: 0 0 10px;
	}

	.events-list {
		padding: 30px 0 0;
	}

	.events-list .date {
		left: 0;
		top: 20px;
	}

	.event-time {
		text-transform: uppercase;
	}

	.events-info {
		padding: 30px 0 37px 129px;
	}

	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		margin: 0 100px 13px 26px;
	}

	.ui-datepicker .ui-state-default {
		width: 30px;
		height: 30px;
	}

	.subcommittees-section {
		padding: 0 0 162px;
		border-top: 120px solid #fff;
	}

	.subcommittees-section .bg-holder {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.subcommittees-block {
		padding: 0 35px 54px 0;
	}

	.subcommittees-block .column {
		width: 50%;
	}

	.social-post-section {
		padding: 92px 0 82px;
	}

	.social-post-wrap .column {
		width: 25%;
		margin: 0;
	}

	.live-video > .container {
		max-width: 1354px;
	}

	.live-video .video-block .play-btn {
		width: 160px;
		height: 160px;
		border: 6px solid #fff;
	}

	.live-video .video-block .play-btn:after {
		border: 24px solid transparent;
		border-left: 48px solid #fff;
	}

	.live-video-box .title {
		font-size: 16px;
		max-width: 600px;
	}

	.live-video-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.live-video-wrap .col {
		width: 58%;
		padding: 0 20px;
	}

	.live-video-wrap .col:last-child {
		width: 42%;
	}

	.subscribe-lightbox {
		min-width: 642px;
	}
}

@media (min-width: 1024px) and (min-width: 1200px) {
	.footer-wrap .col:first-child:after {
		right: 30px;
	}
}

@media (min-width: 1200px) {
	#header .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#header .social-list {
		font-size: 18px;
		margin: 0 -8px;
		padding-right: 74px;
	}

	#header .social-list li {
		padding: 0 8px;
	}

	.nav-drop {
		width: 100%;
	}

	.main-menu {
		margin: 0 24px;
		padding: 22px 0 0;
	}

	.search-open-btn {
		top: 14px;
	}

	.footer-wrap {
		margin: 0 -30px;
	}

	.footer-wrap .col {
		padding: 0 30px;
	}

	.intro-item:after {
		right: 10px;
	}

	.subscribe-block {
		margin-left: 6.6%;
	}

	.hearings-block {
		width: 60%;
	}

	.hearings-img {
		width: 40%;
	}

	.calendar-section .calendar-layout .column {
		padding: 0 68px;
	}

	.ui-datepicker .ui-state-default {
		width: 50px;
		height: 50px;
	}

	.social-post-wrap {
		margin: 0 -30px;
	}

	.social-post-wrap .column {
		padding: 0 30px;
	}
}

@media (min-width: 1400px) {
/*	#header .inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#header .social-list {
		padding-right: 74px;
	}*/

	.main-menu > li {
		padding: 0 16px;
	}

	.intro-item {
		padding: 27px 60px 30px;
	}

	.subscribe-block .social-list {
		font-size: 44px;
	}
}

@media (max-width: 1023px) {
	#header.header-fixed .nav-drop {
		height: calc(100vh - 87px);
	}

	#header .inner {
		overflow: hidden;
		overflow-y: auto;
		height: 100%;
	}

	.nav-active #header.header-fixed .stati-logo {
		display: block !important;
	}

	.nav-active #header.header-fixed .fixed-logo {
		display: none !important;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 126px);
		padding: 20px 135px;
		background: #3b465c;
		position: absolute;
		z-index: 99;
		top: 97px;
		opacity: 0;
		visibility: hidden;
		right: -15px;
		left: -15px;
	}

/*	.main-menu > li.hover .has-drop-down-a:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.main-menu > li.hover.has-drop-down {
		margin-bottom: 34px;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 10px 0 0;
		visibility: visible;
		opacity: 1;
	}
*/
	.search-open-btn {
		display: none;
	}

	.search-close-btn {
		display: none;
	}

	.search input[type=search]::-webkit-input-placeholder,
	.search input[type=text]::-webkit-input-placeholder {
		display: none;
	}

	.search input[type=search]::-moz-placeholder,
	.search input[type=text]::-moz-placeholder {
		display: none;
	}

	.search input[type=search]:-moz-placeholder,
	.search input[type=text]:-moz-placeholder {
		display: none;
	}

	.search input[type=search]:-ms-input-placeholder,
	.search input[type=text]:-ms-input-placeholder {
		display: none;
	}

	.search input[type=search].placeholder,
	.search input[type=text].placeholder {
		display: none;
	}

	.search button[type=submit],
	.search input[type=submit] {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
	}

	.search .search-wrap {
		position: relative;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-active .header-fixed .nav-drop {
		top: 77px;
	}

	#sidebar {
		display: none;
	}

	#main-content {
		width: 100%;
	}

	#footer:after {
		content: "";
		height: 2px;
		background: rgba(255, 255, 255, .11);
		position: absolute;
		width: 610px;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.subscribe-block:after {
		content: "";
		position: absolute;
		z-index: -1;
		right: -999px;
		left: 100%;
		top: 0;
		bottom: 0;
		background: #3b465c;
	}

	.subscribe-img {
		display: none;
	}

	.latest-hearings .section-heading.text-left h1:before,
	.latest-hearings .section-heading.text-left .h1:before {
		left: 101%;
		right: auto;
	}

	.hearings-img {
		display: none;
	}

	.subcommittees-section .bg-holder {
		min-height: 418px;
		margin: 0 -200px;
	}
}

@media (max-width: 767px) {
	.section-heading.text-left h1:before,
	.section-heading.text-left .h1:before {
		right: auto;
		left: 103%;
		width: 50px;
	}

	.section-heading.text-left.alt-decor h1:before,
	.section-heading.text-left.alt-decor .h1:before {
		width: 30px;
	}

	#header .holder > .search {
		display: none;
	}

	.nav-drop {
		padding: 20px 26px;
	}

	.nav-bar {
		overflow: hidden;
	}

	.nav-active .subscribe-box {
		display: block;
		position: fixed;
		z-index: 99;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		opacity: 1;
		visibility: visible;
		height: 226px;
	}

	.nav-active .subscribe-box .holder-block {
		padding: 0 20px 9vw 20px;
		background: #3b465c;
	}

	.nav-active .subscribe-box .box-title {
		background: #3b465c;
		padding: 38px 15px 11px 30px;
		font-size: 18px;
		font-weight: normal;
		width: 100%;
	}

	.nav-active .subscribe-box .text-block {
		margin: -2px 0 0;
		padding-left: 12px;
	}

	.nav-active .subscribe-box .text-block p {
		margin: 0 0 30px;
	}

	.internal .intro-section {
		max-height: 250px;
	}

	.internal .intro-wrapper {
		display: none;
	}

	.mixed-summary iframe {
		max-width: 100%;
	}

	.newspagelinks .btn {
		padding: 11px 2px;
	}

	#footer > .container {
		padding: 41px 40px 0;
	}

	#footer h5 {
		margin: 0 0 44px;
	}

	.footer-block .footer-link-list {
		text-align: center;
		margin-bottom: 8px;
	}

	.footer-subscribe {
		text-align: center;
		margin-bottom: 60px;
	}

	.intro-item .item-content {
		max-width: 280px;
	}

	.intro-item a.read-more {
		display: none;
	}

	.intro-item .item-text {
		font-size: 17px;
	}

	.intro-item .video-active {
		margin: 0;
		display: block;
		display: none;
	}

	.subscribe-block:after {
		left: -999px;
	}

	.subscribe-block .social-list {
		margin: 0;
		padding-top: 4px;
	}

	.subscribe-block .social-list li {
		padding: 0 10px;
	}

	.latest-hearings .section-heading.text-left h1:before,
	.latest-hearings .section-heading.text-left .h1:before {
		width: 30px;
	}

	.hearings-block .content-wrap {
		text-align: center;
	}

	.article-item h3,
	.article-item .h3 {
		margin: 0 0 12px;
	}

	.article-item time {
		font-size: 15px;
	}

	.calendar-section .calendar-layout {
		text-align: center;
	}

	.events-list li:last-child {
		margin: 0 0 40px;
	}

	.social-post-section > .container {
		padding: 0 40px;
	}

	.live-video-box .title {
		display: none;
	}

	.video-active {
		font-size: 10px;
		line-height: 1.7;
	}

	.member-list .member {
		width: 100%;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.nav-active .subscribe-box:before {
		display: none;
	}

	.nav-active .subscribe-box:after {
		display: none;
	}
}

@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;
	}
}

@media (max-width: 370px) {
	.captcha {
		overflow: scroll;
		max-width: 274px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* Ken Burns Slideshow Functionality */

@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
}

#slideshow {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .single-slide, #slideshow span, #slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .single-slide span {
  background-size: cover;
  background-position: center;
}

#slideshow .single-slide span.animate.right, #slideshow .single-slide span.animate.left {
  left: calc((-4vw + -4vh + -4%)/3);
  right: calc((-4vw + -4vh + -4%)/3);
}

#slideshow .single-slide span.animate.up, #slideshow .single-slide span.animate.down {
  top: calc((-4vw + -4vh + -4%)/3);
  bottom: calc((-4vw + -4vh + -4%)/3);
}

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right;
}

#slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left;
}

#slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up;
}

#slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down;
}

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in;
}

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out;
}

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
