.pull-right{
    float:right;
}

.btn-group{
    position:relative;
    margin-top:-30px;
}

.btn-group ul{
    list-style:none;
    display: inline;
    padding-left:4px;
}

.print-icon{
    background: url(../images/printButton.png) no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.email-icon{
    background: url(../images/emailButton.png) no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    display: inline-block;
}

.print-icon a,
.email-icon a{
    color:transparent;
}
.icons .btn {
	border: none !important;
}


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

#nav ul,
.aside-nav ul,
.social-networks,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header:after,
.header-wrap:after,
#nav ul:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #363636;
	background: #fff;
	font: 12px/1.583 Verdana, Geneva, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}

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

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

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



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

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

p {
	margin: 0 0 1em;
}

a {
	color: #656565;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #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: #333;
}

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

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-height: 100%;
	background: #114277;
	background: -webkit-linear-gradient(top, #114277 0%, #399ed6 26%, #399ed6 43%, #104d84 61%, #123e71 100%);
	background: linear-gradient(to bottom, #114277 0%, #399ed6 26%, #399ed6 43%, #104d84 61%, #123e71 100%);
}

#wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	z-index: -1;
	background: url(../images/bg-pattern.png);
}

.container {
	max-width: 950px;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	padding: 24px 0 25px;
	z-index: 5;
}

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

.logo img {
	width: 100%;
}

.header-wrap {
	float: left;
}

.cycle-gallery {
	position: relative;
	background: #00132b;
	background: -webkit-linear-gradient(top, #00132b 0%, #002144 7%, #00264d 11%, #02336b 25%, #013871 32%, #024b9a 64%, #0455b1 89%, #0357b1 93%, #0455b0 96%, #024997 100%);
	background: linear-gradient(to bottom, #00132b 0%, #002144 7%, #00264d 11%, #02336b 25%, #013871 32%, #024b9a 64%, #0455b1 89%, #0357b1 93%, #0455b0 96%, #024997 100%);
	color: #bcd3ec;
}

.cycle-gallery:before,
.cycle-gallery:after {
	content: "";
	background: url(../images/sprite.png) no-repeat;
	width: 34px;
	height: 30px;
	position: absolute;
	left: -31px;
	top: 0;
}

.cycle-gallery:after {
	content: "";
	background: #012c5b;
	bottom: -1px;
	left: 2px;
	top: auto;
	height: 1px;
	width: auto;
	right: 0;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

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

.cycle-gallery .slide {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	width: 100%;
	float: left;
	height: 29px;
	padding: 7px 0;
	font-weight: bold;
}

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

#nav {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

#nav ul {
	background: #1e64b0;
}

#nav li.hover .dropdown {
	opacity: 1;
	visibility: visible;
}

#nav a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 10px 20px;
}

#nav .dropdown li.hover .sub-dropdown {
	visibility: visible;
	opacity: 1;
}

#nav .dropdown ul > li.active > a,
#nav .dropdown ul > li.hover > a {
	background: #fff;
}

#nav .sub-dropdown {
	position: absolute;
	left: auto;
	right: -113px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	width: 173px;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	z-index: 999;
}

#nav .sub-dropdown ul {
	position: static;
	padding-bottom: 5px;
}

#nav .sub-dropdown li.active > a,
#nav .sub-dropdown li.hover > a {
	background: #fff;
}

#nav .nav-opener:hover {
	background: none;
}

#nav .nav-lg > ul > li:nth-last-child(1) .dropdown,
#nav .nav-lg > ul > li:nth-last-child(2) .dropdown,
#nav .nav-lg > ul > li:last-child .dropdown {
	left: auto;
	right: 0;
}

#nav .nav-lg > ul > li:nth-last-child(1) .sub-dropdown,
#nav .nav-lg > ul > li:nth-last-child(2) .sub-dropdown,
#nav .nav-lg > ul > li:last-child .sub-dropdown {
	left: -165px;
	right: auto;
}

.nav-opener {
	float: right;
	width: 43px;
	height: 40px;
	position: relative;
	margin: -15px 10px 0 0;;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	margin-top: 4px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

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

.nav-active .nav-opener:before {
	background: #2f2b2a !important;
}

.nav-opener span:before {
	content: "";
	background: #2f2b2a;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	height: 5px;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #2f2b2a;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.nav-opener:before {
	background: none;
}

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

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

.navdrop {
	position: absolute;
	left: -10px;
	right: -10px;
	top: 100%;
	overflow: hidden;
	z-index: 99;
}

.navdrop > ul {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.nav-active .navdrop > ul {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 231px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 2px;
	background: #faf8f9;
	padding: 0 8px;
	color: #000043;
	border: 1px solid #756e68;
	background: -webkit-linear-gradient(top, #faf8f9 0%, #eaeaea 41%, #ddd 41%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #faf8f9 0%, #eaeaea 41%, #ddd 41%, #d0d0d0 100%);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.btn:hover {
	color: #035cbd;
}

.three-columns {
	overflow: hidden;
	padding-bottom: 1px;
	position: relative;
	z-index: 1;
}

.social-block {
	padding: 5px 20px;
	background: #f8fbfd;
}

.social-networks {
	max-width: 132px;
}

.social-networks li {
	padding-bottom: 10px;
}

.social-networks a {
	display: block;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks img {
	width: 100%;
}

.slideshow {
	position: relative;
	margin-bottom: 22px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

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

.slideshow img {
	width: 100%;
}

p {
	margin-bottom: 19px;
}

#content .text-holder a {
	display: inline-block;
	vertical-align: top;
	color: #363636;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#content .text-holder a:hover {
	color: #035cbd;
}

div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

h1,
h2,
h3,
h1 a {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #035cbd;
	margin-bottom: 21px;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

.readmore a {
	color: #035cbd;
}

.post .img-holder img {
	width: 100%;
}

.post a {
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #656565;
}

.post a:hover {
	color: #035cbd;
}

#footer {
	background: #2f2b2a;
	margin: 0 -10px;
	padding: 12px 20px;
}

#footer .footer-nav-sm ul {
	margin-bottom: 13px;
}

.footer-nav-sm {
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
}

.footer-nav-sm ul {
	margin-bottom: 20px;
}

.footer-nav-sm a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.footer-nav-sm a:hover {
	color: #39f;
}

.twocolumns-wide {
	width: 97% !important;
}
.content-wide {
	width: 75% !important;
}
.subnav-wide {
	width: 23% !important;
}

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

	.logo {
		width: 332px;
		margin-left: 13px;
	}

	.header-wrap {
		float: none;
		padding-bottom: 19px;
	}

	.cycle-gallery .slide a {
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		color: #bcd3ec;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}

	#nav {
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		text-align: center;
	}

	#nav ul {
		background: none;
	}

	#nav li {
		float: left;
		position: relative;
	}

	#nav li:before,
	#nav li:after {
		content: "";
		position: absolute;
		left: auto;
		top: 0;
		right: 0;
		height: 23px;
		width: 1px;
		background: rgba(0, 0, 0, .3);
	}

	#nav li:after {
		background: #59abff;
		right: 1px;
	}

	#nav li.has-drop-down {
		position: relative;
	}

	#nav a {
		padding: 3px 13px 6px;
		color: #bcd3ec;
		font-weight: bold;
	}

	#nav .navdrop {
		display: none;
	}

	#nav .dropdown {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		text-align: left;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .5s linear, visibility .5s linear;
		transition: opacity .5s linear, visibility .5s linear;
		z-index: 9999;
	}

	#nav .dropdown li {
		float: none;
	}

	#nav .dropdown li:before,
	#nav .dropdown li:after {
		display: none;
	}

	#nav .dropdown ul {
		padding: 6px 0 8px;
		background: white;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, .95) 0%, rgba(192, 216, 241, .95) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(192, 216, 241, .95) 100%);
	}

	#nav .dropdown a {
		color: #2f6aa3;
		padding: 6px 63px 5px 13px;
	}

	#nav .dropdown a:hover {
		background: rgba(255, 255, 255, .7);
	}

	#nav .sub-dropdown li a {
		padding: 6px 13px 5px;
	}

	#nav .nav-opener {
		display: none;
	}

	#nav .nav-lg > ul > li.active > a,
	#nav .nav-lg > ul > li.hover > a {
		position: relative;
		z-index: 0;
	}

	#nav .nav-lg > ul > li.active > a:before,
	#nav .nav-lg > ul > li.hover > a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 1px;
		bottom: 0;
		z-index: -1;
		background: #0072ff;
		background: -webkit-linear-gradient(top, #0072ff 0%, #0082ff 58%, #006aff 58%, #0061ec 70%, #0061f0 97%, #004ecc 97%, #004ecc 100%);
		background: linear-gradient(to bottom, #0072ff 0%, #0082ff 58%, #006aff 58%, #0061ec 70%, #0061f0 97%, #004ecc 97%, #004ecc 100%);
	}

	.navbar {
		background: #075ebe;
		background: -webkit-linear-gradient(top, #075ebe 0%, #1d6bbf 58%, #0056b4 58%, #004b9c 100%);
		background: linear-gradient(to bottom, #075ebe 0%, #1d6bbf 58%, #0056b4 58%, #004b9c 100%);
		box-shadow: 0 8px 14px rgba(0, 0, 0, .6);
		position: relative;
	}

	.navbar:after {
		content: "";
		height: 3px;
		background: rgba(0, 0, 0, .14);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.update-block {
		width: 381px;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
	}

	.sub-nav {
		width: 29.9479166667%;
		float: left;
		z-index: 0;
	}
/*
	.sub-nav:before {
		content: "";
		background: #f8fbfd;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		bottom: -99999px;
		z-index: -1;
	}
*/
	.three-columns:before {
		content: "";
		background: #f8fbfd;
		position: absolute;
		top: 20px;
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 30%;
	}
	.sub-nav h2 {
		font-weight: bold;
		margin-bottom: 5px;
		padding: 0 20px;
	}

	.sub-nav .logo {
		float: none;
		width: 118px;
		margin: 0 0 3px;
	}

	.sub-nav .meta {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		display: inline-block;
		vertical-align: top;
		margin: 2px 0 16px;
	}

	.sub-nav .meta a {
		color: #035cbd;
		text-decoration: none;
	}

	.sub-nav .meta a:hover {
		text-decoration: underline;
	}

	.three-columns {
		padding-bottom: 9px;
	}

	.aside-nav {
		background: #f8fbfd;
		font-weight: bold;
		padding-bottom: 21px;
	}

	.aside-nav:first-child {
		padding-top: 24px;
	}

	.aside-nav li {
		border-bottom: 2px solid #e2e5e6;
		padding: 2px 20px;
		position: relative;
	}

	.aside-nav li ul li{
		border-bottom: none;
		padding: 2px 10px;
		font-size: 90%;
	}

	.aside-nav li:before {
		height: 0;
		width: 0;
		border-bottom: 23px solid #e2e5e6;
		border-right: 12px solid transparent;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.aside-nav li ul li:before {
		height: 0;
		width: 0;
		border-bottom: none;
		border-right: none;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.aside-nav a {
		display: inline;
		text-decoration: none;
		color: #656565;
		text-transform: capitalize;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}

	.aside-nav a:hover {
		color: #035cbd;
	}

	.slideshow {
		margin-bottom: 25px;
	}

	#content {
		float: right;
		width: 70.0520833333%;
		padding: 28px 23px 0 20px;
	}

	h1,
	h2,
	h3 {
		margin-bottom: 20px;
	}

	.footer-nav {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		margin: 0 -7px;
		overflow: hidden;
	}

	.footer-nav li {
		float: left;
		padding: 0 7px;
		position: relative;
	}

	.footer-nav li:first-child:before {
		display: none;
	}

	.footer-nav li:before {
		content: "";
		width: 1px;
		height: 10px;
		background: #4b4b4b;
		position: absolute;
		left: 0;
		top: 3px;
	}

	.footer-nav a {
		text-decoration: none;
		color: #939393;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}

	.footer-nav a:hover {
		color: #39f;
	}

	#footer {
		padding: 10px 20px 8px;
	}

	#footer {
		margin: 0;
		background: #020202;
		background: -webkit-linear-gradient(top, #020202 0%, #0e0e0e 30%, #2d2d2d 70%, #333 79%, #3c3c3c 100%);
		background: linear-gradient(to bottom, #020202 0%, #0e0e0e 30%, #2d2d2d 70%, #333 79%, #3c3c3c 100%);
	}

	.footer-nav-sm {
		display: none;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.cycle-gallery .slide a:hover {
		color: #fff;
	}
}

@media (min-width: 951px) {
	.container {
		box-shadow: 0 0 13px 2px #000;
	}
}

@media (min-width: 1024px) {
	.cycle-gallery .slide {
		padding: 7px 13px;
	}

	#nav a {
		padding: 3px 16px 6px;
	}

	.update-block {
		width: 420px;
	}

	.sub-nav {
		width: 32%;
	}

	.three-columns {
		padding-bottom: 6px;
	}

	.three-columns:before {
		width: 24%;
	}

	.twocolumns {
		float: left;
		width: 75%;
	}

	#content {
		width: 67.79%;
		overflow: visible;
		padding: 28px 13px 0 21px;
	}

	#sidebar {
		float: right;
		width: 25%;
		padding: 28px 20px 0 8px;
        background: #f8fbfd;
      padding-top: 12px;
	}


	#sidebar h3 {
		margin-bottom: 12px;
	}
  .timeline-Widget.timeline-Widget--edge {
    background-color: #f8fbfd !important;
}

	.post-block {
		background: #f8fbfd;
		background: -webkit-linear-gradient(top, #f8fbfd 0%, #f8fbfd 35%, #f8fbfd 100%);
		background: linear-gradient(to bottom, #f8fbfd 0%, #f8fbfd 35%, #f8fbfd 100%);
		border-radius: 5px;
		border: 1px solid #f8fbfd;
		padding: 9px 11px 13px;
		margin-bottom: 10px;
		box-shadow: 0 0 0 1px #f8fbfd inset;
	}

	.post {
		overflow: hidden;
		padding-bottom: 4px;
		margin-bottom: 12px;
        background: #f8fbfd;
		border-bottom: 2px solid #dcdcdc;
	}

	.post:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.post .img-holder {
		float: left;
		margin-right: 7px;
		padding-top: 4px;
	}

	.post .text-holder {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;

		color: #656565;
	}
}

@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) {
	#sidebar {
		display: none;
	}

	.footer-nav li.hide {
		display: none;
	}

	.ff_elem[type="textarea"] {
		clear: both !important;
		margin: 20px 0 20px 0 !important;
	}
}

@media (max-width: 767px) {

	.logo {
		margin-left: 10px;
	}

	.twocolumns-wide {
		width: 97% !important;
	}
	.content-wide {
		width: 100% !important;
	}

	.container {
		padding: 0 10px;
	}

	#nav li {
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	#nav li.active a {
		background: #363636;
	}

	#nav li.has-drop-down .has-drop-down-a:after {
		height: 0;
		width: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #bcd1e7;
		content: "";
		display: inline-block;
		vertical-align: top;
		margin: 7px 0 0 12px;
	}

	#nav li.hover .sub-navdrop {
		display: block;
		max-height: 4000px;
		visibility: visible;
		opacity: 1;
	}

	#nav li .sub-navdrop {
		display: block;
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	#nav li .sub-navdrop ul {
		background: #1e64b0;
		padding: 0;
	}

	#nav li .sub-navdrop a {
		padding: 10px 46px;
	}

	#nav a:hover {
		/* background: #363636; */
		background: none;
	}

	#nav .navdrop {
		max-height: 0;
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
	}

	#nav .navdrop > ul {
		padding: 9px 0 87px;
	}

	#nav .navdrop > ul > li {
		margin-bottom: -1px;
	}

	#nav .navdrop > ul > li.hover > a {
		/* background: #363636; */
		background: none;
	}

	.nav-active #nav .navdrop {
		max-height: 4000px;
	}

	.nav-lg {
		display: none;
	}

	.update-block {
		display: none;
	}

	.sub-nav {
		display: none;
	}

	.footer-nav {
		display: none;
	}
}

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8fbfd url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 8px 8px no-repeat;
  background-size: 1em 1em;

  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
  white-space: nowrap;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #f8fbfd;
}

/* Color Highlight for keyboard navigation */

a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}
