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

.social-networks,
.navbar > ul,
.navbar .dropmenu,
.pagination ul,
.list-images,
.list-services,
.accordion,
.thumbnail,
.accordion-hold,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.social-networks:after,
.navbar > ul:after,
.navbar .dropmenu:after,
.holder:after,
.testimonial-block:after,
.pagination ul:after,
.update-block:after,
.subscribe-form:after,
.image-block:after,
.list-images:after,
.social-block:after,
.services-block:after,
.list-services:after,
.votes-block:after,
.accordion:after,
.contact-block:after,
.tweet-block:after,
.thumbnail:after,
#footer:after,
.accordion-hold:after,
.footer-nav ul: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: #fff;
	background: #fff;
	font: 14px / 1.3 "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 .7em;
	color: inherit;
}

h1,
.h1 {
	font-size: 34px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #151c34;
}

.internal-content a {
	color: #4157a1;
}

.internal-content img {
	border: 1px solid #ccc;
	padding: 7px;
	/*width: 140px;*/
}

.thanks-box img {
	width:140px;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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

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

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

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

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

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

td .middlecopy {
	line-height: 1.6em;
}

td .middlecopy h2 {
	color: #151c34;
}

td .middlecopy h3 {
	color: #6C7994;
}

td .middlecopy h4 {
	font-weight:normal;
	color: #6C7994;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 17px 0;
}

#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(0, 0, 0, .57) 20%, rgba(0, 0, 0, .13) 75%, rgba(0, 0, 0, .05) 88%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .69) 0%, rgba(0, 0, 0, .57) 20%, rgba(0, 0, 0, .13) 75%, rgba(0, 0, 0, .05) 88%, transparent 100%);
	height: 200px;
	opacity: .74;
	z-index: -1;
}

#header.fixed {
	background: #151c34;
	position: fixed;
	padding: 10px 0;
	z-index: 99999;
}

#header.fixed:after {
	display: none;
}

#header.fixed .nav-opener {
	margin-top: 9px;
}

#header.fixed .navbar > ul > li.home {
	padding: 11px 5px;
}

#header.fixed .navbar {
	padding-top: 7px;
}

#header.mobile-header {
	position: fixed;
}

.logo {
	float: left;
	width: 204px;
}

.logo img {
	width: 100%;
	height: auto;
}

#nav {
	float: right;
}

.nav-opener {
	width: 30px;
	height: 25px;
	position: relative;
	z-index: 9;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 9%;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -2px;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 49%;
}

.nav-opener:after {
	top: 89%;
}

.nav-opener:hover {
	opacity: .7;
}

.drop {
	position: fixed;
	height: 100%;
	top: 0;
	left: auto;
	right: -252px;
	width: 252px;
	bottom: 0;
	background: #151c34;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	z-index: 999;
	overflow: auto;
	padding: 43px 28px;
}

.top-info {
	margin: 0 0 20px;
}

.search-form {
	margin: 0 0 14px;
}

.input-wrap {
	position: relative;
	padding-right: 37px;
	background: #fff;
	border-radius: 5px;
}

.input-wrap input[type="text"] {
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	height: 36px;
	border: none;
	color: #000;
	border-radius: 5px;
	line-height: 25px;
	width: 160px;
	outline: none;
}

.input-wrap input[type="text"]:focus {
	outline: none;
}

.input-wrap button[type="submit"] {
	position: absolute;
	top: 5px;
	right: 0;
	color: #686c70;
	background: none;
	border: none;
	font-size: 19px;
	padding: 0 8px;
}

.input-wrap button[type="submit"]:hover {
	color: #445161;
}

.social-networks {
	font-size: 20px;
	text-align: center;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
}

.social-networks li a {
	background: #fff;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: block;
	color: #151c34;
	padding: 5px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.social-networks li a:hover {
	background: #32437d;
	color: #fff;
}

.navbar > ul {
	font-weight: bold;
	text-transform: uppercase;
}

.navbar > ul > li {
	display: block;
	margin: 0 0 15px;
}

.navbar > ul > li.hover .dropmenu {
	display: block;
}

.navbar > ul > li > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.navbar > ul > li > a:hover {
	color: #949494;
}

.navbar > ul > li.last-child .dropmenu {
	left: auto;
	right: 0;
}

.navbar > ul > li .fa-home {
	display: none;
}

.navbar .dropmenu {
	margin: 20px -28px;
	background: #050813;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	display: none;
	text-transform: none;
	z-index: 99;
}

.navbar .dropmenu li {
	border-bottom: 1px solid #151c34;
}

.navbar .dropmenu li a {
	padding: 12px 5px 12px 29px;
	display: block;
	color: #fff;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	text-decoration: none;
}

.navbar .dropmenu li a:hover {
	background: #181e2b;
}

body.nav-active .page-wrap {
	margin: 0 0 0 -252px;
}

body.nav-active .page-wrap #header {
	right: 252px;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

body.nav-active .page-wrap #header:after {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

body.nav-active .page-wrap #header.fixed .logo {
	margin: 0 0 0 -252px;
}

body.nav-active .page-wrap .drop {
	right: 0;
}

body.nav-active .page-wrap .btn-next {
	right: 252px;
}

.crumbs {
	text-transform:uppercase;
	font-size:12px;
	width:50%;
	float:left;
}

.socialtop:after {
	clear:both;
}
.socialTop {
    color: #151c34;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    float: right;
    width: 230px;
    overflow: hidden;
}

.socialTop > span {
    float: left;
    display: block;
    margin: 9px 8px 0 0;
}

.socials {
    margin: 0 0 10px;
    padding: 0;
}

.socials li {
    display: inline-block;
    margin: 0 -1px 0 0 !important;
    border: none !important;
    list-style: none;
    vertical-align: top;
}

.socials li a {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat;
}

span.stLarge:hover, 
.socials li a:hover {
	border: 2px solid #151c34;
	border-radius: 50%;
	opacity: 1 !important;
}

span.stLarge {
	background: transparent;
	background-image: url(../images/2015/sprite.png) !important;
	display: block;
	width: 35px !important;
	height: 34px !important;
	overflow: hidden;
}

.st_facebook_large .stLarge {background-position: 0 0px;}
.st_facebook_large .stLarge:hover {background-position: -2px -2px !important;}

.st_twitter_large .stLarge {background-position: -42px 0px;}
.st_twitter_large .stLarge:hover {background-position: -44px -2px !important;}

.st_print_large .stLarge {background-position: 35px 0px;}
.st_print_large .stLarge:hover {background-position: 33px -2px !important;}

.st_sharethis_large .stLarge {background-position: -84px 0px;}
.st_sharethis_large .stLarge:hover {background-position: -86px -2px !important;}

.page-wrap {
	position: relative;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.banner .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 316px;
}

.cycle-gallery, .banner {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 545px;
}

.cycle-gallery .slideset {
	float: left;
	width: 99999px;
}

.cycle-gallery .slide {
	float: left;
	min-height: 545px;
	position: relative;
}

.cycle-gallery .slide.active {
	z-index: 2;
}

.bg-stretch, .bannerbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
	margin: 0;
}

.bg-stretch .overlay {
	background: #000000;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  	filter: alpha(opacity=20);
  	-moz-opacity: 0.2;
  	-khtml-opacity: 0.2;
  	opacity: 0.2;
  	width:100%;
  	height:100%;
  	position:absolute;
}

.bg-stretch img, .bannerbg img {
	max-width: none;
	width: 100%;
	height: auto;
}

.holder {
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0, 0, 0, .62);
}

.caption-holder {
	padding: 32px 25px 36px;
	font-size: 12px;
	line-height: 20px;
	min-height: 134px;
}

.caption-holder .more {
	color: #fff;
}

.caption-holder .title {
	font: 600 19px/24px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	display: block;
	margin: 0 0 20px;
}

.btn-next,
.btn-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, .62);
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 45px;
	color: #aeb5bf;
	z-index: 9;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	margin-top: 33px;
}

.btn-next .fa-angle-right::before,
.btn-next .fa-angle-left::before,
.btn-prev .fa-angle-right::before,
.btn-prev .fa-angle-left::before {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -23px;
}

.btn-next .fa-angle-right::before,
.btn-prev .fa-angle-right::before {
	left: auto;
	right: 18px;
}

.btn-next:hover,
.btn-prev:hover {
	background: rgba(0, 0, 0, .84);
	color: #fff;
}

.btn-next {
	left: auto;
	right: 0;
}

#main h1 {
	font: 600 34px/38px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	padding-bottom: 10px;
	position: relative;
	clear:both;
	text-align: center;
	text-transform: uppercase;
}

/* #main h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 4px;
	width: 83px;
	margin: 0 auto;
} */

#main h1.blue {
	color: #151c34;
}

#main h1.blue:after {
	background: #949494;
}

#main .services-block h1:after,
#main .contact-block h1:after {
	background: #949494;
}

.int-container {
	color:#000;
	background: #ffffff;
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    padding: 0px;
}

.buffer {
	padding-top:10px;
	clear:both;
}

.testimonial-block {
	background: #445162;
	padding: 16px 7px 23px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.testimonial-block h1 {
	margin: 0 0 38px;
}

.testimonial-block h2 {
	font: 600 15px/20px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: 0;
	color: #fff;
}

.testimonial-block .img-wrap {
	margin: 0 0 7px;
}


.img-wrap {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.img-wrap .hover {
	display: none;
}

.img-wrap:hover .img-holder {
	border-color: #151c34;
}

.img-wrap:hover .default {
	display: none;
}

.img-wrap:hover .hover {
	display: inline-block;
}

.img-wrap:hover h2 {
	color: #151c34;
}

.img-wrap.small .img-holder img {
	width: 13px;
}

.img-holder {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: 3px solid #fff;
	margin: 0 auto 7px;
	text-align: center;
}

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

.img-holder img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: 33px;
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	overflow: hidden;
}

.slideshow .slide {
	float: left;
	width: 50%;
	padding: 0 13px;
}

.slideshow .slide.hide {
	display: none;
}

.pagination {
	clear: both;
	padding-top: 33px;
}

.pagination ul li {
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
}

.pagination ul li a {
	width: 10px;
	text-indent: -9999px;
	overflow: hidden;
	height: 10px;
	display: block;
	background: #a2a8b1;
}

.pagination ul li a:hover {
	background: #fff;
}

.pagination ul li.active > a {
	background: #fff;
}

.update-block {
	padding: 25px 15px 30px;
	background: #d2d8e4;
	color: #151c34;
	line-height: 20px;
	text-align: center;
}

.update-block h1 {
	margin: 0 0 12px;
}

.update-block .text-info {
	max-width: 245px;
	margin: 0 auto 22px;
	width: 100%;
}

.update-block .text-info p {
	margin: 0 0 9px;
}

.update-block .article-info .img-hold {
	height:223px;
	overflow:hidden;
}

.link-hold {
	text-transform: uppercase;
}

.link-hold a {
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

.link-hold a:hover {
	opacity: .7;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	padding-bottom: 5px;
	letter-spacing: -4px;
	font-size: 0;
}

.carousel .slide {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 100%;
	letter-spacing: 0;
	font-size: 14px;
}

.carousel .pagination li a {
	background: #696c72;
}

.carousel .pagination li a:hover {
	background: #333;
}

.carousel .pagination li.active a {
	background: #333;
}

.article-info .img-hold {
	position: relative;
}

.article-info .img-hold img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.article-info .desc {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	padding: 20px;
	color: #727272;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
}

.article-info .desc p {
	margin: 0 0 17px;
}

.article-info .title {
	font: 500 16px/20px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	display: block;
	margin: 0 0 13px;
}

.article-info .title a {
	color: #35353f;
	text-decoration: none;
}

.article-info .title a:hover {
	color: #445161;
}

.article-info time {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	color: #fff;
	background: #445162;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	padding: 3px;
}

.article-info time strong {
	display: block;
	font-size: 19px;
	line-height: 23px;
}

.category-info {
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
}

.category-info dt {
	display: inline-block;
	vertical-align: top;
	width: 70px;
}

.category-info dd {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.btn-holder.results {
	margin-left: 10px;
}

.btn-holder {
	margin: 0 0 19px;
}

.btn-holder a {
	border: 1px solid #e3e3e3;
	color: #999;
	padding: 6px 5px 9px;
	display: block;
	width: 108px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.btn-holder a:hover {
	background: #151c34;
	border-color: #151c34;
	color: #fff;
}

form.styled td {
	padding:5px 0;
}

form.styled { 
	padding: 10px 0px;
    margin: 10px 0px;
}

form label {
	font-weight: bold;
	display:block;
	font-size:16px;
	margin: 4px 0 8px 0;
}

form.styled .styled-form-item {
	float:left;
	margin-right:50px;
}

form.styled .styled-zip5 input {
	width:250px;
}

form.styled .styled-zip4 input {
	width:150px;
}

form.styled .styled-email input {
	width:250px;
}

.search-form input, .connect-block input {
	background-color:#ffffff !important;
}

form input[type="text"], form input[type="email"] {
	padding: 20px 10px;
	background-color:#efefef;
	min-width: 60px;
	border: none;
}

form input[type="checkbox"] {
	float:left;
	margin: 5px 5px 0 0;
}

.topnewsbar.updates input[type="submit"] {
	padding: 5px 6px;
	float:none;
	min-width: auto;
	font-weight: normal;
	background: #ccc;
	border-radius: 2px;
	text-transform: none;
	height: auto;
	margin: 0 5px;
	font-size: 15px;
	color: #000;
}

form input[type="submit"], form input[type="reset"], #submitbutton a {
    background: #151c34;
    border: none;
    border-radius: 7px;
    min-width: 140px;
    padding: 18px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    outline: none;
    text-decoration:none;
    line-height: 23px;
    margin: 34px 5px 0 0;
    height: 59px;
    float:left;
    text-align: center;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

#submitbutton a {float:none !important;}

form input[type="submit"]:hover, #submitbutton a:hover {
	background: #949494;
}

.forms-progress {
    width: 100%;
    height: 16px;
    overflow: hidden;
    margin-top: 24px;
    float: left;
}

.progress-bar-glass {
    display: block;
    float: left;
    background-color: #efefef;
    width: 90%;
    height: 11px;
    margin-top: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.progress-bar-mercury {
    display: block;
    background-color: #151c34;
    width: 1%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.forms-progress .label {
    float: left;
    margin-left: 14px;
    color: #000;
	margin-top: -4px;
}

.thanks {
	background-color:#445162;
	padding:10px;
	color:#fff;
}
.thanks .form-row {
	padding: 0 0;
}
.thanks p {
	margin-top: 10px;
}
.thanks img {
	float:left;
	margin-right:10px;
}

.thanks-col {
    float: left;
    padding: 20px;
    width: 50%;
}

.invite-block {
	background: #d2d8e4;
	padding: 45px 15px 40px;
	text-align:left;
	color: #000;
}

.invite-block h1 {
	color: #151c34;
}

.invite-block .btn-hold {
	width:100%;
	display:inline-block;
	vertical-align: top;
	padding: 10px 5px;
	margin:0 auto;
}

.invite-block .row {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0px 20px 0;
}

.invite-block .btn-hold a {
    background: #151c34;
    border: none;
    border-radius: 7px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    padding: 25px 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.invite-block .btn-hold a:hover {
	background: #949494;
}

.offices-block {
	padding: 45px 15px 40px;
    background: #ffffff;
    color: #151c34;
    line-height: 20px;
    text-align: left;
}

.offices-block h1 {
	margin-bottom: 40px;
}

.offices-block ul {
	padding-left: 0;
}

.offices-block ul li {
    float: none;
    text-align: left;
    font-size: 13px;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
}

.offices-block ul.accordion-hold {
	padding-left: 0px;
	color: #000;
}

.offices-block ul.accordion-hold li {
	width: 100%;
	padding: 5px 0;
}

.offices-block .link-opener {
	color: #151c34;
}

.offices-block .link-opener i {
	color: #151c34;
	font-size: 14px;
	left: 0px;
	top: 3px;
}
.offices-block .link-opener span {
	padding-left: 18px;
}

.offices-block img {
	margin: 5px 0;
}

.offices-block h2.address{
	font-size: 18px;
}

.connect-block {
	background: #151c34;
	padding: 33px 20px;
}

.connect-block .holder {
	padding: 0;
}

.connect-block h2 {
	display: none;
	font-weight: 600;
}

.form-table {
	margin-bottom:15px;
}

.form-col {
	float:left;
	padding: 0px 10px;
}

.form-col label {
	padding: 0 0;
	margin: 0 0;
}

.form-row {
	width:100%;
	clear:both;
	padding: 10px 0;
}

.subscribe-form .row {
	overflow: hidden;
}

.subscribe-form .row input[type="text"],
.subscribe-form .row input[type="email"] {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	height: 42px;
	width: 100%;
	padding: 10px 15px 10px 20px;
	display: block;
	margin: 0 0 24px;
	line-height: 20px;
	outline: none;
}

.subscribe-form .row input[type="text"]:focus,
.subscribe-form .row input[type="email"]:focus {
	outline: none;
}

.subscribe-form .row input[type="text"]::-webkit-input-placeholder,
.subscribe-form .row input[type="email"]::-webkit-input-placeholder {
	color: #333;
}

.subscribe-form .row input[type="text"]::-moz-placeholder,
.subscribe-form .row input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.subscribe-form .row input[type="text"]:-moz-placeholder,
.subscribe-form .row input[type="email"]:-moz-placeholder {
	color: #333;
}

.subscribe-form .row input[type="text"]:-ms-input-placeholder,
.subscribe-form .row input[type="email"]:-ms-input-placeholder {
	color: #333;
}

.subscribe-form .row input[type="text"].placeholder,
.subscribe-form .row input[type="email"].placeholder {
	color: #333;
}

.subscribe-form .row .btn-hold {
	padding-left: 10px;
	width: 66%;
	margin: 0 auto;
}

.subscribe-form .row button[type=submit] {
	background: #949494;
	border: none;
	border-radius: 7px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 23px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.subscribe-form .row button[type=submit] .fa-check-circle::before {
	font-size: 21px;
}

.subscribe-form .row button[type=submit]:hover {
	color: #151c34;
}

.image-block {
	padding: 6px 0 0;
	background: #fff;
}

.imagebox {
	height: 289px;
    display: block;
    position: relative;
    overflow: hidden;
}

.list-images {
	margin: 0 0 0 -5px;
	letter-spacing: -5px;
}

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

.list-images li img {
	top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    height: 100%;
    min-width:345px;
    width: auto;
    max-width: none;
	vertical-align: top;
}

.list-images li a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.list-images li a:hover {
	opacity: .7;
}

.social-block {
	background: #445162;
	padding: 32px 8px 5px 30px;
}

.social-block .holder {
	padding: 0;
}

.social-block .text-connect {
	display: block;
	position: relative;
	font: 500 28px/29px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	padding-left: 48px;
	margin: 0 auto 20px;
	max-width: 450px;
	width: 100%;
}

.social-block .text-connect .fa-facebook-f,
.social-block .text-connect .fa-facebook {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 51px;
	margin-top: -20px;
}

.social-block .btn-holder a {
	border: none;
	border-radius: 7px;
	background: #151c34;
	padding: 12px 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	width: 193px;
}

.social-block .btn-holder a .fa-thumbs-o-up {
	margin-left: 10px;
}

.social-block .btn-holder a:hover {
	background: #4157a1;
}

.priorities-block {
	background: #fff;
	padding: 25px 0 88px;
}

.priorities-block h1 {
	margin: 0 0 28px;
}

.priorities-block .slideshow .slide {
	width: 230px;
	min-height: 213px;
	margin: 0 9px;
	padding: 0;
	position: relative;
}

.priorities-block .overlay {
	background: #000000;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
  	width:100%;
  	height:100%;
  	position:absolute;
}

.priorities-block .slideshow .slide .bg-holder {
	position: relative;
	min-height: 213px;
}

.priorities-block .slideshow .slide .bg-stretch, .bannerbg {
	z-index: 0;
}

.priorities-block .slideshow .slide .text-holder {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 31px 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 277px;
	margin: 0 auto;
	width: 100%;
}

.priorities-block .slideshow .slide .text-holder h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 125px;
	margin: 30px auto 0;
	width: 100%;
}

.priorities-block .slideshow .slide .text-holder p {
	display: none;
}

.priorities-block .slideshow .slide .text-holder .btn-holder {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
}

.priorities-block .slideshow .slide .text-holder .btn-holder a {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	border-radius: 4px;
	border-width: 1px;
	text-transform: uppercase;
	width: 95px;
	padding: 7px 5px;
	background: url(../images/2015/transparent-bg.png);
}

.priorities-block .slideshow .slide .text-holder .btn-holder a:hover {
	background: #151c34;
}

.priorities-block .btn-holder.pb {
		margin-top: 80px;
		margin-bottom: 0px;
	}

.priorities-block .btn-holder.pb a {
	width: 158px;
    background: #fff;
    border-radius: 5px;
    font: 700 15px/20px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #333;
    border: 1px solid #e3e3e3;
    padding: 11px 5px;
}

.priorities-block .btn-holder.pb a:hover {
	background: #151c34;
	color:#fff;
}

.btn-wrap {
	position: absolute;
	bottom: -53px;
	left: 0;
	right: 0;
	max-width: 80px;
	margin: 0 auto;
	width: 100%;
}

.btn-wrap .btn-next,
.btn-wrap .btn-prev {
	background: none;
	border: 2px solid #151c34;
	color: #151c34;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 1px;
	text-align: center;
}

.btn-wrap .btn-next .fa-angle-right::before,
.btn-wrap .btn-next .fa-angle-left::before,
.btn-wrap .btn-prev .fa-angle-right::before,
.btn-wrap .btn-prev .fa-angle-left::before {
	margin-top: -13px;
	left: 9px;
}

.btn-wrap .btn-next .fa-angle-right::before,
.btn-wrap .btn-prev .fa-angle-right::before {
	right: 9px;
	left: auto;
}

.btn-wrap .btn-next:hover,
.btn-wrap .btn-prev:hover {
	border-color: #445161;
	color: #445161;
}

.services-block {
	padding: 32px 15px 11px;
	position: relative;
	background: url("/images/2015/forbes-services.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
	min-height: 553px;
}



.services-block .holder {
	padding-bottom: 85px;
}

.services-block .btn-holder {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
}

.services-block .btn-holder a {
	width: 158px;
	background: #fff;
	border-radius: 5px;
	font: 700 15px/20px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #333;
	border: 2px solid #fff;
	padding: 11px 5px;
}

.services-block .btn-holder a:hover {
	background: #151c34;
	border-color: #151c34;
	color: #fff;
}

.services-block .holder,
.contact-block .holder {
	position: relative;
	z-index: 1;
}

.left-info p {
	display: none;
}

.list-services li {
	overflow: hidden;
	margin: 0 0 2px;
}

.list-services .img-wrap:hover .img-holder {
	border-color: #445161;
}

.list-services .img-wrap:hover h2 {
	color: #445161;
}

.list-services .img-holder {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	width: 59px;
	height: 59px;
}

.list-services .img-holder:after {
	height: 53px;
}

.list-services .img-holder img {
	width: 28px;
}

.list-services h2 {
	font: 700 18px/22px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 170px;
}

.votes-block {
	padding: 24px 5px 31px;
}

.accordion {
	border: 1px solid #333;
}

.accordion li {
	border-bottom: 1px solid #333;
}

.accordion ul.inside {
	padding-bottom: 5px;
}

.accordion ul.inside li {
	border-bottom: none;
}

.accordion li.active .indicator .off {
	display: block;
}

.accordion li.active .indicator .on {
	display: none;
}

.accordion li.last-child {
	border-bottom: none;
}

.accordion.issues a, .accordion.casework a, .accordion.resources .title, .accordion.locations a {
	font-weight: normal !important;
}

.accordion .opener, .accordion.issues a {
	padding: 19px 44px 19px 24px;
	display: block;
	text-decoration: none;
	font: 900 21px/25px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #333;
	position: relative;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	background: #efefef;
}

.accordion .opener:hover, .accordion.issues li a:hover {
	background: #243058;
	color: #fff;
}

.accordion .indicator {
	position: absolute;
	top: 13px;
	right: 10px;
	font-size: 32px;
}

.accordion .indicator .off {
	display: none;
}

.accordion .slide {
	padding: 10px 20px 20px;
}

.accordion.resources {
	margin: 30px 0px;
}

.accordion.resources .opener {
	font: 14px / 1.3 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.accordion.resources .title {
	font-size: 23px;
	font: 900 21px/25px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-decoration: none;
}

.accordion.issues li a:after, .accordion.resources .title:after {
	content: "\f054";
	position:absolute;
	right: 20px;
    font-size: 30px; 
    text-align: right;
    font-family: FontAwesome;
}

.accordion.resources .title:after {
	top: 40%;
}

.table-info {
	color: #727272;
	width: 100%;
}

.table-info thead {
	text-transform: uppercase;
}

.table-info thead th {
	text-align: left;
}

.table-info .text-desk {
	display: none;
}

.table-info .cell2,
.table-info .cell4 {
	display: none;
}

.table-info .cell {
	width: 33.333333%;
	padding: 13px 6px 12px;
}

.table-info tr.has-background {
	background: #ebebeb;
}

.contact-block {
	padding: 26px 15px 20px;
	position: relative;
	margin-bottom: -1px;
	background: url("/images/2015/forbes-connect.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
	min-height: 485px;
	margin:0 auto;
}

.contact-block h1 {
	margin: 0 0 31px;
}

.contact-block .list-services {
	margin: 0 auto 37px;
}

.contact-block .list-services li {
	margin: 0 0 3px;
}

.contact-block .list-services h2 {
	font-size: 23px;
	line-height: 27px;
	font-weight: 600;
}

.contact-block .social-networks {
	font-size: 35px;
}

.contact-block .social-networks li {
	margin: 0 6px 5px;
}

.contact-block .social-networks a {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	color: #fff;
}

.contact-block .social-networks a:hover {
	background: none;
	color: #445161;
}

.insta-block {
	width: 100%;
	min-height: 170px;
	padding: 7px 0;
	overflow: hidden;
}

.insta-block .info-wrap {
	background: #445162;
	padding: 26px 19px;
	margin: 0 0 7px;
}

.insta-block .info-wrap .text {
	margin: 0 auto;
	max-width: 382px;
	text-align: center;
	width: 100%;
}

.insta-block .info-wrap .text h2 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 29px;
	font-weight: 600;
	margin: 0 0 15px;
}

.insta-block .info-wrap .text .btn-holder {
	margin: 10px auto;
}

.insta-block .info-wrap .text .btn-holder a {
	border: 2px solid #151c34;
	background: #151c34;
	color: #fff;
	border-radius: 5px;
	font: 700 18px/22px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	width: 191px;
	text-transform: uppercase;
	padding: 8px 5px;
}

.insta-block .info-wrap .text .btn-holder a:hover {
	color: #445161;
}

.insta-block .slideshow {
	margin-left:0px
}

.insta-block .slide {
	width: 216px;
	height: 216px;
	padding: 0;
	margin: 0 3px;
}

.insta-block .slide.hide {
	display: block;
}

.insta-block .bg-holder {
	position: relative;
	min-height: 216px;
	overflow: hidden;
	z-index: 9;
}

.btn-prev.ig, .btn-next.ig {
	margin: 0 0;
	top: 40%;
}

.btn-prev.ig {
	left: 10px;
}

.tweet-block {
	position: relative;
	padding: 15px 5px 2px;
}

.gallery {
	position: relative;
	margin: 0 0 20px;
	text-align: center;
}

.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.gallery .slideset {
	float: left;
	width: 99999px;
}

.gallery .slide {
	float: left;
	color: #151c34;
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 140px;
}

.gallery .slide p {
	margin: 0 0 10px;
}

.gallery .img-hold {
	border: 7px solid #fff;
	border-radius: 100%;
	width: 125px;
	height: 125px;
	margin: 0 auto 18px;
	display: block;
	-webkit-transition: border .2s ease;
	transition: border .2s ease;
}

.gallery .img-hold:hover {
	border-color: #243058;
	-webkit-transition: border .2s ease;
	transition: border .2s ease;
}

.gallery .img-hold img {
	border-radius: 100%;
	width: 100%;
	height: auto;
	max-width: none;
}

.gallery .btn-wrap {
	bottom: 106px;
	left: -7px;
}

.gallery .btn-next,
.gallery .btn-prev {
	background: url(../images/2015/transparent-bg.png);
}

.issues-block .slideshow {
	margin: 50px 0 20px 0;
}

.issues-block .slideshow .slide .title a { 
	color: #151c34;
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 20px;
	border: none;
	outline: none;
}

.issues-block .slideshow .slide .title-holder {
	padding-bottom: 10px;
}

.issues-block .slideshow .slide {
    color: #151c34;
    width:230px;
    min-height: 300px;
    margin: 0 3px;
    position: relative;
    outline: none;
 }

.issues-block .article-info {
    border: 1px solid #151c34;
    box-shadow: 0 !important;
}

.issues-block .article-info .desc {
    padding: 20px;
    box-shadow: none !important;
}

.issues-block .slideshow .slide .btn-holder {
	margin: 0 !important;
}

.issues-block .slideshow .slide .btn-holder a {
	background: #151c34;
	outline: none;
	border-color: #151c34;
	color: #fff;
}

.issues-block .slideshow .slide .btn-holder a:hover {
	background: #fff;
	outline: none;
	color: #151c34;
}

blockquote {
	display: block;
	position: relative;
	background-color: #d2d8e4;
	border-radius: 7px;
	padding: 20px 55px;
	font: 22px / 1.2 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 10px 0;
	text-align:center;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    content: open-quote;
    font-family: georgia;
    color: #999;
    font-size: 85px; 
    position: absolute;
    top: 5px;
    left: 15px;
}

blockquote:after {
    content: close-quote;
    font-size: 85px; 
    font-family: georgia;
    position: absolute;
    color: #999;
    right: 15px;
    bottom: -43px;
}

#newsfilterlist {
	margin: 10px 0 30px 0;
	padding: 0;
	overflow: visible;
	background-color: #151c34;
	height:53px;
}

#newsfilterlist li {
	margin: 0 0;
	padding: 0;
	text-align:center;
	min-width: 150px;
	list-style:none;
	float: left;
}

#newsfilterlist li a.active {
	background: #888;
}

#newsfilterlist li a, #newsfilterlist .filter {
	display: block;
	padding: 15px 35px;
	text-decoration: none;
	color: #ffffff;
	background: #151c34;
	cursor: pointer;
	font-size:18px;
	font-weight:600;
}

#newsfilterlist li a:hover {
	text-decoration:none;
	background: #888;
}

#newsfilterlist .filter {
	background-color:#445162;
}

.newsbox {
	display:none;
}

.newsbox.active {
	display:block;
}

.news-block p {
	line-height:1.5em;
}

.news-block {
	min-height: 340px;
	border:1px solid #ccc;
	background-color: #efefef;
	padding:15px;
	margin:20px 0px;
}

.news-block h2 {
	font-size: 24px;
}

.news-block h2 a {
	text-decoration:none;
	color: #151c34;
}

.news-block .title-holder {
	padding-bottom:10px;
}

.news-block .image-holder {
	float:left;
	margin-right:20px;
	overflow:hidden;
	position: relative
}

.news-block .image-holder img {
	height: auto;
	width: 350px;
	border:1px solid #ccc;
	margin-bottom: 7px;
	padding: 0 0;
}

.news-block .image-holder time {
    font-size: 14px;
    line-height: 27px;
    width: 65px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #fff;
    background: #445162;
    text-align: center;
    padding: 3px;
}

.news-block .image-holder time strong {
    font-size: 25px;
    line-height: 22px;
}

.news-block .socialTop {
	margin-left: 20px;
}

.news-block .text-holder {
	clear: right;
}

.news-block .btn-holder {
	float:right;
}

.topnewsbar.updates {
	border: 1px solid #ccc;
	padding:10px 5px;
}

.updates .change-type {
	float:left;
}

.link-holder {
	padding-bottom:50px;
}

.reldochead {
	display:block;
	text-align:left;
	font-weight: bold !important;
	font: 14px / 1.2 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #151c34 !important;
}

.updates .reldochead.search {
	font-size: 16px !important;
	font-weight: bold;
	padding-top: 5px;
}

.newssearch #SearchPhrase {
	width: 270px !important;
	margin-top: -10px;
	padding: 5px !important;
	border: 1px solid #aaa !important;
}

.middleheadline, .middleheadline a {
	color: #151c34;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	margin: 0 0 10px 0;
}

.newsDate {
	color:#666;
	font-weight:bold;
	padding: 7px 0;
}

.news-contacts {
	padding:10px 0;
}

.prev-link, .next-link {
	padding:10px 35px;
	background: #151c34;
	color: #fff !important;
	border-radius: 3px;
	text-decoration: none;
	min-width: 150px;
	text-align:center;
	text-transform: uppercase;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.prev-link {
	float:left;
}
.next-link {
	float:right;
}

.prev-link:hover, .next-link:hover {
	background: #445162;
}

.blogDate, .blogAuthor {
	color: #666;
	font-weight: bold;
}

.blogBody {
	padding:20px 0;
}

.blogFooter {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #999;
}

.blogError {
	color: red;
}

.blogCommentList {
	padding:0;
	margin:0;
}

.blogComment {
	list-style-type: none;
	padding:10px 0;
}

.commentAuthor {
	font-weight:bold;
	margin-bottom: 5px;
}

.blogCommentsHeader {
	font-weight: normal;
	font-size: 20px;
	color: #666;
}

.blogSubComments {
	padding:20px;
	border:1px solid #ccc;
	border-radius: 3px;
	max-width:100%;
	margin: 20px 0;
}

.blogSubComments .form-col {
	padding: 5px 10px;
}

.blogInstructions {
	padding: 10px;
}

.blogEmail {
	width:300px;
}

.blogInput.blogComment {
	width:400px;
	height:150px;
}

.blogbold {
	font-weight: bold;
}

#recaptcha_area {
	padding:10px;
}

.thumbnail {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	z-index: 99;
}

.thumbnail li {
	display: block;
	margin: 0 0 3px;
}

.thumbnail li a {
	color: #151c34;
	text-decoration: none;
}

.thumbnail li a .fa-twitter::before,
.thumbnail li a .fa-clock-o::before {
	font-size: 25px;
	margin-right: 8px;
}

.thumbnail li a:hover {
	color: #445161;
}

#footer {
	background: #151c34;
	padding: 38px 10px 85px 26px;
}

#footer h3 {
	text-transform: uppercase;
}

.info-contact h3 {
	font: 700 23px/27px Raleway, "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: 0 0 29px;
}

.accordion-hold li {
	padding-left: 30px;
	margin: 0 0 16px;
}

.accordion-hold li.active .off {
	display: block;
}

.accordion-hold li.active .on {
	display: none;
}

.accordion-hold address {
	font-style: normal;
	font-size:15px;
	line-height: 17px;
	display: block;
}

.accordion-hold address a {
	color: #fff;
	text-decoration: none;
}

.link-opener {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	display: inline;
	text-transform: uppercase;
}

.link-opener i {
	color: #929292;
	position: absolute;
	top: 0;
	left: -28px;
	font-size: 23px;
}

.link-opener .off {
	display: none;
}

.link-opener:hover {
	color: #445162;
}

.link-opener:hover i {
	color: #445162;
}

.footer-links {
	display: none;
}

.footer-nav {
	float: left;
	width: 20%;
	padding: 0 15px;
}

.footer-nav h3 {
	color: #949494;
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 22px;
}

.footer-nav ul {
	font-size: 13px;
	line-height: 17px;
}

.footer-nav ul li {
	margin: 0 0 7px;
}

.footer-nav ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #445162;
}

.link-top {
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	background: #515461;
	color: #1c174f;
	border: 1px solid #1c174f;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 34px;
}

.link-top:hover {
	background: #445161;
	color: #fff;
}

#wrapper {
	overflow: hidden;
}

.footer-links > ul {
	font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
    padding:0;
    margin:0;
} 

.footer-links > ul > li {
	display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 20px;
} 

.footer-links > ul > li > a {
	color: #949494;
	font-size: 18px;
	line-height:3em;
	text-decoration:none;
}

.footer-links ul.dropmenu {
	margin: 0;
	padding: 0;
}

.footer-links ul.dropmenu li {
	list-style-type:none;
	margin:0 0 7px;
}

.footer-links ul.dropmenu li a {
	color: #fff;
	font-size:13px;
	text-transform: none;
	font-weight:normal;
	text-decoration:none;
}

.footer-links ul.dropmenu li a:hover {
	color: #445162;
}

.footer-links .last-child {
	display:none;
}

/* OLD SITE SPECIFIC CSS*/

.spotlight {
    width: 274px;
    border: 3px solid #e9e9e9;
    color: #eeeded;
    background-color: #bbbbbb;
}

.spotlight h5 {
    font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: .5em 0 .5em 10px;
    background-color: #112131;
}

.double-in {
    border: 1px solid #6a0701;
    padding: 15px 12px;
    background: #edebec;
    height: 257px;
    overflow: hidden;
}

.double-out {
    border: 3px solid #6a0701;
    padding: 2px;
    width: 100%;
}

@media (min-width: 480px) {
	.list-services h2 {
		max-width: 270px;
	}

}

@media (max-width: 480px) {

	.form-wrapper {
		max-width: 300px;
		border:1px solid #ccc;
		padding: 10px !important;
		overflow: auto;
	}

	.insta-block .bg-holder {
		min-height:100%;
	}

	.insta-block .slide {
		min-height:300px;
	}

	.news-block .socialTop {
		margin: 0 0;
		float:none;
	}

	#newsfilterlist li {
		min-width:50%;
		text-align:center;
	}

	.blogSubComments {
		max-width: 330px;
		margin: 0 auto;
		overflow-y: auto;
	}

}

@media (min-width: 768px) {
	#header {
		padding: 33px 0;
	}

	#header .holder {
		padding: 0 26px 0 38px;
	}


	#header.fixed .logo {
		width: 235px;
	}

	#header.fixed .nav-opener {
		margin-top: 13px;
	}

	.logo {
		width: 358px;
	}

	.nav-opener {
		margin-top: 20px;
	}

	.caption {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		background: none;
		padding: 0 57px;
	}

	.caption-holder {
		max-width: 405px;
		background: #000;
		background: rgba(0, 0, 0, .62);
		padding: 37px 48px 19px;
	}

	.btn-next,
	.btn-prev {
		margin-top: -30px;
	}

	#main h1 {
		font-size: 41px;
		line-height: 44px;
	}

	#main h1.blue {
		padding-bottom: 8px;
	}

	.testimonial-block {
		padding: 39px 10px 42px;
	}

	.testimonial-block h1 {
		margin: 0 0 23px;
	}

	.testimonial-block h2 {
		font-size: 16px;
	}

	.testimonial-block .img-wrap {
		margin: 0 0 8px;
	}

	.testimonial-block .img-wrap.small .img-holder img {
		width: 20px;
	}

	.testimonial-block .pagination {
		display: none;
	}

	form.styled .styled-zip5 input[type="text"] {
		width:450px;
	}
	
	form.styled .styled-zip4 input[type="text"] {
		width:340px;
	}
	
	form.styled .styled-email input[type="email"] {
		width:350px;
	}

	.invite-block .btn-hold {
	width:26%;
	}

	.offices-block ul li {
	float: left;
    font-size: 13px;
    width: 33.33%;
    padding: 0px 20px;
    display: inline-block;
	}

	.img-wrap.small .img-holder img {
		width: 22px;
	}

	.slideshow .slide {
		width: 20%;
		padding: 0 12px;
	}

	.slideshow .slide.hide {
		display: block;
	}

	.pagination {
		padding-top: 31px;
	}

	.pagination ul li {
		margin: 0 5px;
	}

	.update-block {
		padding: 49px 10px 38px;
	}

	.update-block h1 {
		margin: 0 0 19px;
	}

	.update-block .text-info {
		max-width: 580px;
		margin: 0 auto 43px;
	}

	.update-block .text-info p {
		margin: 0;
	}

	.carousel .slide {
		width: 33.333%;
		padding: 0 16px;
	}

	.article-info .desc {
		font-size: 11px;
		line-height: 14px;
		padding: 16px 12px;
	}

	.article-info .desc p {
		margin: 0 0 14px;
	}

	.article-info .title {
		font-size: 13px;
		line-height: 17px;
		margin: 0 0 17px;
	}

	.article-info time {
		font-size: 10px;
		line-height: 16px;
	}

	.article-info time strong {
		font-size: 15px;
		line-height: 20px;
	}

	.category-info {
		font-size: 10px;
		line-height: 14px;
	}

	.category-info dt {
		width: 45px;
	}

	.btn-holder {
		margin: 0 0 15px;
	}

	.btn-holder a {
		width: 89px;
		padding: 5px 5px 6px;
	}

	.connect-block {
		padding: 39px 10px;
	}

	.connect-block .holder {
		padding: 0 11px 0 23px;
	}

	.subscribe-form .row input[type="text"],
	.subscribe-form .row input[type="email"] {
		display: inline-block;
		vertical-align: top;
		width: 72.4%;
		margin: 0;
	}

	.subscribe-form .row .btn-hold {
		display: inline-block;
		vertical-align: top;
		width: 25.8%;
	}

	.subscribe-form .row button[type=submit] {
		display: inline-block;
		vertical-align: top;
		padding: 10px 5px;
	}

	.image-block {
		padding: 10px 0 2px;
	}

	.list-images li {
		width: 33.33333%;
		padding: 0 0 8px 5px;
	}

	.social-block {
		padding: 37px 4px 37px 20px;
	}

	.social-block .text-connect {
		display: inline-block;
		vertical-align: middle;
		max-width: none;
		width: 68%;
		margin: 0 auto;
		padding-left: 74px;
	}

	.social-block .text-connect .fa-facebook-f,
	.social-block .text-connect .fa-facebook {
		top: -18px;
		font-size: 61px;
		left: 19px;
		margin: 0;
	}

	.social-block .btn-holder {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 21px;
		width: 25%;
	}

	.priorities-block {
		padding: 43px 0 54px;
	}

	.priorities-block h1 {
		margin: 0 0 38px;
	}

	.priorities-block .slideshow .slide .text-holder {
		padding: 27px 5px;
	}

	.priorities-block .slideshow .slide .text-holder h3 {
		margin: 37px auto 0;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder {
		bottom: 0;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder a {
		padding: 8px 5px;
	}

	.priorities-block .btn-holder.pb {
		margin-top: 50px;
		margin-bottom: 5px !important;
	}

	.btn-wrap {
		position: static;
	}

	.btn-wrap .btn-next,
	.btn-wrap .btn-prev {
		position: absolute;
		top: -87px;
		left: 6px;
		font-size: 38px;
		width: 52px;
		height: 52px;
	}

	.btn-wrap .btn-next .fa-angle-right::before,
	.btn-wrap .btn-next .fa-angle-left::before,
	.btn-wrap .btn-prev .fa-angle-right::before,
	.btn-wrap .btn-prev .fa-angle-left::before {
		margin-top: -19px;
		left: 15px;
	}

	.btn-wrap .btn-next .fa-angle-right::before,
	.btn-wrap .btn-prev .fa-angle-right::before {
		right: 15px;
		left: auto;
	}

	.btn-wrap .btn-next {
		right: 6px;
		left: auto;
	}

	.services-block {
		padding: 34px 10px 11px;
	}

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

	.list-services {
		letter-spacing: -5px;
	}

	.list-services li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.33%;
		margin: 0 0 49px;
	}

	.list-services .img-holder {
		width: 106px;
		height: 106px;
		margin: 0 auto 17px;
	}

	.list-services .img-holder:after {
		height: 106px;
	}

	.list-services .img-holder img {
		width: 52px;
	}

	.list-services h2 {
		display: block;
		max-width: none;
	}

	.votes-block {
		padding: 43px 12px 60px;
	}

	.accordion .opener {
		font-size: 23px;
		line-height: 27px;
		padding: 19px 67px 19px 26px;
	}

	.accordion .indicator {
		right: 23px;
		top: 16px;
	}

	.table-info .text {
		display: none;
	}

	.table-info .text-desk {
		display: block;
	}

	.table-info .cell2 {
		display: table-cell;
	}

	.table-info .cell {
		width: 10%;
		padding: 13px 8px;
	}

	.table-info .cell.cell5 {
		width: 17%;
	}

	.contact-block {
		padding: 45px 15px 54px;
		text-align: center;
	}

	.contact-block h1 {
		margin: 0 0 71px;
	}

	.contact-block .list-services {
		margin: 0 auto 20px;
		max-width: 847px;
	}

	.contact-block .list-services .img-holder {
		margin: 0 auto 27px;
	}

	.contact-block .list-services .img-holder img {
		width: auto;
	}

	.contact-block .list-services li {
		margin: 0 0 31px;
	}

	.contact-block .social-networks {
		font-size: 43px;
	}

	.contact-block .social-networks li {
		margin: 0 19px;
	}

	.insta-block .info-wrap {
		float: left;
		width: 260px;
		height: 253px;
		padding: 20px;
		margin: 0;
	}

	.insta-block .info-wrap .text {
		max-width: 213px;
	}

	.insta-block .info-wrap .text h2 {
		margin: 0 0 15px;
	}

	.insta-block .info-wrap .text .btn-holder a {
		padding: 8px 5px;
	}

	.insta-block .slide {
		width: 50%;
		padding: 0 0 0 10px;
		margin: 0;
		height: auto;
	}

	.insta-block .slideshow {
		margin-left:260px;
	}

	.insta-block .slide.hide {
		display: none;
	}

	.insta-block .bg-holder {
		min-height: 253px;
	}

	.tweet-block {
		padding: 29px 5px 15px;
	}

	.tweet-block .holder {
		padding: 0 80px;
	}

	.gallery .slide {
		padding: 0;
		font-size: 26px;
		line-height: 34px;
	}

	.gallery .slide p {
		margin: 0 0 51px;
	}

	.gallery .img-hold {
		width: 165px;
		height: 165px;
		border-width: 10px;
	}

	.gallery .btn-next,
	.gallery .btn-prev {
		top: 50%;
		left: -67px;
		margin-top: 17px;
	}

	.gallery .btn-next {
		left: auto;
		right: -67px;
	}

	.thumbnail {
		position: static;
	}

	.thumbnail li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
	}

	#footer {
		padding: 53px 20px 104px;
	}

	.info-contact h3 {
		margin: 0 0 27px;
	}

	.link-top {
		bottom: 37px;
	}

}

@media (min-width: 768px) and (max-width: 1023px) {

	.list-images li.hide-tab {
		display: none;
	}

	.info-contact h3 {
		display: none;
	}

	.info-contact .accordion-hold {
		letter-spacing: -5px;
		text-align: center;
	}

	.info-contact .accordion-hold li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.333%;
		padding: 0;
	}

	.info-contact .accordion-hold li.active .slide {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.info-contact .accordion-hold li i {
		display: none !important;
	}

	.info-contact .accordion-hold li .slide {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		overflow: visible !important;
	}
}

@media (min-width: 1024px) {
	#header .holder {
		padding: 0 14px 0 17px;
	}


	#header.fixed .top-info {
		display: none;
	}

	#nav {
		width: 59%;
		text-align: right;
		margin-left: 10px;
	}

	.nav-opener {
		display: none;
	}

	.drop {
		position: static;
		padding: 0;
		width: auto;
		background: none;
		overflow: visible;
	}

	.top-info {
		overflow: hidden;
		margin: 0 0 7px;
	}

	.search-form {
		margin: 0 27px 0 0;
		display: inline-block;
		vertical-align: top;
	}

	.social-networks li {
		padding: 0px 2px;
	}

	.social-networks {
		display: inline-block;
		vertical-align: top;
	}

	.social-networks li a {
		color: #6a7073;
		width: 34px;
		height: 34px;
	}

	.navbar {
		clear: both;
		margin-right: -13px;
	}

	.navbar > ul > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
	}

	.navbar > ul > li.hover > a {
		background: #333;
		color: #fff;
	}

	.navbar > ul > li > a {
		padding: 10px 16px 16px;
		text-align: center;
		display: block;
	}

	.navbar > ul > li > a:hover {
		background: #333;
		color: #fff;
	}

	.navbar > ul > li.home {
		padding: 8px 15px;
	}

	.navbar > ul > li.home > a {
		padding: 0;
	}

	.navbar > ul > li.home > a:hover {
		color: #445161;
		background: none;
	}

	.navbar > ul > li.home.hover a {
		background: none;
	}

	.navbar > ul > li .text-home {
		display: none;
	}

	.navbar > ul > li .fa-home {
		display: block;
		font-size: 26px;
		line-height: 14px;
	}

	.navbar .dropmenu {
		position: absolute;
		top: 39px;
		left: 0;
		text-align: left;
		margin: 0;
		width: 243px;
		font-size: 13px;
		line-height: 17px;
		background: #333;
	}

	.navbar .dropmenu li {
		border-top: 1px solid #3f3f3f;
		border-bottom: none;
	}

	.navbar .dropmenu li a {
		padding: 8px 20px;
	}

	.navbar .dropmenu li a:hover {
		background: #445162;
	}

	.cycle-gallery .mask {
		min-height: 678px;
	}

	.banner .mask {
		min-height: 416px;
	}

	.cycle-gallery .slide {
		min-height: 678px;
		min-width: 1024px;
	}

	.caption {
		padding: 0 10px;
	}

	.caption-holder {
		font-size: 15px;
		line-height: 24px;
		padding: 30px 40px 20px;
		max-width: 485px;
	}

	.caption-holder .title {
		font-size: 23px;
		line-height: 27px;
	}

	.btn-next .fa-angle-right::before,
	.btn-next .fa-angle-left::before,
	.btn-prev .fa-angle-right::before,
	.btn-prev .fa-angle-left::before {
		left: 15px;
	}

	.btn-next .fa-angle-right::before,
	.btn-prev .fa-angle-right::before {
		right: 15px;
	}

	#main h1 {
		padding-bottom: 9px;
	}

	#main h1.blue {
		padding-bottom: 12px;
	}

	#main .contact-block h1 {
		padding-bottom: 19px;
	}

	#main .services-block .left-info h1 {
		text-align: left;
		width:195px;
	}

	#main .services-block .left-info h1:after {
		margin: 0 auto;
	}

	.testimonial-block {
		font-size: 14px;
		line-height: 23px;
		padding: 43px 10px 29px;
	}

	.testimonial-block h1 {
		margin: 0 0 30px;
	}

	.testimonial-block h2 {
		font-size: 23px;
	}

	.testimonial-block .img-wrap {
		margin: 0 0 18px;
	}

	.testimonial-block .img-wrap.small .img-holder img {
		width: 30px;
	}

	.issues-block .article-info {
    	min-height: 465px;
	}

	.img-holder {
		width: 116px;
		height: 116px;
		margin: 0 auto 18px;
	}

	.img-holder:after {
		height: 104px;
	}

	.img-holder img {
		width: auto;
	}

	.pagination ul li {
		margin: 0 3px;
	}

	.update-block {
		padding: 46px 10px 43px;
	}

	.update-block .text-info {
		margin: 0 auto 22px;
	}

	.carousel .mask {
		margin: 0 -7px;
	}

	.carousel.insta .mask {
		margin: 0 0px;
	}

	.article-info .desc {
		padding: 31px 30px;
		font-size: 14px;
		line-height: 23px;
	}

	.article-info .desc p {
		margin: 0 0 23px;
	}

	.article-info .title {
		font-size: 18px;
		line-height: 22px;
	}

	.article-info time {
		font-size: 14px;
		line-height: 27px;
		width: 65px;
	}

	.article-info time strong {
		font-size: 25px;
		line-height: 22px;
	}

	.category-info {
		font-size: 13px;
		line-height: 17px;
	}

	.category-info dt {
		width: 70px;
	}

	.btn-holder {
		margin: 0 0 22px;
	}

	.btn-holder a {
		width: 140px;
		border-radius: 3px;
		padding: 11px 5px;
	}

	.connect-block {
		padding: 38px 20px 39px;
	}

	.connect-block .holder {
		padding: 0 15px;
	}

	.connect-block h2 {
		display: inline-block;
		vertical-align: middle;
		font-size: 29px;
		line-height: 33px;
		text-transform: uppercase;
		width: 24.5%;
		margin: 0;
		padding-right: 10px;
	}

	.subscribe-form {
		display: inline-block;
		vertical-align: middle;
		width: 75%;
	}

	.subscribe-form .row {
		text-align: right;
	}

	.subscribe-form .row input[type="text"],
	.subscribe-form .row input[type="email"] {
		font-size: 15px;
		width: 76.4%;
	}

	.subscribe-form .row .btn-hold {
		width: 22.6%;
	}

	.image-block {
		padding: 10px 10px 2px;
	}

	.list-images {
		margin: 0 0 0 -10px;
	}

	.list-images li {
		width: 25%;
		padding: 0 0 10px 10px;
	}

	.social-block {
		padding: 38px 5px 36px;
	}

	.social-block .holder {
		text-align: right;
		max-width: 926px;
		padding: 0 15px;
	}

	.social-block .text-connect {
		font-size: 35px;
		line-height: 40px;
		padding: 2px 0 0 67px;
		float: left;
		max-width: 600px;
		text-align: left;
	}

	.social-block .text-connect .fa-facebook-f,
	.social-block .text-connect .fa-facebook {
		font-size: 59px;
		top: -10px;
		left: 0;
	}

	.social-block .btn-holder {
		width: 26%;
		margin: 0 20px 0 18px;
	}

	.priorities-block {
		padding: 55px 0 63px;
	}

	.priorities-block .holder {
		padding: 0 82px;
	}

	.priorities-block h1 {
		margin: 0 0 41px;
	}

	.priorities-block .slideshow .slide {
		min-height: 270px;
		margin: 0 27px;
	}

	.priorities-block .slideshow .slide .bg-holder {
		min-height: 270px;
	}

	.priorities-block .slideshow .slide .text-holder {
		min-height: 157px;
		margin: 0 auto;
		max-width: 219px;
		font-size: 13px;
		line-height: 23px;
		padding: 31px 5px;
	}

	.priorities-block .slideshow .slide .text-holder h3 {
		max-width: none;
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 20px;
	}

	.priorities-block .slideshow .slide .text-holder p {
		display: block;
		margin: 0 0 27px;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder {
		position: static;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder a {
		width: 110px;
		font-size: 12px;
		padding: 11px 5px;
		border-radius: 6px;
	}

	.priorities-block .btn-wrap .btn-next,
	.priorities-block .btn-wrap .btn-prev {
		top: 50%;
		left: -68px;
		margin-top: -27px;
	}

	.priorities-block .btn-wrap .btn-next {
		left: auto;
		right: -68px;
	}

	.issues-block .holder {
		padding: 0 62px;
	}

	.issues-block .btn-wrap .btn-next,
	.issues-block .btn-wrap .btn-prev {
		top: 50%;
		left: -68px;
		margin-top: -27px;
	}

	.issues-block .btn-wrap .btn-next {
		left: auto;
		right:-68px;
	}

	.services-block {
		padding: 94px 10px 70px;
	}

	.services-block .holder {
		padding-bottom: 0;
	}

	.services-block .btn-holder {
		position: static;
	}

	.services-block .btn-holder a {
		margin: 0;
		padding: 11px 5px;
	}

	.left-info {
		float: left;
		max-width: 240px;
		font-size: 13px;
		line-height: 25px;
		width: 22%;
	}

	.left-info h1 {
		margin: 0 0 32px;
	}

	.left-info p {
		display: block;
		margin: 0 0 54px;
	}

	.right-info {
		float: right;
		width: 74.2%;
		margin-left: 10px;
	}

	.votes-block {
		padding: 79px 5px;
	}

	.accordion .opener {
		padding: 19px 68px 19px 25px;
	}

	.accordion .indicator {
		right: 28px;
	}

	.table-info .cell4 {
		display: table-cell;
	}

	.table-info .cell {
		width: 6%;
		padding: 11px 6px 15px;
	}

	.table-info .cell.cell4 {
		width: 19.3%;
	}

	.table-info .cell.cell5 {
		width: 6.8%;
	}

	.contact-block h1 {
		margin: 0 0 63px;
	}

	.contact-block .list-services {
		margin: 0 auto 35px;
	}

	.contact-block .list-services li {
		margin: 0 0 10px;
	}

	.slideshow-holder {
		float: right;
		width: 80.8%;
	}

	.insta-block {
		padding: 7px;
		max-width: 1900px;
		margin: 0 auto;
	}

	.insta-block .info-wrap {
		width: 260px;
		height: 260px;
		padding: 28px 10px;
	}

	.insta-block .info-wrap .text h2 {
		font-size: 29px;
		line-height: 29px;
		text-align: center;
		margin: 0 0 15px;
	}

	.insta-block .info-wrap .text .btn-holder a {
		margin: 0 auto;
		width: 92%;
	}

	.insta-block .slide {
		width: 25%;
		text-align: center;
	}

	.insta-block .slide.hide {
		display: block;
	}

	.insta-block .bg-holder {
		min-height: 260px;
	}

	.gallery .slide {
		font-size: 30px;
		line-height: 36px;
		padding: 0 49px;
	}

	.gallery .slide p {
		margin: 0 0 44px;
	}

	.gallery .img-hold {
		margin: 0 auto 24px;
	}

	.thumbnail li a .fa-twitter::before,
	.thumbnail li a .fa-clock-o::before {
		font-size: 24px;
	}

	#footer {
		padding: 91px 20px 53px;
	}

	#footer .holder {
		padding: 0 5px 0 23px;
	}

	.info-contact {
		float: left;
		width: 24%;
		padding-right: 20px;
	}

	.footer-links {
		display: block;
		float: left;
		width: 76%;
		margin-top: 4px;
	}

	.link-top {
		right: 26px;
		left: auto;
		bottom: 27px;
	}

}

@media only screen and (min-width: 1200px) {

	.bg-stretch.insta img {
		min-height:260px;
	}

	.cycle-gallery .slide {
		min-width: 1200px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.navbar {
		margin-right: -5px;
	}

	.navbar > ul > li > a {
		padding: 8px 8px 16px;
	}

	.insta-block .slideshow .slide {
		padding: 0 0 0 10px;
	}

	.slideshow .slide {
		padding: 0 5px;
	}

	.connect-block h2 {
		font-size: 25px;
		line-height: 29px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
	.insta-block .info-wrap .text h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.info-contact h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.bg-stretch.insta img{
		width:auto;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {

	.int-container {
		padding:0px 15px;
	}

	.services-block h1 {
		margin: 0 0 46px;
	}

}

@media (max-width: 767px) {

	#newsfilterlist {
		height: auto;
	}

	.testimonial-block .holder {
		padding: 0;
	}

	.testimonial-block .slideset {
		white-space: nowrap;
		width: 100% !important;
		overflow: visible !important;
	}

	.testimonial-block .slideset .slide {
		display: inline-block;
		vertical-align: top;
		float: none;
		white-space: normal;
	}

	.blogSubComments {
		width:100%;
	}

	.btn-prev.ig {
		left: 3px;
	}

	.btn-next.ig {
		right: 3px;
	}

	.carousel .pagination {
		padding-top: 23px;
	}

	.article-info .desc .btn-holder {
		font-size: 13px;
		line-height: 17px;
	}

	.services-block h1 {
		margin: 0 0 17px;
	}

	.list-services {
		max-width: 320px;
		margin: 0 auto 23px;
	}

	.contact-block .list-services .img-holder:after {
		height: 64px;
	}

	.contact-block .list-services .img-holder {
		width: 68px;
		height: 68px;
	}


	.gallery .btn-next,
	.gallery .btn-prev {
		width: 32px;
		height: 32px;
	}

	.info-contact {
		max-width: 255px;
		margin: 0 auto;
	}
}

