/*! 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;
}

.buffer iframe {max-width: 100%;}

/* 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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wkpp89');
  src:  url('../fonts/icomoon.eot?wkpp89#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wkpp89') format('truetype'),
    url('../fonts/icomoon.woff?wkpp89') format('woff'),
    url('../fonts/icomoon.svg?wkpp89#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-washington-dc:before {
  content: "\e915";
  font-size:62px;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-facebook-round:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-twitter-round:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-youtube-round:before {
  content: "\e906";
}
.icon-angle-double-right:before {
  content: "\e907";
}
.icon-federal-agency:before {
  content: "\e908";
}
.icon-flag:before {
  content: "\e909";
}
.icon-internships:before {
  content: "\e90a";
}
.icon-meeting:before {
  content: "\e90b";
}
.icon-service:before {
  content: "\e90c";
}
.icon-switch-btn:before {
  content: "\e90e";
}
.icon-google:before {
  content: "\e90f";
}
.icon-linkedin:before {
  content: "\e910";
}
.icon-star:before {
  content: "\e911";
}
.icon-reply:before {
  content: "\e912";
}
.icon-retweet:before {
  content: "\e913";
}
.icon-more:before {
  content: "\e914";
}




/* Slider */

.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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.visual .social,
.navigation,
.navigation .drop-holder ul,
.info-section .features-list,
.info-section .tabset,
.slideshow .pagination ul,
.content .item .social,
.twitter-upd .action-list,
.newsletter .social,
.location .tabset,
.location .tab-content ul,
.site-map,
.social-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.navigation-holder:after,
.navigation-holder .container:after,
.info-section:after,
.news-section:after,
.main-section:after,
.content .item .row:after,
.location:after,
#footer .container: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: #606060;
	background: #151c34;
	font: 14px/1.2 "Raleway", "Helvetica Neue", "Helvetica", sans-serif !important;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int .buffer {
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	color:;
	line-height: 1.4em;
	font-weight:500;
}

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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1em;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #00aeef;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #777;
}
.buffer fieldset legend{
  font-weight:bold;
}

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 #606060;
	padding: .4em .7em;
	min-width: 50px;
}

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: #606060;
}

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: #606060;
}

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: #606060;
}

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: #606060;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #606060;
}

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;
}

.visual {
	height: 207px;
	background-position: center center;
	background-size: cover;
}

.visual .logo {
	width: 290px;
	margin-left: -12px;
	margin-top: 30px;
}

.visual .social {
	padding: 8px 0;
}

.visual .social li {
	display: inline-block;
	font-size: 38px;
}

.visual .social a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	color: #fff;
	text-decoration: none;
}

.visual .social a:hover {
	color: #00aeef;
}

.visual .social i:before {
	text-shadow: 1px 3px 29.05px rgba(0, 0, 0, .53);
}

.navigation-holder.fixed-position {
	width: 100%;
	z-index: 5;
	background-color: #151c34;
}

.navigation-holder .container {
	position: relative;
}

.navigation-holder .logo {
	position: absolute;
	top: 1px;
	width: 57px;
	z-index: 4;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.navigation-holder .search {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	float: right;
	background-color: #00aeef;
}

.navigation-holder .search:hover {
	background-color: #006489;
}

.navigation-holder .search a {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	padding: 14px 13px 6px;
	display: block;
}

.navigation-holder .nav-opener {
	float: right;
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	margin-top: 18px;
	margin-right: 57px;
}

.navigation-holder .nav-button {
	width: 30px;
	height: 21px;
	position: absolute;
	display: inline-block;
	right: -36px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.navigation-holder .nav-button:before,
.navigation-holder .nav-button:after,
.navigation-holder .nav-button i {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 3px;
}

.navigation-holder .nav-button:before,
.navigation-holder .nav-button:after {
	content: "";
	top: 0;
}

.navigation-holder .nav-button:after {
	top: 16px;
}

.nav-active .nav-button:before,
.nav-active .nav-button:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.nav-active .nav-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-button i {
	opacity: 0;
	visibility: hidden;
}

.nav-active .navigation {
	opacity: 1;
	visibility: visible;
}

.navigation {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	padding: 21px 20px 33px 29px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #151c34;
	top: 99%;
	right: 0;
	width: 100%;
	z-index: 3;
}

.navigation li {
	text-transform: uppercase;
	position: relative;
	padding: 9px 10px;
}

.navigation li:hover {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.navigation li.hover .drop-holder {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.navigation a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}

.navigation .drop-holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, top .3s ease-in-out;
	top: 50%;
	background-color: #151c34;
	left: 7px;
	display: none;
	z-index: 3;
}

.navigation .drop-holder ul {
	padding-top: 3px;
}

.navigation .drop-holder li {
	padding: 5px 15px;
}

.navigation .drop-holder a {
	text-transform: none;
	font-size: 16px;
	color: #fff !important;
}

.navigation .drop-holder a:hover {
	color: #00aeef !important;
}

.container {
	max-width: 1350px;
	padding: 0 20px;
	margin: 0 auto;
}

.info-section {
	background-color: #fff;
	padding-bottom: 83px;
	overflow: hidden;
}

.info-section .tab-wrap {
	padding-bottom: 42px;
}

.info-section .tab-content {
	margin: 0 -20px;
}

.info-section .help {
	text-align: center;
}

.info-section .help .btn {
	padding: 12px 45px;
}

.info-section .help h2 {
	font-weight: 300;
	color: #151c34;
	text-align: center;
	margin-bottom: 39px;
}

.info-section .help h2 strong {
	font-weight: 600;
}

.info-section .features-list {
	line-height: 0;
	font-size: 0;
	margin-bottom: -7px;
}

.info-section .features-list li {
	width: 50%;
	display: inline-block;
	text-align: center;
	line-height: normal;
	vertical-align: top;
	margin-bottom: 44px;
}

.info-section .features-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #151c34;
}

.info-section .features-list a:hover {
	color: #00aeef;
}

.info-section .features-list i {
	font-size: 68px;
}

.info-section .features-list span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding-top: 18px;
}

.info-section .tabset {
	padding-top: 45px;
	text-align: center;
	z-index:9999;
}

.info-section .tabset li {
	display: inline-block;
	padding-right: 16px;
}

.info-section .tabset li:last-child {
	padding: 0;
}

.info-section .tabset li.active a {
	background-color: #151c34;
	color: #fff;
}

.info-section .tabset a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #151c34;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	padding: 10px 7px;
	border-radius: 3px;
}

.js-tab-hidden {
	height: 0;
	overflow: hidden;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow img {
	display: block;
	width: 100%;
}

.slideshow .text-holder {
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, .5);
	min-height: 58px;
	padding: 7px 20px 11px;
}

.slideshow .text-holder span {
	font-size: 13px;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	line-height: 1.3;
}

.slideshow iframe {
	display: block;
	width: 100%;
}

.slideshow .pagination {
	position: absolute;
	bottom: -22px;
}

.slideshow .pagination li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	width: 13px;
	height: 13px;
	border: 1px solid #151c34;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	margin-right: 8px;
}

.slideshow .pagination li:last-child {
	margin: 0;
}

.slideshow .pagination li.active {
	background-color: #151c34;
}

.slideshow .pagination li.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slideshow .pagination li:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	background-color: #151c34;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.issues-section {
	text-align: center;
	padding: 38px 0 55px;
}

.issues-section h1 {
	color: #fff;
	margin-bottom: 15px;
}

.issues-section .subheading {
	display: block;
	color: #fff;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	padding-bottom: 37px;
}

.issues-section .btn {
	display: inline-block;
	padding: 12px 45px;
}

.carousel-slick {
	position: relative;
	margin: 0 35px 38px;
}

.carousel-slick .wrap {
	text-decoration: none;
	color: #fff;
	display: block;
	vertical-align: top;
}

.carousel-slick .wrap:hover .image-wrap:before {
	opacity: 0;
	visibility: hidden;
}

.carousel-slick .wrap:hover .image-wrap:after {
	opacity: 1;
	visibility: visible;
}

.carousel-slick .wrap:hover .text-wrap {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	height: auto;
	bottom: auto;
	overflow: visible;
}

.carousel-slick .image-wrap {
	position: relative;
	overflow: hidden;
}

.carousel-slick .image-wrap img {
	width: 100%;
}

.carousel-slick .image-wrap:before,
.carousel-slick .image-wrap:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.carousel-slick .image-wrap:before {
	bottom: 0;
	height: 35%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.carousel-slick .image-wrap:after {
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .6);
}

.carousel-slick .text-wrap {
	-webkit-transition: -webkit-transform .3s ease-in-out, top .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	position: absolute;
	width: 100%;
	bottom: 12px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 5;
	padding: 0 5px;
	height: 20px;
	overflow: hidden;
}

.carousel-slick strong {
	font-weight: 600;
	font-size: 18px;
	display: block;
}

.carousel-slick p {
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
}

.carousel-slick span {
	font-size: 80px;
	font-weight: 100;
	line-height: .25;
	display: block;
}

.carousel-slick .slick-next,
.carousel-slick .slick-prev {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 48px;
	height: 48px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	outline: none;
}

.carousel-slick .slick-next:after,
.carousel-slick .slick-prev:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: "icomoon";
	content: "\e90e";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 21px;
}

.carousel-slick .slick-next:hover,
.carousel-slick .slick-prev:hover {
	color: #00aeef;
	border-color: #00aeef;
}

.carousel-slick .slick-next:hover:after,
.carousel-slick .slick-prev:hover:after {
	color: #00aeef;
}

.carousel-slick .slick-prev {
	left: -50px;
}

.carousel-slick .slick-prev:after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	-ms-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.carousel-slick .slick-next {
	right: -50px;
}

.main-section {
	background-color:#e9e9e9;
	padding: 44px 0 55px;
}

.news-section {
	background-color: #e9e9e9;
	padding: 44px 0 55px;
}

.news-section .social span.stLarge {
    background: transparent;
    background-image: none !important;
}

.content {
	padding-bottom: 58px;
}

#crumbs {
	background:#fff;
	padding: 17px 0 12px;
}

.crumbtext a {
	text-decoration:none;
	color:#444;
	text-transform:capitalize;
}

.crumbtext span {
	font-weight:700;
}

.content h1.underline {
	font-size: 36px;
    margin-bottom: 34px;
    color: #151c34;
    text-transform: uppercase;
    font-weight: 400;
}

.itembody {
	width:100%;
	background:#fff;
	padding: 22px;
	margin-top: 15px;
	display:inline-block;
}

.content h1 {
	color: #151c34;
	margin-bottom: 15px;
}

.content .subheading {
	display: block;
	padding-bottom: 30px;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
}

.content .item {
	background-color: #fafafa;
	margin-bottom: 30px;
	padding: 15px 0 37px;
}

.content .item .image-wrap {
	margin-top: -15px;
	padding-bottom: 15px;
}

.content .item img {
	display: block;
	width: 100%;
}

.content .item .text-wrap {
	padding: 0 15px 8px;
}

.content .item .text-wrap a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	color: #606060;
	text-decoration: none;
	font-size: 24px;
	margin-bottom: 13px;
}

.content .item .text-wrap a:hover {
	color: #00aeef;
}

.content .item time {
	display: block;
	color: #00aeef;
	padding-bottom: 17px;
}

.content .item p {
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	line-height: 1.5;
}

.content .item .row {
	text-align: center;
}

.stButton .stLarge {
    background-image: none !important;
    margin-left: -16px;
    margin-top:-7px;
    width: 40px !important;
    height: 40px !important;
}

.social li .stButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.content .item .social {
	float: left;
	background-color: #9b9b9b;
	width: 100%;
	text-align: left;
}

.content .item .social .share {
	background-color: #151c34;
	text-transform: uppercase;
	font-weight: 900;
	padding: 9px 16px 10px;
}

.content .item .social li {
	display: inline-block;
	color: #fff;
	padding-right: 11px;
}

.content .item .social li:nth-child(2) {
	padding-left: 32px;
}

.content .item .social a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display:block;
    position:relative;
}

.content .item .social a:hover {
	color: #00aeef;
}

.content .item .social i {
	display: inline-block;
	vertical-align: bottom;
}

/*.content .item .social span:before,
.content .item .social span:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.content .item .social span:before {
	margin-right: 2px;
}

.content .item .social span:hover:before,
.content .item .social span:hover:after {
	background-color: #00aeef;
}*/

.content .item .btn {
	padding: 12px 45px;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 19px;
}

.content .link-holder {
	padding-top: 10px;
	text-align: center;
}

.content .link-holder .btn {
	padding: 12px 43px;
	display: inline-block;
}

.twitter-upd {
	padding-top: 10px;
	padding-bottom: 50px;
}

.twitter-upd h3 {
	color: #151c34;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 18px;
}

.twitter-upd .subheading {
	display: block;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	padding-bottom: 25px;
}

.twitter-upd .subheading a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.twitter-upd .subheading a:hover {
	color: #0076a3;
}

.twitter-upd .item {
	background-color: #fff;
	padding: 17px 15px 18px;
	margin-bottom: 15px;
}

.twitter-upd .item span a,
.twitter-upd .item p a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.twitter-upd .item span a:hover,
.twitter-upd .item p a:hover {
	color: #0076a3;
}

.twitter-upd .item span {
	font-weight: 600;
	display: inline-block;
	font-size: 12px;
	padding-bottom: 10px;
}

.twitter-upd .item p {
	line-height: 1.6;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 0;
}

.twitter-upd .action-list {
	padding-top: 4px;
}

.twitter-upd .action-list li {
	display: inline-block;
	font-size: 13px;
	padding-right: 23px;
}

.twitter-upd .action-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #606060;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
}

.twitter-upd .action-list a:hover {
	color: #00aeef;
}

.twitter-upd .action-list i {
	display: inline-block;
	font-size: 22px;
	padding-right: 25px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.twitter-upd .action-list i.icon-star {
	font-size: 15px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.twitter-upd .action-list i.icon-more {
	font-size: 20px;
}

.facebook-upd h3 {
	text-transform: uppercase;
	color: #151c34;
	font-weight: 400;
	margin-bottom: 32px;
}

.facebook-upd .scrollable {
    max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.newsletter {
	overflow: hidden;
}

.newsletter .col {
	position: relative;
}

.newsletter .col:first-child {
	padding: 61px 0 39px;
}

.newsletter .col:first-child .bg-mask {
	left: -20px;
	right: -20px;
	background-image: url(../images/bg-img-02.jpg);
}

.newsletter .col:first-child .subheading {
	padding-bottom: 23px;
}

.newsletter .col:first-child button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background-color: #00aeef;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 17px 51px;
}

.newsletter .col:first-child button:hover {
	background-color: #0089bc;
}

.newsletter .col:last-child {
	padding: 44px 0 106px;
}

.newsletter .col:last-child .bg-mask {
	left: -20px;
	right: -20px;
	background-image: url(../images/bg-img-03.jpg);
}

.newsletter .col:last-child h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin-bottom: 19px;
}

.newsletter .col:last-child h3:after {
	bottom: -10px;
}

.newsletter .col:last-child .subheading {
	text-align: center;
	padding-bottom: 27px;
	font-size: 13px;
}

.newsletter .col .bg-mask {
	position: absolute;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	position: absolute;
	z-index: -1;
}

.newsletter h1 {
	color: #fff;
	margin-bottom: 12px;
}

.newsletter .subheading {
	color: #fff;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	display: block;
}

.newsletter .social {
	text-align: center;
}

.newsletter .social li {
	display: inline-block;
	padding-right: 10px;
}

.newsletter .social li:last-child {
	padding: 0;
}

.newsletter .social a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
	font-size: 50px;
}

.newsletter .social a:hover {
	color: #00aeef;
}

.newsletter .signup-form {
	padding-bottom: 34px;
}

.newsletter .input-wrap {
	padding-bottom: 13px;
}

.newsletter input {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 100%;
	height: 50px;
	border: 1px solid #9d7e3b;
	padding-left: 12px;
	font-weight: 500;
	color: #151c34;
	background-color: rgba(255, 255, 255, .8);
}

.newsletter input::-webkit-input-placeholder {
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter input::-moz-placeholder {
	opacity: 1;
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter input:-moz-placeholder {
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter input:-ms-input-placeholder {
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter input.placeholder {
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter input:focus,
.newsletter input:hover {
	border-color: #cbaf73;
	outline: none;
}

.newsletter input:invalid {
	box-shadow: none;
}

.newsletter .votes-carousel {
	color: #fff;
	text-align: center;
	padding: 0 35px;
}

.newsletter .votes-carousel time {
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 14px;
}

.newsletter .votes-carousel strong {
	font-size: 30px;
	font-weight: 400;
	color: #00aeef;
}

.newsletter .votes-carousel p {
	line-height: 1.5;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 9px;
}

.newsletter .votes-carousel a {
	text-decoration:none;
}

.newsletter .votes-carousel span {
	font-size: 24px;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
}

.newsletter .votes-carousel span.pos {
	color: #12d637;
}

.newsletter .votes-carousel span.neg {
	color: red;
}

.newsletter .votes-carousel .slick-arrow {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 41px;
	height: 41px;
	text-decoration: none;
	position: absolute;
	top: 58%;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	outline: none;
}

.newsletter .votes-carousel .slick-arrow:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: "icomoon";
	content: "\e90e";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
}

.newsletter .votes-carousel .slick-arrow:hover {
	color: #00aeef;
	border-color: #00aeef;
}

.newsletter .votes-carousel .slick-arrow:hover:after {
	color: #00aeef;
}

.newsletter .votes-carousel .slick-prev {
	left: -15px;
}

.newsletter .votes-carousel .slick-prev:after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	-ms-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.newsletter .votes-carousel .slick-next {
	right: -15px;
}

.location {
	padding: 58px 0 52px;
}

.location h1 {
	color: #fff;
	margin-bottom: 25px;
}

.location .subheading {
	display: block;
	text-align: center;
	color: #fff;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	padding-bottom: 29px;
}

.location .js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.location .tabset-wrap {
	overflow: hidden;
}

.location .tabset-wrap .image-holder {
	display: none;
}

.location .tabset {
	position: relative;
	margin: 24px 0 40px;
}

.location .tabset:after {
	content: "";
	position: absolute;
	left: 0;
	background-color: #00aeef;
	width: 1px;
	height: 110%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.location .tabset li {
	margin-bottom: 39px;
	position: relative;
	padding-left: 45px;
}

.location .tabset li:last-child {
	margin-bottom: 0;
}

.location .tabset li:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #00aeef;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	top: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.location .tabset li.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.location .tabset li.active a {
	font-weight: 600;
	color: #00aeef;
}

.location .tabset a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fafafa;
	text-decoration: none;
	font-size: 18px;
}

.location .tabset a:hover {
	color: #00aeef;
}

.location .tab-content > div {
	font-size: 0;
}

.location .tab-content .text-holder {
	color: #fff;
	padding-left: 45px;
}

.location .tab-content .text-holder strong {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #00aeef;
	font-size: 20px;
	padding-bottom: 10px;
}

.location .tab-content ul {
	font-size: 16px;
	font-family: "lora", "Times", "Baskerville", "Georgia", serif;
	line-height: 1.5;
}

.location .tab-content address {
	font-style: normal;
}

.location .tab-content address span {
	display: block;
}

.location .tab-content a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
}

.location .tab-content a:hover {
	color: #00aeef;
}

.location .tab-content .image-holder {
	display: none;
}

.search-popup {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(21, 28, 52, .9);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
}

.search-popup .container {
	position: relative;
	height: 100%;
}

.search-popup .search-wrap {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: 100%;
	padding: 0 20px;
}

.search-popup .close {
	display: inline-block;
	width: 30px;
	height: 34px;
	position: absolute;
	right: 25px;
	top: -16px;
}

.search-popup .close:before,
.search-popup .close:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 42px;
	height: 3px;
	-webkit-transform: rotate(52deg);
	-ms-transform: rotate(52deg);
	transform: rotate(52deg);
	top: 50%;
}

.search-popup .close:after {
	-webkit-transform: rotate(-52deg);
	-ms-transform: rotate(-52deg);
	transform: rotate(-52deg);
}

.search-popup span {
	display: block;
	font-size: 36px;
	color: #fff;
	padding-bottom: 10px;
}

.search-popup input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	outline: none;
	font-size: 16px;
	color: #fff;
	padding: 0;
}

.search-popup input::-webkit-input-placeholder {
	color: #fff;
}

.search-popup input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-popup input:-moz-placeholder {
	color: #fff;
}

.search-popup input:-ms-input-placeholder {
	color: #fff;
}

.search-popup input.placeholder {
	color: #fff;
}

.search-popup input:focus,
.search-popup input:hover {
	border-color: #00aeef;
	outline: none;
}

.popup-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #fff;
	background-color: #00aeef;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.btn:hover {
	background-color: #0089bc;
}

.underline {
	position: relative;
}

.underline:after {
	content: "";
	position: absolute;
	width: 83px;
	height: 4px;
	background-color: #00aeef;
	left: 0;
	bottom: -9px;
}

.underline.center {
	text-align: center;
}

.underline.center:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

h1 {
	font-weight: 300;
	text-transform: uppercase;
}

#footer {
	background-color: #606060;
	padding: 26px 0 19px;
}

.site-map li,
.social-footer li {
	display: inline-block;
}

.site-map a,
.social-footer a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
}

.site-map a:hover,
.social-footer a:hover {
	color: #00aeef;
}

.site-map {
	text-transform: uppercase;
	font-weight: 600;
}

.site-map li:after {
	content: "|";
	display: inline-block;
	color: #fff;
	padding: 0 4px 0 7px;
}

.site-map li:last-child:after {
	display: none;
}

.social-footer li {
	font-size: 28px;
	padding-right: 23px;
}

.social-footer li:last-child {
	padding: 0;
}

@media (min-width: 768px) {

	.slideset {height: 585px !important;}
	
	.visual {
		height: 292px;
	}

	.visual .logo {
		width: 580px;
		margin-left: -25px;
		margin-top: -10px;
	}

	.visual .social {
		padding: 16px 0;
	}

	.visual .social li {
		font-size: 58px;
		margin-right: 5px;
	}

	.navigation-holder .logo {
		width: auto;
	}

	.navigation-holder .search a {
		font-size: 37px;
		padding: 17px 17px 9px;
	}

	.int .navigation-holder .search a {
		padding: 17px 17px 16px;
	}

	.navigation-holder .nav-opener {
		font-size: 18px;
		margin-top: 24px;
		margin-right: 81px;
	}

	.navigation-holder .nav-button {
		width: 40px;
		right: -48px;
		height: 26px;
	}

	.navigation-holder .nav-button:before,
	.navigation-holder .nav-button:after,
	.navigation-holder .nav-button i {
		height: 5px;
		top: 10px;
	}

	.navigation-holder .nav-button:before,
	.navigation-holder .nav-button:after {
		top: -1px;
	}

	.navigation-holder .nav-button:after {
		top: 21px;
	}

	.nav-active .nav-button:before,
	.nav-active .nav-button:after {
		top: 10px;
	}

	.navigation {
		padding: 30px 50px 30px 47px;
		width: auto;
		max-width: 352px;
	}

	.container {
		padding: 0 30px;
	}

	.info-section {
		padding-bottom: 78px;
	}

	.info-section .tab-wrap {
		padding-bottom: 75px;
	}

	.info-section .tab-content {
		margin: 0 -30px;
	}

	.info-section .help {
		padding: 0 45px;
	}

	.info-section .help h2 {
		font-size: 34px;
		margin-bottom: 31px;
	}

	.info-section .features-list {
		margin-bottom: -2px;
	}

	.info-section .features-list li {
		width: 33%;
	}

	.info-section .tabset {
		padding-top: 21px;
		text-align: left;
	}

	.info-section .tabset a {
		font-size: 18px;
		padding: 11px 19px;
	}

	.slideshow .text-holder {
		padding: 0;
	}

	.slideshow .text-holder span {
		display: block;
		margin: 7px 235px 5px 30px;
		font-size: 18px;
	}

	.slideshow .text-holder .btn {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		right: 31px;
		padding: 12px 45px;
	}

	.slideshow iframe {
		min-height: 500px;
	}

	.slideshow .pagination {
		bottom: -41px;
		right: 30px;
	}

	.issues-section {
		padding-bottom: 47px;
	}

	.issues-section h1 {
		font-size: 42px;
		margin-bottom: 26px;
	}

	.carousel-slick {
		margin: 0 50px 38px;
	}

	.carousel-slick .wrap {
		margin: 0 15px;
	}

	.carousel-slick .text-wrap {
		height: 30px;
	}

	.carousel-slick strong {
		font-size: 24px;
	}

	.carousel-slick p {
		line-height: 1.8;
	}

	.carousel-slick span {
		font-size: 130px;
	}

	.carousel-slick .slick-next,
	.carousel-slick .slick-prev {
		width: 62px;
		height: 62px;
	}

	.carousel-slick .slick-next:after,
	.carousel-slick .slick-prev:after {
		font-size: 26px;
	}

	.carousel-slick .slick-prev {
		left: -70px;
	}

	.carousel-slick .slick-next {
		right: -70px;
	}

	.news-section {
		padding: 62px 0 55px;
	}

	.content {
		padding-bottom: 60px;
	}

	.content h1 {
		margin-bottom: 25px;
	}

	.content .item {
		padding: 32px 0;
	}

	.content .item .image-wrap {
		margin-top: -32px;
	}

	.content .item .text-wrap {
		padding: 0 20px 25px;
	}

	.content .item .text-wrap a {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.content .item p:last-child {
		margin-bottom: 0;
	}

	.content .item .row {
		text-align: left;
	}

	.content .item .social {
		width: auto;
	}

	.content .item .social .share {
		font-size: 18px;
		padding: 9px 19px 10px;
	}

	.content .item .social li {
		padding-right: 14px;
	}

	.content .item .social li:nth-child(2) {
		padding-left: 13px;
	}

	.content .item .social a {
		font-size: 20px;
	}

	.content .item .social span:before,
	.content .item .social span:after {
		width: 11px;
		height: 11px;
	}

	.content .item .btn {
		float: right;
		margin-right: 14px;
		margin-bottom: 0;
	}

	.content .link-holder {
		text-align: left;
	}

	.twitter-upd {
		padding-bottom: 31px;
	}

	.twitter-upd h3 {
		font-size: 30px;
		margin-bottom: 28px;
	}

	.twitter-upd .subheading {
		padding-bottom: 32px;
	}

	.twitter-upd .item {
		padding: 17px 12px 21px;
		margin-bottom: 20px;
	}

	.twitter-upd .item span {
		font-size: 13px;
	}

	.twitter-upd .action-list {
		padding-top: 1px;
	}

	.facebook-upd h3 {
		font-size: 30px;
		margin-bottom: 41px;
	}

	.newsletter .col:first-child {
		padding: 50px 0 47px;
	}

	.newsletter .col:first-child .bg-mask {
		left: -30px;
		right: -30px;
	}

	.newsletter .col:first-child .subheading {
		padding-bottom: 24px;
	}

	.newsletter .col:last-child {
		padding: 63px 0 68px;
	}

	.newsletter .col:last-child .bg-mask {
		left: -30px;
		right: -30px;
	}

	.newsletter .col:last-child h3 {
		font-size: 30px;
		margin-bottom: 29px;
	}

	.newsletter .col:last-child h3:after {
		bottom: -15px;
	}

	.newsletter .col:last-child .subheading {
		padding-bottom: 21px;
		font-size: 14px;
	}

	.newsletter h1 {
		margin-bottom: 25px;
	}

	.newsletter .social li {
		padding-right: 18px;
	}

	.newsletter .social a {
		font-size: 88px;
	}

	.newsletter .signup-form {
		padding-right: 65px;
		padding-bottom: 44px;
	}

	.newsletter .input-wrap {
		padding: 0 15px 0 0;
		width: calc(100% - 158px);
		float: left;
	}

	.newsletter .votes-carousel {
		padding: 0 165px;
	}

	.newsletter .votes-carousel .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.newsletter .votes-carousel .slick-arrow:after {
		font-size: 20px;
	}

	.newsletter .votes-carousel .slick-prev {
		left: 85px;
	}

	.newsletter .votes-carousel .slick-next {
		right: 85px;
	}

	.location {
		padding: 47px 0 14px;
	}

	.location .tabset-wrap {
		display: inline-block;
		width: 66%;
		float: left;
		padding-right: 20px;
	}

	.location .tabset-wrap .image-holder {
		display: inline-block;
		max-width: 150px;
		width: 35%;
	}

	.location .tabset {
		display: inline-block;
		vertical-align: top;
		margin: 25px 0 0 10px;
		width: 60%;
	}

	.location .tab-content {
		display: inline-block;
		width: 34%;
		float: right;
		padding-top: 59px;
		vertical-align: top;
	}

	.location .tab-content .text-holder {
		padding-left: 0;
	}

	.search-popup .search-wrap {
		padding: 0 30px;
	}

	.search-popup .close {
		right: 37px;
		top: -58px;
	}

	.search-popup form {
		padding-right: 46px;
		-webkit-transform: translateY(12px);
		-ms-transform: translateY(12px);
		transform: translateY(12px);
	}

	.search-popup span {
		float: left;
		padding-right: 8px;
		padding-bottom: 0;
	}

	.search-popup input {
		font-size: 24px;
	}

	.underline:after {
		bottom: -12px;
	}

	h1 {
		font-size: 42px;
	}

	.int h1 {
		font-size: 30px;
		line-height: 1em;
	}

	#footer {
		padding: 12px 0;
	}

	.site-map {
		float: left;
		padding-top: 13px;
	}

	.social-footer {
		float: right;
	}

	.social-footer li {
		font-size: 36px;
		padding-right: 28px;
	}
}

@media (min-width: 1024px) {

	.itembody {
		min-height: 1353px;
		margin-top: 52px;
	}

	.visual {
		height: 338px;
	}

	.visual .logo {
		margin-left: -35px;
		padding-right: 35px;
		margin-top: -22px;
		width: auto;
	}

	.visual .social {
		padding: 16px 2px;
	}

	.navigation-holder .nav-opener {
		display: none;
	}

	.navigation {
		opacity: 1;
		visibility: visible;
		position: static;
		padding: 0 0 0 80px;
		max-width: none;
	}

	.navigation li {
		display: inline-block;
		padding: 26px 10px;
	}

	.navigation li.active a,
	.navigation li:hover a {
		color: #00aeef;
	}

	.navigation a {
		font-size: 15px;
	}

	.navigation .drop-holder {
		display: block;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		min-width: 200px;
	}

	.navigation .drop-holder ul {
		padding: 0 0 9px 0;
		margin-top: -5px;
	}

	.navigation .drop-holder li {
		padding: 11px 13px;
		display: block;
	}

	.navigation .drop-holder a {
		font-size: 15px;
	}

	.info-section {
		padding-bottom: 20px;
	}

	.info-section .tab-wrap {
		display: inline-block;
		width: 65.7%;
		float: left;
		vertical-align: top;
		padding-bottom: 0;
	}

	.info-section .tab-content {
		margin: 0;
	}

	.info-section .help {
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 34.3%;
		padding: 30px 0 0 15px;
	}

	.info-section .features-list {
		margin-bottom: -6px;
	}

	.info-section .features-list li {
		width: 50%;
	}

	.info-section .tabset {
		padding-left: 16px;
	}

	.slideshow .text-holder span {
		margin: 7px 200px 5px 42px;
	}

	.slideshow .text-holder .btn {
		right: 15px;
	}

	.slideshow iframe {
		min-height: 585px;
	}

	.slideshow .pagination {
		right: 21px;
	}

	.news-section {
		padding: 67px 0 97px;
	}

	.content {
		width: 60%;
		vertical-align: top;
		display: inline-block;
		float: left;
		padding-bottom: 0;
	}

	.sidebar {
		display: inline-block;
		width: 40%;
		vertical-align: top;
		float: right;
		padding-left: 70px;
	}

	.twitter-upd {
		padding-bottom: 43px;
	}

	.facebook-upd h3 {
		margin-bottom: 47px;
	}

	.newsletter .two-cols {
		font-size: 0;
	}

	.newsletter .col {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
	}

	.newsletter .col:first-child {
		width: 60%;
		padding: 50px 20px 47px 0;
	}

	.newsletter .col:first-child .bg-mask {
		left: -15%;
		right: 0;
	}

	.newsletter .col:last-child {
		width: 40%;
		padding: 61px 0 60px 30px;
	}

	.newsletter .col:last-child .bg-mask {
		right: -8%;
		left: 0;
	}

	.newsletter .social {
		text-align: left;
	}

	.newsletter .signup-form {
		padding-right: 35px;
	}

	.newsletter .votes-carousel {
		padding: 0 70px;
	}

	.newsletter .votes-carousel p {
		margin-bottom: 10px;
	}

	.newsletter .votes-carousel .slick-arrow {
		top: 50%;
	}

	.newsletter .votes-carousel .slick-prev {
		left: 0;
	}

	.newsletter .votes-carousel .slick-next {
		right: 0;
	}

	.location {
		padding: 36px 0 20px;
	}

	.location .subheading {
		padding: 0;
	}

	.location .tabset-wrap {
		width: 50%;
		padding-left: 14px;
	}

	.location .tabset-wrap .image-holder {
		max-width: none;
		width: 30%;
	}

	.location .tabset {
		margin: 53px 0 30px 30px;
		width: 63%;
	}

	.location .tab-content {
		width: 50%;
		padding-top: 43px;
	}

	.location .tab-content .text-holder {
		display: inline-block;
		vertical-align: top;
		width: 41%;
		padding-right: 20px;
		padding-top: 29px;
	}

	.location .tab-content .image-holder {
		width: 59%;
		display: inline-block;
		vertical-align: top;
		border: 2px solid #fff;
	}

	.search-popup .search-wrap {
		padding: 0 90px;
	}

	.search-popup .close {
		right: 123px;
		top: -75px;
	}

	.search-popup form {
		padding: 0;
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
	}

	.search-popup input {
		font-size: 16px;
	}

	#footer {
		padding: 11px 0;
	}
}

@media (min-width: 1250px) {
	.navigation {
		padding-left: 106px;
	}

	.navigation li {
		padding: 26px 18px;
	}

	.container {
		padding: 0 90px;
	}

	.carousel-slick {
		margin: 0 -10px 38px;
	}

	.newsletter .col:first-child .bg-mask {
		left: -53%;
	}

	.newsletter .col:last-child {
		padding-left: 70px;
	}

	.newsletter .col:last-child .bg-mask {
		right: -79%;
	}
}

@media (min-width: 1921px) {
	.newsletter .col:first-child .bg-mask {
		left: -197%;
	}

	.newsletter .col:last-child .bg-mask {
		right: -295%;
	}
}

@media (max-width: 1023px) {
	.navigation li.active a {
		font-weight: 700;
	}

	.navigation .drop-holder li:last-child {
		padding-bottom: 0;
	}

	.navigation .has-drop:before {
		content: "\e907";
		font-family: "icomoon";
		color: #00aeef;
		position: absolute;
		left: -8px;
		font-size: 18px;
	}

	.facebook-upd img {
		width: 100%;
	}

	.newsletter .col {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.slideshow .text-holder .btn {
		background-color: transparent;
		color: #00aeef;
		font-size: 13px;
	}

	.slideshow .text-holder .btn:hover {
		color: #0089bc;
	}

	.slideshow .pagination {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.issues-section .subheading {
		font-size: 13px;
		line-height: 1.4;
	}

	.carousel-slick strong {
		padding-bottom: 10px;
	}

	.content .subheading {
		line-height: 1.4;
		font-size: 13px;
		padding-bottom: 38px;
	}

	.content .item p {
		font-size: 13px;
		line-height: 1.4;
	}

	.twitter-upd .item p {
		font-size: 13px;
		line-height: 1.4;
	}

	.newsletter .votes-carousel p {
		font-size: 13px;
	}

	.location h1 {
		margin: 0 -1px 20px;
	}

	.location .subheading {
		font-size: 13px;
		line-height: 1.4;
		padding: 0;
	}

	.site-map,
	.social-footer {
		text-align: center;
	}

	.site-map {
		font-size: 13px;
		margin: 0 -5px;
		padding-bottom: 27px;
	}

	div.topWrapSpacer {
	    display:none !important;
	}

	.ytdescription, .vidlinkbox, .linkbox, .embedbox, .linkbox, 
	.embedbox, #current-media, #media-player, #featured-media, 
	#media-archive, #flashcontent {
		max-width:600px !important;
		width:100% !important;
	}

	.buffer #current-media {
		max-width: 100%;
		height: auto;
		position:relative;
	}

	.buffer #media-player {
		height:auto;
	}

	.buffer .vidtext {
		width: 100%;
		max-width:380px;
		margin: 5px 0px;
	}

	.buffer .linkbox, 
	.buffer .embedbox {
		display:none;
	}

	#media-player iframe {
	  max-width:100%;
	}
}

@media (max-width: 500px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		max-width: 300px !important;
	}
}