* {font-family:"Montserrat", montserrat}
/*
Theme Name: Energeia
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: url("images/bg-body.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
strong {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #000
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:uus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin-bottom: 20px;
}
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button, input, select, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 12px;

	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #4a6c93;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	padding: 0;
	padding: 0;
	background: url(images/bg-body.jpg) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.site-content {
	margin: 0;
	margin: 0;
}
.widget-area {
	margin: 0;
	margin: 0;
}
/* Header */
.site-header {
	padding: 20px 70px 0px 70px;
	margin-bottom: 0px;
	background: #fff;
	float: left;
	width: 100%;
}
#logo {
	float: left;
}
.header-right {
	float: right;
}
.right {
	float: right !important;
	margin-right: 0 !important
}
.left {
	float: left !important;
}
.header-contact {
	border-top: 1px solid #c9d4e1;
	border-bottom: 1px solid #c9d4e1;
	padding: 7px 0 5px;
}
.header-contact p {
	margin-bottom: 7px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #265285;
	font-size: 15px;
}
.header-contact p a {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #265285;
}
.header-contact p span {
	font-family: 'Montserrat';
	font-weight: 300 !important
}
.menu-toggle {
	display: none
}
/* Navigation Menu */
.main-navigation {
	clear: both;
}
.main-navigation li {
	float: left;
	list-style: none;
	margin-left: 20px;
	background: none;
	padding-left: 0px;
	position: relative;
	height: 55px;
}
.wr-megamenu-container .menu-item-has-children > a, .wr-megamenu-container .page_item_has_children > a {
	padding-right: 0 !important
}
.main-navigation li.current-menu-item {
	background: none;
}
.main-navigation li.current-menu-item a {
	color: #4a6c93;
}
.main-navigation a {
	color: #999999;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 55px;
}
.main-navigation a:hover, .main-navigation a:focus {
	color: #21759b !important;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
}
.main-navigation .nav-menu li > ul {
	display: none
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
}
.main-navigation li:hover .sub-menu {
	display: block;
}
.main-navigation li .sub-menu {
	position: absolute;
	top: 55px;
	left: 0;
	background: #fff;
	border-top: 1px solid #2A5486;
	padding: 0 20px;
	z-index: 999
}
.main-navigation .sub-menu li {
	margin: 0 !important
}
.main-navigation li .wr-megamenu-inner .col-md-4, .main-navigation li .wr-megamenu-inner .col-md-6 {
	float: left;
	display: inline-block;
	height: 40px;
	padding: 0;
}
.jsn-bootstrap3 .row {
	margin: 0 !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6:nth-child(2) {
/*padding-left: 0 !important*/
}
.wr-megamenu-container .current_page_item > a, .wr-megamenu-container .current_page_ancestor > a, .wr-megamenu-container .current-menu-item > a, .wr-megamenu-container .current-menu-ancestor > a {
	color: #21759b !important
}
.main-navigation .block-sub-menu {
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
	background: none;
	padding-left: 0px;
}
.main-navigation .block-sub-menu a {
	line-height: 40px;
}
.wr-element-container {
	margin: 0 !important
}
.wr-megamenu-inner {
/*border-top: 1px solid #2A5486 !important*/
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited, .comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
	margin-left: 15px;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
/*margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;*/
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	/*border-bottom: 1px solid #ededed;*/
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;*/
	width: 100%;
}
.entry-content table caption, .comment-content table caption {
/*font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;*/
}
.entry-content td, .comment-content td {
/*border-top: 1px solid #ededed;*/
	/*padding: 6px 10px 6px 0;*/
}
/*.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}*/
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
body {
	overflow: hidden;
}
/*Home page*/
.site-content {
	padding: 0 50px;
	background: #fff;
	float: left;
	width: 100%;
}
.page-id-16 .banner, .home .banner {
	min-height: 105px;
}
.banner {
	float: left;
	width: 100%;
	min-height: 105px;
	margin: 10px 0;
	box-sizing: border-box;
}
.banner h1 {
	color: #fff;
	font-size: 36px;
	line-height: 100px;
	padding-left: 70px;
}
.banner h1 span {
	text-transform: uppercase;
}
.column-3 {
	width: 300px;
	display: inline-block;
	margin-right: 30px;
	float: left;
}
.home .column-3 {
/*margin-top: 30px;*/
}
.column-3:last-child {
	margin-right: 0 !important
}
.column-7, .column-6 {
/*margin-top: 30px;*/
}
.column-title, .column-7 h2, .column-6 h2, .column-3 h2 {
	border-bottom: 3px solid #4a6c93;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.col-md-12 h2 span, .col-md-8 h2 span, .col-md-4 h2 span, .col-md-6 h2 span, .column-title span, .column-7 h2 span, .column-6 h2 span, .column-3 h2 span {
	background: none;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 0px;
	line-height: 1;
	font-size: 16px;
	color: #4a6c93;
}
.column-3 .des-cat {
	margin-bottom: 30px;
}
.column-3 .des-cat, .column-3 .des-cat p {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #010101;
	font-size: 15px;
	line-height: 20px;
}
.post-column {
	clear: both;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.home .post-column3:hover, .home .post-column2:hover {
	background: #edf0f4
}
.bottom-home p {
	margin-bottom: 0
}
.post-column img {
	float: left;
	margin-right: 10px;
}
.post-column3 h3, .post-column1 h3 {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #4a6c93;
	border-bottom: 1px solid #c9d4e1;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.post-column .content-post {
	overflow: hidden;
}
.post-column .content-detail p {
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 300px;
	color: #999999;
	line-height: 16px;
}
.testimonial_by{
	float: left ;
	font-family: 'Montserrat' !important;
	font-weight: 700 !important;
	color: #4a6c93 !important;
	line-height: 13px !important;
	margin-right: 5px !important;
	font-size: 14px !important;
}
.testimonial_slider_set img{
	background: #fff;
}
.testimonial_slider__default .testimonial_by_wrap{
	float: left;
	width:100%;
	box-sizing:border-box;
	background: #EDF0F4;
	margin-bottom: 10px;
	padding:10px !important;
}
.testimonial_avatar{
	float: left;
}
.post-column2 a {
	float: left;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #4a6c93;
	line-height: 13px;
	margin-right: 0px;
	font-size: 13px;
	text-decoration: none;
}
.post-column2 .content-post {
	padding-top: 10px;
}
.content-detail strong {
	color: #010101;
	font-size: 15px;
}
.post-column2 strong {
	color: #666;
}
.quote {
	clear: both;
	text-align: center;
	padding: 0 0 20px 0;
}
.quote p {
	color: #2a5586;
	font-size: 19px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 30px;
	font-style: italic;
}
.tab-home {
	padding: 10px 0;
	border-top: 3px solid #4a6c93;
	border-bottom: 3px solid #4a6c93;
	margin-right: 0px;
}
.bottom-home-full .tab-home {
	margin-right: 0 !important
}
.home .tab-home {
	margin-left: -15px;
	margin-right: 5px !important
}
.bottom-home {
	position: absolute;
	width: 33.3333%;
	bottom: 0;
}
.bottom-home-4 {
	position: absolute;
	width: 730px;
	bottom: 0
}
.bottom-home-2 {
	width: 33;
	position: absolute;
	bottom: 0
}
.bottom-home-3 {
	width: 700px;
	position: absolute;
	bottom: 0
}
.bottom-home-full {
	width: 100%;
	position: absolute;
	bottom: 0
}
.home .bottom-home {
	bottom: 0;
	float: left;
	position: absolute;
	width: 33.3333%;
}
.home .col-md-4 {
	position: static;
}
.tab-home p {
	line-height: 17px;
	font-size: 14px;
	color: #4a6c93;
	font-family: 'Montserrat';
	font-weight: 700;
	background: url(images/more.png) no-repeat left center;
	padding-left: 25px;
	margin: 0;
}
.home .content-detail p {
	margin-bottom: 0
}
.first p {
	background: none!important;
	padding-left: 0 !important;
	color: #999 !important;
	font-size: 12px;
}
.home .post-column3 h3 a {
	background: none;
	padding-left: 0px;
}
.home .post-column3:hover {
	padding: 5px;
	background: none !important;
	cursor: pointer;
	border: 1px solid #c9d4e1;
}
.home .post-column3:hover .content-detail, .home .post-column3:hover h3 {
	padding: 10px 16px !important;
	background: #edf0f4 !important
}
.home .post-column3:hover p {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #2f2f2f
}
.post-column3 h3 {
	padding: 10px 0px !important;
}
.post-column3 {
	margin-bottom: 15px;
}
.contact-linkto {
	padding: 5px;
	background: none !important;
	border: 1px solid #c9d4e1;
	margin-bottom: 25px;
}
.contact-linkto div {
	background: #c9d4e1 url(images/right.PNG) no-repeat 13px 13px;
	padding: 13px;
}
.contact-linkto div p {
	line-height: 15px;
	padding-left: 40px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #4a6c93;
	font-size: 14px;
}
.contact-linkto div p a {
	text-decoration: underline;
	color: #4a6c93
}
#latest-research .post-column {
	padding: 5px;
	background: none !important;
	cursor: pointer;
	border: 1px solid #c9d4e1;
}
#latest-research .content-detail, #latest-research h3 {
	padding: 10px 16px !important;
	background: #edf0f4 !important;
	border: none;
	float: left;
	width: 100%;
}
#latest-research .content-detail img {
	margin-bottom: 20px;
}
.content-detail .strong {
	font-weight: 700;
	font-family: 'Montserrat';
	color: #666
}
.column-research {
}
.column-research .column-3 {
	width: 300px;
}
.column-research .contact-linkto {
	width: 300px;
}
.column-research .column-3 img {
	margin: 0
}
.column-research .right ul li {
	list-style: outside;
	display: inline-block;
	float: left;
	width: 100%;
}
.research-bullet li, .column-research .benefits ul li, .column-research .focus ul li {
	background: url(images/list-style.JPG) no-repeat left center;
	margin-bottom: 5px;
}
.column-research .focus ul li a {
	border-bottom: 1px solid #4a6c93;
	padding-bottom: 2px;
	color: #999999;
	font-size: 13px;
}
.row.focus{
	margin-bottom: 20px;
}
.research-bullet li {
	padding-left: 20px;
	padding-bottom: 2px;
	color: #999999;
	font-size: 13px;
}
.research-bullet li a {
	padding-bottom: 2px;
	color: #999999;
	font-size: 13px;
}
.column-research .benefits ul li a {
	margin-left: 20px;
	padding-bottom: 2px;
	color: #999999;
	font-size: 13px;
}
.excerpt p {
	font-family: 'Montserrat';
	font-weight: 700;
}
.text-content p {
	font-family: 'Montserrat';
	font-weight: 300;
	color: #999
}
.benefits {
	position: relative;
	z-index: 1
}
.page-id-11 .site-content {
	padding: 0 70px 0 70px;
}
.page #content {
	margin-bottom: 40px;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
.home #main {
	margin-bottom: 0 !important
}
.page #main {
	margin-bottom: 40px;
}
.column-6 {
	width: 700px;
}
/*Page about*/
.row-member {
	border: 1px solid #c9d4e1;
	padding: 4px;
}
.avatar-member {
	float: left;
	margin-right: 5px
}
.career-summary {
	overflow: hidden;
}
.row-member img{
	float: left;
	padding-right: 5px;
	background: #fff;
	width:167px !important;
}
.row-member h3 {
	padding: 13px 14px;
	background: #edf0f4;
	margin-bottom: 4px;
	line-height: 1;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 15px;
	color: #4a6c93;
	text-indent: 14px;
}
.career-summary .des-member {
	background: #edf0f4;
	padding: 13px 14px;
}
.row-member p {
	font-size: 13px;
	font-family: 'Montserrat'
}
.row-member strong {
	color: #2f2f2f !important
}
.list-member .container-fluid {
	margin-bottom: 20px;
}
.thead .team-member {
	float: left;
	background: #edf0f4;
	padding: 13px 14px;
	width: 167px;
	margin-right: 5px
}
.thead p {
	line-height: 1;
	margin: 0;
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #4a6c93;
}
.thead .career-summary {
	background: #edf0f4;
	padding: 13px 14px;
}
.content-detail ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.content-detail ul li {
	list-style: outside;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 13px;
	color: #2f2f2f;
	line-height: 16px;
}
p {
	font-family: 'Montserrat';
	line-height: 16px;
}
.about .left p {
	color: #2f2f2f;
}
/*Page news*/
.column-7 {
	width: 100%;
}
.news .post-column3 h3 a {
	background: none;
	padding-left: 0px;
	color: #4a6c93;
}
.news .post-column3 h3 {
	margin-bottom: 0;
	border: none
}
.news .column-3 {
	margin-top: 0;
	margin-bottom: 0
}
.news .list-post .container-fluid .excerpt {
	border-top: 3px solid #e9edf3;
	min-height: 126px;
	padding-top: 20px;
	border-bottom: 3px solid #e9edf3;
}
.news .list-post .container-fluid .excerpt p {
	color: #4a6c93 !important
}
.news .list-post .container-fluid {
	margin-bottom: 20px;
}
.news .list-post .container-fluid:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid #c9d4e1;
	cursor: pointer;
	padding: 5px 20px;
}
.news .list-post .container-fluid:hover .excerpt {
	min-height: 86px;
}
.news .list-post .container-fluid:hover .excerpt, .news .list-post .container-fluid:hover h3 {
	background: none repeat scroll 0 0 #d2dae4 !important;
	padding: 10px 16px !important;
	border: none;
}
.news .list-post .container-fluid:hover h3 {
	margin-bottom: 5px;
}
.news .list-post .container-fluid:hover .content-detail {
	margin-top: 0;
	background: none repeat scroll 0 0 #edf0f4 !important;
	padding: 10px 16px !important;
}
.news .list-post .container-fluid:hover .content-detail p {
	color: #010101 !important
}
.news .list-post .container-fluid:hover .excerpt p {
	color: #2f2f2f !important
}
.news .content-detail {
	overflow: hidden;
	min-height: 126px;
	padding-top: 20px;
	border-top: 3px solid #e9edf3;
	border-bottom: 3px solid #e9edf3;
	margin-top: 35px;
}
.news .content-detail p {
	margin-bottom: 0
}
.excerpt p {
	margin-bottom: 0;
	color: #666 !important
}
.news #bottom-tab .column-3 {
	margin-right: 30px;
}
.news #bottom-tab .column-4 {
	overflow: hidden;
}
.bread-crum {
	padding: 35px 0;
}
.bread-crum p {
	margin: 0;
	color: #4a6c93
}
/*Advisory*/
.column-630 {
	width: 630px;
}
.column-200 {
	width: 200px;
}
#experience ul li {
	margin-bottom: 25px;
	color: #999
}
#expertise ul li {
	margin-bottom: 5px;
	color: #999
}
#overview strong {
	color: #010101 !important
}
#overview p {
	color: #666 !important
}
.page-column .contact-linkto,  .advisory .contact-linkto {
	margin-bottom: 55px;
}
.wr-megamenu-container {
	background: none repeat scroll 0 0 #fff !important;
}
.toggle-des {
	background: url("images/more.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #4a6c93;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin: 0;
	padding-left: 25px;
}
.wr-mega-menu .wr-menu-down {
	margin-top: -42px !important;
}
.active .repon-title {
	display: block !important
}
.repon-title {
	background: none repeat scroll 0 0 #21759d;
	color: #fff;
	display: none;
	margin-bottom: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1
}
.repon-title i {
	position: absolute;
	font-style: normal !important;
	right: 20px;
	top: 15px;
	bottom: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
@media screen and (-webkit-min-device-pixel-ratio:0) {
.news .content-detail {
overflow: visible;
float: left;
margin-top: 0;
}
}

.wr-megamenu-container {
	background: none repeat scroll 0 0 #fff !important;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 99999;
}
.wr-megamenu-container ul.wr-mega-menu > li {
	line-height: 40px !important
}
.wr-megamenu-container li {
	background: none !important;
	text-align: center;
	border-bottom: 1px solid #cad4e1;
}
.wr-megamenu-container li .block-sub-menu {
	background: none !important
}
.wr-megamenu-container li .block-sub-menu a {
	padding: 0 !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6 .wr-element-submenu .caption {
	border-bottom: 1px solid #21759b !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6:last-child {
	border: none !important;
}
.wr-megamenu-container li a {
	color: #999999 !important;
	line-height: 39px !important
}
.wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
	padding: 0 !important;
}
.wr-megamenu-container.active ul.wr-mega-menu {
}
.wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link, .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link:hover {
	background: transparent !important
}
.main-navigation li .wr-megamenu-inner .col-md-6:last-child .caption {
	border: none !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6 .wr-element-submenu .caption {
	color: #21759b !important;
}
.news .list-post .container-fluid .excerpt {
	min-height: 100% !important;
	padding-bottom: 15px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
.wr-megamenu-container ul.wr-mega-menu > li {
	line-height: 40px !important
}
.wr-megamenu-container li {
	background: none !important;
	text-align: center;
	border-bottom: 1px solid #cad4e1;
}
.wr-megamenu-container li .block-sub-menu {
	background: none !important
}
.wr-megamenu-container li .block-sub-menu a {
	padding: 0 !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6 .wr-element-submenu .caption {
	border-bottom: 1px solid #21759b !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6 .wr-element-submenu .caption {
	color: #21759b !important;
}
.main-navigation li .wr-megamenu-inner .col-md-6:last-child .caption {
	border: none !important;
}
.wr-megamenu-container li a {
	color: #999999 !important;
	line-height: 39px !important
}
.main-navigation li .wr-megamenu-inner .col-md-6:last-childa {
border:none !important;
}
.wr-megamenu-container {
	top: 0 !important;
	padding: 0 !important;
}
.wr-megamenu-container {
	background: none repeat scroll 0 0 #fff !important;
	left: 0;
	position: absolute;
	z-index: 99999;
}
.wr-megamenu-container ul li {
	margin: 0 !important;
	padding: 0 20px !important;
	list-style: none
}
.it-responsive-mega {
	position: absolute;
	right: 20px;
	top: 69px;
	cursor: pointer;
}
.site-header {
	padding: 0 20px !important;
	position: relative;
}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .wr-megamenu-inner {
	background: #fff !important
}
.wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
	padding: 0 !important;
}
.wr-megamenu-container.active ul.wr-mega-menu {
}
.wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link, .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link:hover {
	background: transparent !important
}
}
.text-bt p {
	color: #999
}
#content {
	padding-top: 30px;
}
.border-h2, .col-md-6 h1, .col-md-6 h2, .col-md-8 h1, .col-md-8 h2, .col-md-4 h1, .col-md-4 h2, .col-md-12 h1, .col-md-12 h2 {
	border-bottom: 3px solid #4a6c93;
	color: #006699;
	font-weight: bold;
	padding: 0px 0 10px;
	margin-bottom: 20px;
}
.row-advisory .list-post img {
	width: 100%;
}
.page-column ul {
	padding-left: 15px;
}
.col-md-12 h3 {
	color: #006699;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 10px;
}
.col-md-12 .col-md-4 {
	text-align: center;
}
.research-item-blue {
	background-color: #d4dded;
	border: 1px solid #224576;
	padding: 1em;
}
.research-item-white {
	border: 1px solid #224576;
	margin-top: 1em;
	padding: 1em;
}
#footer {
	border-top: 1px solid #dddddd;
	color: #a3a3a3;
	font-size: 1.2em;
	padding: 10px 10px 10px 0;
	position: relative;
	text-align: right;
}
.page-column li, table ol li, table ul li {
	line-height: 175%;
	list-style: outside url("images/list-dot.gif") none;
}
.page-column strong, td strong {
	color: #006699;
	font-weight: bold;
}
table.plain td {
	background: none repeat scroll 0 0 #ffffff;
	padding: 0 1em 0 0;
}
.jsn-bootstrap3 .col-md-12 {
	padding: 0
}
.footer {
	background: none repeat scroll 0 0 #fff;
	border-top: 1px solid #ccc;
	float: left;
	line-height: 72px;
	padding: 20px 70px;
	text-align: right;
	width: 100%;
}
.footer p {
	margin-bottom: 0
}

.jsn-bootstrap3 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: static !important;
}
.content-field .col-md-12 {
	margin-bottom: 15px;
}
.content-field img {
	width: 100%;
}
.research-item-white img {
	width: auto !important;
}
.content-field div {
	margin-bottom: 20px;
}
.research .contact-linkto {
	width: 48%;
}
.page-column3 .bottom-home-2, .research .bottom-home-2 {
	width: 66.666%;
}
#secondary .widget {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#secondary {
	background-color: #fff !important;
}
#search-2 {
	margin-left: 70px !important;
}
.comments-area {
	display: none;
}
.up-testimonial {
	border-bottom: 3px solid #4a6c93;
	border-top: 3px solid #4a6c93;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
	margin-left: 0 !important
}
.testimonial_slider__default .testimonial_by_wrap {
	/*display: none !important*/
}
.testimonial_slider_set img{
	max-width: 100% !important
}
.testimonial_slider__default .testimonial_quote {
	width: 100% !important;
	box-sizing: border-box
}
.sldr_title(display:none) .testimonial_slider__default .testimonial_quote span:after {
content:url(buttons/black/quote.png);
}
.testimonial_slider__default .testimonial_slideri {
	background: #edf0f4 !important;
	border: 1px solid #c9d4e1 !important;
	padding: 5px !important;
}
.author-t {
	padding-top: 20px;
	padding-left: 15px;
	float: left
}
.testimonialspc h2 {
	margin-bottom: 0 !important;
}
.vpcdes {
	margin-top: 10px;
}
.des-short-member p {
	margin-bottom: 10px;
}
.banner ul li {
	overflow: hidden;
	float:left;
	vertical-align: top;
	width: 195px;
	height: 150px;
}
.banner ul img {
	max-height: 100%;
	height: auto;
	width: auto;
}
.banner ul img.landscape {
	max-width: none;
	max-height: 100%;
}
.post-column3 img{
	width:auto !important;
	float: left;
}
.page-id-149 #content{

}
@media only screen and (max-width: 900px) {
.banner ul li {
    float: left;
    height: 100px !important;
    overflow: hidden;
    vertical-align: top;
    width: 16.66% !important;
}
.page-id-16 .banner, .home .banner {
    min-height: 90px !important;
}
}
@media only screen and (max-width: 767px) {
.banner ul li {
    float: left;
    height: 60px!important;
    overflow: hidden;
    vertical-align: top;
    width: 16.66% !important;
}
.page-id-16 .banner, .home .banner {
    min-height: 80px !important;
}

}
.bottom-home-2 .contact-linkto{
width:50%;
}

.vpc, .bottom-c1 {
display:block !important;
