/*! 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;
}

.middlecopy div {
	margin: 0 0 10px;
}

.buffer .fb-comments,
.buffer .news-comments {
	display: none !important;
}

iframe {
	box-sizing: content-box;
}

/* 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;
}

/*Write your rep form*/
.wyr-issues{
	display:none;
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.buffer .caption {
	font-size: 12px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?q0pd9r');
  src:  url('../fonts/icomoon.eot?q0pd9r#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q0pd9r') format('truetype'),
    url('../fonts/icomoon.woff?q0pd9r') format('woff'),
    url('../fonts/icomoon.svg?q0pd9r#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-12:before {
  content: "\e901";
}
.icon-11:before {
  content: "\e902";
}
.icon-10:before {
  content: "\e903";
}
.icon-9:before {
  content: "\e904";
}
.icon-8:before {
  content: "\e905";
}
.icon-7:before {
  content: "\e906";
}
.icon-6:before {
  content: "\e907";
}
.icon-5:before {
  content: "\e908";
}
.icon-4:before {
  content: "\e909";
}
.icon-2:before {
  content: "\e90a";
}
.icon-3:before {
  content: "\e90b";
}
.icon-1:before {
  content: "\e90c";
}
.icon-keyboard_arrow_right:before {
  content: "\e90d";
}
.icon-keyboard_arrow_left:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-reply:before {
  content: "\e910";
}
.icon-retweet:before {
  content: "\e911";
}
.icon-star:before {
  content: "\e912";
}
.icon-dots-three-horizontal:before {
  content: "\e913";
}
.icon-instagram:before {
  content: "\e914";
}
.icon-youtube:before {
  content: "\e915";
}
.icon-twitter:before {
  content: "\e916";
}
.icon-facebook:before {
  content: "\e917";
}
.icon-ribbon:before {
  content: "\e900";
}
.icon-ribbon2:before {
  content: "\f021";
}
.icon-ribbon3:before {
  content: "\e920";
}

.benefits-block .benefits-list,
.connect-block .social-list,
.tabset,
.slick-dots,
.top-row .social-list,
#nav .navigation,
#nav .navigation .drop ul,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.connect-on-social .container:after,
.top-row .top-row-frame:after,
#nav:after,
#nav .navigation:after,
.container:after,
#footer .row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden.focusable:active,.hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #818181;
	background: #fff;
	font: 14px/1.714 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

body {
	font-weight: 500;
}

a {
	color: #2883af;
	text-decoration: underline;
}

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 #818181;
	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: #818181;
}

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: #818181;
}

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: #818181;
}

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: #818181;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #818181;
}

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;
}

.section-title {
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
	color: #818181;
	margin: 0 auto;
	padding-bottom: 39px;
	max-width: 1024px;
}

.section-title p {
	margin: 0;
}

.section-title h1,
.section-title h2,
.section-title h3 {
	font: 36px/38px "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: .8;
	margin: 0 0 8px;
	color: #2883af;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title h1 small,
.section-title h2 small,
.section-title h3 small {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #4c4c4c;
	margin-bottom: 6px;
}

.issues-block {
	text-align: center;
	padding: 52px 0 43px;
}

.issues-block .container {
	overflow: hidden;
}

.issues-block .section-title {
	padding-bottom: 46px;
}

.issues-block .issues-holder {
	padding-bottom: 8px;
}

.issues-block .issues-holder .issue-body {
	margin: 0;
	display:block;
}

.issues-block .issues-holder .issue-title {
	position: relative;
	display:block;
	margin: 0;
	padding: 0 0 33px 74px;
	font-size: 30px;
	line-height: 1;
	color: #4c4c4c;
}

.issues-block .issues-holder .issue-title small {
	display: block;
	font: 300 18px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #818181;
	margin-bottom: 13px;
}

.issues-block .issues-holder .box {
	text-align: left;
	margin-bottom: 46px;
}

.issues-block .issues-holder .box a {
	text-decoration: none;
	color: #818181;
}

.issues-block .issues-holder [class^="icon-"],
.issues-block .issues-holder [class*=" icon-"] {
	position: absolute;
	left: 2px;
	top: 5px;
	color: #2883af;
	font-size: 63px;
}

.issues-block .issues-holder .icon-2 {
	font-size: 50px;
}

.issues-block .issues-holder .icon-3 {
	font-size: 68px;
}

.issues-block .issues-holder .icon-1 {
	font-size: 72px;
}

.issues-block .issues-holder .icon-ribbon {
	font-size: 72px;
}

.benefits-block {
	background-position: 50% 50%;
	background-size: cover;
	background-color: #2883af;
	padding: 54px 0 47px;
	text-align: center;
}

.benefits-block .section-title {
	color: #fff;
	padding-bottom: 25px;
}

.benefits-block .section-title h1,
.benefits-block .section-title h2,
.benefits-block .section-title h3 {
	color: #fff;
	margin-bottom: 21px;
}

.benefits-block .section-title h1 small,
.benefits-block .section-title h2 small,
.benefits-block .section-title h3 small {
	color: #fff;
}

.benefits-block .benefits-list {
	padding-bottom: 49px;
	margin: 0 -10px;
}

.benefits-block .benefits-list li {
	display: inline-block;
	width: 130px;
	margin: 0 8px 12px;
	vertical-align: top;
}

.benefits-block .benefits-list li a {
	display: block;
	border: 3px solid #fff;
	font: 13px/16px "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	padding: 5px;
	height: 129px;
	text-decoration: none;
}

.benefits-block .benefits-list li a .txt {
	display: block;
	overflow: hidden;
	height: 32px;
}

.benefits-block .benefits-list li a:hover {
	background: #fff;
	color: #2883af;
}

.benefits-block .benefits-list li [class^="icon-"],
.benefits-block .benefits-list li [class*=" icon-"] {
	display: block;
	line-height: 80px;
	margin-bottom: 2px;
	font-size: 52px;
}

.benefits-block .benefits-list li .icon-12 {
	font-size: 60px;
}

.benefits-block .benefits-list li .icon-8 {
	font-size: 61px;
}

.connect-block {
	color: #fff;
	text-align: center;
	padding: 67px 0 60px;
	background: #2883af;
}

.connect-block .container {
	max-width: 1210px;
}

.connect-block .section-title {
	color: #fff;
	padding-bottom: 89px;
}

.connect-block .section-title h1,
.connect-block .section-title h2,
.connect-block .section-title h3 {
	color: #fff;
	margin-bottom: 16px;
}

.connect-block .section-title h1 small,
.connect-block .section-title h2 small,
.connect-block .section-title h3 small {
	color: #fff;
}

.connect-block .signup-form {
	margin: 0 0 74px;
	overflow: hidden;
}

.connect-block .signup-form input[type="email"],
.connect-block .signup-form input[type="text"] {
	background: #ecf0f1;
	border: none;
	width: 100%;
	color: #000;
	padding: 13px 9px;
	height: 60px;
	font: 18px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 19px;
}

.connect-block .signup-form .btn {
	min-width: 168px;
}

.connect-block .social-list {
	text-align: center;
	margin: 0 -5px;
}

.connect-block .social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	margin: 0 0 9px;
}

.connect-block .social-list li a {
	text-decoration: none;
	color: #2883af;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	font-size: 37px;
	border-radius: 100%;
	width: 76px;
	height: 76px;
	line-height: 80px;
	overflow: hidden;
}

.connect-block .social-list li a:hover,
.connect-block .social-list li a:focus {
	background: #818181;
}

.hero-block {
	position: relative;
	font-family: "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	overflow: hidden;
}

.hero-block .slick-list {
	z-index: 1;
}

.hero-block .slide {
	position: relative;
	min-height: 290px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 20%;
}

.hero-block .slide:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow: inset 100px 0 100px 10px rgba(0, 0, 0, .55);
}

.hero-block .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 290px;
	z-index: 3;
}

.hero-title {
	position: absolute;
	top: 60%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 24px 0 0;
	max-width: 280px;
	color: #fff;
	z-index: 3;
}

.hero-title .sup-title {
	display: block;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.hero-title h1 {
	text-transform: uppercase;
	margin: 0 0 12px;
	line-height: 1;
	font-size: 42px;
}

.hero-title h1 small {
	font-size: 21px;
	margin-top: -3px;
	display: inherit;
}

.hero-title .sub-title {
	display: block;
	font-size: 12px;
	margin: -10px 0 22px;
	line-height: 1;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.news-block {
	padding: 42px 0 37px;
}

.news-block .section-title {
	padding-bottom: 18px;
}

.tabset {
	letter-spacing: -.4em;
	text-align: center;
	margin: 0 0 8px;
}

.tabset li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 3px 0 9px;
}

.tabset a {
	display: inline-block;
	vertical-align: top;
}

.article-wrap {
	letter-spacing: -.4em;
}

.post-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 100%;
	padding: 0 0 25px 0;
	margin: 0 0 39px;
	line-height: 1.75;
}

.post-head {
	font-family: "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 0 0 13px;
	margin: 0 0 16px;
	border-bottom: 1px solid #b7b7b7;
	font-weight: 400;
}

.post-title {
	display: block;
	font-size: 24px;
	line-height: 1.06;
}

.post-title a {
	color: #4c4c4c;
}

.post-title a:hover {
	color: #71d0fe;
}

time {
	font-size: 16px;
	line-height: 1.5;
}

time a:hover {
	color: #71d0fe;
}

.post-link {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 800;
}

.post-link:hover {
	color: #71d0fe;
}

.btn-wrap {
	text-align: center;
}

.connect-on-social {
	padding: 44px 0 25px;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 445px;
}

.connect-on-social .tabset {
	position: relative;
	text-align: center;
	z-index: 2;
}

.connect-on-social .tabset li {
	margin: 0 15px 0 0;
}

.connect-on-social .section-title {
	padding: 0 0 30px;
	text-align: center;
}

.connect-on-social .section-title h2 {
	color: #71d0fe;
	margin: 0;
	letter-spacing: .3px;
}

.connect-on-social .section-title h2 small {
	color: #fff;
}

.connect-on-social .tab-list {
	margin: 0;
	padding: 0 0 73px;
}

.connect-on-social .tab-list li {
	margin: 0 8px 0 7px;
}

.connect-on-social .btn.btn-tab {
	margin: 0;
	min-width: 123px;
	color: #fff;
	letter-spacing: .8px;
}

.connect-on-social .btn.btn-tab:hover,
.connect-on-social .btn.btn-tab.active {
	background: #71d0fe;
}

.connect-on-social i {
	position: relative;
	left: -2px;
	top: 0;
}

.connect-on-social .social-slick-slider {
	position: relative;
	width: 100%;
	margin: 0;
}

.connect-on-social .tweet {
	outline: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.75;
	overflow: hidden;
}

.connect-on-social .tweet a {
	color: #71d0fe;
}

.connect-on-social .tweet a:hover {
	color: #2883af;
}

.connect-on-social .tweet p {
	margin: 0 0 15px;
}

.connect-on-social .info {
	font-size: 13px;
	font-weight: 600;
}

.connect-on-social .tweet-footer {
	font-family: "Helvetica Neue";
	font-size: 13px;
}

.connect-on-social .tweet-footer .action-link {
	margin: 0 21px 0 2px;
	color: #fff;
}

.connect-on-social .tweet-footer .action-link:hover {
	color: #71d0fe;
}

.connect-on-social .tweet-footer .action-link span {
	margin-right: 6px;
	margin-top: -5px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.connect-on-social .tweet-footer .action-link .icon-retweet {
	margin: -5px 8px 0 0;
	font-size: 16px;
}

.connect-on-social .tweet-footer .action-link .icon-star {
	margin: -6px 5px 0 4px;
}

.connect-on-social .tweet-footer .action-link .icon-dots-three-horizontal {
	font-size: 16px;
}

#live {
  background: #a90000;
  color: #fff;
}
#live-two {
  background: #71d0fe;
  color: #4C4C4C;
}
#live .live-holder,
#live-two .live-holder {
  max-width: 1210px;
  padding: 6px 20px;
  margin: 0 auto;
  display: block;
}
#live h1, #live-two h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
}
#live p, #live-two p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0px 0px;
}
#live a, #live-two a {
	display: block;
	outline: 0; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    color: #fff;
}
#live-two a {
	color: #4C4C4C;
}
#live a:hover,#live-two a:hover  {
	color: #2883AF;
	background: #ffffff;
}
#live h1, #live p, #live-two h1, #live-two p {
  display: inline-block;
  vertical-align: middle;
}


/* Slick slider styles */

.hero-slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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;
	z-index: 2;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.hero-slick-slider .slick-track,
.hero-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;
}

.social-slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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-slick-slider .slick-track,
.social-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;
}

.slick-dots {
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: -.4em;
	z-index: 2;
}

.slick-dots li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 2px;
	width: 12px;
	height: 11px;
	background: #fff;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #2883af;
}

.slick-dots button {
	display: block;
	text-indent: -9999px;
	border: none;
	background: transparent;
	outline: none;
	width: 100%;
	height: 100%;
}

.slick-prev,
.slick-next {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	position: absolute;
	top: -35px;
	left: 33%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	width: 41px;
	height: 41px;
	outline: none;
	z-index: 2;
}

.slick-prev:before,
.slick-next:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	content: "\e90e";
	font-family: "icomoon" !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
	color: #71d0fe;
	border-color: #71d0fe;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #71d0fe;
}

.slick-next {
	left: auto !important;
	right: 33%;
}

.slick-next:before {
	content: "\e90d";
}

.resize-active #nav {
	-webkit-transition: none;
	transition: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-shadow: 0 -3px 7px rgba(0, 0, 0, .1) inset;
}

.nav-active #header #nav {
	visibility: visible;
	opacity: 1;
}

#header .container {
	position: relative;
}

#header .holder {
	float: right;
}

.top-row {
	background: #2883af;
	color: #fff;
	padding: 16px 0 15px;
	font: 12px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.top-row .top-row-frame {
	padding: 0 7px 0 5px;
	max-width: 1760px;
	margin: 0 auto;
}

.top-row a {
	color: #fff;
	text-decoration: none;
}

.top-row .title,
.top-row-frame .btn.btn-secondary {
	display: none;
}

.top-row .contact-box {
	float: right;
}

.top-row .contact-box .txt {
	float: left;
	text-transform: uppercase;
}

.top-row .contact-box > a:hover {
	color: #71d0fe;
}

.top-row .social-list {
	float: left;
}

.top-row .social-list li {
	float: left;
	margin-right: 10px;
}

.top-row .social-list a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}

.top-row .social-list a:hover {
	color: #818181;
}

.logo {
	float: left;
	margin: -11px 0 -8px -2px;
	width: 233px;
	position: relative;
	z-index: 101;
}

.logo a {
	display: block;
}

.logo img {
	vertical-align: top;
	max-width: 100%;
}

.search {
	display: none;
}

.search.search-active .search-opener .icon-search {
	color: #2883af;
}

.search .search-opener {
	display: block;
	text-decoration: none;
	color: #4c4c4c;
}

.search .search-opener:hover {
	color: #2883af;
}

.search .search-opener .icon-search {
	font-size: 24px;
	line-height: 24px;
	display: block;
}

.search .search-box {
	position: absolute;
	top: 56px;
	width: 225px;
	right: 0;
	background: rgba(255, 255, 255, .85);
	z-index: 99;
	border: 1px solid #d0d0d0;
}

.search .search-box input[type="text"],
.search .search-box input[type="search"] {
	display: inline-block;
	vertical-align: middle;
	width: 142px;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	height: 52px;
	font: 13px/16px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	padding: 7px 0;
	margin: 0 10px 0 18px;
}

.search .search-box input[type="text"]::-webkit-input-placeholder,
.search .search-box input[type="search"]::-webkit-input-placeholder {
	color: #818181;
}

.search .search-box input[type="text"]::-moz-placeholder,
.search .search-box input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #818181;
}

.search .search-box input[type="text"]:-moz-placeholder,
.search .search-box input[type="search"]:-moz-placeholder {
	color: #818181;
}

.search .search-box input[type="text"]:-ms-input-placeholder,
.search .search-box input[type="search"]:-ms-input-placeholder {
	color: #818181;
}

.search .search-box input[type="text"].placeholder,
.search .search-box input[type="search"].placeholder {
	color: #818181;
}

.search .search-box .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 41px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	border-left: 1px solid #d0d0d0;
	color: #2883af;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
}

.search .search-box .search-btn:hover {
	background: #2883af;
	color: #fff;
}

.search .search-box .icon-search {
	font-size: 20px;
	line-height: 18px;
	display: block;
}

.nav-opener {
	float: left;
	width: 36px;
	height: 35px;
	border: 1px solid #d0d0d0;
	background: #fff;
	border-radius: 4px;
	display: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #4c4c4c;
	margin-top: 5px;
}

.nav-opener:hover {
	background: none;
}

.nav-opener em {
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	width: 26px;
	height: 4px;
	background: #4c4c4c;
	content: "";
	top: 17px;
	right: 4px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 2px;
}

.nav-opener:before {
	top: 9px;
}

.nav-opener:after {
	top: 25px;
}

#nav .navigation {
	font: 700 20px/26px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 32px 20px 110px;
}

#nav .navigation li {
	margin: 0 0 16px;
	position: relative;
}

#nav .navigation li:last-child .drop {
	left: auto;
	right: 0;
}

#nav .navigation li.hover > a,
#nav .navigation li.active > a {
	color: #2883af;
}

#nav .navigation li.hover > a span,
#nav .navigation li.active > a span {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li.hover > a:not(:only-child):before,
#nav .navigation li.active > a:not(:only-child):before {
	content: "-";
}

#nav .navigation li.hover .drop,
#nav .navigation li.active .drop {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li.active > a {
	color: #2883af;
}

#nav .navigation li.last .drop {
	left: auto;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav .navigation li a {
	text-decoration: none;
	color: #4c4c4c;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

#nav .navigation li a:not(:only-child):before {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #4c4c4c;
	color: #4c4c4c;
	border-radius: 4px;
	font: 700 16px/24px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	content: "+";
	margin-right: 9px;
	width: 26px;
	height: 26px;
	text-align: center;
}

#nav .navigation li a:hover {
	color: #2883af;
}

#nav .navigation li a span {
	width: 4px;
	height: 4px;
	position: absolute;
	background: #000;
	bottom: -7px;
	left: 50%;
	margin: 0 0 0 -2px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
}

#nav .navigation li a span:before,
#nav .navigation li a span:after {
	width: 4px;
	height: 4px;
	position: absolute;
	content: "";
	background: #000;
	bottom: 0;
	right: -7px;
	margin: 0 0 0 -2px;
	border-radius: 50%;
}

#nav .navigation li a span:before {
	right: auto;
	left: -6px;
}

#nav .navigation .drop {
	position: absolute;
	top: 53px;
	width: 269px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
	padding: 10px 22px 17px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav .navigation .drop ul {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

#nav .navigation .drop ul li {
	display: block;
	margin: 0;
	padding: 6px 0 1px 50px;
}

#nav .navigation .drop ul a {
	position: relative;
	text-decoration: none;
	position: relative;
	text-transform: capitalize;
	color: #4c4c4c;
}

#nav .navigation .drop ul a:before {
	position: absolute;
	top: -5px;
	left: -20px;
	content: "»";
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}

#nav .navigation .drop ul a:hover {
	color: #2883af;
}

body {
	min-width: 320px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 97px;
}

#wrapper.nav-active {
	height: 100vh;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	text-decoration: none;
}

.container {
	max-width: 1760px;
	padding: 0 20px;
	margin: 0 auto;
}

.btn {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	text-align: center;
	min-width: 194px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	font-weight: 900;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 10px;
	border: none;
	outline: none;
	text-decoration: none;
	letter-spacing: 1.5px;
}

.btn.btn-default {
	background: #2883af;
}

.btn.btn-default:hover {
	background: #71d0fe;
	color: #fff;
}

.btn.btn-secondary {
	background: transparent;
	border: 2px solid #fff;
	line-height: 56px;
	color: #fff;
}

.btn.btn-secondary:hover {
	background: #fff;
	color: #2883af;
}

.btn.btn-tab {
	min-width: 98px;
	line-height: 38px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	background: transparent;
	color: #000;
	border: 1px solid #e5e5e5;
}

.btn.btn-tab:hover,
.btn.btn-tab.active {
	background: #2883af;
	color: #fff;
}

#main {
	position: relative;
	z-index: 1;
}

.banner {
    background-size: cover;
    background-position: 55% 50%;
    background-repeat: no-repeat;
    position:relative;
    min-height: 275px;
}

.banner .container,
.main-content .container,
.crumbs .container {
	max-width: 1200px;
	padding: 0px 30px;
}

.crumbs {
  background: #e5e5e5;
  padding: 10px 0; 
}

.crumbs .crumbtext {
  color: #989898;
  font-size: 14px;
  font-weight:normal; 
}

.crumbs .crumbtext a {
  color: #989898;
  text-transform: capitalize;
  text-decoration: none;
}

.banner h1 {
	position:absolute;
	bottom:0;
	text-transform:uppercase;
	color:#fff;
}

.main-content {
	padding: 30px 0;
}

#footer {
	padding: 45px 0 26px;
	background: #e5e5e5;
	color: #4c4c4c;
	font-family: "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
}

#footer a {
	text-decoration: none;
}

#footer .row {
	text-align: center;
}

#footer .section-title {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 0 23px;
}

#footer .section-title h2 {
	margin-bottom: 0;
}

#footer .col {
	color: #4c4c4c;
	font-style: normal;
	line-height: 1.428;
	margin: 0 0 24px;
	font-size: 14px;
	text-align: center;
}

#footer .col a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #4c4c4c;
}

#footer .col a:hover {
	color: #2883af;
}

#footer .title {
	display: block;
	font-weight: 800;
	font-size: 18px;
	margin: 0 0 10px;
	color: #2883af;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-logo {
	display: block;
	text-align: center;
	max-width: 189px;
	margin: 39px auto 24px;
	clear: both;
}

.footer-logo img {
	vertical-align: top;
}

.footer-logo a {
	display: block;
}

.footer-nav {
	margin: 0 0 10px;
	letter-spacing: -.4em;
	font-family: "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-align: center;
}

.footer-nav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 8px;
}

.footer-nav li:not(:last-child):before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -9px;
	height: 16px;
	width: 1px;
	background: #4c4c4c;
}

.footer-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	font-size: 14px;
	color: #4c4c4c;
}

.footer-nav a:hover {
	color: #2883af;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	body {
		font-size: 18px;
		line-height: 1.666;
	}

	body.int {
		font-size: 16px;
	}

	.section-title {
		padding-bottom: 62px;
	}

	.section-title h1,
	.section-title h2,
	.section-title h3 {
		font-size: 60px;
		line-height: 62px;
		margin-bottom: 32px;
	}

	.section-title h1 small,
	.section-title h2 small,
	.section-title h3 small {
		font-size: 30px;
		margin-bottom: 6px;
	}

	.section-title {
		font-size: 20px;
	}

	.issues-block {
		padding: 62px 0 72px;
	}

	.issues-block .section-title {
		padding-bottom: 62px;
	}

	.issues-block .issues-holder {
		overflow: hidden;
		padding-bottom: 0;
	}

	.issues-block .issues-holder .issue-title {
		font-size: 36px;
		padding: 0 0 33px 81px;
	}

	.issues-block .issues-holder .issue-title small {
		font-size: 20px;
	}

	.issues-block .issues-holder .box {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		border-left: 1px solid #e5e5e5;
		margin: 0 -4px 39px 0;
		padding: 0 15px 0;
	}

	.issues-block .issues-holder .box:nth-child(odd) {
		border-left: none;
	}

	.issues-block .issues-holder [class^="icon-"],
	.issues-block .issues-holder [class*=" icon-"] {
		font-size: 70px;
	}

	.issues-block .issues-holder .icon-2 {
		font-size: 58px;
	}

	.issues-block .issues-holder .icon-3 {
		font-size: 78px;
	}

	.issues-block .issues-holder .icon-1 {
		font-size: 80px;
	}

	.issues-block .issues-holder .icon-ribbon {
		font-size: 77px;
	}

	.benefits-block {
		padding: 66px 0 62px;
	}

	.benefits-block .section-title {
		padding-bottom: 49px;
	}

	.benefits-block .section-title h1,
	.benefits-block .section-title h2,
	.benefits-block .section-title h3 {
		margin-bottom: 40px;
	}

	.benefits-block .benefits-list {
		margin: 0 -20px;
		padding-bottom: 27px;
	}

	.benefits-block .benefits-list li {
		width: 212px;
		margin: 0 16px 20px;
	}

	.benefits-block .benefits-list li a {
		font-size: 20px;
		line-height: 23px;
		height: 211px;
	}

	.benefits-block .benefits-list li a .txt {
		height: 52px;
	}

	.benefits-block .benefits-list li [class^="icon-"],
	.benefits-block .benefits-list li [class*=" icon-"] {
		line-height: 139px;
		font-size: 82px;
	}

	.benefits-block .benefits-list li .icon-12 {
		font-size: 92px;
	}

	.benefits-block .benefits-list li .icon-8 {
		font-size: 112px;
	}

	.connect-block {
		padding: 68px 0 47px;
	}

	.connect-block .section-title {
		padding-bottom: 37px;
	}

	.connect-block .section-title h1,
	.connect-block .section-title h2,
	.connect-block .section-title h3 {
		margin-bottom: 40px;
	}

	.connect-block .signup-form {
		margin: 0 0 50px;
	}

	.connect-block .signup-form input[type="email"],
	.connect-block .signup-form input[type="text"] {
		margin-bottom: 25px;
		padding: 13px 21px;
	}

	.connect-block .social-list li {
		padding: 0 13px;
	}

	.connect-block .social-list li a {
		height: 114px;
		width: 114px;
		line-height: 120px;
		font-size: 55px;
	}

	.hero-block .slide {
		min-height: 420px;
	background-position: 0% 50%;
	}

	.hero-block .slide:before {
		box-shadow: inset 300px 0 100px 10px rgba(0, 0, 0, .55);
	}

	.hero-block .container {
		min-height: 420px;
	}

	.hero-title {
		left: 23px;
		padding: 15px 0 0;
		max-width: 550px;
	}

	.hero-title .sup-title {
		font-size: 22px;
	}

	.hero-title h1 {
		font-size: 72px;
	}

	.hero-title h1.second {
		font-size: 68px;
	}

	.hero-title h1 small {
		font-size: 39px;
		margin-top: -7px;
	}

	.hero-title .sub-title {
		font-size: 21px;
		margin: -13px 0 36px;
	}

	.news-block {
		padding: 55px 0 44px;
	}

	.news-block .section-title {
		padding-bottom: 34px;
	}

	.tabset {
		margin: 0 0 38px;
	}

	.article-wrap {
		margin: 0 0 48px;
	}

	.post-block {
		margin: 0;
		width: 50%;
		line-height: 1.7;
	}

	.post-head {
		margin: 0 0 15px;
		padding: 0 0 12px;
	}

	.post-title {
		font-size: 30px;
		margin: 0 0 8px;
	}

	time {
		font-size: 20px;
	}

	.post-link {
		left: 0;
	}

	.connect-on-social {
		min-height: 291px;
		padding: 71px 0 20px;
	}

	.connect-on-social .tabset {
		text-align: left;
		float: left;
	}

	.connect-on-social .section-title {
		padding: 0 0 7px;
		text-align: left;
	}

	.connect-on-social .tab-list {
		padding: 0;
	}

	.connect-on-social .tab-list li {
		margin: 0 15px 0 0;
	}

	.connect-on-social .social-slick-slider {
		float: left;
		width: 48%;
		margin: -9px 0 0 61px;
	}

	.connect-on-social .tweet {
		font-size: 20px;
		line-height: 1.5;
	}

	.connect-on-social .tweet p {
		margin: 0 0 10px;
	}

	.connect-on-social .info {
		font-size: 16px;
	}

	.connect-on-social .tweet-footer .action-link {
		margin: 0 19px 0 4px;
	}

	.connect-on-social .tweet-footer .action-link .icon-dots-three-horizontal {
		margin: 0 0 0 5px;
	}

	.slick-dots {
		bottom: 1px;
	}

	.slick-dots li {
		width: 20px;
		height: 20px;
	}

	.slick-prev,
	.slick-next {
		top: 32%;
		left: -55px;
		width: 45px;
		height: 45px;
	}

	.slick-next {
		right: -52px;
	}

	.top-row {
		font-size: 14px;
		padding: 13px 0 15px;
		line-height: 21px;
	}

	.top-row .top-row-frame {
		padding: 0 19px;
	}

	.top-row .social-list {
		padding: 0 7px 0 13px;
	}

	.top-row .social-list li {
		margin-right: 20px;
	}

	.top-row .social-list a {
		font-size: 21px;
	}

	.logo {
		width: 457px;
		margin: -25px 0 -25px -7px;
	}

	.search {
		display: block;
		float: left;
		position: relative;
		margin: 24px 22px 0 20px;
	}

	.nav-opener {
		height: 40px;
		width: auto;
		padding: 0 50px 0 8px;
		margin-top: 15px;
	}

	.nav-opener em {
		display: block;
		text-transform: uppercase;
		font: 14px/40px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		color: #4c4c4c;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		top: 19px;
		width: 30px;
	}

	.nav-opener:before {
		top: 11px;
	}

	.nav-opener:after {
		top: 27px;
	}

	#nav .navigation {
		padding-bottom: 140px;
	}

	#wrapper {
		padding-top: 130px;
	}

	.container {
		padding: 0 30px;
	}

	#footer {
		padding: 43px 0 43px;
	}

	#footer .row {
		margin: 0 0 14px;
	}

	#footer .section-title {
		padding-bottom: 41px;
	}

	#footer .col {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		margin: 0 -4px 28px 0;
		width: 33.3%;
	}

	.footer-logo {
		margin: 0 auto 21px;
	}

	.footer-nav li {
		margin: 0 11px;
	}

	.footer-nav li:not(:last-child):before {
		right: -11px;
		height: 18px;
	}

	.footer-nav a {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {

	.banner {
	    min-height: 430px;
	    background-position: 50% 0%;
	}

	.banner h1 {
		font-size: 45px;
	}

	.section-title {
		padding-bottom: 83px;
	}

	.issues-block {
		padding: 69px 0 60px;
	}

	.issues-block .issues-holder .box {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		width: 33.3%;
		margin-bottom: 58px;
		padding: 15px 15px 15px;
	}

	.issues-block .issues-holder .box:hover {
		background: #71d0fe;
	}

	.issues-block .issues-holder .box:nth-child(odd) {
		border-left: 1px solid #e5e5e5;
	}

	.issues-block .issues-holder .box:nth-child(3n+1) {
		border-left: none;
	}

	.benefits-block .section-title {
		padding-bottom: 51px;
	}

	.connect-block {
		padding-bottom: 66px;
	}

	.connect-block .signup-form {
		margin: 0 100px 44px;
		padding-right: 202px;
	}

	.connect-block .signup-form input[type="email"],
	.connect-block .signup-form input[type="text"] {
		float: left;
		padding: 13px 19px;
	}

	.connect-block .signup-form .btn {
		float: right;
		margin-right: -202px;
	}

	.hero-block {
		margin-top: -40px;
	}

	.hero-block .slide {
		height: 100vh;
		background-position: 50% 0%;
	}

	.hero-block .container {
		min-height: 870px;
	}

	.hero-title {
		left: 20px;
		padding: 200px 0 0;
		top:45%;
		max-width: 730px;
	}

	.hero-title .sup-title {
		font-size: 30px;
	}

	.hero-title h1 {
		font-size: 90px;
		margin: 0 0 25px;
	}

	.hero-title h1.second {
		font-size: 77px;
	}

	.hero-title h1 small {
		font-size: 49px;
		margin-top: -13px;
	}

	.hero-title .sub-title {
		font-size: 27px;
		margin: -20px 0 25px;
	}

	.news-block {
		padding: 58px 0 75px;
	}

	.article-wrap {
		margin: 0 -77px 46px -20px;
	}

	.post-block {
		padding: 0 77px 25px 20px;
		width: 33.33%;
	}

	.post-head {
		padding: 0 20px 11px 0;
		margin: 0 6px 14px 0;
	}

	.post-link {
		left: 20px;
	}

	.connect-on-social {
		padding: 74px 0 31px;
	}

	.connect-on-social .tabset {
		text-align: center;
		float: none;
	}

	.connect-on-social .section-title {
		text-align: center;
	}

	.connect-on-social .social-slick-slider {
		width: 90%;
	}

	.connect-on-social .tweet {
		padding: 0 25px;
		font-size: 16px;
	}

	.connect-on-social .tweet p {
		margin: 0 0 23px;
	}

	.slick-dots {
		bottom: 15px;
	}

	.slick-prev,
	.slick-next {
		left: -47px;
	}

	.slick-next {
		right: -47px;
	}

	.nav-active #header #nav {
		max-height: none;
	}

	.container {
		padding: 0 20px;
	}

	#footer .row {
		margin: 0 0 25px;
	}

	.footer-nav li {
		margin: 0 2px 0 19px;
	}
}

@media (min-width: 1200px) {
	.issues-block .section-title {
		padding-bottom: 68px;
	}

	.issues-block .issues-holder .issue-body {
		margin-left: 81px;
	}

	.issues-block .issues-holder .issue-title {
		font-size: 40px;
		padding-bottom: 20px;
		line-height: 44px;
		min-height: 127px;
	}

	.benefits-block .benefits-list {
		margin: 0 -40px;
		padding-bottom: 61px;
	}

	.benefits-block .benefits-list li {
		width: 175px;
		margin: 0 10px 16px;
	}

	.benefits-block .benefits-list li a {
		height: 211px;
	}

	.hero-block .slide:before {
		box-shadow: inset 500px 0 300px 10px rgba(0, 0, 0, .55);
	}

	.connect-on-social .tabset {
		float: left;
	}

	.connect-on-social .section-title {
		text-align: left;
	}

	.connect-on-social .social-slick-slider {
		float: left;
		width: 70%;
		margin: -9px 0 0 40px;
	}

	.slick-next {
		right: -44px;
	}

	#header .holder {
		float: left;
	}

	.top-row .top-row-frame {
		padding: 0 19px 0 39px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top-row-frame .btn.btn-secondary {
		margin: 0 10px;
		line-height: 2.5rem;
		min-width: 250px;
		display: inline-block;
	}

	.top-row .title {
		float: left;
		display: block;
		font: 20px/21px "Lustria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		margin: 0 0 0 112px;
	}

	.logo {
		margin: -25px 20px -25px -15px;
	}

	.search {
		float: left;
		margin: 21px 0 0;
	}

	.search .search-opener .icon-search {
		font-size: 37px;
		line-height: 37px;
	}

	.search .search-box {
		top: 58px;
	}

	#nav {
		float: left;
	}

	#nav .navigation {
		font: 600 14px/26px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 27px 0 20px;
		float: left;
	}

	#nav .navigation li {
		padding: 0 4px;
		margin: 0 10px 0 0;
		display: inline-block;
		vertical-align: top;
	}

	#nav .navigation li.active > a:hover {
		color: #2883af;
	}

	#nav .navigation li a:not(:only-child):before {
		display: none;
	}

	#nav .navigation .drop {
		box-shadow: 0 0 7px rgba(0, 0, 0, .1);
		background: #fff;
	}

	#nav .navigation .drop:after {
		position: absolute;
		top: -55px;
		left: 0;
		right: 0;
		content: "";
		height: 55px;
	}

	#nav .navigation .drop ul li {
		padding: 5px 0 5px 22px;
		border-bottom: 1px solid #e5e5e5;
		font-weight: 500;
		letter-spacing: 0;
	}

	#footer {
		padding: 47px 0 32px;
	}

	#footer .row {
		margin: 0 0 6px;
	}

	#footer .section-title h2 {
		font-size: 40px;
		line-height: 42px;
	}

	#footer .section-title h3 small {
		font-size: 20px;
	}

	#footer .section-title {
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding: 2px 25px 0 0;
		text-align: left;
	}

	#footer .col {
		width: 200px;
		text-align: left;
	}

	#footer .title {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 14px;
	}

	.footer-logo {
		display: inline-block;
		vertical-align: top;
		margin: -32px 0 0 56px;
		clear: none;
	}

	.footer-nav a {
		font-size: 15px;
	}
}

@media (min-width: 1440px) {
	.benefits-block .benefits-list li {
		width: 212px;
		margin: 0 10px 20px;
	}
}

@media (min-width: 1540px) {
	#footer .row {
		text-align: left;
		margin-bottom: 26px;
	}

	#footer .section-title h3 {
		font-size: 60px;
		line-height: 62px;
	}

	#footer .section-title h3 small {
		font-size: 30px;
	}

	#footer .section-title {
		padding-right: 56px;
	}

	#footer .col {
		width: 100%;
		max-width: 261px;
		margin-right: 0;
		font-size: 18px;
		line-height: 1.333;
	}

	.footer-nav a {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.issues-block .issues-holder .box {
		padding: 15px 60px 15px 80px;
	}

	.hero-title {
		left: 97px;
	}

	.connect-on-social .social-slick-slider {
		margin: -11px 0 0 73px;
		max-width: 1128px;
	}

	.connect-on-social .tweet {
		font-size: 20px;
	}

	#nav .navigation {
		font-size: 18px;
		letter-spacing: 1px;
	}
}

@media (min-width: 1700px) {
	.top-row .title {
		margin: 2px 0 -5px 112px;
	}
}

@media (min-width: 1760px) {
	.benefits-block .benefits-list li {
		width: 254px;
		margin: 0 20px 20px;
	}

	.benefits-block .benefits-list li a {
		height: 254px;
		font-size: 26px;
		line-height: 32px;
	}

	.benefits-block .benefits-list li a .txt {
		height: 64px;
	}

	.benefits-block .benefits-list li [class^="icon-"],
	.benefits-block .benefits-list li [class*=" icon-"] {
		line-height: 166px;
		font-size: 98px;
	}

	.benefits-block .benefits-list li .icon-12 {
		font-size: 112px;
	}

	.benefits-block .benefits-list li .icon-8 {
		font-size: 125px;
	}
}

@media (min-width: 1800px) {
	.issues-block .issues-holder {
		margin: 0 -75px -15px;
	}

	.hero-block .slide:before {
		box-shadow: inset 800px 0 300px 10px rgba(0, 0, 0, .55);
	}

	.top-row .title {
		margin: 2px 0 -5px 126px;
	}

	.logo {
		margin: -25px 36px -25px 0;
	}

	#nav .navigation li {
		margin-right: 30px;
	}

	.banner {
		background-position: 50% 0%;
    margin: 0 auto;
    background-color: #000;
    min-height: 500px;
	}
}

@media (min-width: 2200px) {
	.banner {
		background-size: 80%;
	}
}

@media (max-width: 1199px) {

	.search .search-box .icon-search {
		line-height: 20px;
	}

	.nav-opener {
		display: block;
	}

	#nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all linear .2s 0s;
		transition: all linear .2s 0s;
		max-width: inherit;
		width: 100%;
	}

	#nav:after {
		position: absolute;
		content: "";
		top: -2px;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, .95);
		z-index: -1;
		border-top: 2px solid #d4d4d4;
	}

	#nav .nav-holder {
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
		margin-right: -18px;
	}

	#nav .navigation li.hover > a span,
	#nav .navigation li.active > a span {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 11px;
	}

	#nav .navigation li.hover > a,
	#nav .navigation li.active > a {
		color: #2883af;
	}

	#nav .navigation li.hover .drop,
	#nav .navigation li.active .drop {
		position: static;
	}

	#nav .navigation li a span {
		display: inline-block;
		vertical-align: top;
		width: 12px;
		height: 12px;
		background: none;
		overflow: hidden;
		position: relative;
		bottom: auto;
		top: 5px;
		margin: 0;
		left: 14px;
		border-radius: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-left: 3px solid #000;
		border-bottom: 3px solid #000;
	}

	#nav .navigation li a span:before,
	#nav .navigation li a span:after {
		display: none;
	}

	#nav .navigation .drop {
		width: 100%;
		padding: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: all ease 0s 0s;
		transition: all ease 0s 0s;
	}
}

@media (max-width: 1023px) {
	.hero-title .btn {
		font-size:12px;
		min-width: auto;
		line-height: 35px;
		margin:0;
	}

	.post-block:nth-child(2) {
		padding: 0 0 25px 15px;
	}

	.post-block:nth-child(2) .post-link {
		left: 15px;
	}

	.post-block.hide-post {
		display: none;
	}
}

@media (max-width: 767px) {
	.post-block {
		height: auto !important;
	}

	.post-block:nth-child(2) {
		padding: 0 0 28px 0;
		margin: 0 0 27px;
	}

	.post-block:nth-child(2) .post-link {
		left: 0;
	}
}


@media (max-width: 400px) {
	.hero-block .slide {
    background-position: 19% 20%;
	}
}

