/*! 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;
}

.main-nav,
.main-nav .drop ul,
.social-list,
.footer-nav,
.footer-social,
.footer-menu,
.news-cards-area,
.features-list,
.articles-list,
.social-slider .metadata,
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #4b4b4b;
	background: #fff;
	font: 14px/1.72 "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: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 40px;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1789eb;
}

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 #4b4b4b;
	padding: 5px 20px;
}

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: #4b4b4b;
}

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: #4b4b4b;
}

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: #4b4b4b;
}

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: #4b4b4b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #4b4b4b;
}

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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?dl6t9x") format("truetype"), url("../fonts/icomoon.woff?dl6t9x") format("woff"), url("../fonts/icomoon.svg?dl6t9x#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-arrow-top:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-flickr:before {
	content: "";
}

#live {
  background: #1789eb;
  background: #21ab1e;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 20px;
  margin: 0 auto;
  text-align:center;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 1.5rem;
}

/* 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;
}

.social-slider .slick-track,
.social-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;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.container {
	padding: 0 26px;
	margin: 0 auto;
	max-width: 1330px;
}

.container.lg {
	max-width: 1444px;
}

.int.empty .container {
	max-width: 1160px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden, .hidden-social {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.social-list .hidden-social {
	display: none;
}

.footer-social .hidden-social {
	position: static;
	width: 100%;
	height: 100%;
}

.lead-text {
	font-size: 20px;
	line-height: 1.5;
}

.small-text {
	font-size: 12px;
	line-height: 1.5;
}

.text-center {
	text-align: center;
}

.bg-light {
	background-color: #ebebeb;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 400;
}

h1,
.h1 {
	line-height: 1.27;
}

h2,
.h2 {
	line-height: 1;
}

h3,
.h3 {
	line-height: 1;
}

.base-section {
	padding: 20px 0;
}

.base-section.with-border {
	border-bottom: 1px solid #dcdcdc;
}

.section-heading {
	margin: 0 0 50px;
}

.title-holder h2,
.title-holder .h2,
.title-holder h3,
.title-holder .h3 {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-holder h2:after,
.title-holder .h2:after,
.title-holder h3:after,
.title-holder .h3:after {
	content: "";
	width: 45px;
	height: 5px;
	background-color: #21ab1e;
	margin: 0 0 0 8px;
	display: block;
}

.title-holder.centered h2,
.title-holder.centered .h2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.title-holder.centered h2:before,
.title-holder.centered .h2:before {
	content: "";
	width: 45px;
	height: 5px;
	background-color: #21ab1e;
	margin: 0 8px 0 0;
	display: block;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 40px;
	width: 100%;
	font-size: 12px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

address,
.address {
	display: block;
	font-style: normal;
	margin: 0;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.transform-holder {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	position: relative;
	right: 0;
}

body.nav-active {
	overflow: hidden !important;
}

body.nav-active .main-nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

body.nav-active #header .logo {
	opacity: 0;
}

.sticky-wrap.header-fixed #header {
	left: 0 !important;
}

#header {
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
	padding: 23px 0;
	z-index: 99;
	background-color: #fff;
	position: relative;
	left: 0;
}

#header > .container {
	width: 100%;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	width: 159px;
	height: 42px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.logo img {
	height: 100%;
}

.nav-opener {
	width: 30px;
	height: 26px;
	display: block;
	position: relative;
}

.nav-opener:before,
.nav-opener: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;
	content: "";
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 100%;
	height: 4px;
	background-color: #1789eb;
	position: absolute;
	left: 0;
}

.nav-opener:before {
	top: 0;
}

.nav-opener span {
	top: 11px;
}

.nav-opener:after {
	top: 22px;
	width: 19px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 11px;
	width: 100%;
}

.main-nav {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.main-nav > li {
	position: relative;
}

.main-nav > li.hover-1 > a {
	color: #707070;
}

.main-nav > li.hover .drop {
	max-height: 500px;
	opacity: 1 !important;
	visibility: visible;
}

.main-nav > li > a:hover {
	color: #707070;
}

.main-nav a {
	color: inherit;
}

.main-nav .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out, padding .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out, padding .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
}

.main-nav .drop ul {
	font-size: 14px;
	line-height: 1.5714;
	text-transform: none;
	font-weight: 400;
}

.main-nav .drop ul li {
	border-bottom: 1px solid #707070;
}

.main-nav .drop ul li:last-child {
	border-bottom: 0;
}

.main-nav .drop ul a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: block;
	padding: 12px 10px 11px 14px;
}

.main-nav .drop ul a:hover {
	background-color: #575757;
}

.social-wrap {
	margin: 0 0 35px;
}

.social-list {
	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;
	font-size: 24px;
	line-height: 1;
	margin: 0 -11px;
}

.social-list li {
	padding: 0 11px;
}

.social-list a {
	color: inherit;
}

.social-list a:hover {
	color: #707070;
}

.search-form .search-wrap {
	position: relative;
}

.search-form input[type=search],
.search-form input[type=text] {
	height: 48px;
	background-color: transparent;
	color: #fff;
	border-color: #707070;
	padding: 5px 45px 5px 15px;
}

.search-form input[type=search]:focus,
.search-form input[type=text]:focus {
	border-color: #fff;
}

.search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder {
	color: #9d9d9d;
}

.search-form input[type=search]::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #9d9d9d;
}

.search-form input[type=search]:-moz-placeholder,
.search-form input[type=text]:-moz-placeholder {
	color: #9d9d9d;
}

.search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder {
	color: #9d9d9d;
}

.search-form input[type=search].placeholder,
.search-form input[type=text].placeholder {
	color: #9d9d9d;
}

.search-form .search-btn {
	width: 48px;
	height: 48px;
	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;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #707070;
	font-size: 25px;
	margin: 0;
}

.search-form .search-btn:hover {
	color: #fff;
}

.search-close-btn {
	position: absolute;
	font-size: 40px;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #4b4b4b;
}

.search-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #4b4b4b;
	font-size: 20px;
	line-height: 1;
}

.internal-content .container {
	display: flex;
	margin-bottom: 90px;
}

.buffer {
	margin-top: 40px;
}

.buffer h3 {
	font-size: 30px;
}

.buffer h5 {
	color: #21ab1e;
}

.buffer input[type="submit"], .buffer input[type="button"] {
	min-width: 45px;
    min-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: -10px 0 10px;
}

.buffer input[type="submit"]:hover, .buffer input[type="button"]:hover {
	background: #ececec;
    color: #000;
    border: 1px solid #000;
}

.buffer .g-recaptcha {
	margin: 30px 0 0 0;
}

.fb-comments.news-comments {
	display: none;
}

.internal-content blockquote {
	border-top: 10px solid #1789eb;
	font-size: 18px;
	text-align: left;
	padding: 15px 0;
	margin: 5px 0 0 15px;
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 30%;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.main-column {
    width: 72%;
    padding: 0 80px 0 0;
}

.main-column .btn-holder {
	margin-top: 60px;
}

.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: calc(100% - 62px);
    vertical-align: middle;
    float: left;
    margin: 0 7px 10px 0;
    padding: 7px;
    height: 42px;
    border:1px solid #757575;
    box-sizing: border-box;
    background-color: #fff;
}
.form-filter fieldset{
	width: 100%;
	padding:0;
}
.form-filter .btn-go{
	background: #21ab1e;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    width: 45px;
}

#news-search .dropbtn.btn-go {
	height: 40px;
	width: 55px;
}

.newsroom #news-search {
	display: none;
}

#news-search.news-filter {
	display: block;
}


.sidebar {
	width: 28%;
	margin-top: 40px;
}

.side-box h3 {
	font-size: 30px;
}

.side-box .h6 {
	font-size: 18px;
}

.side-box .news-item.event-item {
	margin-top: 40px;
}

#footer {
	background-color: #ebebeb;
}

.footer-top {
	background-color: #1789eb;
	color: #fff;
	margin: 0 0 63px;
	padding: 43px 0 38px;
}

.footer-top .nav-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 0 0 52px;
}

.footer-top .footer-nav {
	width: 50%;
}

.footer-top .footer-social {
	width: 50%;
}

.footer-nav a {
	color: inherit;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.subscribe-form {
	margin: 0 0 43px;
}

.subscribe-form .title {
	display: block;
	font-weight: 400;
	margin: 0 0 16px;
}

.subscribe-form form .input-holder {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subscribe-form form input[type=text],
.subscribe-form form input[type=email] {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 4px 0 0 4px;
}

.subscribe-form form input[type=text]::-webkit-input-placeholder,
.subscribe-form form input[type=email]::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form form input[type=text]::-moz-placeholder,
.subscribe-form form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.subscribe-form form input[type=text]:-moz-placeholder,
.subscribe-form form input[type=email]:-moz-placeholder {
	color: #fff;
}

.subscribe-form form input[type=text]:-ms-input-placeholder,
.subscribe-form form input[type=email]:-ms-input-placeholder {
	color: #fff;
}

.subscribe-form form input[type=text].placeholder,
.subscribe-form form input[type=email].placeholder {
	color: #fff;
}

.subscribe-form form [type=submit] {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	border: 0;
	width: 60px;
	color: #2699fb;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border-radius: 0 4px 4px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.subscribe-form form [type=submit]:focus {
	outline: none;
}

.subscribe-form form [type=submit]:hover {
	background-color: rgba(255, 255, 255, .75);
}

.contact-block {
	font-size: 12px;
	line-height: 1.667;
}

.contact-block .title {
	display: block;
}

.contact-block .name {
	display: block;
	font-weight: 400;
}

.contact-block .info-item {
	margin: 0 0 36px;
}

.contact-block .item {
	margin: 0 0 20px;
}

.contact-block .text {
	display: block;
}

.contact-block a {
	color: inherit;
}

.contact-block a:hover {
	text-decoration: underline;
}

.footer-social {
	font-size: 14px;
}

.footer-social a {
	color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
}

.footer-social a:hover span:not([class]):not([id]) {
	text-decoration: underline;
}

.footer-social [class*=icon-] {
	width: 36px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-content {
	background-color: #fff;
	border-top: 2px solid #dcdcdc;
	padding: 41px 0 39px;
}

.footer-content .menu-holder {
	padding: 0 28px;
	margin: 0 0 58px;
}

.footer-content .menu-holder .col {
	position: relative;
	padding: 0 10px 0 32px;
}

.footer-content .menu-holder .title {
	color: #21ab1e;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	width: 32px;
	position: absolute;
	left: 0;
	top: 7px;
}

.footer-content .footer-menu {
	margin: 0 0 36px;
}

.footer-content .logo-holder {
	max-width: 237px;
	margin: 0 auto;
}

.footer-menu a {
	color: #4b4b4b;
}

.footer-menu a:hover {
	color: #21ab1e;
}

.footer-bottom {
	background-color: #4b4b4b;
	padding: 12px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

.footer-bottom > .container {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-bottom a:not([class]):not([id]) {
	color: inherit;
}

.footer-bottom a:not([class]):not([id]):hover {
	text-decoration: underline;
}

.scroll-top-link {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 40px;
	height: 40px;
	border: 2px solid #21ab1e;
	color: #21ab1e;
	font-size: 16px;
	line-height: 1;
	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;
}

.scroll-top-link:hover {
	background-color: rgba(0, 0, 0, .8);
}

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
	border: 1px solid transparent;
	padding: 17px 20px;
	min-width: 208px;
	text-align: center;
}

.btn.btn-outline-dark {
	color: #4b4b4b;
	border-color: #4b4b4b;
}

.btn.btn-outline-dark:hover {
	background-color: #4b4b4b;
	color: #fff;
}

.btn.btn-blue {
	color: #1789eb;
	border-color: #1789eb;
}

.btn.btn-blue:hover {
	background-color: #1789eb;
	color: #fff;
}

.intro-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 50px 0 109px;
	color: #fff;
	font-size: 14px;
	line-height: 1.59;
}

.intro-section > .container {
	width: 100%;
	position: relative;
	z-index: 9;
}

.intro-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .25);
	z-index: 1;
}

.intro-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 405px;
}

.intro-internal {
	padding: 0;
	margin: 0 auto 40px;
	background-size: cover;
	background-position: 62% 50%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
}

.intro-internal:after {
	min-height: 300px;
}

.intro-section .text-holder {
	margin: 0 16px;
	max-width: 550px;
}

.intro-section .text-holder p:last-child {
	margin-bottom: 0;
}

.intro-internal .text-holder {
	margin: 0;
}

.intro-internal .text-holder p {
	text-transform: uppercase;
	font-size: 14px;
}

.intro-internal .text-holder a {
	text-decoration: none;
	color: #fff;
}

.intro-section h1,
.intro-section .h1 {
	margin: 0 0 27px;
}

.intro-internal .text-holder h1 {
	margin: 0 0 10px;
	text-transform: capitalize;
}

.intro-section .scroll-link {
	position: absolute;
	font-size: 16px;
	line-height: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	color: #fff;
	z-index: 9;
}

.intro-section .scroll-link:hover {
	color: #1789eb;
}

/* Custom Membership page */

#member-list {
  display:block;
  text-align:center;
  width: 100%;
}

#member-list.leadership {
  background: #ebebeb;
  padding: 15px;
}

#member-list .state,
.issue-block .headline {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

#member-list .state h2,
.issue-block .headline h2 {
  color: #00385c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  width: 280px;
  margin: 0 auto !important;
  z-index: 88;
  position: relative;
  top: 3px; 
}

#member-list.leadership .state h2 {
  background-color: #efefef;
}

#member-list .state hr,
.issue-block .headline hr {
    border-color: #1789eb;
    position: absolute;
    top: 8px;
    width: 100%;
    border-top: 1px solid #1789eb;
    border-bottom: 0px;
}

#member-list .member {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px 35px;
  width: 24%;
  vertical-align:top;
  text-align:center; 
  position: relative;
  top: 0px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
} 

#member-list .member:hover {
  cursor: pointer;
  top: -5px;
}

#member-list .member .image-wrap {
    border: solid 3px #21ab1e !important;
    background:#fff;
    border-radius: 360px;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
    display: block;
    overflow: hidden;
}

#member-list.hbcu .member .image-wrap {
	border:none !important;
}

#member-list.leadership .member .image-wrap,
#member-list.leaders .member .image-wrap {
  width: 200px;
  height: 200px;
}

#member-list .member img {
    width: 100%;
}

#member-list .member h3 {
  display: block;
 	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight:bold;
  margin: 0px;
  color: #1789eb;
  text-transform: uppercase;
}

#member-list .member .title:before, #member-list .member .office:before {
	content:none;
}

#member-list .member .title, #member-list .member .office {
  font-style:italic;
  display:block;
  color: #4b4b4b;
  padding:0;
	margin:0;
}

#member-list .member .title {
	display: none;
}

#member-list .member .creds {
  display: block;
  font-size: 14px;
  color: #21ab1e;
  font-weight: bold;
}

#member-list a {
  text-decoration:none;
}

#member-list.history .member img {
	filter: grayscale(100%); /* Standard CSS */
  -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray;  /* Internet Explorer IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit Browsers */
}

#member-list.history a {
	pointer-events: none;
  cursor: default;
}


.bg-video-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.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;
}

.top-news-section {
	padding: 63px 0 64px;
}

.events-section {
	padding: 45px 0 47px;
}

.events-section .img-holder:before {
	content: "";
	right: calc(100% - 176px);
	width: 9999px;
	top: 53px;
	bottom: 0;
	background-color: #21ab1e;
	position: absolute;
	z-index: -1;
}

.events-section .img-holder img {
	width: 100%;
}

.events-section .content-holder {
	padding: 0 7px;
}

.events-section .content-holder .btn-holder {
	padding: 33px 0 0;
}

.news-cards-loading {
	height: 700px;
	overflow: scroll;
}

.news-cards-area {
	margin: 0 -9px 20px;
}

.news-cards-area li {
	padding: 0 9px 30px;
}

.news-item {
	background-color: #fff;
}

.news-item.event-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 19px;
}

.news-item.event-item .date-block {
	position: static;
	width: 68px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 12px;
	margin: 6px 0 0;
}

.news-item.event-item .text-holder {
	width: calc(100% - 68px);
	padding: 0 0 0 15px;
}

.news-item.event-item .text-holder p:last-child {
	margin-bottom: 0;
}

.news-item.event-item .h6 {
	line-height: 1.38;
	margin: 0 0 1px;
}

.news-item .img-holder {
	position: relative;
}

.news-item .img-holder img {
	width: 100%;
}

.news-item .img-holder .date-block:only-child {
	position: static;
	margin: 0 0 -12px 23px;
}

.news-item .date-block {
	background-color: #fff;
	border-top: 6px solid #1789eb;
	position: absolute;
	left: 24px;
	top: 0;
	color: #1789eb;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px 14px;
	display: inline-block;
	vertical-align: top;
	min-width: 61px;
}

.news-item .date-block .month {
	display: block;
}

.news-item .date-block .date {
	display: block;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 38px;
}

.news-item .text-holder {
	padding: 21px 24px 16px;
}

.news-item .text-holder p:last-child {
	margin-bottom: 0;
}

.news-item .h6 {
	margin: 0 0 15px;
	color: #21ab1e;
	line-height: 1.667;
}

.news-item .h6 a {
	color: inherit;
}

.news-item .h6 a:hover {
	color: #1789eb;
}

.features-section {
	padding: 79px 0 67px;
}

.features-list {
	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;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin: 0 -20px -44px;
}

.features-list li {
	width: 50%;
	padding: 0 20px 44px;
}

.features-list .icon-holder {
	height: 110px;
	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;
	margin: 0 0 7px;
}

.features-list .icon-holder img {
	max-height: 100%;
}

.features-list .text {
	display: block;
}

.features-list a {
	color: #1789eb;
}

.features-list a:hover {
	color: #21ab1e;
}

.features-list a:hover svg .decor {
	fill: #21ab1e;
}

.features-list svg {
	fill: #1789eb;
}

.features-list svg .decor {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.features-list svg .decor.transparent {
	fill: transparent;
}

.articles-section {
	padding: 47px 0;
}

.articles-section > .container {
	max-width: 1112px;
}

.articles-list {
	padding: 0 4px;
}

.articles-list li {
	margin: 0 0 34px;
}

.articles-list li:first-child {
	position: relative;
}

.articles-list li:last-child {
	margin-bottom: 0;
}

.article-item {
	font-size: 14px;
	line-height: 1.719;
}

.article-item .img-holder {
	margin: 0 0 26px;
}

.article-item .img-holder img {
	width: 100%;
}

.article-item .section-heading {
	margin: 0 0 14px;
}

.article-item .title-holder h2:before,
.article-item .title-holder h2:after,
.article-item .title-holder .h2:before,
.article-item .title-holder .h2:after,
.article-item .title-holder h3:before,
.article-item .title-holder h3:after,
.article-item .title-holder .h3:before,
.article-item .title-holder .h3:after {
	height: 5px;
	width: 49px;
}

.article-item .text-holder p {
	margin: 0 0 7px;
}

.article-item .text-holder a:not([class]):not([id]) {
	color: #21ab1e;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.article-item .text-holder a:not([class]):not([id]):hover {
	color: #1789eb;
}

.social-section {
	padding: 23px 0 83px;
}

.social-section .icon-holder {
	text-align: center;
	margin: 0 auto 55px;
	max-width: 75px;
}

.social-section .slider-holder {
	padding: 0 8px;
}

.social-slider .slick-dots {
	padding: 31px 0 0;
}

.social-slider .item {
	color: #1789eb;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	line-height: 1.875;
	color: #1789eb;
}

.social-slider .item .text a:not([class]):not([id]) {
	color: #21ab1e;
}

.social-slider .item .text a:not([class]):not([id]):hover {
	color: #1789eb;
}

.social-slider .metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 12px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-slider .metadata li {
	padding: 0 10px 10px;
}

.social-slider .metadata a {
	color: inherit;
}

.social-slider .metadata a:hover {
	color: #1789eb;
}

.slick-dots {
	font-size: 0;
	line-height: 0;
	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 -9px;
}

.slick-dots li {
	padding: 0 9px;
}

.slick-dots li.slick-active button {
	background-color: #2699fb;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	background-color: #bce0fd;
	border-radius: 50%;
}

.slick-dots li button:hover {
	background-color: #2699fb;
}

@media (min-width: 640px) {
	.contact-block address,
	.contact-block .address {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-block .info-item {
		width: 28%;
		margin: 0;
	}

	.contact-block .items-holder {
		width: 72%;
	}

	.articles-list {
		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;
		padding: 42px 2px 0;
	}

	.articles-list li {
		width: 50%;
		padding: 0 15px;
		margin: 0;
	}

	.articles-list li:first-child:before {
		content: "";
		top: -42px;
		left: 45%;
		width: 9999px;
		height: 258px;
		background-color: #21ab1e;
		position: absolute;
		z-index: -1;
	}

	.article-item .text-holder a:not([class]):not([id]) {
		font-size: 12px;
	}
}

@media (min-width: 640px) and (min-width: 1024px) {
	.articles-list li:first-child:before {
		top: -59px;
		height: 361px;
	}
}

@media (min-width: 768px) {
	.container {
		padding: 0 24px;
	}

	.section-heading {
		margin: 0 0 30px;
	}

	.title-holder h2:after,
	.title-holder .h2:after,
	.title-holder h3:after,
	.title-holder .h3:after {
		width: 77px;
		height: 6px;
		margin: 0 0 0 16px;
	}

	.title-holder.centered h2:before,
	.title-holder.centered .h2:before {
		width: 77px;
		height: 6px;
		margin: 0 16px 0 0;
	}

	#header {
		padding: 26px 0 27px;
	}

	#header > .container {
		max-width: 100%;
		padding: 0 35px;
	}

	#header .logo {
		width: 202px;
		height: 53px;
	}

	.main-nav {
		margin: 0 0 40px;
	}

	.main-nav .drop ul a {
		padding: 12px 16px 11px 16px;
	}

	.social-list {
		font-size: 25px;
		margin: 0 -15px;
	}

	.social-list li {
		padding: 0 15px;
	}

	#footer .container {
		padding: 0 66px;
	}

	.footer-top {
		padding: 67px 0 35px;
	}

	.footer-top > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top .left-col {
		width: 100%;
		margin: 0 0 38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top .nav-holder {
		padding: 0;
		margin: 0;
		width: 48.2%;
	}

	.subscribe-form {
		width: 51.8%;
		max-width: 270px;
		margin: 3px 0 0 auto;
	}

	.contact-block {
		width: 100%;
	}

	.footer-content {
		padding: 37px 0 47px;
	}

	.footer-content .menu-holder {
		padding: 0;
		margin: 0 0 65px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-content .footer-menu {
		margin: 0;
	}

	.intro-section {
		font-size: 18px;
		line-height: 1.7;
		padding: 80px 0 133px;
	}

	.intro-section:after {
		min-height: 420px;
	}

	.intro-internal {
		padding: 0;
	}

	.intro-internal:after {
		min-height: 300px;
	}

	.intro-section .text-holder {
		margin: 0 85px;
	}

	.intro-internal .text-holder {
		margin: 0;
	}

	.intro-section h1,
	.intro-section .h1 {
		margin: 0 0 22px;
	}

	.intro-section .scroll-link {
		bottom: 99px;
	}

	.top-news-section {
		padding: 59px 0 49px;
	}

	.events-section {
		padding: 30px 0;
	}

	.events-section .img-holder {
		padding: 0 0 46px;
		margin: 0 0 49px;
		position: relative;
	}

	.events-section .content-holder {
		padding: 0 45px;
	}

	.events-section .content-holder .btn-holder {
		padding: 7px 0 0;
	}

	.events-section .section-heading {
		margin: 0 0 46px;
	}

	.news-cards-area {
		margin: 0 -9px 19px;
	}

	.news-cards-area li {
		width: 33.33%;
		padding: 0 9px 23px;
	}

	.news-cards-area li:first-child {
		width: 100%;
	}

	.news-cards-area li:first-child .news-item .text-holder {
		padding: 30px 10px 10px 29px;
	}

	.news-cards-area li:first-child .news-item .h6 {
		margin: 0 0 10px;
	}

	.news-item.event-item {
		margin: 0 0 33px;
	}

	.news-item.event-item .date-block {
		margin: 0;
		width: 80px;
		border-top-width: 8px;
		font-size: 15px;
		padding: 11px 10px 10px;
	}

	.news-item.event-item .date-block .date {
		font-size: 50px;
	}

	.news-item.event-item .text-holder {
		width: calc(100% - 80px);
		padding: 0 0 0 36px;
	}

	.news-item .img-holder .date-block:only-child {
		margin: 0 0 -21px 20px;
	}

	.news-item .date-block {
		font-size: 10px;
		left: 20px;
		min-width: 54px;
		padding: 7px 4px 10px;
	}

	.news-item .date-block .date {
		font-size: 34px;
	}

	.news-item .text-holder {
		padding: 28px 21px 13px;
	}

	.news-item .h6 {
		margin: 0 0 3px;
	}

	.features-section {
		padding: 61px 0 41px;
	}

	.features-list {
		font-size: 16px;
		margin: 0 -20px -29px;
	}

	.features-list li {
		width: 26.3%;
		padding: 0 20px 29px;
	}

	.features-list .icon-holder {
		margin: 0 0 20px;
	}

	.articles-section {
		padding: 31px 0;
	}

	.articles-list li {
		padding: 0 25px;
	}

	.article-item .img-holder {
		margin: 0 0 27px;
	}

	.article-item .title-holder h2:before,
	.article-item .title-holder h2:after,
	.article-item .title-holder .h2:before,
	.article-item .title-holder .h2:after,
	.article-item .title-holder h3:before,
	.article-item .title-holder h3:after,
	.article-item .title-holder .h3:before,
	.article-item .title-holder .h3:after {
		width: 55px;
	}

	.social-section {
		padding: 34px 0 60px;
	}

	.social-section .icon-holder {
		width: 131px;
		max-width: none;
		margin: 24px 0 0;
		text-align: left;
	}

	.social-section > .container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 63px;
	}

	.social-section .slider-holder {
		width: calc(100% - 131px);
	}

	.social-slider .slick-dots {
		padding: 19px 0 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.events-section .container {
		max-width: 654px;
	}

	.news-cards-area li:first-child .news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-cards-area li:first-child .news-item .img-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.news-cards-area li:first-child .news-item .img-holder .desktop-img img {
		max-width: 228px;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 0 30px;
	}

	.section-heading {
		margin: 0 0 66px;
	}

	.sticky-wrap.header-fixed .main-nav > li > a {
		padding: 24px 20px 22px;
	}

	.sticky-wrap.header-fixed .search-form input[type=search],
	.sticky-wrap.header-fixed .search-form input[type=text] {
		height: 40px;
		font-size: 28px;
	}

	#header {
		padding: 0;
	}

	#header > .container {
		padding: 0 30px;
	}

	#header .logo {
		width: 159px;
		height: 42px;
		margin: -3px 0 0 0;
	}

	.nav-opener {
		display: none;
	}

	.main-nav-drop {
		width: calc(100% - 160px);
		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;
	}

	.main-nav-drop .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;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
	}

	.main-nav {
		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: 12px;
		margin: 0 auto;
	}

	.main-nav > li.home {
		display: none;
	}

	.main-nav > li.hover-1 > a {
		color: #4b4b4b;
	}

	.main-nav > li.hover-1 > a:after {
		width: 100%;
	}

	.main-nav > li > a {
		-webkit-transition: padding .3s ease-in-out;
		transition: padding .3s ease-in-out;
		display: block;
		padding: 40px 20px;
		position: relative;
	}

	.main-nav > li > a:after {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		content: "";
		width: 0;
		height: 6px;
		background-color: #1789eb;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		bottom: 0;
	}

	.main-nav > li > a:hover {
		color: #4b4b4b;
	}

	.main-nav > li > a:hover:after {
		width: 100%;
	}

	.main-nav .drop {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 99;
		color: #fff;
		width: 292px;
		padding: 0;
	}

	.main-nav .drop ul a {
		background-color: #3a3a3a;
		padding: 12px 40px 11px 32px;
	}

	.social-wrap {
		margin: 0;
		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: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.social-list {
		margin: 0 -10px;
		font-size: 16px;
	}

	.social-list li {
		padding: 0 10px;
	}

	.search-form {
		-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;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		z-index: 99;
		padding: 5px 60px 5px 45px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.search-active .search-form {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.search-form form {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.search-form input[type=search]:focus,
	.search-form input[type=text]:focus {
		border-color: transparent;
	}

	.search-form input[type=search],
	.search-form input[type=text] {
		font-size: 35px;
		font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		color: #9d9d9d;
		height: 52px;
		border-color: transparent;
		padding: 0;
	}

	.search-form .search-btn {
		display: none;
	}

	.search-btn {
		margin: 0 0 0 36px;
	}

	#footer .container {
		padding: 0 20px;
		max-width: 1288px;
	}

	.footer-top {
		padding: 40px 0 20px;
		margin: 0 0 58px;
	}

	.footer-top .left-col {
		width: 50.2%;
		margin: 0;
		padding: 14px 0 0;
	}

	.footer-top .nav-holder {
		width: 100%;
		margin: 0 0 30px;
	}

	.subscribe-form {
		margin: 0;
	}

	.contact-block {
		width: 45%;
		margin-left: auto;
	}

	.contact-block address,
	.contact-block .address {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-block .info-item {
		width: auto;
	}

	.contact-block .items-holder {
		width: auto;
	}

	.footer-content {
		padding: 40px 0 62px;
	}

	.footer-content .menu-holder {
		width: 64.6%;
		max-width: calc(100% - 307px);
		margin: 0;
	}

	.footer-content .logo-holder {
		max-width: none;
		width: 307px;
		margin: 0 0 0 auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.footer-content > .container {
		width: 100%;
		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;
	}

	.footer-bottom {
		padding: 15px 0;
	}

	.intro-section {
		padding: 80px 0 163px;
	}

	.intro-section:after {
		min-height: 420px;
	}

	.intro-internal {
		padding: 0;
	}

	.intro-internal:after {
		min-height: 300px;
	}

	.intro-section .text-holder {
		margin: 0 121px;
	}

	.intro-internal .text-holder {
		margin: 0;
	}

	.intro-section .scroll-link {
		bottom: 115px;
	}

	.top-news-section {
		padding: 63px 0 84px;
	}

	.events-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1225px;
	}

	.events-section .img-holder {
		width: 52%;
		margin: 0;
		padding: 0 0 91px;
	}

	.events-section .img-holder:before {
		top: 91px;
		right: 51%;
	}

	.events-section .img-holder .tablet-img {
		display: none;
	}

	.events-section .content-holder {
		width: 48%;
		padding: 69px 0 0 52px;
	}

	.events-section .content-holder .btn-holder {
		padding: 17px 0 0;
	}

	.events-section .section-heading {
		margin: 0 0 62px;
	}

	.news-cards-area {
		margin: 0 -9px 14px;
	}

	.news-cards-area li {
		width: calc(60.4% / 3);
	}

	.news-cards-area li:first-child {
		width: 39.6%;
	}

	.news-cards-area li:first-child .news-item .text-holder {
		padding: 24px 24px 50px;
	}

	.news-cards-area li:first-child .news-item .h6 {
		margin: 0 0 22px;
	}

	.news-item .img-holder .date-block:only-child {
		margin: 0 0 -19px 23px;
	}

	.news-item .date-block {
		font-size: 12px;
		padding: 10px 10px 10px;
		left: 23px;
	}

	.news-item .date-block .date {
		font-size: 40px;
	}

	.news-item .text-holder {
		padding: 28px 24px 27px;
	}

	.news-item .h6 {
		margin: 0 0 13px;
	}

	.features-section {
		padding: 101px 0 96px;
	}

	.features-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.features-list li {
		width: auto;
		max-width: calc(100% / 6);
	}

	.sidebar .features-list {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

	.sidebar .features-section {
		padding: 40px 0 0 20px;
	}

	.sidebar .features-list li {
		max-width: calc(100% / 2);
		width: 50%;
	}

	.articles-section {
		padding: 76px 0;
	}

	.articles-list {
		padding: 59px 0 0;
	}

	.article-item .img-holder {
		margin: 0 0 38px;
	}

	.article-item .section-heading {
		margin: 0 0 24px;
	}

	.article-item .title-holder h2:before,
	.article-item .title-holder h2:after,
	.article-item .title-holder .h2:before,
	.article-item .title-holder .h2:after,
	.article-item .title-holder h3:before,
	.article-item .title-holder h3:after,
	.article-item .title-holder .h3:before,
	.article-item .title-holder .h3:after {
		height: 6px;
		width: 77px;
	}

	.article-item .text-holder p {
		margin: 0 0 10px;
	}

	.article-item .text-holder a:not([class]):not([id]) {
		font-size: 14px;
	}

	.social-section {
		padding: 48px 0 82px;
	}

	.social-section > .container {
		padding: 0 20px;
		max-width: 1047px;
	}

	.social-slider .slick-dots {
		padding: 15px 0 0;
	}

	.social-slider .item {
		font-size: 18px;
		line-height: 1.667;
	}

	.social-slider .metadata {
		margin: 0 -10px 14px;
	}
}

@media (min-width: 1024px) and (max-width: 1124px) {
  #member-list .member {
    width: 32%; 
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.sticky-wrap.header-fixed .social-wrap {
		padding: 20px 0 0;
	}

	.main-nav {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -20px;
	}

	.main-nav li:last-child .drop {
		left: -194px;
	}

	.social-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 40px 0 0;
	}
}

@media (min-width: 1200px) {
	.footer-top .nav-holder {
		width: 48.2%;
		margin: 0;
	}

	.subscribe-form {
		width: 51.8%;
		max-width: 270px;
		margin: 3px 0 0 auto;
	}

	.contact-block {
		width: 31%;
	}

	.articles-list li {
		padding: 0 47px;
	}
}

@media (min-width: 1280px) {
	.sticky-wrap.header-fixed #header .logo {
		width: 170px;
		margin: -3px 0 0 6px;
	}

	#header .logo {
		width: 218px;
		height: 57px;
		margin: -3px 0 0 13px;
	}

	.main-nav-drop {
		width: calc(100% - 231px);
	}

	.main-nav-drop .holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-nav > li > a {
		padding: 53px 20px 46px;
	}
}

@media (max-width: 1023px) {
	h2,
	.h2 {
		font-size: 37px;
	}

	h3,
	.h3 {
		font-size: 27px;
	}

	body.nav-active .transform-holder {
		right: 330px;
	}

	body.nav-active .sticky-wrap.header-fixed #header {
		left: -330px !important;
	}

	.main-nav-drop {
		-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;
		background-color: #3a3a3a;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		width: 330px;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 99;
		color: #fff;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		padding: 42px 45px 50px 37px;
	}

	.main-nav > li.hover .drop {
		padding: 5px 0 17px;
	}

	.social-wrap .search-btn {
		display: none;
	}

	.search-form input[type=search]::-webkit-input-placeholder,
	.search-form input[type=text]::-webkit-input-placeholder {
		color: transparent;
	}

	.search-form input[type=search]::-moz-placeholder,
	.search-form input[type=text]::-moz-placeholder {
		color: transparent;
	}

	.search-form input[type=search]:-moz-placeholder,
	.search-form input[type=text]:-moz-placeholder {
		color: transparent;
	}

	.search-form input[type=search]:-ms-input-placeholder,
	.search-form input[type=text]:-ms-input-placeholder {
		color: transparent;
	}

	.search-form input[type=search].placeholder,
	.search-form input[type=text].placeholder {
		color: transparent;
	}

	.search-close-btn {
		display: none;
	}

	.internal-content .container {
		flex-direction: column;
	}

	 #member-list .member {
	    width: 49%; 
	}

	.main-column, .sidebar {
		width: 100%;
		padding: 0;
	}

	.sidebar {
		margin-top: 40px;
	}

	.sidebar .side-box h3.side-box-title {
		text-align: center;
		margin-top: 40px;
	}

	.events-section .img-holder .desktop-img {
		display: none;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 23px;
	}

	body.nav-active .transform-holder {
		right: 258px;
	}

	body.nav-active .sticky-wrap.header-fixed #header {
		left: -258px !important;
	}

	.main-nav-drop {
		width: 258px;
		padding: 34px 28px 50px 28px;
	}

	.main-nav > li.hover .drop {
		padding: 5px 0 27px;
	}

	.events-section .img-holder {
		display: none;
	}

	.events-section .img-holder .tablet-img {
		display: none;
	}

	.events-section .content-holder .btn-holder {
		text-align: center;
	}

	.news-cards-area li {
		position: static !important;
	}
	.buffer .quote-block {
		display: none;
	}
	#member-list .state h2,
  	.issue-block .headline h2 {
	    font-size: 22px !important;
	    width: 160px; 
	  }

	 #member-list .member {
	   width: 100%; 
	 }
}

