/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9pqrdd');
  src:  url('../fonts/icomoon.eot?9pqrdd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9pqrdd') format('truetype'),
    url('../fonts/icomoon.woff?9pqrdd') format('woff'),
    url('../fonts/icomoon.svg?9pqrdd#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-youtube-round:before {
  content: "\e900";
}
.icon-instagram-round:before {
  content: "\e901";
}
.icon-twitter-round:before {
  content: "\e902";
}
.icon-facebook-round:before {
  content: "\e903";
}
.icon-facebook2:before {
  content: "\e904";
}
.icon-twitter2:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-map:before {
  content: "\e907";
}
.icon-facebook-square:before {
  content: "\e908";
}
.icon-diploma:before {
  content: "\e909";
}
.icon-federal:before {
  content: "\e90a";
}
.icon-flag:before {
  content: "\e90b";
}
.icon-handshake:before {
  content: "\e90c";
}
.icon-back:before {
  content: "\e90d";
}
.icon-soldier:before {
  content: "\e90e";
}
.icon-dots:before {
  content: "\e90f";
}
.icon-repost:before {
  content: "\e910";
}
.icon-star:before {
  content: "\e911";
}


.social-widget .share-list,
.service-list,
.issues-list,
.survey-block .voting-list,
.survey-block .survey-form .check-list,
.survey-block .news-list,
.main-nav,
.main-nav ul,
.social-list,
.add-nav-holder .add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content-block: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: #5b6064;
	background: #fff;
	font: 16px/1.625 "Open Sans", "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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 600;
}

h2,
.h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
}

h2 .sub-heading,
.h2 .sub-heading {
	display: block;
	text-transform: none;
	font-size: 16px;
	line-height: 1.625;
}

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

h4,
.h4 {
	font-size: 20px;
	font-weight: 700;
}

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

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

p {
	margin: 0 0 .7em;
}

a {
	color: #14b1e7;
}

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

/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background:#fff url(/images/popupbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 600px;
  height: 394px;
  border: 2px solid #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
  border: none; 
  padding: 5px 5px;
  margin-bottom: 12px;
  color: #000;
  width: 100%;
  max-width: 210px;
  background: rgba(255, 255, 255, 0.75);

}

#modal h2 {
  color:#fff;
  font-weight: 800;
  font-size: 24px;
}

#modal p {
  color:#fff;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}

#modal .section-heading {
  margin: 0 0 35px;
}

#modal .label {
	  font-size: 13px;
    letter-spacing: 1.3px;
    font-weight: 700;
    width: 150px;
    display: inline-block;
}

a.closer { 
  position: relative;
  float: right;
  top: -42px;
  right: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

#modal .poplogo {
	width: 90%;
}

#all
{
  padding: 20px;
  color: #fff;
  text-align:center;
  position: relative;
}

#modal button {
  display: block;
  text-align: center;
  margin: 10px auto;
  border: 2px solid #fff;
  background: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
}

#modal button:hover {
  background: #fff;
  color: #1d2951;
}


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 #5b6064;
	padding: 15px 40px;
	min-width: 80px;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	padding: 10px 10px;
}

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

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

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

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

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

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

.custom-checkbox input {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
}

.custom-checkbox input:checked ~ .fake-input {
	background: #fff;
}

.custom-checkbox .fake-input {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 3px;
}

.custom-checkbox .fake-label {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 15px 40px;
	background: #6b7a89;
	color: #fff;
	box-shadow: none;
	border: 2px solid #6b7a89;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 300;
	letter-spacing: .3px;
	outline: none;
}

.btn:hover {
	background: #fff;
	color: #6b7a89;
}

.btn.btn-reverse {
	background: #fff;
	border-color: #fff;
	color: #6b7a89;
}

.btn.btn-reverse:hover {
	color: #fff;
	border-color: #6b7a89;
	background: #6b7a89;
}

.btn.btn-transparent {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-transparent:hover {
	border-color: #6b7a89;
	color: #6b7a89;
	background: #fff;
}

.btn.btn-small {
	padding: 6px 40px;
}

.social-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.social-section .container {
	max-width: 1225px;
}

.social-section .news-block {
	text-align: center;
	padding: 0 0 67px;
	position: relative;
}

.social-section .news-block .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 5px solid #fff;
	border-radius: 3px;
	width: 170px;
	height: 170px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.social-section .news-block .link-follow,
.social-section .news-block .link-share {
	position: absolute;
	bottom: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0;
}

.social-section .news-block .link-share {
	right: 24px;
	left: auto;
}

.social-section .news-block .link-follow {
	background: #1b95e0;
	border-radius: 2px;
	padding: 6px 8px;
	left: 6px;
	right: auto;
}

.social-section .news-block .link-follow:hover {
	background: #14b1e7;
}

.social-widget {
	padding: 0 0 45px;
}

.social-widget.inverse {
	color: #fff;
}

.social-widget.inverse .holder {
	background: #6b7a89;
}

.social-widget.inverse .share-list li a {
	color: #fff;
}

.social-widget.inverse .heading-frame a {
	color: #fff;
}

.social-widget .holder {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 24px 14px 80px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}

.social-widget .heading-frame {
	margin-bottom: 10px;
}

.social-widget .heading-frame [class^="icon-"] {
	color: #14b1e7;
	font-size: 34px;
	margin: -7px 7px 0 3px;
	display: inline-block;
	vertical-align: middle;
}

.social-widget .heading-frame .date {
	font-size: 13px;
	line-height: 16px;
}

.social-widget .heading-frame a {
	color: #5b6064;
	text-decoration: none;
}

.social-widget .heading-frame a:hover {
	text-decoration: none;
	color: #14b1e7;
}

.social-widget .content-box {
	font-size: 15px;
	line-height: 23px;
}

.social-widget .content-box a {
	text-decoration: none;
}

.social-widget .content-box a:hover {
	text-decoration: underline;
}

.social-widget p {
	margin: 0;
}

.social-widget .share-list {
	position: absolute;
	left: 50%;
	bottom: 35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px 10px 20px;
	max-width: 250px;
}

.social-widget .share-list li a {
	color: #6b7a89;
	text-decoration: none;
}

.social-widget .share-list li a:hover {
	text-decoration: none;
	color: #14b1e7;
}

.social-widget .share-list [class^="icon-"] {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.social-widget .share-list .counter {
	display: inline-block;
	vertical-align: middle;
}

.social-widget .share-list .icon-back {
	font-size: 21px;
}

.social-widget .share-list .icon-repost {
	font-size: 20px;
}

.social-widget .share-list .icon-dots {
	font-size: 22px;
}

.social-widget .links-holder {
	position: absolute;
	left: 50%;
	bottom: 35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.link-share {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	border-radius: 5px;
	padding: 4px;
	background: #fff;
	text-shadow: 0 -2px 0 rgba(59, 79, 131, .5);
	border: 1px solid #3b4f83;
	background: -webkit-linear-gradient(top, #4f68a7 0%, #3f599e 100%);
	background: linear-gradient(to bottom, #4f68a7 0%, #3f599e 100%);
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.link-share .icon-facebook-square {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
}

.link-share:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(bottom, #4f68a7 0%, #3f599e 100%);
	background: linear-gradient(to top, #4f68a7 0%, #3f599e 100%);
}

.banner {
	position: relative;
	overflow-y: hidden;
	background-color: #cbcbcd;
}

.banner .slideshow {
	position: relative;
}

.banner .slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 292px;
	background-position: 50% 50%;
	background-size: cover;
}

.banner .slideshow .slide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(17, 17, 17, .2);
}

.banner .slideshow .slide.active {
	z-index: 9;
}

.banner .layout {
	position: absolute;
	padding: 70px 30px 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.banner .banner-holder {
	overflow: hidden;
	max-width: 260px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	text-align: center;
	display: table;
}

.banner .banner-holder .banner-logo {
	display: table-cell;
	vertical-align: middle;
}

.banner .banner-holder:after {
	content: "";
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 92%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.services-section {
	padding: 33px 0 52px;
}

.service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 5px;
}

.service-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
	margin: 0 0 15px;
	padding: 0 5px;
}

.service-list a {
	display: block;
	color: #5b6064;
	text-decoration: none;
}

.service-list a:hover .icon-holder {
	background: #6b7a89;
	color: #fff;
}

.service-list a:hover .name {
	color: #6b7a89;
}

.service-list .icon-holder {
	width: 124px;
	height: 124px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	position: relative;
	background: transparent;
	border-radius: 100%;
	border: 2px solid #5b6064;
	margin: 0 auto 14px;
	color: #5b6064;
	font-size: 59px;
}

.service-list .icon-holder [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.service-list .icon-holder .icon-federal {
	font-size: 65px;
}

.service-list .icon-holder .icon-flag {
	font-size: 49px;
}

.service-list .name {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
}

.subscribe-block {
	background-color: #6b7a89;
	padding: 25px 0 41px;
}

.subscribe-form .holder {
	text-align: center;
}

.subscribe-form label {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 11px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	display: block;
	margin: 0 0 17px;
	width: 100%;
	height: 42px;
	border: none;
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	padding: 0 20px 0 15px;
	text-indent: 5px;
	color: #151c34;
	background: #fff;
	outline: none;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #5b6064;
	font-style: italic;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #5b6064;
	font-style: italic;
}

.subscribe-form input:-moz-placeholder {
	color: #5b6064;
	font-style: italic;
}

.subscribe-form input:-ms-input-placeholder {
	color: #5b6064;
	font-style: italic;
}

.subscribe-form input.placeholder {
	color: #5b6064;
	font-style: italic;
}

.subscribe-form input:focus {
	box-shadow: inset 0 0 5px 0 #6b7a89;
}

.issues-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.issues-list li {
	position: relative;
	width: 100%;
	background: #6b7a89;
}

.issues-list a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.issues-list a:hover .txt-holder {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.issues-list .block-holder {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 253px;
	display:block;
}

.issues-list .block-holder:before {
	-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;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(252, 252, 252, 0) 2%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(252, 252, 252, 0) 2%, rgba(0, 0, 0, .7) 100%);
	opacity: 1;
	visibility: visible;
	z-index: 0;
}

.issues-list .txt-holder {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 79%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 10px;
	display:block;
	text-align: center;
}

.issues-list .txt-holder .title-holder {
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.issues-list .title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	height: 253px;
	overflow: hidden;
	color: #fff;
}

.issues-list h2 {
	margin: 0;
}

.issues-list .btn {
	max-width: 221px;
	margin: 0 auto;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 15px 12px;
}

.issues-list .btn:hover {
	border-color: #fff;
}

.issues-list .subtitle {
	display: block;
	font-size: 14px;
	margin: 0 0 18px;
	max-height: 100px;
	text-align: center;
	overflow: hidden;
	letter-spacing: .8px;
	line-height: 1.2;
}

.survey-block {
	overflow: hidden;
}

.survey-block .section-heading {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 27px;
}

.survey-block .section-heading h2 {
	margin: 0;
}

.survey-block .section-heading p {
	margin: 0 0 15px !important;
}

.survey-block .left-block {
	background: #f5f5f5;
}

.survey-block .right-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.survey-block .right-block .section-heading {
	margin-bottom: 50px;
}

.survey-block .right-block .text-hold {
	color: #fff;
	text-align: center;
	padding: 38px 10px 55px;
}

.survey-block .right-block .text-hold p {
	margin: 0 0 20px;
}

.survey-block .btn-holder {
	text-align: center;
}

.survey-block .text-hold {
	font: 400 13px/1.7 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 44px 20px 55px;
}

.survey-block .voting-list {
	margin: 0 0 38px;
}

.survey-block .voting-list li {
	font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 25px;
}

.survey-block .content-hold {
	display: table;
	width: 100%;
}

.survey-block .content-hold span,
.survey-block .content-hold time {
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.survey-block .content-hold .green,
.survey-block .content-hold .red {
	font: 900 24px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	background: #39b54a;
	border-top: 2px solid #39b54a;
	border-bottom: 2px solid #39b54a;
	color: #fff;
	width: 84px;
}

.survey-block .content-hold .red {
	border-top: 2px solid #e62323;
	border-bottom: 2px solid #e62323;
	background: #e62323;
}

.survey-block .content-hold .text {
	text-transform: uppercase;
}

.survey-block .content-hold .text,
.survey-block .content-hold time,
.survey-block .content-hold .text,
.survey-block .content-hold .info {
	font: 400 15px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 2px solid #3c3c3c;
	border-top: 2px solid #3c3c3c;
}

.survey-block .content-hold .info {
	border-right: 2px solid #3c3c3c;
	text-align: left;
	padding: 0 15px 0 35px;
}

.survey-block .survey-form {
	font: 400 14px/21px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: left;
	padding: 0 15px 15px 0;
}

.survey-block .survey-form textarea {
	display: block;
	width: 100%;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	resize: none;
	outline: none;
	height: 103px;
	margin: 10px 0 0 4px;
	padding: 9px 13px;
}

.survey-block .survey-form textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea.placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form ol {
	color: #fff;
	margin: 0 0 25px;
	padding: 0 0 0 26px;
}

.survey-block .survey-form ol li {
	margin: 0 0 25px;
}

.survey-block .survey-form button[type="submit"] {
	background: #fff;
	color: #6b7a89;
	border: none;
	min-width: 182px;
	padding: 20px 40px;
}

.survey-block .survey-form button[type="submit"]:hover {
	background: #6b7a89;
	color: #fff;
}

.survey-block .survey-form .check-list {
	padding: 11px 2px 0;
	color: #fff;
}

.survey-block .survey-form .check-list li {
	margin: 0 0 9px;
}

.survey-block .news-list li {
	overflow: hidden;
	margin-bottom: 24px;
}

.survey-block .news-list time {
	display: block;
	text-transform: uppercase;
	text-align: center;
	background: #6b7a89;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	padding: 5px;
	width: 70px;
	height: 70px;
}

.survey-block .news-list .date {
	font-size: 33px;
	line-height: 33px;
}

.survey-block .news-list .title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	display: block;
	margin-bottom: 12px;
}

.survey-block .news-list .img-farame {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-decoration: none;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 209px;
	width: 100%;
	display: block;
	margin: 0 0 10px;
}

.survey-block .news-list .img-farame:hover {
	opacity: .7;
}

.survey-block .news-list .news-content {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.survey-block .news-list .news-content a {
	font-weight: bold;
}

.survey-block .news-holder .btn {
	min-width: 245px;
	padding: 20px 40px;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: fixed;
	padding: 8px 0 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(79, 79, 79, .7);
	z-index: 900;
}

#header a {
	text-decoration: none;
}

#header .container {
	max-width: 1230px;
	padding: 0 25px;
}

#header .container:before,
#header .container:after {
	display: none;
}

.logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3;
	width: 270px;
	margin: 0 0 0 -35px;
}

.logo a,
.logo img {
	display: block;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.nav-slide {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	height: 100vh;
	padding: 93px 24px;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100vh);
	-ms-transform: translateY(-100vh);
	transform: translateY(-100vh);
	opacity: 0;
	background: rgba(0, 0, 0, .8);
}

.scroll-box {
	max-height: calc(100vh - 216px);
	overflow: auto;
	padding: 0;
}

.add-nav {
	display: block;
	position: relative;
	margin: 0 0 20px;
}

.add-nav.for-tablet {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: none;
}

.add-nav.for-tablet .search {
	display: none;
	float: left;
	margin: 0 11px 0 0;
}

.add-nav.for-tablet .search .slide {
	margin: 22px 0 0;
	display: none;
}

.add-nav .social-list {
	position: absolute;
	top: -61px;
	right: 0;
	margin: 0;
}

.main-nav {
	text-align: center;
	line-height: 1.1;
}

.main-nav > li {
	margin: 0 0 21px;
}

.main-nav > li.active > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-nav > li.hover:before {
	opacity: 1;
	left: 0;
	right: 0;
}

.main-nav > li.hover .slide:before {
	visibility: visible;
}

.main-nav > li.current-page > a {
	color: #14b1e7;
}

.main-nav > li.current-page:before {
	opacity: 1;
	left: 0;
	right: 0;
}

.main-nav > li:before {
	-webkit-transition: opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
}

.main-nav > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
	font-size: 27px;
	color: #fff;
	font-weight: 700;
}

.main-nav a {
	color: #fff;
}

.main-nav ul.slide {
	padding: 13px 0 0;
}

.main-nav ul.slide:before {
	content: "";
	position: absolute;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.main-nav ul.slide li {
	margin: 0 0 24px;
}

.main-nav ul.slide li.current-sub-page a,
.main-nav ul.slide li.hover a {
	color: #14b1e7;
}

.main-nav ul.slide a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
}

.social-list {
	font-size: 28px;
	overflow: hidden;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 1px;
}

.social-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
}

.social-list a:hover {
	color: #14b1e7;
}

.nav-opener {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 20px;
	font-size: 0;
	z-index: 2;
	outline: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
	border-radius: 4px;
}

.nav-opener:before {
	top: 0;
}

.nav-opener span {
	top: 8px;
}

.nav-opener:after {
	bottom: 0;
}

.nav-closer {
	position: absolute;
	top: 6px;
	left: 19px;
	font-size: 48px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	z-index: 4;
}

.nav-closer span {
	font-size: 24px;
	color: #c21807;
}

.search {
	z-index: 2;
	float: right;
}

.search .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 13px;
	color: #fff;
	line-height: 1;
}

.search .opener:hover {
	color: #14b1e7;
}

.search .slide {
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	width: 100vw;
	padding: 0 36px 0 0;
}

.search-form {
	position: relative;
	padding: 10px;
	background: rgba(79, 79, 79, .7);
}

.search-form [type="submit"] {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	color: #fff;
	outline: none;
	padding: 1px 10px;
}

.search-form [type="submit"]:hover {
	color: #14b1e7;
	border-color: #14b1e7;
}

.search-form .searchy {
	width: 100%;
	font-size: 13px;
	line-height: normal;
	height: 32px;
	border: none;
	outline: none;
	padding: 0 53px 0 0;
	background: transparent;
	color: #fff;
}

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

.search-form .searchy::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form .searchy:-moz-placeholder {
	color: #fff;
}

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

.search-form .searchy.placeholder {
	color: #fff;
}

.mac .search-form {
	font-size: 12px;
}

.mobile-search-form {
	position: relative;
}

.mobile-search-form input {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	padding: 0 52px 0 16px;
	width: 100%;
	font-size: 14px;
	height: 40px;
	background: #6b7a89;
	border: 1px solid #fff;
	border-radius: 2px;
	outline: none;
	color: #fff;
}

.mobile-search-form input:focus {
	border-color: #14b1e7;
}

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

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

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

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

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

.mobile-search-form [type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 70px;
	padding: 0 !important;
	background: #14b1e7;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	border: none;
	border-radius: 0 2px 2px 0;
}

.mobile-search-form [type="submit"]:hover {
	background: #0e7ba1;
}

.mobile-search-form [type="submit"] [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-active #wrapper {
	height: 100vh;
}

.nav-active .nav-slide {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.visual-banner {
  background-size: cover;
  min-height: 500px;
  position: relative;
  background-position: 100% 50%;
  background-image: url('/images/internal.jpg');
 }

.visual-banner.one {
   background-image: url('/images/internal2.jpg');
   background-position: 15% 100% !important;
}

.visual-banner .container {
	text-align:center;
	position: absolute;
	bottom: 75px;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

.visual-banner h1 {
	margin: 0 0;
	font-size: 60px;
	line-height: 66px;
	padding: 0 0;
	text-shadow: 1px 0 7px rgba(0, 0, 0, .79);
}

.visual-banner h1 a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.visual-banner .crumb-block {
	color: #fff;
}

.visual-banner .crumb-block a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.content-block {
	padding: 30px 0;
}

.content-block .body h2 {
	text-transform: none;
	border-bottom: 1px solid #14b1e7;
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 0 1px;
}

.content-block .sidebar {
	float:left;
	width: 30%;
}

.content-block .menu-block h2 {
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 32px;
	text-transform: none;
}

.content-block .menu-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-block .menu-block ul li {
	padding: 0 0 15px;
	font-weight: 700;
}

.content-block .menu-block ul li a {
	 color: #5b6064;
	 text-decoration: none;
}

.content-block .menu-block ul li a:hover {
	 color: #14b1e7;
}

.content-block .menu-block {
	background:#f5f5f5;
	border-radius: 10px;
	padding: 25px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
  margin: 0 0 35px;
}

.content-block .tweet-block {
  list-style: none;
  padding:0;
  margin:0;
}

.content-block .tweet-block .social-widget {
    padding: 0 0;
}

.content-block .tweet-block .social-widget .holder {
  position: relative;
  background: #f5f5f5;
}

.content-block .tweet-block li.social-widget:nth-child(2),
.content-block .tweet-block li.social-widget:nth-child(3) {
   display:none;
}

.content-block .body {
	float:left;
	width: 70%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.content-block .share-block,
.content-block .ql {
	display:none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

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

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

.extra-bold {
	font-weight: 800;
}

#footer {
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 88px 0 35px;
	text-align: center;
	background-size: cover;
	color: #fff;
}

#footer h2 {
	font-size: 28px;
	margin: 0;
}

#footer .subtitle {
	display: block;
	margin: 0 0 27px;
	letter-spacing: .8px;
}

.address-holder {
	margin: 0 0 27px;
}

.address-holder .address-box {
	margin: 0 0 11px;
}

.address-box {
	font-size: 14px;
}

.address-box address {
	font-style: normal;
	line-height: 1.7;
}

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

.address-box a:hover {
	color: #14b1e7;
}

.address-box h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.2px;
	margin: 0 0 5px;
}

.address-box .add-info {
	display: block;
	font-weight: 800;
	font-size: 10px;
	line-height: 2.5;
}

.add-nav-holder {
	padding: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.add-nav-holder .add-nav {
	display: block;
	font-size: 14px;
	margin: 14px 0 0;
}

.add-nav-holder .add-nav li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	padding: 0 8px;
	letter-spacing: .8px;
}

.add-nav-holder .add-nav li:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	left: -2px;
	width: 1px;
	background: #fff;
}

.add-nav-holder .add-nav li:first-child {
	padding-left: 0;
}

.add-nav-holder .add-nav li:first-child:after {
	display: none;
}

.add-nav-holder .add-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.add-nav-holder .add-nav a:hover {
	color: #14b1e7;
}

.add-nav-holder .social-list a {
	text-decoration: none;
}

@media (min-width: 480px) {
	.issues-list .block-holder {
		height: 320px;
	}

	.issues-list .title-block {
		height: 320px;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 60px;
	}

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

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

	.custom-checkbox .fake-input {
		margin: 0 5px 0 0;
	}

	.social-section {
		padding: 55px 0;
	}

	.social-section .news-block {
		letter-spacing: -4px;
		padding: 0 0 30px;
	}

	.social-section .news-block .img-holder {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		margin: 0 20px;
	}

	.social-section .news-block .img-block {
		width: 210px;
		height: 210px;
	}

	.social-section .news-block .link-follow,
	.social-section .news-block .link-share {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		bottom: auto;
	}

	.social-section .news-block .link-share {
		right: auto;
	}

	.social-section .news-block .link-follow {
		left: auto;
	}

	.widgets-group {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.widgets-group .social-widget {
		width: 50%;
	}

	.social-widget {
		padding: 0 15px 60px;
	}

	.social-widget .holder {
		padding: 25px 20px 80px;
	}

	.social-widget .heading-frame {
		margin-bottom: 13px;
	}

	.social-widget .heading-frame [class^="icon-"] {
		font-size: 38px;
		margin: -3px 10px 0 3px;
	}

	.social-widget .heading-frame .date {
		font-size: 15px;
		line-height: 18px;
	}

	.social-widget .content-box {
		font-size: 18px;
		line-height: 28px;
	}

	.social-widget .share-list {
		font-size: 18px;
		line-height: 20px;
	}

	.social-widget .share-list .icon-back {
		font-size: 21px;
	}

	.social-widget .share-list .icon-repost {
		font-size: 26px;
	}

	.social-widget .share-list .icon-dots {
		font-size: 27px;
	}

	.banner .slideshow .slide {
		height: 550px;
	}

	.banner .layout {
		padding: 110px 30px 64px;
	}

	.banner .banner-holder {
		max-width: 470px;
	}

	.services-section {
		padding: 47px 0 71px;
	}

	.services-section h2 {
		margin: 0 0 45px;
	}

	.service-list {
		margin: 0 -20px 14px;
	}

	.service-list li {
		width: 33.33%;
		padding: 0 20px;
		margin: 0 0 28px;
	}

	.service-list .icon-holder {
		width: 167px;
		height: 167px;
		margin: 0 auto 12px;
		font-size: 100px;
	}

	.service-list .icon-holder [class^="icon-"] {
		margin: 5px 0 0;
	}

	.service-list .icon-holder .icon-federal {
		font-size: 108px;
		margin: 1px 0 0;
	}

	.service-list .icon-holder .icon-flag {
		font-size: 84px;
	}

	.service-list .name {
		font-size: 19px;
	}

	.subscribe-block {
		padding: 25px 0 34px;
	}

	.subscribe-form {
		max-width: 710px;
		margin: 0 auto;
	}

	.subscribe-form .holder {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.subscribe-form label {
		width: 100%;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		margin: 0 25px 0 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
	}

	.issues-list li {
		width: 33.33%;
	}

	.issues-list .block-holder {
		height: 200px;
	}

	.issues-list .title-block {
		height: 200px;
	}

	.issues-list .subtitle {
		max-height: 65px;
	}

	.survey-block .section-heading {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 48px;
	}

	.survey-block .right-block .section-heading {
		margin-bottom: 40px;
	}

	.survey-block .right-block .text-hold {
		padding: 43px 29px 42px;
		max-width: 725px;
		margin: 0 auto;
	}

	.survey-block .right-block .text-hold p {
		margin: 0 0 56px;
	}

	.survey-block .btn-holder {
		text-align: left;
		padding: 0 0 0 28px;
	}

	.survey-block .text-hold {
		font-size: 14px;
		line-height: 1.3;
		padding: 43px 29px 42px;
	}

	.survey-block .voting-list {
		margin: 0 0 52px;
	}

	.survey-block .content-hold .text,
	.survey-block .content-hold time,
	.survey-block .content-hold .text,
	.survey-block .content-hold .info {
		font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form {
		line-height: 1.2;
		font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form ol {
		margin: 0 0 33px;
		padding: 0 0 0 15px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 44px;
	}

	.survey-block .survey-form .check-list {
		padding: 14px 3px 0;
	}

	.survey-block .survey-form .check-list li {
		margin: 0 0 11px;
	}

	.survey-block .news-list li {
		margin-bottom: 28px;
	}

	.survey-block .news-list time {
		width: 37px;
		height: 37px;
		font-size: 12px;
		line-height: 12px;
	}

	.survey-block .news-list .date {
		font-size: 18px;
		line-height: 18px;
	}

	.survey-block .news-list .title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 7px;
	}

	.survey-block .news-list .img-farame {
		width: 21%;
		margin: 0 12px 0 0;
		float: left;
		min-height: 112px;
	}

	.survey-block .news-list .news-content {
		width: 76%;
		float: left;
		font-size: 15px;
		line-height: 21px;
		margin: -4px 0 0;
	}

	#header .container {
		padding: 0 32px;
	}

	.logo {
		width: 400px;
		margin: 0 0 0 -2px;
	}

	.nav-slide {
		padding: 37px 30px 30px;
	}

	.add-nav {
		margin: 0 0 66px;
	}

	.add-nav.for-tablet {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 3;
		right: 80px;
		left: auto;
		width: auto;
		margin: 0;
	}

	.add-nav.for-tablet .search .slide {
		right: -52px;
		margin: 40px 0 0 !important;
		width: auto;
	}

	.add-nav.for-tablet .social-list {
		display: inline-block;
		vertical-align: top;
		position: static;
	}

	.add-nav .social-list {
		display: none;
	}

	.main-nav > li {
		margin: 0 0 21px;
	}

	.main-nav > li > a {
		font-size: 48px;
	}

	.main-nav ul.slide a {
		font-size: 18px;
	}

	.nav-opener {
		right: 31px;
	}

	.nav-closer {
		top: 7px;
		left: 30px;
	}

	.search .slide {
		padding: 0;
	}

	.search-form {
		padding: 10px 10px 11px;
	}

	.search-form [type="submit"] {
		font-size: 13px;
	}

	.search-form .searchy {
		padding: 2px 11px;
		width: 158px;
	}

	.mobile-search-form {
		max-width: 270px;
		margin: 0 0 0 auto;
	}

	.container {
		padding: 0 30px;
	}

	#footer {
		background-position: 50% 0;
		padding: 304px 0 57px;
	}

	#footer h2 {
		font-size: 46px;
	}

	#footer .subtitle {
		margin: 0 0 34px;
	}

	.address-holder {
		margin: 0 0 16px;
	}

	.address-holder .address-box {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 -4px 25px 0;
		padding: 0 10px;
	}

	.address-box address {
		line-height: 1.9;
		letter-spacing: 1.1px;
	}

	.address-box h3 {
		letter-spacing: 2.2px;
		margin: 0;
	}

	.address-box .add-info {
		font-size: 12px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 72px;
	}

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

	.issues-list .txt-holder .title-holder {
		font-size: 32px;
	}

	.social-section .news-block .link-follow,
	.social-section .news-block .link-share {
		letter-spacing: 0;
	}

	.widgets-group .social-widget {
		width: 33.333%;
	}

	.social-widget {
		padding: 0 15px 25px;
	}

	.social-widget .holder {
		padding: 32px 20px 90px;
	}

	.social-widget .heading-frame [class^="icon-"] {
		font-size: 44px;
		margin: -7px 10px 0 5px;
	}

	.social-widget .heading-frame .date {
		font-size: 16px;
		line-height: 18px;
	}

	.social-widget .content-box {
		font-size: 20px;
		line-height: 30px;
	}

	.banner .slideshow .slide {
		height: 720px;
	}

	.banner .layout {
		padding: 136px 30px 30px;
	}

	.banner .banner-holder {
		max-width: 740px;
	}

	.services-section {
		padding: 71px 0;
	}

	.service-list {
		margin: 0 -13px 18px;
	}

	.service-list li {
		padding: 0 13px;
	}

	.service-list .icon-holder .icon-federal {
		font-size: 120px;
	}

	.service-list .icon-holder .icon-flag {
		font-size: 90px;
	}

	.subscribe-block {
		padding: 38px 0;
	}

	.subscribe-form {
		display: block;
		margin: 0;
		max-width: none;
		text-align: center;
	}

	.subscribe-form label {
		font-size: 30px;
		margin: 0;
		width: auto;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		margin: 0 33px 0 13px;
	}

	.issues-list .block-holder {
		height: 417px;
	}

	.issues-list .txt-holder {
		top: 81%;
	}

	.issues-list .title-block {
		height: 417px;
	}

	.issues-list .btn {
		max-width: 246px;
	}

	.issues-list .subtitle {
		margin: 0 0 29px;
		font-size: 16px;
		max-height: 100px;
	}

	.survey-block .section-heading {
		margin: 0 0 49px;
	}

	.survey-block .left-block {
		width: 50%;
		float: left;
		position: relative;
		z-index: 1;
	}

	.survey-block .right-block {
		width: 50%;
		float: left;
	}

	.survey-block .right-block .section-heading {
		margin-bottom: 40px;
	}

	.survey-block .right-block .text-hold {
		float: none;
		max-width: 737px;
	}

	.survey-block .content-hold time {
		width: 100px;
	}

	.survey-block .content-hold .text {
		width: 100px;
	}

	.survey-block .survey-form ol {
		padding: 0 0 0 25px;
		margin: 0 0 28px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 41px;
	}

	.survey-block .news-list {
		margin-bottom: 28px;
	}

	.survey-block .news-list li {
		margin-bottom: 24px;
	}

	.survey-block .news-list .news-content {
		font-size: 16px;
		line-height: 22px;
	}

	#header {
		padding: 3px 0 0;
		min-height: 117px;
	}

	#header .container {
		position: relative;
	}

	.logo {
		float: left;
		width: 340px;
		margin: 30px 0 0 -27px;
	}

	#nav {
		position: static;
		padding: 58px 30px 0 320px;
	}

	.nav-slide {
		padding: 0;
		position: static;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: transparent;
		height: auto;
	}

	.scroll-box {
		max-height: none;
		overflow: visible;
	}

	.add-nav {
		display: none;
	}

	.add-nav.for-tablet {
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 52px;
		right: 21px;
	}

	.add-nav.for-tablet .search {
		display: block;
	}

	.add-nav.for-tablet .search .slide {
		width: 225px;
		right: 0;
		left: auto;
		margin: 36px 0 0 !important;
	}

	.add-nav.for-tablet .social-list {
		position: absolute;
		top: -47px;
		right: 12px;
	}

	.main-nav {
		text-align: left;
		padding: 0;
		text-align: right;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-align: left;
		margin: 0 0 0 10px;
	}

	.main-nav > li:nth-last-child(1) .slide,
	.main-nav > li:nth-last-child(2) .slide {
		left: auto;
		right: 0;
	}

	.main-nav > li.hover .slide {
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li.current-page > a {
		color: #fff;
	}

	.main-nav > li:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		right: 50%;
		height: 2px;
		background: #14b1e7;
		opacity: 0;
	}

	.main-nav > li > a {
		font-size: 11px;
		letter-spacing: 1px;
	}

	.main-nav ul.slide {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: absolute;
		min-width: 227px;
		background: rgba(79, 79, 79, .7);
		padding: 20px;
		margin: 39px 0 0;
		z-index: 4;
	}

	.firefox .main-nav ul.slide,
	.msie .main-nav ul.slide {
		margin: 38px 0 0;
	}

	.main-nav ul.slide a {
		font-size: 13px;
	}

	.social-list {
		white-space: nowrap;
	}

	.nav-opener {
		display: none;
	}

	.nav-closer {
		display: none;
	}

	.mobile-search-form {
		display: none;
	}

	#footer {
		background-size: cover;
		background-position: 50% 0;
		padding: 315px 0 90px;
	}

	.address-holder {
		margin: 0 0 70px;
	}

	.address-holder .address-box {
		padding: 0 5px;
		width: 25%;
	}

	.address-box {
		font-size: 16px;
	}

	.address-box address {
		line-height: 1.65;
		letter-spacing: normal;
	}

	.address-box h3 {
		margin: 0 0 11px;
		font-size: 20px;
		letter-spacing: -.2px;
	}

	.add-nav-holder {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.service-list li {
		padding: 0;
		width: auto;
	}

	.main-nav > li {
		margin: 0 0 0 19px;
	}
}

@media (min-width: 1100px) {
	.main-nav > li > a {
		font-size: 13px;
		letter-spacing: 1.3px;
	}
}


@media (min-width: 1240px) {
	.logo {
		width: 440px;
		margin: 5px 0 0 -27px;
	}

	#nav {
		padding: 58px 30px 0 410px;
	}
}

@media (min-width: 1320px) {
	.survey-block .text-hold {
		padding: 45px 22px 60px 15px;
		max-width: 765px;
		width: 100%;
		float: right;
	}
}

@media (max-width: 1023px) {
	.widgets-group .social-widget:nth-child(n+3) {
		display: none;
	}

	.issues-list h2 {
		font-size: 24px;
	}

	.survey-block .left-block {
		height: auto !important;
	}

	.tablet-hidden {
		display: none;
	}

	.content-block .body,
	.content-block .sidebar {
		float:none;
		width: 100%;
		padding: 0;
	}

	.visual-banner {
		min-height: 350px;
		background-position: 50% 50%;
	}

	.visual-banner h1 {
    font-size: 36px;
    line-height:40px;
	}
}

@media (max-width: 768px) {
	.survey-block .left-block,
	.survey-block .right-block {
		height: auto !important;
	}
}

@media (max-width: 767px) {

	#modal {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-size: initial;
    border:1px solid #fff;
    min-width: 290px;
  }

  #modal h2 {
    font-size: 20px;
    line-height: 22px;
  }

  #modal p {
    font-size: 18px;
    line-height: 20px;
  }

  #modal .label {
  	display: block;
  	width: auto;
  	text-align: center;
  }

	.widgets-group .social-widget:nth-child(n+2) {
		display: none;
	}

	.social-widget .link-share {
		font-size: 19px;
	}

	.firefox .link-share .icon-facebook-square {
		margin-top: -1px;
	}

	.issues-list li.alt {
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4;
	}

	.survey-block .content-hold .text {
		border-right: 2px solid #3c3c3c;
	}

	.survey-block .content-hold .info {
		display: none;
	}

	.survey-block .news-list li:nth-child(n+3) {
		display: none;
	}

	.mobile-hidden {
		display: none;
	}

	.add-nav-holder .add-nav {
		width: 100%;
	}

	.add-nav-holder .social-list {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.issues-list h2 {
		font-size: 30px;
	}

	#footer h2 {
		line-height: 1.2;
		letter-spacing: 1.5px;
	}

	#footer .extra-bold {
		display: block;
	}

	#footer .subtitle {
		line-height: 1.5;
		font-size: 14px;
	}
}

