/*! 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;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

/*.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}*/

.calendar .ui-datepicker a.ui-state-default {
	background: #fff;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calendar .ui-datepicker a.ui-state-default:hover {
	background: #d8262f;
	color: #fff;
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?p3nw90');
  src:  url('../fonts/icomoon.eot?p3nw90#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p3nw90') format('truetype'),
    url('../fonts/icomoon.woff?p3nw90') format('woff'),
    url('../fonts/icomoon.svg?p3nw90#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.files-list li a:before,
.twits-slider-holder .slick-arrow: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-commerce:before {
  content: "\e90e";
}
.icon-security:before {
  content: "\e90c";
}
.icon-energy:before {
  content: "\e914";
}
.icon-transportation:before {
  content: "\e916";
}
.icon-foreign:before {
  content: "\e90f";
}
.icon-military:before {
  content: "\e910";
}
.icon-legislative:before {
  content: "\e911";
}
.icon-health:before {
  content: "\e912";
}
.icon-interior:before {
  content: "\e913";
}
.icon-financial:before {
  content: "\e915";
}
.icon-agriculture:before {
  content: "\e917";
}
.icon-defense:before {
  content: "\e918";
}
.icon-youtube-round:before {
  content: "\e900";
}
.icon-twitter-round:before {
  content: "\e901";
}
.icon-facebook-round:before {
  content: "\e902";
}
.icon-clock:before {
  content: "\e903";
}
.icon-round-arrow-right:before {
  content: "\e904";
}
.icon-round-arrow-left:before {
  content: "\e905";
}
.icon-file:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90d";
}
.icon-instagram-circle:before {
  content: "\e91a";
}
.icon-instagram:before {
  content: "\e91b";
}
.icon-monitor:before {
  content: "\e919";
}




/* Slick slider styles */

.slick-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;
}

.slick-slider .slick-track,
.slick-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;
}

.footer-social-list,
.sub-nav-list,
.social-list,
.main-nav,
.sub-nav,
.events-list,
.files-list,
.twit-parameters,
.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-content:after,
.main-sidebar:after,
#main:after,
.form-filter: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: #58585a;
	background: #fff;
	font: 14px/1.6 "Roboto", "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: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

.subcom h1 {
	font-size: 20px;
}

.int .heading h1 {
	color: #253373;
	font-size: 30px;
    line-height: 1.2em;
}

h2,
.h2 {
	font-size: 18px;
	margin: 0 0 22px;
}

h3,
.h3 {
	font-size: 16px;
}

.buffer h3 {
  margin: 20px 0;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 5px solid #243175;
  color: #58585a;
}

h4,
.h4 {
	font-size: 15px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #d8262f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

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 #58585a;
	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: #58585a;
}

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: #58585a;
}

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: #58585a;
}

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: #58585a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #58585a;
}

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;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	padding-top: 62px;
}

.int #main {
	padding: 50px 0;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

.desktop-visible {
	display: none;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.bg-gray {
	background: #f5f5f5;
}

.intro-section {
	position: relative;
}

.events-section {
	padding: 48px 0 62px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
}

.events-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .55);
}

.events-section .container {
	position: relative;
	z-index: 2;
}

.news-section {
	padding: 53px 0 52px;
}

.news-section .heading-holder {
	margin: 0 0 37px;
}

.features-section {
	padding: 0 0 1px;
}

.videos-section {
	padding: 58px 0 48px;
}

.videos-section .heading-holder {
	margin: 0 0 32px;
}

.videos-section .heading-holder .heading {
	padding: 17px 50px 25px 45px;
}

.twitter-section {
	padding: 55px 0 37px;
	background-size: cover;
	background-position: 50% 50%;
}

.twitter-section .heading-holder {
	margin: 0 0 40px;
}

.twitter-section .heading-holder .heading {
	padding: 16px 43px 20px 39px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 9999;
}

.accessibility.bottom:focus {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

#footer {
	background: #58585a;
	color: #fff;
	padding: 87px 0 134px;
}

.footer-top-row {
	position: relative;
	padding: 0 0 40px;
	margin: 0 0 29px;
}

.footer-top-row:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 209px;
	height: 1px;
	background: #bcbcbc;
}

.footer-logo {
	width: 281px;
	margin: 0 auto 20px;
}

.footer-logo a {
	display: block;
}

.footer-logo img {
	display: block;
	width: 100%;
}

.person-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
}

.person-box .person-photo {
	width: 90px;
	height: 90px;
	border: 4px solid currentColor;
	border-radius: 100%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.person-box .person-photo img {
	display: block;
	width: 100%;
}

.person-box .person-info {
	font-size: 16px;
	line-height: 1;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.person-box .person-info .post,
.person-box .person-info .name {
	display: block;
}

.contact-info {
	text-align: center;
}

.contact-info .address-holder {
	margin: 0 0 35px;
}

.contact-info .address-holder h2,
.contact-info .address-holder .h2 {
	margin: 0;
}

.contact-info .address-holder address {
	font-style: normal;
}

.contact-info .address-holder a[href^="tel"] {
	color: inherit;
}

.contact-info .address-holder a[href^="tel"]:hover {
	text-decoration: underline;
}

.contact-info .signup-form {
	margin: 0 0 42px;
}

.contact-info .signup-form h2,
.contact-info .signup-form .h2 {
	display: block;
	margin: 0 0 5px;
}

.contact-info .signup-form .input-wrap {
	position: relative;
}

.contact-info .signup-form .input-wrap input {
	padding: 9px 55px 9px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #fff;
	color: #58585a;
}

.contact-info .signup-form .input-wrap [type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	background: #d8262f;
	border: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 23px;
	padding: 2px 8px;
}

.contact-info .signup-form .input-wrap [type="submit"]:hover {
	color: #d8262f;
	background: #fff;
}

.contact-info .add-nav {
	text-align: center;
}

.footer-social-list {
	font-size: 63px;
	line-height: 1;
	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;
	margin: 0 0 26px;
}

.footer-social-list li {
	padding: 0 8px;
}

.footer-social-list a {
	color: inherit;
}

.footer-social-list a:hover {
	color: #d8262f;
	text-decoration: none;
}

.sub-nav-list {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
}

.sub-nav-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 8px;
}

.sub-nav-list li:last-child:after {
	display: none;
}

.sub-nav-list li:after {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 100%;
	width: 1px;
	background: currentColor;
}

.sub-nav-list a {
	color: inherit;
}

.sticky-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto !important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 999;
}

.sticky-wrap.fixed-position {
	position: fixed;
}

#header {
	position: relative;
	background: #fff;
}

.header-holder {
	padding: 5px 20px;
}

.logo {
	display: block;
	width: 202px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
}

.nav-opener {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 23px;
	right: 20px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #58585a;
	border-radius: 4px;
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener span {
	top: 8px;
}

.nav-opener:after {
	content: "";
	bottom: 0;
}

.nav-slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
	padding: 25px 20px;
	max-height: calc(100vh - 62px);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-slide {
	opacity: 1;
	visibility: visible;
}

.nav-slide .nav-close {
	position: absolute;
	top: 19px;
	right: 25px;
}

.nav-close {
	font-size: 16px;
	text-decoration: none;
	color: #58585a;
}

.nav-close:hover {
	text-decoration: none;
}

.nav-close > span {
	margin-left: 8px;
	font-size: 24px;
	color: #d8262f;
}

.header-add-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-list {
	position: relative;
	font-size: 22px;
	margin: 0 25px 0 0;
}

.social-list .icon-instagram {
	font-size: 20px;
}

.social-list:after {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 7px;
	right: -11px;
	width: 1px;
	background: #58585a;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.social-list a:hover {
	text-decoration: none;
	color: #253373;
}

.fade-in-search .search-open {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 21px;
	cursor: pointer;
	color: #58585a;
}

.fade-in-search .search-close {
	position: absolute;
	top: 25px;
	right: 20px;
	color: #fff;
}

.fade-in-search .search-close:hover {
	text-decoration: none;
}

.fade-in-search .search-close span {
	color: #d8262f;
}

.fade-in-search .form-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #253373;
	color: #fff;
	z-index: 2;
}

.fade-in-search .wrapper {
	padding: 160px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.fade-in-search .input-wrap {
	position: relative;
}

.fade-in-search .input-wrap input {
	width: 100%;
	font-size: 24px;
	background: none;
	color: #fff;
	border: 2px solid currentColor;
	border-radius: 5px;
	padding-right: 60px;
}

.fade-in-search .input-wrap input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrap input::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrap input:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrap input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrap input.placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrap [type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	border: 2px solid currentColor;
	border-width: 0 0 0 2px;
	background: none;
	font-size: 24px;
	padding: 7px 12px;
	border-radius: 0 5px 5px 0;
}

.fade-in-search .input-wrap [type="submit"]:hover {
	background: #d8262f;
}

.main-nav {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	padding: 20px 0 0;
	font-weight: 600;
}

.main-nav .menu-item {
	margin: 0 0 12px;
}

.main-nav .menu-item.has-drop-down.active > a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-nav .menu-item.has-drop-down > a:before,
.main-nav .menu-item.has-drop-down > a:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 50%;
	left: calc(100% + 6px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #58585a;
}

.main-nav .menu-item.has-drop-down > a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-nav .menu-item > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 2px;
}

.main-nav .menu-item > a:hover,
.main-nav .menu-item > a:focus {
	text-decoration: none;
}

.main-nav .menu-item .title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav a {
	color: #58585a;
}

.sub-nav {
	font-size: 14px;
	line-height: 1.5714285714285714;
}

.sub-nav li {
	margin: 0 0 8px;
}

.sub-nav li.current a {
	color: #d8262f;
}

.sub-nav a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: inherit;
}

.sub-nav a:hover {
	text-decoration: none;
}

.sub-nav a:before {
	content: "\00BB \00A0";
}

.heading-holder {
	text-align: center;
	margin: 0 0 23px;
}

.heading-holder.white-mod .heading {
	color: #fff;
}

.heading-holder.white-mod .heading:before,
.heading-holder.white-mod .heading .fake-border-top,
.heading-holder.white-mod .heading .fake-border-bottom,
.heading-holder.white-mod .heading .fake-border-bottom:after,
.heading-holder.white-mod .heading .fake-border-bottom:before {
	border-color: #fff;
}

.heading-holder.blue-mod .heading:before,
.heading-holder.blue-mod .heading .fake-border-top,
.heading-holder.blue-mod .heading .fake-border-bottom,
.heading-holder.blue-mod .heading .fake-border-bottom:after,
.heading-holder.blue-mod .heading .fake-border-bottom:before {
	border-color: #fff;
}

.heading-holder .heading {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	padding: 13px 50px 19px 45px;
	margin: 0;
	letter-spacing: -.7px;
	color: #253373;
	line-height: 1;
}

.heading-holder .heading .text {
	position: relative;
	z-index: 3;
}

.heading-holder .heading:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -10px;
	height: calc(100% - 5px);
	width: 100%;
	border: 2px solid #d8262f;
	border-radius: 10px;
}

.heading-holder .heading .fake-border-top {
	position: absolute;
	top: 5px;
	left: 1px;
	width: calc(100% - 17px);
	height: calc(100% - 21px);
	border: 2px solid #d8262f;
	border-radius: 10px 0 0 0;
	border-width: 2px 0 0 2px;
}

.heading-holder .heading .fake-border-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 10px);
	height: calc(100% - 13px);
	border: 2px solid #d8262f;
	border-radius: 0 0 10px 0;
	border-width: 0 2px 2px 0;
}

.heading-holder .heading .fake-border-bottom:before,
.heading-holder .heading .fake-border-bottom:after {
	content: "";
	position: absolute;
	border: 2px solid #d8262f;
}

.heading-holder .heading .fake-border-bottom:before {
	width: 20px;
	height: 7px;
	bottom: -2px;
	left: -7px;
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 10px;
}

.heading-holder .heading .fake-border-bottom:after {
	width: 8px;
	height: 20px;
	top: -8px;
	right: -2px;
	border-width: 2px 2px 0 0;
	border-radius: 0 10px 0 0;
}


.heading-holder [class^="icon"] {
	font-size: 0;
	text-indent: -9999px;
}

.heading-holder [class^="icon"]:before {
	font-size: 53px;
	text-indent: 0;
}

.calendar .datepicker {
	max-width: 306px;
	margin: 0 auto;
}

.calendar .ui-datepicker {
	border-radius: 0;
	background: none;
	border: none;
	color: inherit;
	width: 100%;
	padding: 0;
}

.calendar .ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
	color: inherit;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px 0;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	top: 8px;
	color: inherit;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 2px;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
	left: 2px;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "<";
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 2px;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
	right: 2px;
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: ">";
}

.calendar .ui-datepicker .ui-datepicker-calendar {
	width: 100%;
	font-size: 13px;
	text-align: center;
}

.calendar .ui-datepicker .ui-datepicker-calendar thead {
	text-transform: uppercase;
}

.calendar .ui-datepicker .ui-state-default {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	color: inherit;
	text-align: center;
	padding: 5px;
}

.calendar .ui-datepicker .ui-state-default.ui-state-active,
.calendar .ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active {
	background: #fff;
	color: #000;
}

.calendar .ui-datepicker .ui-state-default.ui-state-highinherit {
	background: none;
	color: #fff;
}

.event-item {
	overflow: hidden;
}

.event-item .date-box {
	padding: 3px;
	margin: 0 10px 0 0;
	float: left;
	width: 45px;
	height: 45px;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #231f20;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.event-item .date-box .month,
.event-item .date-box .date {
	display: block;
}

.event-item .date-box .month {
	font-size: 15px;
	line-height: 1;
}

.event-item .date-box .date {
	font-size: 24px;
	line-height: 1;
}

.event-item .event-description {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5;
}

.event-item .event-description a {
	color: inherit;
}

.event-item .event-description a.more-link {
	text-decoration: underline;
	font-weight: 900;
}

.event-item .event-description a.more-link:hover {
	text-decoration: none;
}

.event-item .event-description .event-title {
	display: block;
	margin: 0 0 2px;
	font-size: 18px;
	line-height: 1;
}

.event-item .event-description .event-title a {
	text-decoration: none;
}

.events-list {
	margin: 0 0 17px;
}

.events-list li {
	margin: 0 0 11px;
}

.events-module .calendar {
	margin: 0 0 29px;
}

.events-module .view-all {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #d8262f;
	border: 2px solid currentColor;
	border-radius: 5px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 31px;
	background: transparent;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background: #d8262f;
	border-color: #d8262f;
	text-decoration: none;
}

.btn.btn-white {
	color: #fff;
}

.btn.btn-white:hover {
	color: #d8262f;
	background: #fff;
	border-color: #fff;
}

.btn [class^="icon"] {
	font-size: 10px;
}

.news-item {
	border-left: 10px solid #253373;
	padding: 15px 17px 10px 17px;
	margin: 0 0 44px;
	font-size: 14px;
	line-height: 1.57142857;
}

.news-item .title {
	display: block;
	font-size: 18px;
	line-height: 1.22222222;
	margin: 0 0 13px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.news-item .title a {
	color: inherit;
}

.news-item .date {
	display: block;
	margin: 0 0 12px;
	color: #d8262f;
	text-transform: uppercase;
}

.news-item p {
	margin: 0;
}

.news-group {
	margin: 0 0 -8px;
}

.news-group .news-item:nth-child(n+3) {
	display: none;
}

.features-heading {
	position: relative;
	background: #253373;
	color: #fff;
	margin: 0 -20px 46px;
	padding: 66px 0 34px;
}

.features-heading > * {
	position: relative;
	z-index: 2;
}

.features-heading .triangle-down {
	position: absolute;
	top: 100%;
	width: 100%;
}

.features-heading .triangle-down svg {
	width: 100%;
}

.features-heading .triangle-right {
	position: absolute;
	top: -1%;
	width: 40px;
	height: 102%;
	left: calc(100% - 1px);
}

.features-heading .triangle-right svg {
	height: 100%;
}

.features-heading .heading-holder {
	margin: 0 0 32px;
}

.features-heading .heading-holder .heading {
	padding: 22px 53px 32px 45px;
}

.files-list li {
	margin: 0 0 45px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.2;
}

.files-list li a {
	display: block;
	position: relative;
	color: #58585a;
}

.files-list li a:before {
	content: "\e906";
	font-size: 52px;
	color: #d8262f;
	float: left;
	clear: left;
	margin: 0 11px 0 0;
}

.video-item {
	margin: 0 0 17px;
}

.video-item .video {
	position: relative;
	padding-top: 56.3%;
	margin: 0 0 12px;
}

.video-item .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-item .video-title {
	display: block;
	font-size: 15px;
	line-height: 1.2;
}

.videos-group {
	margin: 0 0 20px;
}

.twits-slider-holder .slick-slider {
	padding: 81px 0 0;
}

.twits-slider-holder .slick-arrow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: none;
	border: none;
	color: #fff;
	font-size: 0;
	outline: none;
	padding: 0;
}

.twits-slider-holder .slick-arrow:before {
	font-size: 52px;
}

.twits-slider-holder .slick-arrow.slick-prev {
	margin-left: -38px;
}

.twits-slider-holder .slick-arrow.slick-prev:before {
	content: "\e905";
}

.twits-slider-holder .slick-arrow.slick-next {
	margin-left: 38px;
}

.twits-slider-holder .slick-arrow.slick-next:before {
	content: "\e904";
}

.twit {
	padding: 0 29px;
	font-size: 18px;
	line-height: 1.33333333;
	color: #000;
	text-align: center;
}

.twit .twit-content {
	margin: 0 0 35px;
}

.twit a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	word-break: break-all;
}

.twit a:hover {
	text-decoration: underline;
}

.twit a.twitter-user {
	display: inline;
	word-break: normal;
	color: #fff;
}

.twit-parameters {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.twit-parameters li {
	margin: 0 0 13px;
}

.twit-parameters li:last-child {
	border: none;
}

.twit-parameters li a {
	color: inherit;
}

.twit-parameters [class^="icon"] {
	font-size: 19px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 8px 0 0;
}

.intro-content {
	position: relative;
	z-index: 3;
	color: #fff;
	padding: 70px 0 50px;
}

.intro-blockquote {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	text-shadow: 2px 1px 4px #333;
	line-height: 1.25;
}

.intro-blockquote q {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.intro-blockquote cite {
	display: block;
	font-size: 13px;
	line-height: 1.53846154;
	padding: 13px 0 0;
}

.bg-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

.banner {
	min-height: 450px;
	background-position: 10% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner .banner-content {
	position:absolute;
	right:0;
	left:0;
	bottom: 20%;
}

.banner h1 {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #3e3e3e;
	color: #fff;
	font-size: 34px;
	line-height: 1.2em;
	padding: 0 80px;
	width: 100%;
}

.banner h1 a {
	color: #fff;
}

.breadcrumbs {
	background: #f5f5f5;
	padding: 10px 0;
	text-transform: capitalize;
}

.breadcrumbs .current {
	font-weight: bold;
}

h2.news-title {
	margin: 0 0 10px;
	line-height: 1.20em;
}

h2.news-title a.middleheadline {
	font-size: 20px;
}

.search-title {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #58585a;
	font-weight: bold;
	font-size: 22px;
}

.heading .holder {
    width: 100%;
    padding: 15px;
    margin: 0 0 14px;
    background: #f5f5f5;
    border-left: 8px solid #253373;
}

.form-filter{
	float:right;
	width:100%;
	overflow:hidden;
}

.form-filter label, .form-receive-updates label, .form-search label, .skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
    overflow: hidden;
}
.form-filter select,
.form-filter input.text{
	font-size: 12px;
	border-radius: 5px;
    color: #000;
    width: 22%;
    vertical-align: middle;
    float: left;
    margin: 0 7px 10px 0;
    padding: 7px;
    height: 42px;
    border:1px solid #757575;
    box-sizing: border-box;
}
.form-filter fieldset{
	width: 100%;
	padding:0;
}
.form-filter .btn-go{
	background: #d8262f;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 35px;
    width: 45px;
}

.pagelinks {
    text-align: center;
    margin: 40px 0 0;
}

.pagelinks span {
	display: none;
}

.pagelinks a,
.PagerButtons {
    border-radius: 5px;
    background: transparent;
    border: 2px solid currentColor;
    text-transform: uppercase;
    color: #d8262f;
   	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    margin: 20px 5px 0;
    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
}

.pagelinks a:hover,
.PagerButtons:hover,
.PagerButtons:focus {
	color: #fff;
	background: #d8262f;
	border-color: #d8262f;
	text-decoration: none;
}

.topnewsbar {
	display: none !important;
}

.buffer .news-related-files, 
.buffer .news-related-news {
    margin: 40px 0 0;
}

.buffer .reldochead {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
}

.buffer a.middleheadline {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #d8262f;
	margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.25em;
}

.news-header {
	margin: 15px 0;
}

.member-feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.member-of-congress {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 10px;
}

.member-of-congress .inner {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.member-of-congress .member-profile {
    width: 100%;
    min-height: 275px;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
}

.member-of-congress .member-name {
    text-align:center;
    padding: 10px;
}

.member-of-congress .member-name .name {
    text-transform: uppercase;
    color: #253373;
    margin: 15px 0 5px;
    padding: 0;
    line-height: 1em;
}

.member-of-congress .social-list {
    margin: 10px 0 0;
    padding: 0;
}

.member-of-congress .social-list:after {
	content:none;
}

.member-of-congress .social-list .icon-monitor {
    padding-left: 5px;
}


.member-of-congress .member-profile:hover .hover-state {
	opacity: 1;
	background: rgba(1, 59, 113, .8);
	background: -webkit-linear-gradient(top, rgba(2, 117, 226, .8) 0%, rgba(1, 59, 113, .8) 56%);
	background: linear-gradient(to bottom, rgba(2, 117, 226, .8) 0%, rgba(1, 59, 113, .8) 56%);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.member-of-congress .hover-state {
    -webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: background .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    /*-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);*/
    background: -webkit-linear-gradient(top, #0275e2 0%, #013b71 56%);
    background: linear-gradient(to bottom, #0275e2 0%, #013b71 56%);
}

.member-of-congress .hover-state .holder { 
	color: #fff;
	padding: 30px;
}

.member-of-congress .hover-state ul { 
	text-align: left;
  font-size: .85em;
  line-height: 1.3em;
  padding: 10px 0 0 10px;
  margin: 0;
}

.member-of-congress .hover-state .title { 
	display:block;
	font-size: 22px;
}

.legis .middleheadline {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    text-align:center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -.7px;
    color: #253373;
}

.subcom {
	display:block;
	padding: 0 0 30px;
	border-bottom: 1px solid #999;
	margin: 0 0 30px;
}

.subcom .boxed {
	background: #253373;
	color :#fff;
	padding: 40px;
	margin: 0 0 30px;
	border-radius: 10px;
}

.subcom .boxed .heading-holder {
	margin: 0;
	max-width: 100%;
}

.subcom .boxed .heading-holder [class^="icon"]:before {
	font-size: 90px;
	display: block;
	margin-bottom: 30px;
}

.subcom .boxed .heading-holder .heading {
	color:#fff;
}

.subcom .action a {
	text-align:center;
	margin: 0 auto;
	display:block;
	text-decoration: underline;
}

.subcom .action .prior:hover {
	color: #253373;
}

.subcom .action ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto 20px;
	text-align: center;
}

.subcom .action ul li {
	display:inline-block;
	padding: 0 10px 10px;
}

.subcom .action ul li a {
		width: 210px;
		font-size: 16px;
		text-align:center;
		text-decoration: none;
}

.subcom .action ul li #disabled {
	background: #d6d6d6;
  border-color: #cccccc;
	color:#fff;
	pointer-events: none;
  cursor: default;
}

.subcom .action #hidden {
	display:none;
	pointer-events: none;
  cursor: default;
}

.subcom .action ul li a i {
		padding-left: 5px;
}

.legFilter {
	text-align: center;
	margin: 10px 0 50px;
}

.heading-holder a {
	color: #253373;
}

.heading-holder a:hover {
	color: #d8262f;
	text-decoration: none;
}

.legFilter h2 {
	margin: 0 0 5px;
}

.omni-container .heading-holder {
	margin: 0 0 30px;
}

.column-links {
	text-align: center;
	font-weight:bold;
	font-size: 18px;
	margin: 0 0 40px;
}

.fiscals {
	float:none;
}

.fiscals select {
	width: 75%;
	float:none;
	font-size: 18px;
	color: #58585a;
}

.main-content .post{
	padding:0;
	margin:0;
	list-style:none;
	color:#8c0707;
	width:593px;
	overflow:hidden;
}

.main-content,
.main-sidebar {
	float:left;
}

.main-content {
	width: 75%;
	padding: 0 30px 0 0;
}

.main-content.full {
	width: 100%;
	padding: 0;
	float:none;
}

.main-sidebar {
	width: 25%;
}

.sidebar-hold {
	background: #f5f5f5;
	border-left: 8px solid #253373;
	padding: 10px 20px;
}

.sidebar-hold h4 {
	font-size: 22px;
}

.sidebar-hold ul {
	list-style-type: none;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 18px;
}

.sidebar-hold li {
	list-style-position: inside;
	text-indent: -18px;
	padding: 0 0 15px;
}

.sidebar-hold ul li a:hover,
.sidebar-hold ul li a:active,
.sidebar-hold ul li a:visited,
.sidebar-hold ul li.active a {
	text-decoration: none;
}

.sidebar-hold ul li a:hover,
.sidebar-hold ul li.active a  {
	color: #d8262f;
}

.sidebar-hold ul li a:before {
	content: "\002B";
	color: #d8262f;
	font-weight: bold;
	padding-right: 10px;
}

.sidebar-hold ul li.active a:before {
	content: "\2212";
}

.sidebar-hold ul.sublist {
	list-style-type: disc;
	padding: 10px 0 0 50px;
	font-size: 15px;
	line-height: 20px;
}

.sidebar-hold ul.sublist li {
	padding: 0;
}

.sidebar-hold ul.sublist li a {
	font-weight: normal;
	color: #58585a;
}

.sidebar-hold ul.sublist li a:hover {
	color: #d8262f;
}

.sidebar-hold ul.sublist li a:before {
	content:none;
}

.sidebar-hold a {
	font-weight: bold;
	color: #58585a;
}

#menu ul {
	display:none;
}

#menu li.active ul {
    display: block;
}

.tabset {
	width: 100%;
	text-align:center;

}

.tabset li {
	margin: 0 5px 10px;
	display: inline-block;
}

.tabset .btn {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.tabset .btn.active {
	background: #d8262f;
	border-color: #d8262f;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content {
	overflow: hidden;
}

@media (min-width: 480px) {
	.person-box a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	body {
		font: 15px/1.6 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	h1,
	.h1 {
		font-size: 36px;
	}

	.column-links {
		font-size: 24px;
		margin: 0 0 60px;
	}

	.boxed h1 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	h5,
	.h5 {
		font-size: 16px;
	}

	h6,
	.h6 {
		font-size: 15px;
	}

	#main {
		padding-top: 94px;
	}

	.container {
		padding: 0 74px;
	}

	.mobile-visible {
		display: none !important;
	}

	.events-section {
		padding: 111px 0 72px;
	}

	.news-section {
		padding: 58px 0;
	}

	.features-section {
		padding: 0 0 45px;
	}

	.videos-section {
		padding: 75px 0 64px;
	}

	.videos-section .heading-holder {
		margin: 0 0 41px;
	}

	.videos-section .heading-holder .heading {
		padding: 22px 50px 30px 45px;
	}

	.twitter-section {
		background-position: 70% 50%;
		padding: 90px 0 130px;
	}

	.twitter-section .heading-holder {
		margin: 0 0 44px;
	}

	.twitter-section .heading-holder .heading {
		padding: 13px 43px 20px 39px;
	}

	.member-of-congress {
	    -ms-flex: 1 1 50%;
	    flex: 1 1 50%;
	    width: 50%;
	    max-width: 50%;
	}

	#footer {
		padding: 71px 0 99px;
	}

	.footer-top-row {
		padding: 0 0 48px;
		margin: 0 0 51px;
	}

	.footer-top-row:after {
		width: 571px;
	}

	.footer-logo {
		width: 400px;
		margin: 0 auto 24px;
	}

	.person-box .person-photo {
		width: 136px;
		height: 136px;
	}

	.person-box .person-info {
		font-size: 24px;
	}

	.contact-info {
		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;
		margin: 0 -10px;
	}

	.contact-info .contact-info-item {
		width: 50%;
		padding: 0 10px;
	}

	.contact-info .address-holder {
		text-align: left;
	}

	.contact-info .address-holder h2,
	.contact-info .address-holder .h2 {
		font-size: 21px;
		line-height: 1.1428571428571428;
	}

	.contact-info .signup-form h2,
	.contact-info .signup-form .h2 {
		font-size: 21px;
		line-height: 1.1428571428571428;
		margin: 0 0 14px;
	}

	.contact-info .add-nav {
		padding-top: 13px;
		width: 100%;
	}

	.footer-social-list {
		margin: 0 0 12px;
	}

	.sub-nav-list {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.sub-nav-list li {
		padding: 0 10px;
	}

	.sticky-wrap {
		-webkit-transition: top .3s ease-in-out;
		transition: top .3s ease-in-out;
		position: absolute;
	}

	.sticky-wrap.fixed-position {
		-webkit-animation: showBar 1s;
		animation: showBar 1s;
	}

	.header-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 11px 54px 16px;
	}

	.logo {
		width: 261px;
	}

	.nav-opener {
		top: 33px;
		right: 54px;
	}

	.nav-slide {
		padding: 41px 20px;
	}

	.nav-slide .nav-close {
		top: -6px;
		right: 54px;
	}

	.header-add-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 0 60px 0 0;
	}

	.social-list {
		margin: 0 0 0 15px;
	}

	.social-list:after {
		display: none;
	}

	.fade-in-search .search-open {
		font-size: 25px;
	}

	.fade-in-search .search-close {
		top: 15px;
		right: 20px;
	}

	.fade-in-search .wrapper {
		padding: 20px 90px 20px 20px;
	}

	.main-nav {
		padding: 0;
	}

	.heading-holder {
		margin: 0 0 57px;
	}

	.heading-holder .heading {
		letter-spacing: -1px;
		padding: 22px 59px 30px 45px;
	}

	.heading-holder .heading:before {
		top: -10px;
		left: -14px;
	}

	.heading-holder .heading .fake-border-top {
		width: calc(100% - 22px);
		height: calc(100% - 27px);
	}

	.heading-holder .heading .fake-border-bottom {
		width: calc(100% - 10px);
		height: calc(100% - 13px);
	}

	.heading-holder .heading .fake-border-bottom:before {
		height: 10px;
		left: -9px;
	}

	.heading-holder .heading .fake-border-bottom:after {
		width: 10px;
	}

	.calendar .datepicker {
		max-width: 360px;
	}

	.calendar .ui-datepicker .ui-datepicker-header {
		font-size: 24px;
	}

	.calendar .ui-datepicker .ui-datepicker-calendar {
		font-size: 16px;
	}

	.calendar .ui-datepicker .ui-state-default {
		padding: .2em;
	}

	.event-item .date-box {
		width: 55px;
		height: 55px;
		padding: 5px;
	}

	.event-item .date-box .month {
		font-size: 18px;
	}

	.event-item .date-box .date {
		font-size: 30px;
	}

	.event-item .event-description .event-title {
		font-size: 22px;
	}

	.events-list {
		margin: 0 0 41px;
	}

	.events-list li {
		margin: 0 0 12px;
	}

	.news-item {
		font-size: 15px;
		line-height: 1.6;
	}

	.news-item .title {
		font-size: 20px;
	}

	.news-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 -2px;
	}

	.news-group .news-item {
		width: 48.4%;
	}

	.features-heading {
		margin: 0 -74px 102px;
		padding: 64px 0 18px;
	}

	.features-heading .heading-holder {
		margin: 0 0 44px;
	}

	.features-heading .heading-holder .heading {
		padding: 22px 53px 36px 45px;
	}

	.files-list,
	.subcom .action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.files-list li {
		width: 48.3%;
		margin: 0 0 19px;
		font-size: 16px;
		line-height: 1.25;
	}

	.video-item .video-title {
		font-size: 16px;
		line-height: 1.25;
	}

	.videos-group {
		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;
		margin: 0 0 22px;
	}

	.videos-group .video-item {
		width: calc((100% - 24px)/2);
	}

	.twits-slider-holder .slick-slider {
		padding: 0 0;
	}

	.twits-slider-holder .slick-arrow {
		top: 35px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.twits-slider-holder .slick-arrow.slick-prev {
		left: auto;
		right: 100%;
		margin-left: 0;
	}

	.twits-slider-holder .slick-arrow.slick-next {
		left: 100%;
		margin-left: 0;
	}

	.twit {
		font-size: 26px;
		line-height: 1.15384615;
		padding: 0;
	}

	.twit .twit-content {
		margin: 0 0 48px;
	}

	.twit a {
		word-break: normal;
	}

	.twit-parameters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.twit-parameters li {
		border-right: 1px solid #fff;
		padding: 0 16px;
	}

	.twit-parameters [class^="icon"] {
		margin: 0 8px 0 0;
	}

	.intro-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 45px 0;
	}

	.intro-content:before {
		content: "";
		display: block;
		width: 0;
		height: 298px;
	}

	.intro-blockquote {
		font-size: 24px;
		line-height: 1.08333333;
	}

	.intro-blockquote cite {
		font-size: 16px;
		line-height: 1.625;
	}
}

@media (min-width: 1024px) {
	h2,
	.h2 {
		margin: 0 0 24px;
	}

	#main {
		padding-top: 79px;
	}

	.container {
		padding: 0 15px;
	}

	.desktop-visible {
		display: block;
	}

	.desktop-hidden {
		display: none;
	}

	.events-section {
		padding: 111px 0 60px;
	}

	.news-section {
		padding: 81px 0 76px;
	}

	.features-section {
		padding: 0;
		overflow: hidden;
	}

	.videos-section {
		padding: 78px 0 82px;
	}

	.twitter-section {
		background-position: 50% 50%;
	}

	.member-of-congress {
	    -ms-flex: 1 1 25%;
	    flex: 1 1 25%;
	    width: 25%;
	    max-width: 25%;
	}

	#footer {
		padding: 61px 0 99px;
	}

	.footer-top-row {
		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;
		max-width: 1024px;
		margin: 0 auto 55px;
		padding: 0 0 55px;
	}

	.footer-logo {
		width: 476px;
		margin: 0 0 0 0;
	}

	.contact-info .contact-info-item {
		width: 33.33%;
	}

	.contact-info .add-nav {
		width: 33.33%;
		text-align: right;
		padding-top: 0;
	}

	.footer-social-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sub-nav-list {
		text-align: center;
	}

	.sub-nav-list li:last-child {
		padding-right: 0;
	}

	.header-holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 20px;
	}

	.logo {
		width: 200px;
	}

	.nav-opener {
		display: none;
	}

	.nav-slide {
		position: static;
		top: auto;
		left: auto;
		width: auto;
		box-shadow: none;
		padding: 0;
		z-index: 1;
		max-height: none;
		overflow: visible;
		opacity: 1;
		visibility: visible;
	}

	.nav-close {
		display: none;
	}

	.header-add-nav {
		padding: 0;
	}

	.fade-in-search .search-open:hover {
		color: #253373;
		text-decoration: none;
	}

	.fade-in-search .wrapper {
		padding: 32px 90px 20px 20px;
	}

	.main-nav {
		text-align: left;
		font-size: 16px;
	}

	.main-nav .menu-item {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
	}

	.main-nav .menu-item.has-drop-down > a:before,
	.main-nav .menu-item.has-drop-down > a:after {
		display: none;
	}

	.main-nav .menu-item.has-huge-drop-down {
		position: static;
	}

	.main-nav .menu-item.hover {
		background: #58585a;
		color: #fff;
	}

	.main-nav .menu-item.hover .slide {
		opacity: 1;
		visibility: visible;
	}

	.main-nav .menu-item.current {
		background: #58585a;
		color: #fff;
	}

	.main-nav .menu-item > a {
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: inherit;
		padding: 30px 10px 30px;
	}

	.main-nav .menu-item .slide {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		top: 100%;
		left: 0;
		background: #58585a;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		padding: 11px 0 21px;
		min-width: 195px;
	}

	.main-nav .menu-item .slide.huge-slide {
		width: 100%;
		padding: 23px 0 56px;
	}

	.main-nav .menu-item .slide.huge-slide .sub-nav {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.main-nav .menu-item .slide.huge-slide .sub-nav li {
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}

	.main-nav .menu-item .title {
		font-size: 30px;
		margin: 0 0 22px;
	}

	.sub-nav {
		line-height: 1.1428571428571428;
	}

	.sub-nav li {
		margin: 0;
	}

	.sub-nav li.current a {
		background: #d8262f;
		color: #fff;
	}

	.sub-nav a {
		-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
		transition: color .3s ease-in-out, background .3s ease-in-out;
		display: block;
		padding: 7px 15px;
	}

	.sub-nav a:hover {
		background: #d8262f;
		color: #fff;
	}

	.calendar .datepicker {
		max-width: none;
	}

	.calendar .ui-datepicker .ui-datepicker-header {
		padding: 6px 0 0;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: 40px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
		left: 40px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		right: 40px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
		right: 40px;
	}

	.calendar .ui-datepicker .ui-datepicker-calendar {
		margin: 0 0 38px;
	}

	.calendar .ui-datepicker .ui-datepicker-calendar thead {
		font-size: 22px;
	}

	.calendar .ui-datepicker .ui-datepicker-calendar th {
		padding: .3em;
	}

	.calendar .ui-datepicker .ui-datepicker-calendar td {
		padding: 1px 14px 16px;
	}

	.events-module {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.events-module .calendar {
		width: 50%;
		margin: -9px 0 29px;
		padding: 0 12px 0 0;
	}

	.events-module .events {
		width: 50%;
		padding: 0 37px 0 24px;
	}

	.news-group .news-item {
		width: 31.63%;
	}

	.news-group .news-item:nth-child(n+3) {
		display: block;
	}

	.features-module,
	.subcom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.features-module .files-list {
		margin: 56px 0 0;
	}

	.features-heading,
	.subcom .boxed {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: 81px 74px 87px 20px;
		margin: 0 69px 0 0;
	}

	.subcom .boxed {
		padding: 80px;
		flex: 1;
	}

	.subcom .action {
		flex: 1;
		align-self: flex-start;
	}

	.features-heading:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 100vw;
		background: #253373;
	}

	.features-heading .heading-holder {
		margin: 0 0 38px;
	}

	.files-list li {
		width: 48%;
		margin: 0 0 23px;
	}

	.files-list li a:before {
		font-size: 64px;
		margin: 0 14px 0 0;
	}

	.video-item .video {
		margin: 0 0 17px;
	}

	.video-item .video-title {
		font-size: 20px;
		line-height: 1.2;
	}

	.videos-group {
		margin: 0 0 19px;
	}

	.videos-group .video-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc((100% - 60px)/3);
	}

	.twits-slider-holder .slick-slider {
		max-width: 700px;
		margin: 0 auto;
	}

	.twit {
		font-size: 30px;
		line-height: 1.2;
	}

	.intro-content {
		padding: 122px 0;
	}

	.intro-content:before {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	#main {
		padding-top: 116px;
	}

	.contact-info .address-holder h2,
	.contact-info .address-holder .h2 {
		font-size: 24px;
	}

	.contact-info .signup-form h2,
	.contact-info .signup-form .h2 {
		font-size: 24px;
	}

	.logo {
		width: 261px;
	}

	.main-nav .menu-item > a {
		padding: 55px 16px 42px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		width: 260px;
		margin: 0 auto;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: 115px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
		left: 115px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		right: 115px;
	}

	.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
		right: 115px;
	}

	.files-list li {
		font-size: 20px;
		line-height: 1.2;
	}

	.twits-slider-holder .slick-arrow.slick-prev {
		right: calc(100% + 35px);
	}

	.twits-slider-holder .slick-arrow.slick-next {
		left: calc(100% + 35px);
	}

	.twit .twit-content {
		margin: 0 0 24px;
	}

	.twit .twit-content p {
		margin-bottom: 15px;
	}
}

@media (min-width: 1400px) {
	.header-holder {
		padding: 0 210px 0 81px;
	}
}

@media (min-width: 1420px) {
	.features-heading {
		padding: 81px 74px 87px 0;
		margin: 0 69px 0 -71px;
	}
}

@media (min-width: 1500px) {
	.logo {
		width: 362px;
	}
}

@media (max-width: 1023px) {
	.videos-group .video-item:nth-child(n+3) {
		display: none;
	}

	.main-content, .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
	}
}

@media (max-width: 767px) {

	.intro-section {
		min-height: 275px;
	}

	.mobile-hidden {
		display: none !important;
	}
	.form-filter select, .form-filter input.text {
		width: 100%;
		margin: 0 0 10px;
	}

	.banner h1 {
		font-size: 24px;
		padding: 0 15px;
	}
}

@-webkit-keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
